:root {
  --futures-color:#a27eec;
  --futures-color-yellow: #fdcc02;
  --futures-color-purple: #09090a;
  --futures-font-color: #585858;
  --futures-hover-font-color: black;
  --futures-primary-font: 'Arial', sans-serif;
  --futures-tertiary-font: 'Arial', sans-serif;
  --futures-secondary-font: 'Arial', sans-serif;
  --degrade-color: #a27eec;

  font-size: 14px;
}

html {
  font-size: 14px;
}

body {
  font-family: var(--futures-secondary-font);
  color: var(--futures-font-color);
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  background-color: #f7f9fc;
}

h1,
p,
span,
label,
small,
input,
button,
a {
  font-family: 'Arial', sans-serif;
}

h1.modal-title {
  font-family: 'Arial', sans-serif;
}

.page-wrapper {
  background-color: #f7f9fc;
}

@media only screen and (min-width: 768px) {
  .main-content {
    margin-left: 27rem;
    margin-right: 10rem;
    min-height: calc(100vh - 50px);
  }
}

.main-content.toggled {
  /* margin-left: 210px; */
}

.right-card {
  padding: 1.5rem 3rem;
}

@media (min-width: 768px) {
  .right-card {
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 1024px) {
  .right-card {
    padding: 1.5rem 6rem;
  }
}

/*Estilos navs y navbars*/

.nav-link {
  padding: 0.75rem 1rem;
}

/*---------------- ///Estilos navs y navbars --------------*/

/*------------------ Estilos sidebar ----------------------*/

.navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}

/* \Final estilos sidebar */

/*Títulos negritas para los heads de la tabla*/

thead tr th {
  font-weight: 700 !important;
}

.border-futures {
  border: 1px solid var(--futures-color);
}

.btn-futures {
  color: white;
  background-color: transparent;
  background-image: linear-gradient(190deg, #f191c9 0%, #a27eec 100%);
  color: #ffffff !important;
  border-radius: 0.25rem;
  font-weight: 700;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  letter-spacing: 0.1rem;
}

.btn-futures-outline {
  background-color: white !important;
  /* background-color: transparent; */
  background-image: unset;
  color: var(--futures-color) !important;
  border: 1px solid var(--futures-color) !important;
text-transform: lowercase

}

.btn-futures-outline:hover {
  background-color: var(--futures-color);
}

.btn-futures:hover {
  color: white;
}

.btn {
  font-size: 0.875rem;
}

.btn-transparent {
  background: none;
  border: none;
  outline: none;
}

.futures-color {
  color: var(--futures-color) !important;
}

.futures-color-purple {
  color: var(--futures-color-purple) !important;
}

.md-form .active {
  color: var(--futures-color) !important;
}

.md-form label {
  font-size: 14px;
}

/*---------------------- <CONTENT HEADER> ------------------------*/

/*------------------- </CONTENT HEADER> --------------------------*/

table.table th a {
  color: var(--futures-color) !important;
}

table.table a {
  color: #007bff;
}

table.table a:hover {
  text-decoration: underline;
}

table {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-width: 0.25rem;
  border-color: #e6e6e6;
}

.table {
  color: var(--futures-font-color);
}

tr {
  height: 50px;
}

h1,
h2,
h3 {
  font-family: var(--futures-secondary-font);
  color: var(--futures-hover-font-color);
  margin: 0 !important;
}

#nothing-here h1 {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  color: #a27eec;
}

h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

tbody {
  border: none !important;
}

thead {
  border: none !important;
}

.red-button {
  border-radius: 0.25rem;
  border: 1px solid rgba(238, 53, 36, 0.5);
  color: #ee3524 !important;
  height: 3rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-family: var(--futures-secondary-font);
  font-weight: 700 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
}

.gray-button {
  border-radius: 0.25rem;
  border: 1px solid gray;
  color: var(--futures-font-color) !important;
  height: 3rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-family: var(--futures-secondary-font);
  font-weight: 700 !important;

  -webkit-box-shadow: none;

  box-shadow: none;
  margin-top: 20px;
}

