ul, ol {
  margin: 0 0 1rem 2rem !important;
  list-style-type: revert !important;
}
.select2-results ul, .select2-results ol {
  margin: 0 !important;
}
.carousel-indicators {
  /* bottom: -30px !important; */
  margin-right: 15% !important;
  margin-left: 15% !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  list-style: none !important;
}
.carousel-indicators li {
  /* width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important; */
  background-color: #ddd !important;
  cursor: pointer;
}
.carousel-indicators li.active {
  background-color: #999 !important;
}
.c-sidebar__list {
  list-style-type: none !important;
}
.c-sidebar__submenu {
  margin: 0px !important;
}
.c-tabs__list--splitted {
  margin: 0px !important;
}
.c-custom-box {
	display: inline-block;
  vertical-align: bottom;
}
.c-custom-box .c-input {
	background: #f2f4f7 !important;
	color: #999;
  cursor: pointer;
}
.c-custom-box .c-input:focus {
	outline: none;
}
.c-custom-box .is-disabled {
  border-color: #DFE3E9;
  background: #EAEEF1;
  background-color: #EAEEF1;
  color: rgba(53, 64, 82, 0.7);
  cursor: not-allowed;
}
.c-custom-box__data {
	background-color: #fff;
	border: 1px solid #dfe3e9;
	width: 100%;
	display: block;
	max-height: 150px;
	overflow: scroll;
	position: absolute;
	background-position: #fff;
	z-index: 10;
  border-radius: 4px;
  margin:5px 0 0;
}
.c-custom-box__data ul {
	padding-left: 0px;
	margin: 0px !important;
}
.c-custom-box__data li {
  display: block;
	padding: 0.5rem 0.9375rem;
	border-bottom: 1px solid #dfe3e9;
	color: #354052;
	font-size: 0.875rem;
	font-weight: 400;
  cursor: pointer;
}
.c-custom-box__data li:hover {
	background-color: #F5F8FA;
}
.c-box-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.59375rem 0.9375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #dfe3e9;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f4f7));
  background: linear-gradient(to bottom, #fff, #f2f4f7);
  color: #354052;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  resize: none;
  height: 39px;
  cursor: pointer;
}
.c-box-title:hover {
  background: #fcfcfc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eceff3));
  background: linear-gradient(to bottom, #fcfcfc, #eceff3);
  color: #354052;
}
.c-box-title i {
  margin-top: 2px;
}
.c-custom-select__data ul {
  margin: 0px !important;
}
.datepicker-panel > ul {
  margin: 0px !important;
}
.c-card__icon {
  background: #fff;
  border: 1px solid #e6eaee;
}
.c-card.c-shadow, .c-state-card.c-shadow {
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.c-card.c-shadow .c-card__header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f8fafc;
    border-color: #f1f5f9 !important;
}
.c-navbar {
  box-shadow: 1px 1px 7px 0px #ddd;
}
.c-nav__list {
  margin: 0 !important;
}
.c-nav__item {
  list-style-type: none !important;
}
.c-navbar__brand {
  width: 160px;
}
.c-nav-toggle__bar {
  height: 2px !important;
  width: 25px !important;
  float: right !important;
}
.c-tabs__pane {
  background-color: #f3f4f5 !important;
}
.c-tabs__list--splitted .c-tabs__link {
  padding: 7px 30px;
}
.c-tabs__list--splitted .c-tabs__link.active, .c-tabs__list--splitted .c-tabs__link.is-active {
  padding: 9px 35px;
}
.c-table--small .c-table__cell {
  padding: 10px 0 10px 20px !important;
}
.c-table--small .c-table__cell:last-child {
  padding-right: 20px !important;
}
.c-table__title-action-button {
  top: 25px !important;
}
.c-table__head--xsmall {
  width: 1%;
}
.c-table__head--small {
  width: 10%;
}
.c-table__head--15\% {
  width: 15%;
}
.c-table__head--20\% {
  width: 20%;
}
.c-table__head--medium {
  width: 30% !important;
}
.c-table__head--large {
  width: 50%;
}
.c-table--small .c-table__cell {
  padding: 10px 0 10px 20px !important;
}
.c-table--small .c-table__cell:last-child {
  padding-right: 20px !important;
}
.c-invoice__brand-img {
  max-width: 100% !important;
  max-height: 48px !important;
}
.c-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-btn-group .c-btn-first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-btn-group .c-btn-last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.c-btn-group .c-btn-center {
  border-radius: 0;
  border-left: 0;
}
.c-btn-group .form-group .c-btn + .c-btn {
  border-left: 0;
}
.c-field__label {
  color: #354052;
}
.c-input {
  border-color: #e0e7ee;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.c-input:focus {
  border: 1px solid #86b7fe !important;
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.c-dropdown__menu--full {
  max-width: 100%;
}
.c-dropdown__item.is-disabled {
  border-color: #e6eaee;
  background: #f5f8fa;
  color: rgba(53, 64, 82, 0.5);
}
.c-dropdown__item.is-disabled:hover, .c-dropdown__item.is-disabled:focus {
  border-color: #e6eaee;
  background: #f5f8fa;
  color: rgba(53, 64, 82, 0.5);
  cursor: not-allowed;
}
.c-btn--small.has-dropdown::after {
  padding: 0.3rem 8px !important;
}
.c-toolbar--transparent {
  background-color: #fff0 !important;
  box-shadow: none !important;
}
.c-pagination__item.is-active {
  color: red !important;
}
.c-search--result {
	background-color: #fff;
  border: 1px solid #dfe3e9;
	border-radius: 4px;
	max-width: 100%;
	display: block;
	padding: 5px 0px;
	max-height: 150px;
	overflow: scroll;
  margin-top: 5px;
	position: absolute;
  z-index: 10;
}
.c-search--result ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-search--result li {
	padding: 5px 15px;
	list-style-type: none;
	cursor: pointer;
  color: #7f8fa4;
}
.c-search--result li:hover {
	background-color: #f9f9f9;
}
.c-varian--alternative .c-project-card {
  /* border-bottom: none !important; */
  margin-top: -2px;
}
/* .c-varian--alternative .c-project-card:last-child {
  border-bottom: 1px solid #e6eaee !important;
} */
/* .c-project-card__title.c-project-card__title--block {
  max-width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */
.c-project-card__meta.c-project-card__meta--small {
  padding: .225rem 1.2rem 0.7rem 1.2rem !important;
}
.c-project-card__meta.c-project-card__meta--small .c-project-card__title {
  max-width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-project-card__meta.c-project-card__meta--small span {
  margin-top: 0.3rem;
}
.c-project-card__meta.c-project-card__meta--xsmall {
  padding: .4rem 0 0.5rem 0 !important;
}
.c-project-card__meta.c-project-card__meta--xsmall .c-project-card__title {
  /* max-width: 55%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  line-height: 1.2;
  font-size: 1.5rem;
}
.c-project-card__meta.c-project-card__meta--xsmall p {
  font-size: 0.775rem;
}
.c-project-card__meta.c-project-card__meta--xsmall span {
  margin-top: 0.3rem;
}
.u-mt-xxsmall {
  margin-top: 5px;
}
.c-report .c-table__cell:not(:first-child) {
  text-align: right !important;
}
.c-btn-group__left {
  margin-right: -1px;
}
.c-btn-group__right {
  margin-left: -1px;
}
.c-btn-group > .c-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-btn-group > .c-input--small {
  padding: .59375rem .375rem;
}
.c-btn--invisible {
  background: #fff;
  border: none;
}
.c-input--hidden {
  padding: 0;
  background-color: #fff0;
  border: none;
}
.c-loading {
	margin-top: 15px;
}
.c-loading img {
	width: 25px;
	margin-right: 5px;
}
.c-loading span {
  display: block;
  margin-top: -30px;
  margin-left: 40px;
}
.c-line {
  content: '';
  display: inline-block;
  width: 40px;
  margin: auto;
  border-top: 2px solid #354052;
}
.c-line.c-line--medium {
  width: 60px;
}
.c-line.c-line--mute {
  border-color: #7f8fa4 !important;
}
.c-action {
  position: absolute;
  background-color: #edede0;
  cursor: pointer;
  font-weight: 600;
  padding: 0.325rem 0.9375rem;
  box-shadow: 1px 1px 2px 0px #666;
}
.c-action--top {
  margin-top: 0.6rem;
}
.c-action--right {
  margin-right: 1.5rem;
}
.c-custom-select .c-input {
  background: linear-gradient(180deg,#fff,#f2f4f7);
  color: #354052;
  cursor: pointer;
}
.c-custom-select .c-input:focus {
	outline: none;
    caret-color: transparent;
}
.c-custom-select .is-disabled {
  border-color: #DFE3E9;
  background: #EAEEF1;
  background-color: #EAEEF1;
  color: rgba(53, 64, 82, 0.7);
  cursor: not-allowed;
}
.c-custom-select__data {
	background-color: #fff;
	border: 1px solid #dfe3e9;
	width: 100%;
	display: block;
	max-height: 150px;
	overflow: scroll;
	position: absolute;
	background-position: #fff;
	z-index: 10;
  border-radius: 4px;
  margin:5px 0 0;
}
.c-custom-select__data ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-custom-select__data li {
  display: block;
	padding: 0.5rem 0.9375rem;
	border-bottom: 1px solid #dfe3e9;
	color: #354052;
	font-size: 0.875rem;
	font-weight: 400;
  cursor: pointer;
}
.c-custom-select__data li:hover {
	background-color: #F5F8FA;
}
.c-custom-select__data::-webkit-scrollbar {
    -webkit-appearance: none;
    background: #f3f4f5;
    height: 0;
}
.c-custom-select__data::-webkit-scrollbar:vertical {
    width: 11px;
}
.c-custom-select__data::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #f3f4f5; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
.c-alert--secondary {
  background-color: #eff3f6 !important;
}
@media (min-width: 769px) {
  .u-hidden\@desktop {
    display: none !important;
  }
  .u-p-medium\@desktop {
    padding: 1.875rem !important;
  }
  .u-pl-medium-small {
    padding-left: 30px;
  }
  .u-pr-medium-small {
    padding-right: 30px;
  }
  .u-pl-small-small {
    padding-left: 15px;
  }
  .u-pr-small-small {
    padding-right: 15px;
  }
  .u-mt-medium-small {
    margin-top: 30px;
  }
  .c-toolbar--table-header {
    padding: 15px 30px !important;
  }
  .u-pr-7\@desktop {
    padding-right: 7px !important;
  }
  .u-pl-7\@desktop {
    padding-left: 7px !important;
  }
}
@media (max-width: 768px) {
  .u-hidden\@mobile {
    display: none !important;
  }
  .u-mt-xsmall\@mobile {
    margin-top: .625rem !important;
  }
  .u-p-small\@mobile {
    padding: 0.9375rem !important;
  }
  .u-ph-small\@mobile {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .u-text-center\@mobile {
    text-align: center !important;
  }
  .c-toolbar--table-header {
    padding: 15px 15px !important;
  }
  .u-justify-center\@tablet {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #detail-container {
    flex-direction: column;
    display: flex;
  }
  #preview {
    order: 1 !important;
  }
  #pricing {
    order: 2 !important;
  }
  #information {
    order: 3 !important;
  }
  #comment {
    order: 4 !important;
  }
  .u-btn-floating\@mobile {
    position: fixed !important;
    bottom: 0 !important;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
    border-top: 1px solid #e6eaee;
  }
}
.u-line-height--small {
  line-height: 1;
}
.u-display-contents {
  display: contents !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-inline-block {
  display: inline-block !important;
}
.u-display--webkit-inline-box {
  display: -webkit-inline-box !important;
}
.u-img--fullwidth {
  width: 100% !important;
}
.u-field--xxsmall {
  width:50px !important;
}
.u-field--xsmall {
  width:80px !important;
}
.u-field--small {
  width:200px !important;
}
.u-cursor-pointer {
  cursor: pointer !important;
}
.u-text-underline {
  text-decoration: underline;
}
.u-text-italic {
  font-style: italic;
}
.u-text-line-through {
  text-decoration: line-through;
}
.u-text-dark__underline:hover {
  color: #354052 !important;
}
.u-decoration-none:hover {
  text-decoration: none;
}
div.u-text-mute p {
  color: #7f8fa4 !important;
}
div.u-text-large p {
  font-size: 1rem !important;
}
.u-text-xlarge {
  font-size: 1.5rem !important;
}
.u-height-50px {
  height: 50px !important;
}
.pull-right {
  float: right !important;
}
.hide {
  display: none;
}
.fade {
  transition: opacity .01s;
}
.d-contents {
  display: contents !important;
}
.u-margin-auto {
  margin: auto !important;
}
.u-mt-5 {
  margin-top: 5px;
}
.u-mr-5 {
  margin-right: 5px;
}
.u-mb-5 {
  margin-bottom: 5px;
}
.u-ml-5 {
  margin-left: 5px;
}
.u-mb-huge {
  margin-bottom: 10rem !important;
}
.u-mb-giant {
  margin-bottom: 20rem !important;
}
.u-mt-huge {
  margin-top: 10rem !important;
}
.u-mt-giant {
  margin-top: 20rem !important;
}
.u-pr-7 {
  padding-right: 7px;
}
.u-pl-7 {
  padding-left: 7px;
}
.u-pt-10 {
  padding-top: 10px;
}
.u-pt-xxsmall {
  padding-top: 0.3rem !important;
}
.u-pb-xxsmall {
  padding-bottom: 0.3rem !important;
}
.u-pv-xxsmall {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.u-bb-zero {
  border-bottom: none;
}
.u-top-zero {
  top: 0;
}
.u-top-xsmall {
  top: 0.625rem;
}
.u-bottom-xsmall {
  bottom: 0.625rem;
}
.u-right-medium {
  right: 1.875rem;
}
.u-right-small {
  right: 0.9375rem;
}
.u-right-xsmall {
  right: 0.625rem;
}
.u-right-xxsmall {
  right: 0.3rem;
}
.u-right-zero {
  right: 0;
}
.u-left-medium {
  left: 1.875rem;
}
.u-left-xsmall {
  left: 0.625rem;
}
.u-row-xsmall {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}
.u-col-xsmall {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.u-position-relative {
  position: relative;
}
.u-position-absolute {
  position: absolute;
}
.u-position-fixed {
  position: fixed;
}
.u-layout .u-layout-border:first-child {
  border-radius: 4px 4px 0 0 !important;
}
.u-layout .u-layout-border {
  border-radius: 0 !important;
}
.u-layout .u-layout-border:last-child {
  border-radius: 0 0 4px 4px !important;
}
.u-width-400px {
  width: 400px;
}
.u-width-250px {
  width: 250px;
}
.u-width-200px {
  width: 200px;
}
.u-width-180px {
  width: 180px;
}
.u-width-150px {
  width: 150px;
}
.u-width-110px {
  width: 110px;
}
.u-width-100px {
  width: 100px;
}
.u-width-70px {
  width: 70px;
}
.u-width-50px {
  width: 50px;
}
.u-width-20px {
  width: 20px;
}
.u-width--large {
  width: 3rem !important;
}
.u-max-width-none {
  max-width: none !important;
}
.u-color-gray {
  max-width: fit-content !important;
}
.u-border {
  border: 1px solid #e6eaee;
}
.u-border-dark {
  border-color: #354052 !important;
}
.u-border-secondary {
  border-color: #dfe3e9 !important;
}
.u-border-mute {
  border-color: #7f8fa4 !important;
}
.u-border-medium {
  border-width: 3px !important;
}
.u-border-dashed {
  border-style: dashed !important;
}
.u-white-space__no-wrap {
  white-space: nowrap;
}
.u-bg-whatsapp {
  background: #455a64;
  border-color: #455a64;
}
.u-bg-whatsapp i {
  color: #44c354;
}
.u-bg-telegram {
  background: #32afed;
  border-color: #32afed;
}
/* Styling */
.search-result {
	background-color: #fff;
	border: 1px solid #dfe3e9;
	display: block;
	max-height: 150px;
	overflow: scroll;
	position: absolute;
	background-position: #fff;
	z-index: 10;
  border-radius: 4px;
  margin:5px 0 0;
}
.search-result-full .search-result {
  width: 100%;
}
.search-result ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.search-result li {
  display: block;
	padding: 0.5rem 0.9375rem;
	border-bottom: 1px solid #dfe3e9;
	color: #354052;
	font-size: 0.875rem;
	font-weight: 400;
  cursor: pointer;
}
.search-result li:hover {
	background-color: #F5F8FA;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
.o-media__img--small {
  width: 60px;
}
.o-media__img--medium {
  width: 100px;
}
.dropzone {
  background-color: #fff0 !important;
  border: 3px dashed #dfe3e9;
  display: inline-block;
  min-width: 100%;
}
.dropzone .dz-message {
  border: none;
}
.dropzone .dz-preview.dz-image-preview {
  background: #fff0;
}
.c-table--small.c-table--datatables .c-table__cell {
  padding-right: 20px !important;
}
.dataTable thead.c-table__head--slim .sorting:after, .dataTable thead.c-table__head--slim .sorting_asc:after, .dataTable thead.c-table__head--slim .sorting_desc:after {
  bottom: 4px;
}
.dataTable thead .sorting:after, .dataTable thead .sorting:before, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_asc:before, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_desc:before {
  color: #7f8fa4b8;
}
.dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:before {
  opacity: 0.3;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
}
.dataTables_length select {
  display: inline-block;
  width: auto;
  max-width: 230px;
  padding: 0.59375rem 0.9375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  background: linear-gradient(to bottom, #fff, #f2f4f7);
  color: #354052;
  font-size: 0.875rem;
  font-weight: 400;
  resize: none;
  cursor: pointer;
}
.dataTables_filter input {
  width: auto;
}
.dataTable thead .sorting:after, .dataTable thead .sorting:before, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_asc:before, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_desc:before {
  content: "\f106";
}
.dataTable thead.c-table__head--slim .sorting:after, .dataTable thead.c-table__head--slim .sorting_asc:after, .dataTable thead.c-table__head--slim .sorting_desc:after {
  content: "\f107";
}
.dataTable thead .sorting_asc:before , .dataTable thead .sorting_desc::after  {
  color: #2ea1f8;
}
