/* * {
  outline: 1px solid red;
} */

.slides,
.slides p,
.slides h1,
.slides h2,
.slides h3,
.slides h5,
.slides h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.25);
}

.slides .button,
.slides .slides-form {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  .inputCard {
    padding: 14px;
    margin-left: 1px;
  }

  .select-css {
    margin-top: 6px !important;
    font-size: 15px !important;
  }

  .searchTextInput {
    font-size: 15px !important;
  }

  .searchAndFilter {
    padding: 18px !important;
  }

  .searchAndFilter .col-6-12 {
    border: none !important;
    padding-bottom: 4px;
  }

  .pageSubMenu {
    text-align: left !important;
  }
}

/* Too narrow to show Preview buttons etc */
@media only screen and (max-width: 680px) {
  .buttonPanel {
    display: none !important;
  }

  .fileClickPanel {
    height: 320px !important;
  }

  .mobileOptionButton {
    display: block !important;
  }
}

/* Not enough height to display close button on panel */
@media screen and (max-height: 480px) {
  .buttonPanel {
    display: none !important;
  }

  .fileClickPanel {
    height: 320px !important;
  }

  .mobileOptionButton {
    display: block !important;
  }
}

/* HIDE DOT SIDE MENU */

@media screen and (min-width: 1350px) {
  .side .navigation li:before {
    display: none;
  }

  .navigation li {
    padding: 20px;
  }

  /* style your text */
  .side .navigation li:after {
    content: attr(data-title);
    font-size: 15px;
    opacity: 0.6;
    transition: opacity 0.35s;
    background: none;
    white-space: nowrap;
    left: auto;
    position: fixed;
    right: 20px;
    display: block;
    text-align: right;
    width: 100px;
    box-shadow: none;
    border-radius: 0;
  }

  .side .navigation li:hover:after {
    opacity: 0.8;
  }

  /* style selected item */
  .side .navigation li.selected:after {
    opacity: 1;
    color: #ffda79;
  }
}

@media screen and (max-width: 519px) {
  .side .navigation li span {
    display: none;
  }
}

/* BACKGROUND COLS */

.col-0 {
  background: #3498db;
}

/* Top Bar */

.logoHolder {
  display: inline-flex !important;
  align-items: center;
  float: left !important;
  width: 100% !important;
}

.tripticoLogo {
  width: 52px;
  height: 52px;
  border-radius: 8px;
}

.subscribeNowBtn {
  display: none;
}

.subscribeNowLink {
  display: none;
}

.button.tripticoGreen {
  background: #16a085 !important;
  color: #fff !important;
}

/* MENU ACTIVE */

.menu a {
  color: #fff;
  font-weight: 400;
  padding: 20px 8px 20px 8px !important;
}

.menu .menu-active {
  color: #333;
  font-weight: 400;
  background: #ffda79;
  border-radius: 8px;
  padding: 8px !important;
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4), 0 1px 0px rgba(255, 255, 255, 0.8);
  pointer-events: none !important;
}

/* DROPDOWN */

.select-css {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #eee;
  width: 100%;
  height: 100%;
  padding: 12px 12px;
  border: 0 solid;
  box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3498db;
  background-image: url('https://www.tripticoplus.com/media/resources/webpageExperiments/down.svg');
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%, 0 0;
  background-size: 24px auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  background-color: #48a2df;
}
.select-css:focus {
  /*   border-color: #2c3e50; */
  color: #eee;
  outline: none;
}
.select-css option {
  font-weight: normal;
}

/* No stage fade to SWAL */

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0) !important;
}

/* Search Input */

.inputCard {
  display: flex;
  justify-content: left;
  padding-left: 10px;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #333;
  background: #fff;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
}

.inputCard:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.inputCard span {
  background-color: rgba(255, 255, 255, 0.5);
}

.searchTextInput {
  color: #333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  width: 97%;
  overflow: hidden;
  border: 0;
  outline: none;
}

.pad {
  padding: 12px;
  color: #202020;
  background-color: #2980b9;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.3);
}

/* Info with search returns */

.tableInfo {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333 !important;
  font-weight: 300;
}