.gray-button:hover {
  color: black !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-secondary .dropdown-item a:hover {
  color: var(--futures-color);
}

.dropdown-item {
  font-family: var(--futures-secondary-font) !important;
  font-size: 1rem !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.nav-item.dropdown.show a.nav-link.dropdown-toggle {
  color: #000 !important;
}

.input-group {
  width: 350px !important;
  height: 100%;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.input-group .form-control {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
  font-size: 0.875rem;
  border: 1px solid #ced4da !important;
  border-radius: 0.3rem !important;
}

.input-group-text {
  padding-left: 20px;
  padding-right: 20px;
}

.field-set {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px !important;
}

.settings h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Arial', Arial, sans-serif;
}

.alert {
  padding: 0.5rem;
  font-size: 0.775rem;
  font-weight: 700;
}

.settings-buttons {
  padding-right: 4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.cards-icons {
  font-size: 2rem;
}

.fast-cards {
  margin-right: 3rem;
  font-size: 0.875rem;
}

.f6 {
  font-size: 0.875rem;
}

.filled {
  background-color: #ee3524;
  color: white !important;
}

.my-files-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-dark {
  background-color: #e83e8c !important;
}

.hidden {
  display: none;
}

@media screen and (max-width: 990px) {
  .btn-futures {
    padding: 0.875rem 1.25rem;
    margin: 0.375rem;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 700px) {
  .btn-futures {
    padding: 0.5rem 0.875rem;
    font-size: 0.725rem;
    letter-spacing: 0;
  }

  .main-content .data {
    margin-top: 2em;
  }
}

.bg-futures {
  background-color: #a27eec !important;
}

.bg-jumbotron {
  background-color: #a27eec !important;
}

.bg-futures-smooth {
  background-color: #a27eec20 !important;
}

.bg-futures-success-smooth {
  background-color: #2de87f50 !important;
}

.bg-futures-warning-smooth {
  background-color: #fadc8450 !important;
}

.text-futures {
  color: var(--futures-color);
}

.futures-tertiary-color {
  color: var(--futures-color-yellow);
}

.bg-futures-tertiary {
  background-color: var(--futures-color-yellow);
}

.striped {
  background-color: #f3f1f1;
}

.comments h2 {
  font-size: 2rem !important;
}

.tickets-table {
  font-size: 10px !important;
}

.table th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.progress-table tbody th,
.progress-table tbody td {
  padding-top: 0.667rem !important;
  padding-bottom: 0.667rem !important;
}

.history-table tbody th,
.history-table tbody td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.table td,
.table th {
  vertical-align: middle;
}

.btn-circle.btn-xl {
  width: 40px;
  height: 40px;
  padding: 5px 7px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.33;
}

.btn-circle {
  width: 20px;
  height: 20px;
  padding: 4px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 1.42857;
  cursor: default;
}

.md-form input[type='date']:focus:not([readonly]),
.md-form input[type='datetime-local']:focus:not([readonly]),
.md-form input[type='email']:focus:not([readonly]),
.md-form input[type='number']:focus:not([readonly]),
.md-form input[type='password']:focus:not([readonly]),
.md-form input[type='search-md']:focus:not([readonly]),
.md-form input[type='search']:focus:not([readonly]),
.md-form input[type='tel']:focus:not([readonly]),
.md-form input[type='text']:focus:not([readonly]),
.md-form input[type='time']:focus:not([readonly]),
.md-form input[type='url']:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 var(--futures-color);
  box-shadow: 0 1px 0 0 var(--futures-color);
  border-bottom: 1px solid var(--futures-color);
}

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

.bg-futures-gray {
  background-color: #8b959e;
}

.status {
  border-radius: 100%;
  overflow: hidden;
  width: 8px;
  height: 8px;
  cursor: pointer;
  line-height: 0;
}

.paused,
.Paused {
  background-color: #64a7ff !important;
  border: 1px solid #64a7ff !important;
}

.on-queue,
.On.Queue {
  background-color: #e7f4ff !important;
  border: 1px solid #ccc !important;
}

.being-checked,
.Being.Checked {
  background-color: #fdcc02 !important;
  border: 1px solid #fdcc02 !important;
}

.we-have-questions,
.We.Have.Questions {
  color: #fff;
  background-color: #9c80ff !important;
  border: #9c80ff !important;
}

.under-way,
.Under.Way {
  background-color: #2de87f !important;
  border: 1px solid #2de87f !important;
}

.waiting-for-approval,
.Waiting.For.Approval {
  background-color: #F91B54 !important;
  border: 1px solid #F91B54 !important;
}

.awaiting-feedback,
.Awaiting.Feedback {
  background-color: #ffdead !important;
  border: 1px solid #ffdead !important;
}

.closed,
.Closed {
  color: white;
  background-color: #000;
}

.md-form textarea.md-textarea {
  padding: 1.5rem 0 1rem 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 19, 2019 */

.file-upload-card {
  width: 100%;
  margin: 0 auto;
}

.file-upload {
  background-color: #ffffff;
  margin: 0 0;
  padding: 0px;
}

.file-upload-btn {
  color: var(--futures-color);
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  border: 2px solid var(--futures-color);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  font-weight: 700;
  letter-spacing: 0.1rem;
}

.file-upload-btn:hover {
  background-color: var(--futures-color);
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  position: relative;
  background-color: #e9ecef;
  color: var(--futures-color);
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: rgb(249, 28, 82, 0.7);
  color: white;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text i {
  font-size: 28px;
}

.drag-text p {
  font-size: 16px;
  font-weight: 500px;
}

.drag-text {
  width: 100%;
  margin: 0;
  padding: 100px 0;
}

.designers-upload-area .drag-text {
  padding: 20px 0;
}

.file-upload-image {
  margin: auto;
  padding: 20px;
}

.remove-image {
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.little-title {
  color: black;
  font-weight: bold;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-uploaded {
  margin: 0 0.625rem;
  padding: 0.5rem 0.625rem;
}

.history-table td,
.history-table th {
  padding: 0.5rem;
}

.field-set li {
  padding-left: 1.3em;
}

.field-set li:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  content: '\f00c';
  /* replace / with \ */
  font-family: 'Font Awesome 5 Free';
  /* here is the correct font-family */
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
}

@media (min-width: 800px) {
  .page-content .container-fluid {
    padding: 0px 40px 40px 88px;
  }

  .px-md-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1150px) {
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (max-width: 800px) {
  .page-content .container-fluid {
    padding: 0px 10px 0px 58px;
  }

  .card.request {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

.toggled .page-content .container-fluid {
  padding: 0px 40px 40px 40px;
}

.form-control {
  font-size: 14px;
}

.normal-font {
  font-size: 14px !important;
}

.bigger-font {
  font-size: 16px;
}

#priceTitle.bigger-font {
  font-size: 2rem;
}

.futures-border {
  border: 1px solid var(--futures-color);
}

#box-1.futures-border {
  border: 1px solid var(--futures-color);
}

#second-card.futures-border {
  border: 1px solid var(--futures-color);
}

.nav.horizontal-nav .nav-link.active {
  color: var(--futures-color);
}

.nav.horizontal-nav .nav-link.active:hover {
  color: black;
}

.nav.horizontal-nav .nav-link:hover {
  color: black;
}

.nav.horizontal-nav .nav-item {
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav.horizontal-nav .nav-item:hover {
  border-bottom: 2px solid var(--futures-color);
}

.checkboxes input {
  vertical-align: middle;
}

.checkboxes label span {
  vertical-align: middle;
}

.text-button:hover {
  color: #8b959e;
  outline: none;
}

.text-button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #007bff;
}

.text-button:active,
.text-button:focus {
  outline: none;
}

@font-face {
  font-family: BrandonGrotesqueBold;
  src: url('../fonts/BrandonGrotesqueBold.otf');
}

@font-face {
  font-family: BrandonGrotesqueBlack;
  src: url('../fonts/BrandonGrotesqueBlack.otf');
}

select,
.custom-select,
select:not(:-internal-list-box) {
  background-color: #fff !important;
  color: var(--futures-font-color) !important;
}

.sidebar-icon {
  color: white;
}

.little-button:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  background: #fff;
}

.little-button:hover .sidebar-icon {
  color: var(--futures-color) !important;
}

.header {
  margin: 0px -40px 0 -40px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.invalid-feedback {
  display: block;
  margin-bottom: 1rem;
  margin-top: -1rem;
  font-weight: bold;
}

li.check-li {
  padding-left: 1.3rem;
}

li.check-li:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.5em;
  content: '\f00c';
  /* replace / with \ */
  font-family: 'Font Awesome 5 Free';
  /* here is the correct font-family */
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
}

/* ----------------------------------------------*
** |                                            |
** |          ***   NAVBAR STYLES   ***         |
** |                                            |
** ----------------------------------------------*/

#navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

/* #navbar.scrolled {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
} */

.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* height: 50px; */
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 6px;
  }
}

nav.navbar .nav-link {
  font-family: var(--futures-secondary-font);
  font-weight: bold;
  font-size: 13px;
  z-index: 3;
}

.nav-link {
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--futures-color);
}

.nav-link:hover,
.text-link:hover {
  color: black;
}

.nav-link,
.text-link {
  color: #8b959e;
}

.text-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}

.navbar-nav .nav-item .nav-link {
  font-weight: bold;
  margin: 0 !important;
  padding: 1rem 1rem;
  padding-top: 1rem;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:active {
  border-bottom: 2px solid var(--degrade-color);
}

.navbar-nav .nav-item .nav-link:hover {
  color: #000 !important;
}

nav .active {
  color: var(--futures-color) !important;
}

.services-cards {
  padding: 1.875rem !important;
}

@media (min-width: 1024px) {
  #main-dropdown.dropdown-menu {
    left: 0%;
  }

  #secondary-dropdown.dropdown-menu {
    left: -60%;
  }

  #tertiary-dropdown.dropdown-menu {
    left: -8%;
  }
}

