﻿@font-face {
    font-family: "Rajdhani";
    src: url("../fonts/Rajdhani-Regular.ttf");
    font-weight: normal;
}

:root {
    --nethodology-gris: #C3D4D4;
    --nethodology-turquesa: #27F7D2;
    --nethodology-verde-uno: #00B1AD;
    --nethodology-verde-dos: #00868A;
    --nethodology-verde-tres: #006662;
    --nethodology-verde-institucional: #004C4F;
    --nethodology-negro: #171717;
}

.table th {
    vertical-align: middle;
}

.text-light {
    color: #00C1FF !important;
}
.text-light-plus {
    color: #21a5cf !important;
}
.text-medium {
    color: #506BFF !important;
}
.text-medium-plus {
    color: #4359d1 !important;
}
.text-full {
    color: #00B1AD !important;
}
.text-full-plus {
    color: #1e8d8a !important;
}
.text-express {
    color: #D156CF !important;
}

.text-tiktok-shop {
    color: #ff0050 !important;
}

.hover-light-secondary:hover {
    background-color: var(--bs-secondary-light) !important;
}

.table td {
    vertical-align: middle;
}

.text-green-TF {
    color: #43bf43 !important;
}

.h-fit {
    height: fit-content !important;
}

.bg-nethodology {
    background-color: var(--nethodology-verde-institucional) !important;
    color: white !important;
}

.dots {
    width: 100%;
    height: 10px;
    background: radial-gradient(circle, var(--nethodology-turquesa) 2px, transparent 3px);
    background-size: 10px 10px;
    background-repeat: repeat-x;
}

.text-nethodology {
    color: var(--nethodology-verde-institucional) !important;
}

.btn-nethodology {
    color: #27F7D2 !important;
    background-color: #004C4F !important;
    border-color: #004C4F !important;
}

.btn-nethodology i {
    color: var(--nethodology-turquesa) !important;
}

.btn-nethodology:hover i {
    color: var(--nethodology-verde-institucional) !important;
}

.btn-nethodology:hover {
    color: #004C4F !important;
    background-color: #27F7D2 !important;
    border-color: #27F7D2 !important;
}

.btn-light-nethodology {
    color: var(--nethodology-verde-institucional) !important;
    background-color: var(--nethodology-turquesa) !important;
    border-color: var(--nethodology-turquesa) !important;
}

.btn-light-nethodology i {
    color: var(--nethodology-verde-institucional) !important;
}

.btn-light-nethodology:hover, .btn-light-nethodology:focus {
    color: #27F7D2 !important;
    background-color: #004C4F !important;
    border-color: #004C4F !important;
}

.btn-light-nethodology:hover i, .btn-light-nethodology:focus i {
    color: var(--nethodology-turquesa) !important;
}

.btn-icon-dark i {
    color: black !important;
}

.btn-icon-dark:hover i {
    color: white !important;
}

.text-nethodology {
    color: #004C4F !important;
}

.text-hover-nethodology:hover {
    color: #27F7D2 !important;
}

.a-nethodology {
    color: #004C4F !important;
}

.a-nethodology:hover {
    color: #27F7D2 !important;
}

/*HansonTable*/
.ht-outer-container {
    min-height: 200px;
    height: max-content;
}

/*.ht_master {
    overflow: auto !important;
    width: max-content !important;
}*/
/**/
.ht_master.handsontable .wtHolder {
    width: max-content !important;
    /*overflow: initial;*/
}
.ht_clone_top.handsontable {
    width: 100% !important;
}
.ht_clone_top.handsontable .wtHolder {
    width: inherit !important;
}

.handsontable th, .handsontable .ht_clone_top th {
    background-color: transparent;
    font-weight: bold;
    text-align: center;
    border: 0px solid transparent !important;
}

.handsontable td.htInvalid {
    background-color: transparent !important;
    border-color: var(--bs-text-danger) !important;
}

.handsontable tr td {
    border-color: var(--bs-gray-300) !important;
}