/* File Cards */

.cards {
  margin-bottom: 50px;
}

.card {
  margin: 15px;
  width: calc((100% / 3) - 30px);
}
@media screen and (max-width: 991px) {
  .card {
    width: calc((100% / 2) - 30px);
  }
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}
.card:hover .card__inner {
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25);
}

.card__inner {
  width: 100%;
  height: 150px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 75% 25%;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.topBar {
  height: 8px;
  width: 100%;
  background-color: #ffda79;
  position: absolute;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__inner .filename {
  font-weight: 400;
  padding: 14px;
  background: #fff;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  justify-content: center;
  align-content: center;
  margin-top: 4px !important;
}
.card__inner .filecode {
  padding: 6px;
  background: #eee;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 8px;
  display: grid;
  grid-column: 1;
  grid-row: 2;
  justify-content: center;
  align-content: center;
  color: #333;
  font-size: 15px !important;
  margin: 0 !important;
  font-weight: 600;
  text-transform: uppercase;
}
.card__inner .public {
  padding: 6px;
  background: #218c74;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-column: 2;
  grid-row: 2;
  justify-content: center;
  align-content: center;
}
.card__inner .public p {
  color: #eee;
  font-size: 12px !important;
  margin: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
}

.card__inner .fav {
  padding: 6px;
  background: #999;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 0;
  display: grid;
  grid-column: 3;
  grid-row: 2;
  justify-content: center;
  align-content: center;
}
.card__inner .fav i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 22px !important;
  margin-top: 10px !important;
}

.card.is-inactive .card__inner {
  /* filter: brightness(50%);  // Safari crashes when this filter used */
  opacity: 0.4;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.card.is-active .card__inner {
  transform: scale(1.08);
  box-shadow: 0 12px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 992px) {
  .card:nth-of-type(3n + 2) .card__expander {
    margin-left: calc(-100% - 30px);
  }
  .card:nth-of-type(3n + 3) .card__expander {
    margin-left: calc(-200% - 60px);
  }
  .card:nth-of-type(3n + 4) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card:nth-of-type(2n + 2) .card__expander {
    margin-left: calc(-100% - 30px);
  }
  .card:nth-of-type(2n + 3) {
    clear: left;
  }
}

/* END FILE CARD */

.buttonPanel {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  flex-wrap: nowrap;
}

.resPanel {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
}

.rectangle {
  height: 160px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  white-space: nowrap;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.3);
}

/* Hide vertical scrollbar on this panel */

.rectangle::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}

/* Always show horizontal scrollbar on this panel */

.rectangle::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #ddd;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #bbb;
}

.rectangle::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Bonus Rectangle */

.bonusRectangle {
  height: 160px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  white-space: nowrap;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.3);
}

/* Hide vertical scrollbar on this panel */

.bonusRectangle::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}

/* Always show horizontal scrollbar on this panel */

.bonusRectangle::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #33d9b2;
}

.bonusRectangle::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pageSubText {
  text-align: left;
  width: 90%;
  margin-top: 12px;
}

.pageSubMenu {
  text-align: right;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}

.pageSubMenu a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffda79;
  font-weight: 900;
  font-size: 14px;
}

.pageSubMenu b {
  text-transform: uppercase;
  color: #eee;
  font-weight: 900;
  font-size: 14px;
}