.hi-dropdown ul.dropdown-menu {
  padding-bottom: 0px;
  padding-top: 0px;
}

ul .dropdown-menu {
  z-index: 4;
}

ul .dropdown-item {
  padding: 0px;
}

.navbar ul.dropdown-menu a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1em;
}

.navbar .hi-dropdown ul.dropdown-menu a {
  padding-bottom: 0px;
}

li.dropdown.hi-dropdown .dropdown-item:hover,
li.dropdown.hi-dropdown .dropdown-item:active {
  background-color: #a27eec10;
}

.navbar .ul_navbar_dashboard_resposinve li.nav-item a.nav-link {
  padding-left: 14px;
  padding-right: 14px;
  text-transform: none;
}

@media (min-width: 780px) {
  .navbar-left {
    margin-left: 5%;
  }
}

.notify-drop .dropdown-toggle span {
  position: absolute;
  font-size: 10px;
  background-color: #a27eec;
  color: #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  top: 24%;
  right: 7px;
  line-height: 14px;
  border-radius: 25%;
}

.navbar .hi-dropdown ul.dropdown-menu a {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------*
** |                                            |
** |          ***  SIDEBAR STYLES   ***         |
** |                                            |
** ----------------------------------------------*/

#little-sidebar {
  background-image: -webkit-linear-gradient(
    top left,
    rgb(239, 102, 150) 0px,
    rgb(238, 46, 93) 70%
  );
  background-image: -o-linear-gradient(
    top left,
    rgb(239, 102, 150) 0px,
    rgb(238, 46, 93) 70%
  );
  background-image: linear-gradient(
    to bottom right,
    rgb(239, 102, 150) 0px,
    rgb(238, 46, 93) 70%
  );
  z-index: 2;
  font-size: 16px;
}

