* {
  font-family: "Quicksand", "Open Sans", "Segoe UI", "Oxygen-Sans", "Ubuntu",
    "Cantarell", "Helvetica Neue", sans-serif;
  word-break: break-word;
  /* font-family: 'Montserrat', sans-serif; */
}

body > *:not(iframe) .mdi {
  /* Your MDI styles here */
  font-family: "Material Design Icons" !important;
}

.w_100 {
  width: 100%;
}

/* Form */
textarea,
input,
select {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  outline: none;
  padding: 5px;
  margin: 10px 0;
}

.break_word {
  word-break: break-word;
}

button {
  outline: none;
}

select:focus option {
  color: rgb(109, 94, 153);
}

.main_error {
  color: rgb(220, 83, 105);
  font-weight: 700;
}

.success_input {
  border-bottom: 1px solid rgb(145, 224, 215);
}

.error_input {
  border-bottom: 1px solid rgb(220, 83, 105);
}
/* End Form */

/* General */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px rgba(70, 73, 139, 0.4) inset !important;
  -webkit-box-shadow: 0 0 0 30px rgba(70, 73, 139, 0.4) inset !important;
}

.margin_menu {
  margin-top: 120px;
}

.breadcrumbs {
  text-align: left;
}

.bread_link:hover {
  color: rgb(109, 94, 153);
}

.breadcrumbs .spacer {
  margin: 0 5px;
}

.divider {
  height: 1px;
  width: 40px;
  background-color: #ffffff;
  margin: 5px 0;
}

.divider_glow {
  height: 3px;
  width: 30px;
  background-color: rgb(150, 224, 216);
  box-shadow: 0 0 8px 1px rgb(150, 224, 216);
  border-radius: 50px;
  margin: 5px 0;
}

.not_allowed {
  cursor: not-allowed !important;
}

.bb {
  transition: 0.1s all linear;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(
      to right,
      rgb(254, 249, 196),
      rgb(150, 224, 216)
    )
    0 0 100% 0;
  border-right: none;
  border-left: none;
}

.pointer {
  cursor: pointer;
}

.copy {
  cursor: copy;
}

.zoom {
  cursor: zoom-in;
}

.default {
  cursor: default !important;
}

.no_dec {
  text-decoration: none;
}

.link {
  text-decoration: none;
  padding-bottom: 4px;
}
.link:hover {
  border-bottom: 1px solid #ffffff;
}

.rounded {
  border-radius: 50%;
}

.poa {
  position: absolute;
}

.default {
  cursor: default;
}

.help_cursor {
  cursor: help !important;
}

.relative {
  position: relative;
}

/* End General */

/* Typo */
.main_title {
  font-weight: 100;
  font-size: 4em;
  letter-spacing: 3px;
  word-spacing: 3px;
}
.main_sub_title {
  font-size: 1.3em;
  letter-spacing: 3px;
  word-spacing: 3px;
}

.crossed {
  text-decoration: line-through;
}

.skinny {
  font-weight: 100;
}

.title_font_family {
  font-family: "Yu Gothic", "Roboto", "Segoe UI", "Oxygen-Sans", "Ubuntu",
    "Cantarell", "Helvetica Neue", sans-serif !important;
}
/* End Typo */

/* Buttons */
.button {
  border-radius: 20px;
  padding: 5px 30px;
  border: none;
  font-weight: bold;
  opacity: 0.8;
  letter-spacing: 2px;
  word-spacing: 5px;
  cursor: pointer;
}
.outline {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  background-color: transparent !important;
  transition: 0.1s all linear;
}
.outline:hover {
  border: 1px solid #ffffff;
  color: rgb(109, 94, 153) !important;
  background-color: #ffffff !important;
}

/* End Buttons */

