@charset "UTF-8";
/***** UTILS *****/
@import url("https://fonts.googleapis.com/css?family=Pragati+Narrow:400,700&display=swap");
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1199px) {
    .container {
      padding-left: 100px;
      padding-right: 100px; } }
  @media only screen and (max-width: 1099px) {
    .container {
      padding-left: 70px;
      padding-right: 70px;
      max-width: 900px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 95%; } }

.container-fluid {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 1099px) {
    .container-fluid {
      padding-left: 70px;
      padding-right: 70px; } }
  @media only screen and (max-width: 767px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }

/***** PARTIALS *****/
.text-green {
  color: #3C6; }

.text-yellow {
  color: #ffbd02; }

.text-orange {
  color: #f57c1d; }

.text-red {
  color: #c53A43; }

.bg-green {
  background-color: #3C6; }

.bg-yellow {
  background-color: #ffbd02; }

.bg-orange {
  background-color: #f57c1d; }

.bg-red {
  background-color: #c53A43; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a, a:visited {
  color: inherit; }
  a:hover, a:active, a:visited:hover, a:visited:active {
    color: #f57c1d; }

.clear {
  clear: both; }

body, html, input {
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #f0f0f0;
  background-color: #1c1c1e;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    body, html, input {
      font-size: 20px; } }

.topbar {
  position: fixed;
  width: 100%;
  background-color: #2E3632;
  z-index: 1000;
  padding: 0px 30px; }
  @media only screen and (max-width: 1599px) {
    .topbar {
      padding: 20px; } }
  .topbar .topbar-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 1099px) {
      .topbar .topbar-inner {
        flex-wrap: wrap; } }
    .topbar .topbar-inner .logo h1 {
      margin: 26px 0; }
      @media only screen and (max-width: 1599px) {
        .topbar .topbar-inner .logo h1 {
          margin: 6px 0; } }
      @media only screen and (max-width: 1099px) {
        .topbar .topbar-inner .logo h1 {
          margin: 0; } }
    @media only screen and (max-width: 1099px) {
      .topbar .topbar-inner .logo {
        width: 100%; } }
    .topbar .topbar-inner .top-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 1099px) {
        .topbar .topbar-inner .top-menu {
          width: 100%;
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        .topbar .topbar-inner .top-menu {
          margin-top: 14px; } }
      .topbar .topbar-inner .top-menu .menu-item {
        margin: 0 20px; }
        .topbar .topbar-inner .top-menu .menu-item a {
          text-decoration: none; }
          .topbar .topbar-inner .top-menu .menu-item a.active {
            color: #f57c1d; }
        @media only screen and (max-width: 767px) {
          .topbar .topbar-inner .top-menu .menu-item:nth-child(3), .topbar .topbar-inner .top-menu .menu-item:nth-child(4) {
            display: none; } }
    .topbar .topbar-inner .info {
      text-align: right; }
      @media only screen and (max-width: 1099px) {
        .topbar .topbar-inner .info {
          position: absolute;
          top: 20px;
          right: 20px; } }
      .topbar .topbar-inner .info .info-item {
        font-size: 0.8em; }

.main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 100px; }
  @media only screen and (max-width: 1099px) {
    .main-content {
      padding-top: 110px; } }
  .main-content.instructions-page {
    display: block; }

.how-to-container {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 50px;
  background-color: #2E3632;
  padding: 50px; }
  @media only screen and (max-width: 1199px) {
    .how-to-container {
      margin: 20px auto;
      padding: 20px;
      width: calc(90% - 40px); } }
  @media only screen and (max-width: 767px) {
    .how-to-container {
      width: calc(90% - 20px); } }
  .how-to-container h1, .how-to-container h2, .how-to-container p {
    margin-top: 0; }
  .how-to-container h4 {
    margin-bottom: 0;
    color: #f57c1d; }

ol.install-instructions {
  padding-left: 15px; }

.sidebar {
  width: 350px;
  min-height: calc(100vh - 100px);
  padding: 30px;
  flex-shrink: 0;
  flex-grow: 0; }
  @media only screen and (max-width: 1599px) {
    .sidebar {
      width: 280px;
      padding: 20px; } }
  @media only screen and (max-width: 1099px) {
    .sidebar {
      width: 220px; } }
  @media only screen and (max-width: 767px) {
    .sidebar {
      display: none; } }
  .sidebar .filter-block.filter-actions {
    margin-bottom: 15px;
    font-size: 0.8em; }
    .sidebar .filter-block.filter-actions a {
      display: inline-block;
      text-decoration: none;
      color: #f57c1d;
      margin-right: 10px; }
      .sidebar .filter-block.filter-actions a:last-child {
        margin-right: 0; }
      .sidebar .filter-block.filter-actions a:hover {
        color: #f0f0f0; }
  .sidebar .filter-block .search-box {
    width: 100%;
    border: 0;
    background-color: #f0f0f0;
    color: #0c0c0c;
    padding: 5px;
    outline: 0; }
  .sidebar .filter-block .filter-title {
    color: #f57c1d;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1599px) {
      .sidebar .filter-block .filter-title {
        font-size: 0.9em; } }
    @media only screen and (max-width: 1199px) {
      .sidebar .filter-block .filter-title {
        font-size: 0.8em; } }
    .sidebar .filter-block .filter-title .selected-num {
      display: inline-block;
      margin: 0 7px;
      font-size: 0.7em;
      background-color: #f57c1d;
      color: #f0f0f0;
      border-radius: 10px;
      padding: 0 10px;
      vertical-align: 3px;
      display: none; }
    .sidebar .filter-block .filter-title .fa-caret-down {
      display: none; }
  .sidebar .filter-block .filter-holder {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar .filter-block .filter-holder .filter-item {
      position: relative;
      font-size: 0.9em;
      padding: 5px;
      background-color: #1c1c1e;
      color: #f0f0f0;
      margin-bottom: 3px;
      text-transform: capitalize;
      cursor: pointer;
      transition: all 300ms ease-out;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out; }
      @media only screen and (max-width: 1599px) {
        .sidebar .filter-block .filter-holder .filter-item {
          font-size: 0.9em;
          padding: 5px; } }
      @media only screen and (max-width: 1199px) {
        .sidebar .filter-block .filter-holder .filter-item {
          font-size: 0.8em; } }
      .sidebar .filter-block .filter-holder .filter-item:hover {
        background-color: #f57c1d;
        color: #0c0c0c; }
      .sidebar .filter-block .filter-holder .filter-item.selected {
        background-color: #3C6;
        color: #0c0c0c; }
        .sidebar .filter-block .filter-holder .filter-item.selected::after {
          content: '✕';
          position: absolute;
          right: 7px;
          top: 7px;
          opacity: 0;
          transition: all 300ms ease-out;
          -webkit-transition: all 300ms ease-out;
          -moz-transition: all 300ms ease-out;
          -ms-transition: all 300ms ease-out;
          -o-transition: all 300ms ease-out; }
        .sidebar .filter-block .filter-holder .filter-item.selected:hover {
          background-color: #c53A43;
          color: #f0f0f0; }
          .sidebar .filter-block .filter-holder .filter-item.selected:hover::after {
            opacity: 1; }

.mods-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -54px;
  margin-left: -77px;
  color: #f57c1d;
  text-align: center;
  opacity: 0;
  pointer-events: none; }
  .mods-loading h3 {
    margin: 20px 0 0; }

.modlist {
  position: relative;
  width: 100%;
  padding: 20px 30px; }
  @media only screen and (max-width: 1599px) {
    .modlist {
      padding: 10px 20px; } }
  .modlist .mod-sorting {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #2E3632;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .modlist .mod-sorting .results-count {
      margin-right: auto; }
      .modlist .mod-sorting .results-count .num-results {
        font-weight: bold; }
    .modlist .mod-sorting .sort-label {
      margin-right: 10px; }
    .modlist .mod-sorting .sort-item {
      padding: 7px 10px;
      background-color: #1c1c1e;
	  width: 100px;
      margin-right: 7px;
      font-size: 0.8em;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 200ms ease-out;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out; }
      @media only screen and (max-width: 1099px) {
        .modlist .mod-sorting .sort-item {
          font-size: 1em; 
		  }
          .modlist .mod-sorting .sort-item span.long {
            display: none; } }
      .modlist .mod-sorting .sort-item:hover, .modlist .mod-sorting .sort-item.active {
        color: #0c0c0c;
        background-color: #f57c1d; }
      .modlist .mod-sorting .sort-item:last-child {
        margin-right: 0; }
      .modlist .mod-sorting .sort-item i {
        display: none;
        margin-left: 5px;
        vertical-align: -2px; }
      .modlist .mod-sorting .sort-item.active i { display: inline-block; }
  .modlist .mod-item-template {
    display: none; }
  .modlist .modlist-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -10px; }
    .modlist .modlist-wrapper .mod-item {
      position: relative;
      width: 33.3333%;
      padding: 10px; }
      @media only screen and (max-width: 1599px) {
        .modlist .modlist-wrapper .mod-item {
          width: 50%; } }
      @media only screen and (max-width: 1099px) {
        .modlist .modlist-wrapper .mod-item {
          width: 100%; } }
      .modlist .modlist-wrapper .mod-item.outdated-mod {
        display: none !important; }
        .modlist .modlist-wrapper .mod-item.outdated-mod.force-not-working {
          display: block !important; }
      .modlist .modlist-wrapper .mod-item .mod-content {
        position: relative;
        height: 100%;
        padding: 20px 20px 75px;
        background-color: #2E3632;
        transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out; }
        .modlist .modlist-wrapper .mod-item .mod-content a {
          text-decoration: none; }
      .modlist .modlist-wrapper .mod-item:hover .mod-content {
        background-color: #46524c; }
      .modlist .modlist-wrapper .mod-item .mod-badges {
        position: absolute;
        text-align: right;
        right: 30px;
        top: 30px;
        z-index: 100; }
        .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge {
          display: block;
          font-size: 13px;
          margin: 5px 0; }
          @media only screen and (max-width: 1599px) {
            .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge {
              font-size: 11px; } }
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge .badge-text {
            display: inline-block;
            padding: 3px 5px 2px;
            background-color: #f57c1d;
            color: #0c0c0c; }
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-new .badge-text {
            background-color: #FFF;
            font-weight: bold;
            font-size: 1.15em; }
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-status-working .badge-text {
            background-color: #3C6;
            color: #f0f0f0; }
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-justupdated .badge-text {
            background-color: #f0f0f0;
            font-weight: bold;
            font-size: 1.15em;
            color: #3C6; }
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-status-not-updated .badge-text {
            background-color: #f57c1d; }
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-status-not-working .badge-text {
            background-color: #c53A43;
font-size: 40px;
font-weight: bold;
}
          .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-status-with-issues .badge-text, .modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-beta .badge-text {
            background-color: #ffbd02; }
			
			.modlist .modlist-wrapper .mod-item .mod-badges .mod-badge.mod-badge-type-mod .badge-text {
            background-color: #f0f0f0; }
			
      .modlist .modlist-wrapper .mod-item .mod-thumb {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        background-color: #0c0c0c;
        margin-bottom: 20px;
        cursor: pointer; }
        .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-fallback {
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 15px;
          word-break: break-word; }
          .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-fallback .thumb-fallback-text {
            font-size: 3vw;
            line-height: 0.95em;
            text-align: center; }
            @media only screen and (max-width: 1599px) {
              .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-fallback .thumb-fallback-text {
                font-size: 4vw; } }
            @media only screen and (max-width: 1099px) {
              .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-fallback .thumb-fallback-text {
                font-size: 8vw; } }
            @media only screen and (max-width: 767px) {
              .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-fallback .thumb-fallback-text {
                font-size: 10vw; } }
        .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-image {
          position: absolute;
          inset: 0px; }
          .modlist .modlist-wrapper .mod-item .mod-thumb .thumb-image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
      .modlist .modlist-wrapper .mod-item .mod-data {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 20px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1199px) {
          .modlist .modlist-wrapper .mod-item .mod-data {
            flex-wrap: wrap; } }
        .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col {
          width: 50%; }
          @media only screen and (max-width: 1199px) {
            .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col {
              width: 100%; } }
          @media only screen and (max-width: 1099px) {
            .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col {
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col {
              width: 100%; } }
          .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right {
            text-align: right; }
            @media only screen and (max-width: 1199px) {
              .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right {
                margin-top: 5px;
                text-align: left; }
                .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right div {
                  display: inline-block;
                  margin-right: 7px; } }
            @media only screen and (max-width: 1099px) {
              .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right {
                margin-right: 0px;
                text-align: right; }
                .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right div {
                  display: block;
                  margin-right: 0px; } }
            @media only screen and (max-width: 767px) {
              .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right {
                margin-top: 5px;
                text-align: left; }
                .modlist .modlist-wrapper .mod-item .mod-data .mod-data-col.mod-data-col-right div {
                  display: inline-block;
                  margin-right: 7px; } }
        .modlist .modlist-wrapper .mod-item .mod-data .data-label {
          font-size: 0.6em;
          text-transform: uppercase;
          color: #f57c1d; }
          @media only screen and (max-width: 1099px) {
            .modlist .modlist-wrapper .mod-item .mod-data .data-label {
              font-size: 0.8em; } }
        .modlist .modlist-wrapper .mod-item .mod-data .mod-name {
          font-weight: bold; }
        .modlist .modlist-wrapper .mod-item .mod-data .mod-author {
          font-size: 0.8em;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1099px) {
            .modlist .modlist-wrapper .mod-item .mod-data .mod-author {
              font-size: 0.9em; } }
        .modlist .modlist-wrapper .mod-item .mod-data .mod-categories, .modlist .modlist-wrapper .mod-item .mod-data .mod-update, .modlist .modlist-wrapper .mod-item .mod-data .mod-workingon {
          font-size: 0.8em; }
          @media only screen and (max-width: 1099px) {
            .modlist .modlist-wrapper .mod-item .mod-data .mod-categories, .modlist .modlist-wrapper .mod-item .mod-data .mod-update, .modlist .modlist-wrapper .mod-item .mod-data .mod-workingon {
              font-size: 0.9em; } }
          .modlist .modlist-wrapper .mod-item .mod-data .mod-categories .inline-filter-item, .modlist .modlist-wrapper .mod-item .mod-data .mod-update .inline-filter-item, .modlist .modlist-wrapper .mod-item .mod-data .mod-workingon .inline-filter-item {
            cursor: pointer; }
            .modlist .modlist-wrapper .mod-item .mod-data .mod-categories .inline-filter-item:hover, .modlist .modlist-wrapper .mod-item .mod-data .mod-update .inline-filter-item:hover, .modlist .modlist-wrapper .mod-item .mod-data .mod-workingon .inline-filter-item:hover {
              color: #83838f; }
      .modlist .modlist-wrapper .mod-item .mod-description {
        font-size: 0.9em; }
      .modlist .modlist-wrapper .mod-item .mod-item-bottom {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px); }
      .modlist .modlist-wrapper .mod-item .mod-links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end; }
        .modlist .modlist-wrapper .mod-item .mod-links .mod-link {
			z-index: 99;
          padding: 7px 10px;
          background-color: #1c1c1e;
          margin-right: 7px;
          font-size: 0.8em;
          transition: all 200ms ease-out;
          -webkit-transition: all 200ms ease-out;
          -moz-transition: all 200ms ease-out;
          -ms-transition: all 200ms ease-out;
          -o-transition: all 200ms ease-out;
          /*&.mod-source{
          	@include under-sm{
          		display: none;	
          	}
          }*/ }
          @media only screen and (max-width: 1099px) {
            .modlist .modlist-wrapper .mod-item .mod-links .mod-link {
              font-size: 1em; }
              .modlist .modlist-wrapper .mod-item .mod-links .mod-link span.long {
                display: none; } }
          .modlist .modlist-wrapper .mod-item .mod-links .mod-link:hover {
            color: #0c0c0c;
            background-color: #f57c1d; }
          .modlist .modlist-wrapper .mod-item .mod-links .mod-link:last-child {
            margin-right: 0; }
      .modlist .modlist-wrapper .mod-item .mod-deps-list {
        position: relative;
        overflow: hidden;
        height: 0;
        transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out; }
        .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper {
          margin: 5px 0 0;
          padding: 0;
          list-style: none;
          text-align: right; }
          .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li {
            display: inline-block;
            margin-left: 7px;
            margin-top: 5px;
            font-size: 0.8em; }
            .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li:first-child {
              margin-left: 0; }
            .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li a, .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li span {
              display: block;
              text-decoration: none;
              padding: 7px 10px;
              background-color: #83838f;
              color: #0c0c0c; }
              .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li a:hover, .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li span:hover {
                color: #0c0c0c;
                background-color: #f57c1d; }
            .modlist .modlist-wrapper .mod-item .mod-deps-list .deps-list-wrapper li span:hover {
              background-color: #1c1c1e;
              color: #f0f0f0; }

.mod-modal-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 20000; }
  .mod-modal-wrapper .modal-overlay {
    position: absolute;
    background-color: #00000088;
    inset: 0;
    z-index: 20000; }
  .mod-modal-wrapper .mod-modal {
    position: relative;
    background-color: #2E3632;
    padding: 30px;
    z-index: 20001;
    width: 90%;
    max-height: 90vh;
    overflow: auto; }
    @media only screen and (max-width: 1199px) {
      .mod-modal-wrapper .mod-modal {
        padding: 20px; } }
    .mod-modal-wrapper .mod-modal .modal-close {
      position: absolute;
      cursor: pointer;
      right: 20px;
      top: 15px;
      z-index: 100; }
    .mod-modal-wrapper .mod-modal .mod-modal-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .mod-modal-wrapper .mod-modal .modal-left {
      width: 60%;
      margin-right: 40px; }
      @media only screen and (max-width: 1199px) {
        .mod-modal-wrapper .mod-modal .modal-left {
          position: absolute;
          width: 30%;
          right: 0;
          top: 20px; } }
      @media only screen and (max-width: 1099px) {
        .mod-modal-wrapper .mod-modal .modal-left {
          display: none; } }
      .mod-modal-wrapper .mod-modal .modal-left .modal-images {
        aspect-ratio: 16/9;
        background-color: #1c1c1e;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Old versions of Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none; }
        .mod-modal-wrapper .mod-modal .modal-left .modal-images img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .mod-modal-wrapper .mod-modal .modal-left .modal-images .swiper {
          height: 100%; }
        .mod-modal-wrapper .mod-modal .modal-left .modal-images .swiper-button-prev, .mod-modal-wrapper .mod-modal .modal-left .modal-images .swiper-button-next {
          color: #FFF; }
          .mod-modal-wrapper .mod-modal .modal-left .modal-images .swiper-button-prev::after, .mod-modal-wrapper .mod-modal .modal-left .modal-images .swiper-button-next::after {
            font-size: 25px; }
    .mod-modal-wrapper .mod-modal .modal-right {
      position: relative;
      width: 40%; }
      @media only screen and (max-width: 1199px) {
        .mod-modal-wrapper .mod-modal .modal-right {
          width: 100%; } }
      @media only screen and (max-width: 1199px) {
        .mod-modal-wrapper .mod-modal .modal-right .modal-data {
          max-width: 63%; } }
      @media only screen and (max-width: 767px) {
        .mod-modal-wrapper .mod-modal .modal-right .modal-data {
          max-width: 100%; } }
      .mod-modal-wrapper .mod-modal .modal-right .modal-data .modal-title {
        font-size: 2em; }
      .mod-modal-wrapper .mod-modal .modal-right .modal-data .mod-author {
        font-size: 0.8em; }
      .mod-modal-wrapper .mod-modal .modal-right .modal-data .modal-prev-author {
        font-size: 0.8em;
        color: #83838f; }
      .mod-modal-wrapper .mod-modal .modal-right .modal-data .modal-description {
        margin-top: 20px; }
      .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel {
        margin-top: 30px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1199px) {
          .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 1099px) {
          .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel {
            margin-bottom: 0; } }
        .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel .mod-info-item {
          margin-bottom: 10px; }
          @media only screen and (max-width: 1199px) {
            .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel .mod-info-item {
              width: 50%; } }
        .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel .info-label {
          display: block;
          text-transform: uppercase;
          color: #f57c1d;
          font-size: 0.6em; }
        .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel .info-data .inline-filter-item {
          cursor: pointer; }
          .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel .info-data .inline-filter-item:hover {
            color: #83838f; }
        .mod-modal-wrapper .mod-modal .modal-right .modal-info-panel .mod-status .info-data {
          text-transform: capitalize; }
      .mod-modal-wrapper .mod-modal .modal-right .modal-actions {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding-top: 10px;
        background-color: #2E3632;
        text-align: right; }
        @media only screen and (max-width: 1099px) {
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions {
            position: relative;
            text-align: left; } }
        .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action {
          display: inline-block;
          padding: 7px 10px;
          background-color: #1c1c1e;
          margin-right: 7px;
          margin-top: 7px;
          transition: all 200ms ease-out;
          -webkit-transition: all 200ms ease-out;
          -moz-transition: all 200ms ease-out;
          -ms-transition: all 200ms ease-out;
          -o-transition: all 200ms ease-out;
          font-size: 0.7em;
          cursor: pointer;
          text-decoration: none; }
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action.mod-support, .mod-links .mod-support {
            background-color: #3C6 !important;
            color: #0c0c0c !important; 
			}
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action:hover {
            color: #0c0c0c;
            background-color: #f57c1d; }
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action i, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action svg {
            margin-left: 7px; }
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action:last-child {
            margin-right: 0; }
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action.mod-dependencies-download.open i, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .mod-action.mod-dependencies-download.open svg {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
        .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list {
          overflow: hidden;
          margin-top: 10px;
          height: 0;
          transition: all 200ms ease-out;
          -webkit-transition: all 200ms ease-out;
          -moz-transition: all 200ms ease-out;
          -ms-transition: all 200ms ease-out;
          -o-transition: all 200ms ease-out; }
          .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper {
            list-style-type: none;
            padding: 10px 0 0;
            margin: 0;
            border-top: 1px solid #FFF; }
            .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li {
              display: inline-block;
              margin-left: 7px;
              margin-top: 5px;
              font-size: 0.8em; }
              .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li:first-child {
                margin-left: 0; }
              .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li a, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span {
                display: block;
                text-decoration: none;
                padding: 7px 10px;
                background-color: #1c1c1e; }
                .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li a:hover, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span:hover {
                  color: #0c0c0c;
                  background-color: #f57c1d; }
                .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li a i, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li a svg, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span i, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span svg {
                  margin-right: 7px; }
              .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span:hover {
                background-color: #1c1c1e;
                color: #f0f0f0; }
              .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span i, .mod-modal-wrapper .mod-modal .modal-right .modal-actions .deps-list .deps-list-wrapper li span svg {
                display: none; }
  .mod-modal-wrapper.no-images .mod-modal {
    max-width: 700px;
    margin: 0 auto; }
  .mod-modal-wrapper.no-images .modal-left {
    display: none; }
  .mod-modal-wrapper.no-images .modal-right {
    width: 100%; }
    .mod-modal-wrapper.no-images .modal-right .modal-actions {
      position: relative;
      margin-top: 50px;
      text-align: left; }
      .mod-modal-wrapper.no-images .modal-right .modal-actions .deps-list .deps-list-wrapper li {
        margin-left: 0;
        margin-right: 7px; }
        .mod-modal-wrapper.no-images .modal-right .modal-actions .deps-list .deps-list-wrapper li:last-child {
          margin-right: 0; }