#little-sidebar .sidebar-icon {
  font-size: 16px;
}

#little-sidebar .sidebar-icon-wrapper {
  padding: 0.5rem 1rem;
}

#little-sidebar .little-sidebar-active {
  background-color: #ef0b4a;
}

#little-sidebar .sidebar-icon-wrapper.special {
  margin-top: 8px;
  margin-bottom: 4px;
}

#little-sidebar .sidebar-icon-wrapper.special-2 {
  margin-top: 6px;
  margin-bottom: 3px;
}

/*---------- MIS ELEMENTOS --------------------*/

#sidebar nav {
  margin: 0 0;
  /* padding: 0; */
}

.sidebar-link {
  font-size: 16px;
  padding: 0;
  font-weight: 700 !important;
  border-right: 2px solid transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.sidebar-link:hover {
  font-weight: 700 !important;
  border-right: 2px solid #a27eec;
  color: black;
}

.sidebar-active {
  font-weight: 700 !important;
  color: var(--futures-color) !important;
}

/*---------- ELEMENTOS COPIADOS ---------------*/

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  min-height: 90vh;
  /* padding-top: 50px; */
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 48px;
  border-right: 1px solid #dedede !important;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 228px;
  }
}

/*----------------show sidebar button----------------*/

#show-sidebar {
  left: 0;
  top: 0;
  border-radius: 0 4px 4px 0px;
  margin: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: relative;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 180px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  left: -300px;
  z-index: 1;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  -webkit-animation: swing ease-in-out 0.5s 1 alternate;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 16px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-footer > a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: sonar 1.5s infinite;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

/*-----------------------------chiller-theme-------------------------------------------------*/

/* ----------------------------------------------*
** |                                            |
** |          ***  SIDEBAR STYLES   ***         |
** |                                            |
** ----------------------------------------------*/

#request-bullet-points {
  background-color: #e9ecef;
  border: 1px solid rgb(206, 212, 218);
}

#graphic,
#video {
  padding-top: 12px;
  padding-bottom: 8px;
}

.btn-futures-request {
  color: white;
  background-color: var(--futures-color) !important;
  border-radius: 0.25rem;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 8px;
  margin-right: 1.5rem;
  font-size: 14px;
}

