.c-project-card__meta.c-project-card__meta--small span,
.c-project-card__meta.c-project-card__meta--xsmall span {
    margin-top: 0.3rem;
}
.c-nav-toggle__bar,
.pull-right {
    float: right !important;
}
ol,
ul {
    margin: 0 0 1rem 2rem !important;
    list-style-type: revert !important;
}
.c-custom-select__data ul,
.c-nav__list,
.c-sidebar__submenu,
.c-tabs__list--splitted,
.datepicker-panel > ul,
.select2-results ol,
.select2-results ul {
    margin: 0 !important;
}
.carousel-indicators {
    margin: 0 15% !important;
    list-style: none !important;
}
.carousel-indicators li {
    background-color: #ddd !important;
    cursor: pointer;
}
.carousel-indicators li.active {
    background-color: #999 !important;
}
.c-nav__item,
.c-sidebar__list {
    list-style-type: none !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: 0;
}
.c-custom-box .is-disabled,
.c-custom-select .is-disabled {
    border-color: #dfe3e9;
    background: #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: 0;
    margin: 0 !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: 0.3s;
    transition: 0.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-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 0 #ddd;
}
.c-navbar__brand {
    width: 160px;
}
.c-nav-toggle__bar {
    height: 2px !important;
    width: 25px !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__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-custom-select__data,
.c-search--result,
.search-result {
    max-height: 150px;
    overflow: scroll;
    z-index: 10;
}
.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: 0.1s;
    transition: 0.1s;
}
.c-input:focus {
    border: 1px solid #86b7fe !important;
    color: #212529;
    background-color: #fff;
    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:focus,
.c-dropdown__item.is-disabled:hover {
    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 0;
    margin-top: 5px;
    position: absolute;
}
.c-search--result ul {
    padding-left: 0;
    margin-bottom: 0;
}
.c-search--result li {
    padding: 5px 15px;
    list-style-type: none;
    cursor: pointer;
    color: #7f8fa4;
}
.c-search--result li:hover {
    background-color: #f9f9f9;
}
.c-project-card__meta.c-project-card__meta--small {
    padding: 0.225rem 1.2rem 0.7rem !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--xsmall {
    padding: 0.4rem 0 0.5rem !important;
}
.c-project-card__meta.c-project-card__meta--xsmall .c-project-card__title {
    font-size: 1.5rem;
}
.c-project-card__meta.c-project-card__meta--xsmall p {
    font-size: 0.775rem;
}
.u-mt-5,
.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: 0.59375rem 0.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,
.o-media__img--small {
    width: 60px;
}
.c-line.c-line--mute,
.u-border-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 0 #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: 0;
    caret-color: transparent;
}
.c-custom-select__data {
    background-color: #fff;
    border: 1px solid #dfe3e9;
    width: 100%;
    display: block;
    position: absolute;
    background-position: #fff;
    border-radius: 4px;
    margin: 5px 0 0;
}
.c-custom-select__data ul,
.search-result ul {
    padding-left: 0;
    margin-bottom: 0;
}
.c-custom-select__data li,
.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;
}
.c-custom-select__data li:hover,
.search-result 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;
    background-color: rgba(0, 0, 0, 0.5);
}
.c-alert--secondary {
    background-color: #eff3f6 !important;
}
.c-badge {
    min-width: 65px;
    text-align: center;
}
@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) {
    .ql-video {
        width: 100%;
        height: 230px !important;
    }
    .u-hidden\@mobile {
        display: none !important;
    }
    .u-mt-xsmall\@mobile {
        margin-top: 0.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 !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: 0 !important;
        text-align: center;
        border-top: 1px solid #e6eaee;
    }
}
.u-pb-xxsmall,
.u-pv-xxsmall {
    padding-bottom: 0.3rem !important;
}
.u-line-height--small {
    line-height: 1;
}
.d-contents,
.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;
}
.hide {
    display: none;
}
.fade {
    transition: opacity 0.01s;
}
.u-margin-auto {
    margin: auto !important;
}
.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,
.u-pv-xxsmall {
    padding-top: 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-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;
}
.search-result {
    background-color: #fff;
    border: 1px solid #dfe3e9;
    display: block;
    position: absolute;
    background-position: #fff;
    border-radius: 4px;
    margin: 5px 0 0;
}
.search-result-full .search-result {
    width: 100%;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.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--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;
    content: "\f107";
}
.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;
    content: "\f106";
}
.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: 0.3s;
    transition: 0.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_asc:before,
.dataTable thead .sorting_desc::after {
    color: #2ea1f8;
}
.ql-video {
    width: 100%;
    height: 600px;
}