/* BG Colors */
.bg_white {
  background-color: rgb(255, 255, 255);
}
.bg_grey {
  background-color: rgba(207, 207, 207, 0.5);
}
.bg_purple {
  background-color: rgb(75, 54, 128);
}
.bg_blue_purple {
  background-color: rgba(70, 73, 139, 0.6);
}
.bg_light_purple {
  background-color: rgb(109, 94, 153);
}
.bg_blue {
  background-color: rgb(51, 39, 190);
}
.bg_light_blue {
  background-color: rgb(182, 248, 232);
}
.bg_lighter_blue {
  background-color: rgb(182, 248, 232);
}
.bg_brown {
  background-color: rgba(43, 39, 59, 0.7);
}
.bg_light_brown {
  background-color: rgba(105, 106, 119, 0.7);
}
.bg_yellow {
  background-color: rgb(254, 249, 196);
}
.bg_red {
  background-color: rgb(220, 83, 105);
}
.bg_green {
  background-color: rgb(145, 224, 215);
}
.bg_dark {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg_black {
  background-color: rgba(0, 0, 0, 0.5);
}
/* End BG Colors */

/* TEXT Colors */
.text_purple {
  color: rgb(75, 54, 128);
}
.text_light-purple {
  color: rgb(109, 94, 153);
}
.text_light-blue {
  color: rgb(182, 248, 232);
}
.text_lighter-blue {
  color: rgb(182, 248, 232);
}
.text_brown {
  color: rgb(50, 30, 59);
}
.text_light_brown {
  color: rgb(112, 98, 118);
}
.text_yellow {
  color: rgb(254, 249, 196);
}
.text_red {
  color: rgb(220, 83, 105);
}
.text_hardred {
  color: rgb(199, 24, 63);
}
.text_orange {
  color: rgb(215, 121, 77);
}
.text_green {
  color: rgb(145, 224, 215);
}
.text_white {
  color: rgb(255, 255, 255);
}
.text_dark {
  color: rgb(27, 27, 27);
}
/* End TEXT Colors */

/* BORDER Colors */
.border_light_purple {
  border: 1px solid rgb(109, 94, 153);
}
/* End BORDER Colors */

/* Sizes */
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.h50 {
  height: 50%;
}

/* End Sizes */

/* Scrollbar */

/* width */
.oldScrollBar ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.oldScrollBar ::-webkit-scrollbar-track {
  background-color: rgb(75, 54, 128);
}

/* Handle */
.oldScrollBar ::-webkit-scrollbar-thumb {
  background: linear-gradient(rgb(254, 249, 196), rgb(150, 224, 216));
  box-shadow: 0 3px 10px 3px rgba(254, 249, 196, 0.3);
  border-radius: 5px;
}

/* Track */
.supportScrollBar::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
.supportScrollBar::-webkit-scrollbar-thumb {
  background-color: white !important;
  border-radius: 5px;
}
.whiteScrollBar::-webkit-scrollbar-thumb {
  background-color: white !important;
  border-radius: 5px;
}
/* Width */
.supportScrollBar::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.cmsDupClass::-webkit-scrollbar-track {
  background-color: lightgray;
}

/* Handle */
.cmsDupClass::-webkit-scrollbar-thumb {
  background-color: grey !important;
  background-image: none;
  border-radius: 5px;
}

/* Width */
.cmsDupClass::-webkit-scrollbar {
  width: 8px;
}

/* End Scrollbar */

/* Progress */
.progress_wrapper {
  background-color: rgba(109, 94, 153, 0.5);
  height: 12px;
}

.filler {
  height: 100%;
  background: linear-gradient(90deg, rgb(254, 249, 196), rgb(150, 224, 216));
  box-shadow: 0 3px 10px 3px rgba(254, 249, 196, 0.3);
  transition: 1s all linear;
  max-width: 100%;
}

.filler_shadow {
  box-shadow: 0 -7px 15px 2px rgba(99, 247, 232, 0.5);
}
/* End Progress */

/* Table */
.table img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.table_row {
  height: 50px;
}

.table_body {
  padding-bottom: 30px;
  overflow-y: auto;
  height: 500px;
  max-height: 60vh;
}

.table h2 {
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 100;
}
/* End Table */

/* Popup Modal */

.popup_modal_stripped {
  height: 100%;
  position: relative;
  background: linear-gradient(
      153deg,
      rgba(98, 89, 206, 0.03) 0%,
      rgba(98, 89, 206, 0.03) 9%,
      rgba(197, 197, 197, 0.03) 9%,
      rgba(197, 197, 197, 0.03) 21%,
      rgba(106, 106, 106, 0.03) 21%,
      rgba(106, 106, 106, 0.03) 32%,
      rgba(222, 222, 222, 0.03) 32%,
      rgba(222, 222, 222, 0.03) 72%,
      rgba(16, 16, 16, 0.03) 72%,
      rgba(16, 16, 16, 0.03) 92%,
      rgba(181, 181, 181, 0.03) 92%,
      rgba(181, 181, 181, 0.03) 97%,
      rgba(130, 130, 130, 0.03) 97%,
      rgba(130, 130, 130, 0.03) 100%
    ),
    linear-gradient(
      39deg,
      rgba(237, 237, 237, 0.03) 0%,
      rgba(237, 237, 237, 0.03) 22%,
      rgba(126, 126, 126, 0.03) 22%,
      rgba(126, 126, 126, 0.03) 55%,
      rgba(196, 196, 196, 0.03) 55%,
      rgba(196, 196, 196, 0.03) 61%,
      rgba(121, 121, 121, 0.03) 61%,
      rgba(121, 121, 121, 0.03) 71%,
      rgba(133, 133, 133, 0.03) 71%,
      rgba(133, 133, 133, 0.03) 84%,
      rgba(132, 132, 132, 0.03) 84%,
      rgba(132, 132, 132, 0.03) 97%,
      rgba(185, 185, 185, 0.03) 97%,
      rgba(185, 185, 185, 0.03) 100%
    ),
    linear-gradient(
      124deg,
      rgba(168, 168, 168, 0.03) 0%,
      rgba(168, 168, 168, 0.03) 7%,
      rgba(169, 169, 169, 0.03) 7%,
      rgba(169, 169, 169, 0.03) 19%,
      rgba(73, 73, 73, 0.03) 19%,
      rgba(73, 73, 73, 0.03) 50%,
      rgba(150, 150, 150, 0.03) 50%,
      rgba(150, 150, 150, 0.03) 67%,
      rgba(68, 68, 68, 0.03) 67%,
      rgba(68, 68, 68, 0.03) 81%,
      rgba(111, 111, 111, 0.03) 81%,
      rgba(111, 111, 111, 0.03) 91%,
      rgba(191, 191, 191, 0.03) 91%,
      rgba(191, 191, 191, 0.03) 100%
    ),
    linear-gradient(
      95deg,
      rgba(147, 147, 147, 0.03) 0%,
      rgba(147, 147, 147, 0.03) 17%,
      rgba(79, 79, 79, 0.03) 17%,
      rgba(79, 79, 79, 0.03) 27%,
      rgba(28, 28, 28, 0.03) 27%,
      rgba(28, 28, 28, 0.03) 45%,
      rgba(27, 27, 27, 0.03) 45%,
      rgba(27, 27, 27, 0.03) 56%,
      rgba(228, 228, 228, 0.03) 56%,
      rgba(228, 228, 228, 0.03) 64%,
      rgba(38, 38, 38, 0.03) 64%,
      rgba(38, 38, 38, 0.03) 72%,
      rgba(42, 42, 42, 0.03) 72%,
      rgba(42, 42, 42, 0.03) 100%
    ),
    linear-gradient(
      346deg,
      rgba(59, 59, 59, 0.03) 0%,
      rgba(59, 59, 59, 0.03) 16%,
      rgba(66, 66, 66, 0.03) 16%,
      rgba(66, 66, 66, 0.03) 20%,
      rgba(236, 236, 236, 0.03) 20%,
      rgba(236, 236, 236, 0.03) 41%,
      rgba(244, 244, 244, 0.03) 41%,
      rgba(244, 244, 244, 0.03) 55%,
      rgba(106, 106, 106, 0.03) 55%,
      rgba(106, 106, 106, 0.03) 61%,
      rgba(220, 220, 220, 0.03) 61%,
      rgba(220, 220, 220, 0.03) 63%,
      rgba(209, 209, 209, 0.03) 63%,
      rgba(209, 209, 209, 0.03) 100%
    ),
    linear-gradient(90deg, rgb(21, 38, 59), rgb(8, 17, 13));
}

/* End Popup Modal */

/* Games */

/* .games_wrapper{
        min-height: 300px;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    } */

.games_wrapper .disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

.disabled_block {
  cursor: not-allowed;
  position: absolute;
  width: 100%;
  height: 100%;
  letter-spacing: 3px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  font-style: italic !important;
}

.disabled_block img {
  max-width: 100%;
}

.disabled_block h1 {
  font-family: "Montserrat", sans-serif !important;
}

.games_wrapper .row {
  transition: 0.2s all linear;
  height: 80px;
  width: 100%;
  background-size: 100% 400%;
  object-fit: cover;
  position: relative;
}

.games_wrapper .row .img_wrapper {
  max-width: 120px;
  height: 100%;
  background-color: rgb(110, 110, 143);
}

.games_wrapper .row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.games_wrapper .row:hover {
  opacity: 0.9;
}

.row_1 {
  background-color: rgba(55, 55, 68, 0.95);
}

.row_2 {
  background-color: rgba(66, 58, 62, 0.95);
}

.cat_title {
  height: 30px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 2px;
}

.coming_soon {
  background-color: rgba(11, 20, 26, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
/* End Games */

.wrapper_center {
  height: 100vh;
  display: flex;
  align-items: center;
}

/* Article Images (Cyberpedia) */
.article p img {
  max-width: 100%;
}

/* PHONE VERSION */
@media only screen and (max-width: 900px) {
  .main_title {
    font-size: 2em;
  }
  .games_wrapper h2 {
    margin-left: 20px;
  }
  .table-wrap {
    overflow-x: auto;
  }

  .table {
    min-width: 600px;
  }

  .table_body {
    width: initial !important;
    height: initial !important;
  }

  .table_row {
    height: initial !important;
  }
}

/* DESKTOP VERSION */
@media only screen and (min-width: 1500px) {
  .games_wrapper {
    min-height: 500px;
    max-height: 500px;
  }
}

/* Routing */
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* End Routing */

/* Alerts */
.alert {
  padding: 10px;
  opacity: 0.8;
}
.alert_error {
  background-color: rgba(220, 83, 105, 0.3);
  border: 1px solid rgba(220, 83, 105, 0.8);
}
.alert_success {
  background-color: rgba(145, 224, 215, 0.3);
  border: 1px solid rgba(145, 224, 215, 0.8);
}
.alert:hover {
  opacity: 1;
}
/* End Alerts */

/* CMS images */

/* Routing */
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* End Routing */

/* Alerts */
.alert {
  position: fixed !important;
  padding: 10px;
  opacity: 0.9;
  text-align: left !important;
}
.alert_error {
  background-color: rgba(220, 83, 105, 0.3);
  border: 1px solid rgba(220, 83, 105, 0.8);
}
.alert_success {
  background-color: rgba(145, 224, 215, 0.3);
  border: 1px solid rgba(145, 224, 215, 0.8);
}
.alert:hover {
  opacity: 1;
}
/* End Alerts */

/* CMS images */

.cms_small_img {
  width: 100px;
  height: 100%;
  object-fit: cover;
  margin-top: 5px;
}

.cms_big_img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  margin: auto;
}

.cms_image_new {
  padding: 15px;
  width: 500px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
/* END CMS images */

/* Animations */

.loading_Animation {
  background: linear-gradient(
    90deg,
    rgba(109, 94, 153, 0.8),
    rgba(178, 167, 209, 0.8),
    rgba(109, 94, 153, 0.8)
  );
  animation-name: btnAnimation;
  animation: btnAnimation 1.5s linear infinite;
  background-size: 400%;
  animation-duration: 4s;
  border-radius: 20px;
}

@keyframes btnAnimation {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 400%;
  }
}
/* END Animations */

/* indent */
/*!
   * Quill Editor v1.0.0
   * https://quilljs.com/
   * Copyright (c) 2014, Jason Chen
   * Copyright (c) 2013, salesforce.com
   */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
p,
ol,
ul,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
/* ol,
ul {
  padding-left: 1.5em;
  list-style-type: none !important;
}
ol > li,
ul > li {
  list-style-type: none !important;
}
ul > li::before {
  content: "\25CF";
}
li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
li {
  list-style-type: none !important;
}
ol li,
ul li {
  padding-left: 1.5em;
}
*/
ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
/* ol li:before {
  content: counter(list-num, decimal) ". ";
} */
ol li.ql-indent-1 {
  counter-increment: list-1;
}
ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-2 {
  counter-increment: list-2;
}
ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-3 {
  counter-increment: list-3;
}
ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-4 {
  counter-increment: list-4;
}
ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-5 {
  counter-increment: list-5;
}
ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
ol li.ql-indent-6 {
  counter-increment: list-6;
}
ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
ol li.ql-indent-7 {
  counter-increment: list-7;
}
ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
ol li.ql-indent-8 {
  counter-increment: list-8;
}
ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
ol li.ql-indent-8 {
  counter-reset: list-9;
}
ol li.ql-indent-9 {
  counter-increment: list-9;
}
ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-video {
  display: block;
  max-width: 100%;
}
.ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-bg-black {
  background-color: #000000;
}
.ql-bg-red {
  background-color: #e60000;
}
.ql-bg-orange {
  background-color: #ff9900;
}
.ql-bg-yellow {
  background-color: #ffff00;
}
.ql-bg-green {
  background-color: #008a00;
}
.ql-bg-blue {
  background-color: #0066cc;
}
.ql-bg-purple {
  background-color: #9933ff;
}
.ql-color-white {
  color: #ffffff;
}
.ql-color-red {
  color: #e60000;
}
.ql-color-orange {
  color: #ff9900;
}
.ql-color-yellow {
  color: #ffff00;
}
.ql-color-green {
  color: #008a00;
}
.ql-color-blue {
  color: #0066cc;
}
.ql-color-purple {
  color: #9933ff;
}
.ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-size-small {
  font-size: 0.75em;
}
.ql-size-large {
  font-size: 1.5em;
}
.ql-size-huge {
  font-size: 2.5em;
}
.ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-align-center {
  text-align: center;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-right {
  text-align: right;
}
.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.cv_title {
  font-size: 2em;
  font-weight: 100;
}

.cv_sub_title {
  font-weight: 100;
  letter-spacing: 1.5px;
  font-size: 1.4em;
}

.v-dialog--no-box-shadow {
  box-shadow: none !important;
}

/* Fix for Firefox */
@supports (-moz-appearance: none) {
  html {
    overflow-y: auto !important;
    scrollbar-color: #254c4e #101127 !important;
    scrollbar-width: thin !important;
  }

  .v-data-table {
    overflow-y: auto !important;
    scrollbar-color: #254c4e #101127 !important;
    scrollbar-width: thin !important;
    overflow-x: hidden !important;
  }
  .v-data-table::-webkit-scrollbar {
    width: 4px;
    height: 0;
  }
  .v-data-table::-webkit-scrollbar-button {
    height: 3px;
  }
  .v-data-table::-webkit-scrollbar-corner {
    background: transparent;
  }
  .v-data-table::-webkit-scrollbar-thumb {
    background: #101127;
    border-radius: 14px;
  }
  .v-data-table::-webkit-scrollbar-thumb:hover {
    background: #254c4e;
  }
  .v-data-table::-webkit-scrollbar-thumb:active {
    background: #254c4e;
  }
  .v-data-table::-webkit-scrollbar-track {
    background: #e4f2ff;
    border-radius: 14px;
    border: 1px solid #9f9f9f;
  }
  .v-data-table::-webkit-scrollbar-button {
    height: 1px;
  }
  .v-data-table::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: 14px;
  }
}

.hidden {
  opacity: 0;
}