.btn-futures-request:hover {
  color: white;
}

.project-request .card-footer {
  padding: 0.5rem 1.25rem;
}

.card-header,
.card-footer {
  background-color: #fff;
}

.card-header .nav .nav-item .nav-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 16px;
}

.nav .nav-link.active {
  color: var(--futures-color);
}

.nav-tabs .nav-link:hover {
  border-color: var(--futures-color);
  border-bottom-color: transparent;
}

.card-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

#box-1,
#second-card {
  border: 1px solid #fff;
}

#second-card.futures-border {
  border: 1px solid var(--futures-color);
}

#second-card {
  max-height: 905px;
}

.dropdown.bootstrap-select {
  margin-right: 6px;
}

button.btn.btn-light {
  background-color: #fff !important;
  color: var(--futures-font-color) !important;
  border-radius: 4px;
  padding: 6px 13px 3px 7px;
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-light.dropdown-toggle {
  background-color: #fff !important;
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
}

.pulsating-dot {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulsating-dot__ripple {
  position: relative;
  -webkit-transform: translateY(-25px) translateX(-25px);
  -ms-transform: translateY(-25px) translateX(-25px);
  transform: translateY(-25px) translateX(-25px);
}

.pulsating-dot__ripple > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--futures-color);
  -webkit-box-shadow: 0 0 5px var(--futures-color),
    inset 0 0 5px var(--futures-color);
  box-shadow: 0 0 5px var(--futures-color), inset 0 0 5px var(--futures-color);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: scale 5.5s infinite linear;
  animation: scale 5.5s infinite linear;
}

.pulsating-dot__ripple > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--futures-color);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ripple 5.5s 0s infinite cubic-bezier(0.2, 0.54, 0.58, 0.7);
  animation: ripple 5.5s 0s infinite cubic-bezier(0.2, 0.54, 0.58, 0.7);
}

.pulsating-dot__ripple > div:nth-child(0) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.pulsating-dot__ripple > div:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.pulsating-dot__ripple > div:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.pulsating-dot__ripple > div:nth-child(3) {
  animation-delay: -4s;
  -webkit-animation-delay: -4s;
}

a {
  border: none;
}

a:active,
a:focus,
a:hover {
  outline: none !important;
}

.navbar ul.navbar-nav li a span {
  text-align: center;
  /* padding: 0px !important; */
  color: #ffffff;
  padding: 2px 0px 0px 0px;
  display: inline-block;
  background-color: var(--futures-color);
  line-height: 15px;
  /* display: initial; */
  height: 18px;
  margin-left: 0px;
  width: 18px;
  border-radius: 50%;
  font-size: 12px;
  position: relative;
  top: -10px;
  left: -8px;
}

.navbar-default .dropdown-menu.notify-drop {
  min-width: 310px;
  background-color: #fff;
  max-height: 80vh;
}

@media screen and (max-width: 991px) {
  .navbar-default .dropdown-menu.notify-drop {
    /* min-width: 310px; */
    background-color: #fff;
    max-height: 80vh;
    right: -92px;
    min-width: 100%;
    max-width: 310px;
    width: 81vw;
  }
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 20px 5px 20px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content {
  max-height: 72vh;
  overflow-y: auto;
}

.navbar-default
  .dropdown-menu.notify-drop
  .drop-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.navbar-default
  .dropdown-menu.notify-drop
  .drop-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 10px 0px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li.unread {
  background-color: #edf2fa;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li .col-3 {
  padding-left: 20px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li .col-9 {
  padding-right: 20px;
}

/* .navbar-default .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa;
} */

.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: '';
  clear: both;
  display: block;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #f6f6f6;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  width: 50px;
  height: 50px;
  margin: 5px 0px 8px 0px;
}

.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}

.navbar-default .dropdown-menu.notify-drop .rIcon {
  color: #999;
}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  margin: 3px 0;
  line-height: 1.5;
}

.dropdown-menu p.time {
  font-size: 12px;
  font-weight: 600;
  top: -4px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f2f2f2)
  );
  background-image: -o-linear-gradient(#fff, #f2f2f2);
  background-image: linear-gradient(#fff, #f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: var(--futures-font-color);
}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  top: 0px;
  position: relative;
  padding: 6px 20px 0px 20px;
  background: #fff;
  display: none;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}

/* ---------------- PRODUCTIVITY ----------------------- */

.slider.slider-horizontal {
  width: 500px !important;
}