.handsontableInput {
    max-width: inherit;
    width: inherit !important;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.handsontable.listbox {
    overflow-x: hidden !important;
    /*overflow-y: scroll !important;*/
    max-width: inherit !important;
    padding: 0 !important;
}

.handsontable.listbox .wtHolder {
    overflow-x: hidden !important;
}

.ht-outer-container {
    max-width: 100% !important; 
}
.ht-outer-container > * {
    max-width: 100% !important; 
}

.modal-body {
    position: relative;
}

.container-fixed {
    position: absolute;
    background-color: white;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.container-fixed.bg-transparent {
    background-color: transparent !important;

}

.fixed-middle {
    position: absolute;
    z-index: 9999;
    /*margin: auto;*/
    top: 50%;
    left: 50%;
/*    bottom: 0;
    right: 0;*/
    width: 50px;
    height: 50px;
}

@media (min-width: 992px) {
    .header-fixed .pt-wrapper {
        padding-top: 110px;
    }
}

@media (max-width: 991.98px) {
    .header-tablet-and-mobile-fixed .pt-wrapper {
        padding-top: 80px;
    }
}

@media (max-width: 991.98px) {
    .header-tablet-and-mobile-fixed .pt-wrapper {
        padding-top: 80px;
    }
}

.btn-brandwatch {
    background-color: #57b7dd;
}

.btn-brandwatch:hover {
    background-color: #57B7F7;
}

.btn-brandwatch i.fa-brands {
    font-family:  var(--fa-style-family, "Font Awesome 6 Free");
}

.btn-brandwatch i, .btn-brandwatch .svg-icon {
    color: #fff !important;
}

.btn-twitch {
    background-color: #451093;
}

.btn-twitch:hover {
    background-color: #451093;
}

.btn-twitch i, .btn-twitch .svg-icon {
    color: #fff !important;
}

.btn-linkedin {
    background-color: #0a66c2;
}

.btn-linkedin:hover {
    background-color: #0a66c2;
}

i.fa-brands.fa-comments
{
    font-family:  var(--fa-style-family, "Font Awesome 6 Free");
}

.text-editor-decoupled-toolbar {
    /*border: 1px solid var(--ck-color-toolbar-border);*/
    margin-bottom:5px;
}

.text-editor-decoupled {
    border: 1px solid var(--ck-color-toolbar-border) !important;
}



/* Search button*/
.btn-search {
    position: relative;
    transition: all .4s;
    width: 40px;
    height: 40px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 2px solid var(--nethodology-verde-institucional);
    padding: 5px;
    overflow: hidden;
}

.btn-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 37.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 25px;
    padding: 0 20px;
}

.btn-search .fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: -3px;
    border-radius: 50%;
    color: var(--nethodology-verde-institucional);
    text-align: center;
    font-size: 17px;
    transition: all 1s;
}

.btn-search:hover, .btn-search:focus-within {
    width: 300px;
    cursor: pointer;
}

.btn-search:hover input, .btn-search:focus-within input {
    display: block;
}
/* End Search button*/


.custom-search-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 2px solid var(--nethodology-verde-institucional);
    border-radius: 25px;
    padding: 5px 11px;
    line-height: 25px;
    background-color: var(--nethodology-verde-institucional);
    color: white;
}

.custom-search-tag .custom-tag-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-tag-close i {
    padding: .5px;
    color: white;
}

.custom-tag-close {
    border-radius: 50%;
}

.custom-tag-close:hover {
    background-color: var(--nethodology-turquesa);
}

.custom-tag-close:hover i {
    color: var(--nethodology-verde-institucional);
}

.ki-trash-square.no-background .path1:before {
    color: transparent !important;
}

.btn > i.ki-duotone {
    padding-right: 0 !important;
}

.form-check.form-check-white .form-check-input:not(:checked) {
    background-color: white;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-flex-center-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}

/** GLOBAL SECTIONS **/
.section-report {
    position: relative;
}

.section-report .container-fixed {
    z-index: 100;
}

[data-section-loading="false"] {
    display: none;
}

 [data-section-loading="true"] {
    display: block;
}
/** END GLOBAL SECTIONS**/

mark {
    background: orange;
    color: black;
}


/* HIGHLIGHT*/

.select2-container--focus {
    border: 1px solid #007bff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


input[type='checkbox'].form-check-input:focus {
    border: 1px solid #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}



.input-group-dates {
    height: 20px;
    width: auto;
}

.input-group-dates > button {
    height: 20px !important;
    font-size: 10px !important;
}