.res_card {
  display: inline-flex;
  justify-content: center;
  height: 120px;
  width: 180px;
  background-color: #eee;
  margin: 10px;
  box-shadow: 0 -1px 0px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.res_card_content {
  display: grid;
  grid-template-rows: 82% 18%;
}

.res_card_content img {
  grid-row: 1 / 2;
  object-fit: cover;
  justify-content: center;
  align-content: center;
}

.res_card_content p {
  grid-row: 2;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.sidebar {
  opacity: 1 !important;
  background-size: 5px 5px !important;
  background-image: repeating-linear-gradient(
    45deg,
    #3498db 0,
    #3498db 1px,
    #48a2df 0,
    #48a2df 50%
  ) !important;
}

.openWith {
  display: flex;
}

.openWith p {
  color: #eee;
  font-weight: 700 !important;
  font-size: 14px;
  text-transform: uppercase;
  flex-grow: 1;
}

.mobileOptionButton {
  display: none;
}

.button {
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2),
    0 3px 1px rgba(0, 0, 0, 0.2);
}

.button.delete {
  margin-left: auto !important;
  background-color: #b33939;
}

.button.restore {
  margin-left: auto !important;
  background-color: #e67e22;
}

.button.notLit {
  background-color: #444;
  color: #000;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4),
    0 1px 0px rgba(255, 255, 255, 0.2);
}

.button.litGreen {
  background-color: #218c74;
  color: #fff;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2),
    0 3px 1px rgba(0, 0, 0, 0.2);
}

.button.litPink {
  background-color: #fd79a8;
  color: #fff;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2),
    0 3px 1px rgba(0, 0, 0, 0.2);
}

.button.tripticoBlue {
  background: #3498db !important;
  color: #fff !important;
}

.panelCloseBtn {
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  border: 2px solid #3498db;
  background-color: #2c3e50;
  position: absolute;
  right: 24px;
  top: 16px;
  cursor: pointer;
}

.panelCloseBtn:hover {
  background-color: #fff;
}

.panelCloseBtn::before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #3498db;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
.panelCloseBtn::after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #3498db;
  height: 2px;
  top: 12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}

.fileClickPanel {
  /* display: inline-flex; */
  min-width: 100%;
  height: 425px;
  margin: 0;
  border-radius: 0;
  opacity: 1 !important;
  background-size: 5px 5px !important;
  background-image: repeating-linear-gradient(
    45deg,
    #3498db 0,
    #3498db 1px,
    #48a2df 0,
    #48a2df 50%
  ) !important;
  box-shadow: 0 -12px 0px rgba(0, 0, 0, 0.15);
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  z-index: 999999;
}

.fixBtm {
  position: fixed;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

/* Changed transform-style to flat (from preserve-3d) and position fixed for btmBar started working */

.slide.active {
  transform-style: flat;
  backface-visibility: hidden;
}

/* Darken SWAL background */

/* body.swal2-shown > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(10px);
  filter: brightness(15%);
} */

svg path,
svg rect {
  fill: #ffda79;
}

.loader {
  background: #34495e;
  padding: 16px;
  padding-top: 20px;
  border-radius: 16px;
  position: fixed;
  right: 28px;
  top: 94px;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0.3), 0 -1px 0px rgba(255, 255, 255, 0.3);
  z-index: 999999;
}

.loader p {
  color: #ffda79;
  font-size: 14px !important;
  margin: 0;
}

/* Bonus Resources */

.bonusHolder {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  border-radius: 8px;
  background-color: rgba(33, 140, 116, 0.8);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.3);
}

.bonusHolder .pad {
  background-color: rgba(0, 0, 0, 0.2);
}

.bonusText p {
  margin-top: 28px;
  margin-bottom: 8px;
}

.bonusText p span {
  color: #ffda79;
  font-weight: 700;
}

.padUp {
  padding: 12px;
  color: #333;
  background-color: #5dade2;
  box-shadow: 0 2px rgba(0, 0, 0, 0.3), 0 -1px 0px rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 28px;
}

.padUp a {
  text-decoration: underline;
}

/* Blur background, but not any alerts */

.blurBody > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(15px);
}

/* Blur background by default for SweetAlert */

body.swal2-shown > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(10px);
}

.nextPrevBtnHolder {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: -30px;
  margin-bottom: 90px;
}

.nextPrevDisabled {
  background-color: #2f89c5 !important;
  color: #2a7aaf !important;
  pointer-events: none !important;
}

.nextPrevEnabled {
  background-color: #fff !important;
  color: #333 !important;
  box-shadow: 0 2px rgba(0, 0, 0, 0.3) !important;
}

.nextPrevBtnHolder p {
  margin-top: 4px;
  padding: 8px;
}

.fileClickPanelContent {
  display: grid;
  grid-template-columns: 100%;
}

.fileClickPanelContent .pad {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1176px;
}