.slider-handle {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fa416f),
    to(#e60d4b)
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #fa416f 0%,
    #e60d4b 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #fa416f 0%,
    #e60d4b 100%
  ) !important;
}

.slider-tick.in-selection {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e86585),
    to(#a27eec)
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #e86585 0%,
    #a27eec 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #e86585 0%,
    #a27eec 100%
  ) !important;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e86585),
    to(#a27eec)
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #e86585 0%,
    #a27eec 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #e86585 0%,
    #a27eec 100%
  ) !important;
}

.rangeslider__fill {
  background: var(--futures-color) !important;
}

.rangeslider--horizontal {
  height: 8px !important;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -7.5px !important;
}

.rangeslider__handle {
  height: 25px !important;
  width: 25px !important;
  background-image: none !important;
}

.rangeslider__handle:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  top: 2.2px;
  left: 8px;
  content: '\f7a5';
  font-weight: 900;
  font-size: 12px;
}

.rangeslider__handle {
  border: 1px solid var(--futures-color) !important;
}

.rangeslider.rangeslider--horizontal {
  margin-top: -10px !important;
}

.range-output {
  display: none !important;
}

span.angle-button {
  cursor: pointer;
}

.icon-button {
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bfbfbf !important;
}

.icon-button:hover {
  color: #007bff !important;
}

.navbar-section-title {
  font-size: 24px;
  font-family: var(--futures-secondary-font);
  font-weight: bold;
  color: #221f22;
  margin: 0;
}

.navbar-section-title--active {
  font-size: 28px;
  font-family: var(--futures-primary-font) !important;
  font-weight: bold;
  color: #221f22;
  margin: 0;
}

.dashboard-title-section {
  font-size: 24px !important;
  font-family: var(--futures-secondary-font) !important;
  font-weight: 700 !important;
  color: #221f22 !important;
  margin: 0;
}

.dashboard-title--active {
  font-size: 72px !important;
  font-family: var(--futures-primary-font) !important;
  color: #221f22 !important;
  line-height: 68px;
  margin: 0;
}

@media (max-width: 768px) {
  .dashboard-title--active {
    margin-top: 0.5rem;
    font-size: 48px !important;
    line-height: 44px;
  }
}

h1.register-title {
  font-family: 'Arial', sans-serif;
  color: #a27eec;
  font-weight: 800;
}

h1.dashboard-title,
.modal-title {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  color: #a27eec;
}

.disabled a {
  color: #dddddd !important;
}

.disabled a:hover {
  color: #dddddd !important;
  cursor: default !important;
}

ul.horizontal-nav a {
  color: #8b959e;
}

.pagination .page-item.active .page-link {
  background-color: var(--futures-color);
}

.pagination .page-item.active .page-link:hover {
  background-color: var(--futures-color);
}

.fixed-table-footer {
  display: none;
}

.pagination-detail .btn.btn-secondary {
  padding: 5px 10px;
  background-color: var(--futures-color) !important;
}

@media (max-width: 1023px) {
  .md-form.special {
    margin-top: 4rem;
  }

  .md-form.special label {
    top: -45px;
  }

  .md-form.semi-special {
    margin-top: 3rem;
  }

  .md-form.semi-special label {
    top: -25px;
  }
}

@media (min-width: 1024px) {
  .md-form.special {
    margin-top: 4rem;
  }

  .md-form.special label {
    top: -25px;
  }
}

.comment-container .comment p,
.description p {
  margin: 0;
}

.comment p,
.comment p {
  font-size: 14px !important;
}

.comment,
.comment * {
  font-family: var(--futures-secondary-font) !important;
}

.navbar-img {
  border-radius: 50%;
}

.bg-danger {
  background-color: var(--futures-color) !important;
}

.submitted_design {
  background-color: #bfbfbf;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  line-height: 21px;
  vertical-align: middle;
  width: 20px;
}

.submitted_design.submitted_design--unsubmitted:hover {
  font-size: 14px;
  height: 22px;
  line-height: 24px;
  width: 22px;
  background: var(--futures-color);
  transition: 300ms;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
}

.submitted_design.submitted_design--unsubmitted:hover:before {
  content: '\f00c';
}

.submitted_design.submitted_design--submitted {
  background-color: var(--futures-color);
  cursor: default;
}

i.actions {
  color: #bfbfbf !important;
  cursor: pointer;
}

i.actions:hover {
  color: #007bff !important;
}

.leader-panel .table_head div {
  font-weight: bold;
  color: var(--futures-color);
  font-size: 1.1rem;
}

.leader-panel .table_row div {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 0.25rem;
}

.btn.btn-futures.showActiveButton {
  padding: 0;
  border-radius: 100% !important;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  background-color: white;
  color: var(--futures-color);
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.btn.btn-futures.showActiveButton > i {
  font-size: 16px !important;
}

.btn.btn-futures.showActiveButton:hover {
  color: white;
  background-color: var(--futures-color);
  border-color: var(--futures-color);
}

.account_information {
  font-family: 'Montserrat', sans-serif;
  white-space: normal;
  font-size: 30px;
  color: #000;
  font-weight: 800;
}

.right-card input {
  font-family: 'Arial', sans-serif;
  white-space: normal;
  font-weight: 300;
}

.go_back_form {
  font-family: 'Arial', sans-serif;
  white-space: normal;
  font-weight: 300;
}

#register_2_submit {
  background-color: transparent;
  background-image: linear-gradient(190deg, #f191c9 0%, #a27eec 100%);
  color: #ffffff !important;
  font-family: 'Arial', Helvetica, Arial, Sans-Serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03125rem;
  /* border-radius: 100px; */
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  min-width: 120px;
  padding: 0 40px;
  min-height: 60px;
  height: 45px;
  line-height: 21px;
}

@media (max-width: 436px) {
  h1.register-title {
    font-size: 32px;
  }
  .right-card .account_information {
    font-size: 22px;
  }
  .right-card .account_information {
    font-size: 22px;
  }
}

@media (min-width: 375px) {
  .button_col {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .graphic {
    max-height: 190px;
    margin-bottom: 5%;
    text-align: center;
  }
}

@media (max-width: 424px) {
  .register_footer div:first-child {
    float: right;
  }
  .register_footer div:nth-child(2) {
    float: left;
  }
}

@media (max-width: 767px) {
  .register_footer div:first-child {
    text-align: center;
  }
  .register_footer div:nth-child(2) {
    text-align: center;
  }
  .right-card {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
  }

  #main {
    background-color: #fcfbfd;
    margin-top: 0px !important;
    /*padding-top: 2vh;
        padding-bottom: 2vh;*/
    margin-bottom: 0px !important;
  }
  body {
    background: none !important;
  }
}

@media (min-width: 1200px) {
  .graphic {
    max-height: 425px;
    max-width: 90%;
    margin-top: -10%;
  }
}

@media (max-width: 767px) {
  .register-title {
    font-family: 'Montserrat', sans-serif;
    color: #a27eec;
    font-weight: 800;
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1149px) {
  .register-title {
    font-family: 'Montserrat', sans-serif;
    color: #a27eec;
    font-weight: 800;
    font-size: 35px;
  }
}

@media (min-width: 1150px) {
  .register-title {
    font-family: 'Montserrat', sans-serif;
    color: #a27eec;
    font-weight: 800;
    font-size: 56px;
  }
}

/* Nuevos estilos para newauth */

.invalid-feedback {
  font-family: 'Arial';
  font-size: 14px;
}

@media (max-width: 575px) {
  .invalid-feedback {
    font-size: 12px;
  }
}

.logotipo {
  height: 56px;
  margin-top: -5px;
}

.space_logo {
  width: 90%;
}

.space_logo a {
  margin-right: 17%;
}

.go_back {
  width: 10%;
}

@media (max-width: 400px) {
  .space_logo a {
    padding-right: 2%;
  }
}

h1,
p,
span,
label,
small,
input,
button,
a {
  font-family: 'Arial', sans-serif;
}

#main {
  width: 100% !important;
  background: -webkit-linear-gradient(270deg,#c6c2f9, #fff);
  min-height: 100vh !important;
  overflow-x: hidden !important;
}

#main .min-height-100vh {
  min-height: 100vh;
}

#main .min-height-80vh {
  min-height: 80vh;
}

.right-card {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 10px;
  background-color: #fff;
}

.login_navbar .container_fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

a.login_navbar_link {
  display: inline-block;
  font-family: 'Arial', Helvetica, Arial, Sans-Serif;
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  color: #2e2d33;
  text-decoration: none;
  background-color: transparent;
  padding: 5px 8px;
  border-radius: 18px 18px;
}

a.login_navbar_link i {
  color: #fff;
  font-size: 18px;
}

a.login_navbar_link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

a.login_navbar_link:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

#continue {
  padding: 0.62rem 1.1rem;
}

.text-button.text-muted:hover {
  text-decoration: underline;
  color: var(--futures-hover-font-color) !important;
}

.md-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dropdown-menu-realtime {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0;
  width: 350px;
}

.dropdown-menu-realtime li {
  padding: 0.825rem;
  border-bottom: 1px solid #ccc;
}

.dropdown-menu-realtime li.unread {
  background-color: #fdb5c7;
}
.dropdown-menu-realtime li.unread:hover {
  background-color: #fc7c9b;
}

.dropdown-menu-realtime li:hover {
  background-color: #f6f6f6;
}

.dropdown-menu-realtime > li > a {
  align-items: flex-start;
  display: flex;
}

.dropdown-menu-realtime > li > a > img {
  margin-right: 1rem;
  height: 50px;
  width: 50px;
}

b {
  font-weight: bold !important;
}

.knowledge-base-modal .modal-dialog {
  margin: auto !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.knowledge-base-modal .modal-dialog .modal-content {
  border: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  box-shadow: none !important;
}

.knowledge-base-modal .modal-dialog .modal-header {
  border: 0;
  color: #fff;
  height: 39px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.knowledge-base-modal .modal-dialog .modal-header .close {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  opacity: 1;
  text-shadow: none;
  height: 34px;
  margin: 0;
  padding: 0;
}

.knowledge-base-modal .modal-dialog .modal-body {
  border: 0;
  height: 100%;
  flex-grow: 1;
  overflow-y: auto;
}

@media only screen and (min-width: 600px) {
  .knowledge-base-modal .modal-dialog .modal-content {
    width: 70vw;
    max-width: 600px;
    max-height: 90vh;
  }
}

@media only screen and (min-width: 600px) {
  .knowledge-base-modal .modal-dialog .modal-content {
    max-height: 90vh;
  }
}

@media only screen and (min-width: 900px) {
  .knowledge-base-modal .modal-dialog .modal-content {
    max-width: 900px;
  }
}
.video-js {
  position: relative !important;
  width: 100% !important;
  /* height: auto !important; */
}

.swal2-popup {
  width: auto !important;
}

.productivity_button__container {
  display: block;
}

@media screen and (min-width: 1600px) {
  .productivity_button__container {
    display: inline;
    padding-left: 0.5rem;
  }
}

.call-to-action-primary-button.productivity_button.productivity_button--small {
  color: #fff;
  height: auto;
  min-height: auto;
  line-height: 20px;
  padding: 0px 8px;
  border-radius: 10px;
  min-width: auto;
  text-transform: none;
  font-size: 14px;
  margin-right: 14px;
}

.call-to-action-primary-button.productivity_button.productivity_button--small:hover {
  color: #fff;
  transform: scale(1.03);
}

.call-to-action-primary-button.productivity_button.productivity_button--small.productivity_button--plus {
  padding: 0px 0px;
  border-radius: 100%;
  margin-left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.call-to-action-primary-button.productivity_button.productivity_button--small.productivity_button--plus:hover {
  transform: scale(1) !important;
}

.call-to-action-primary-button.productivity_button.productivity_button--small.productivity_button--plus
  i {
  font-size: 10px;
  position: relative;
  bottom: 3px;
}

#sidebar-1 {
  background-color: #fff !important;
}

.b-sidebar.bg-light {
  background-color: #f8f9fa !important;
  position: relative;
  z-index: 100000;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.b-sidebar > .b-sidebar-body {
  padding: 0 10px;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 4px;
  padding: 5px 5px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^='top'] {
  margin-bottom: 5px;
}

.tooltip[x-placement^='top'] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='bottom'] {
  margin-top: 5px;
}

.tooltip[x-placement^='bottom'] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='right'] {
  margin-left: 5px;
}

.tooltip[x-placement^='right'] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^='left'] {
  margin-right: 5px;
}

.tooltip[x-placement^='left'] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.principal--title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-family: 'Arial', Arial, sans-serif;
}

.principal--title:hover {
  background: -webkit-linear-gradient(190deg, #f191c9 0%, #a27eec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #a27eec;
}
.secondary--title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-family: 'Arial', Arial, sans-serif;
}
.secondary--title:hover {
  background: -webkit-linear-gradient(190deg, #f191c9 0%, #a27eec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #a27eec;
}
.tertiary--title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--futures-color) !important;
  font-family: 'Arial', Arial, sans-serif;
}

.card-img-top {
  /* max-height: 131px;
  object-fit: cover;
  width: 100%;
  height: 250px; */
}

iframe#si_frame {
  height: 100%;
}

.breadcrumb-active {
  color: var(--futures-color);
.text--strike-through {
  text-decoration: line-through;
  text-decoration-thickness: 0.15rem;
  text-decoration-color: #000;
}
