@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root{
    --azul-oficial: #267bb5;
    --primary1: var(--azul-oficial);
    --primary2: #145079;
    --primary: #00a3ff;
    --secondary: #6c7a7d;
    --info: #23ccef;
    --info2: #23ccef;
    /* --success: #28a743; */
    /* --danger: #dc6335; */
    --success: #2bac61;
    /* --success: #158045; */
    /* --danger: #d31616; */
    --danger: #cb3d2d;
    --warning: #d39e00;
    --light: #f0f3f5;
    --dark: #2f353a;
    --white: #fff;
    --green-callevo: #96b741;
    --orange: #ff950a;
}


html,body {
    /* font-family: "Roboto"; */
    height: 100%;
    background: #fff;
    margin: 0;
    padding:0 ;
    overflow-x: hidden;
}

.inter{
    font-family: 'Inter' !important;
}

.btn-success { background-color: var(--success) !important; }
.btn-danger { background-color: var(--danger) !important; }
.btn-warning { background-color: var(--warning) !important; }

.text-success { color: var(--success) !important; }
.text-danger { color: var(--danger) !important; }
.text-warning { color: var(--warning) !important; }

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


/*
.btn{
    border: 1px solid #ffffff48;
} */

.mybreadcrum .btn-primary,
/* .mybreadcrum .btn-danger, */
.mybreadcrum .btn-warning,
.mybreadcrum .btn-success,
.mybreadcrum .btn-info,
.mybreadcrum .btn-primary:visited ,
/* .mybreadcrum .btn-danger:visited , */
.mybreadcrum .btn-warning:visited ,
.mybreadcrum .btn-success:visited ,
.mybreadcrum .btn-info:visited, 
.mybreadcrum .btn-primary:active  ,
/* .mybreadcrum .btn-danger:active  , */
.mybreadcrum .btn-warning:active  ,
.mybreadcrum .btn-success:active  ,
.mybreadcrum .btn-info:active , 
.mybreadcrum .btn-primary:focus  ,
/* .mybreadcrum .btn-danger:focus  , */
.mybreadcrum .btn-warning:focus  ,
.mybreadcrum .btn-success:focus  ,
.mybreadcrum .btn-info:focus  
 {
    /* background-color:  var(--primary1) !important;
    color: var(--white); */
    background-color:  #ffffffea !important;
    color: var(--primary1);
    /* color: var(--white); */
    /* background-color:  #94b540 !important; */
    /* background-color:  #21a2b9 !important; */
    border: 1px solid #ffffff5e;

    /* box-shadow: 0 0.5rem 1rem rgba(0,0,0, 0.15) !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0, 0.15) !important;
    -moz-box-shadow:    0 0.5rem 1rem rgba(0,0,0, 0.15) !important; */

    /* -webkit-box-shadow: 3px 4px 5px 1px rgba(0,0,0,0.09);
-moz-box-shadow: 3px 4px 5px 1px rgba(0,0,0,0.09);
box-shadow: 3px 4px 5px 1px rgba(0,0,0,0.09); */

/* -webkit-box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.62);
-moz-box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.62);
box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.62); */

-webkit-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.171);
-moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.171);
box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.171);
}

.mybreadcrum .btn-primary:hover,
/* .mybreadcrum .btn-danger:hover, */
.mybreadcrum .btn-warning:hover,
.mybreadcrum .btn-success:hover,
.mybreadcrum .btn-info:hover {
    background-color:  #ffffffb2 !important; 
    color:  var(--primary1);
    /* background-color:  var(--primary1) !important; */
    /* color: var(--white); */
    opacity: .7;
}


.mybreadcrum .btn-danger,
.mybreadcrum .btn-danger:visited ,
.mybreadcrum .btn-danger:active  ,
.mybreadcrum .btn-danger:focus  {
    /* border: 1px solid #ffffff5e; */
    -webkit-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.171);
    -moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.171);
    box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.171);
}

.cursor{
    cursor: pointer;
}

.title_singin{
    font-weight: 800;
    font-size: 33px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

/* Sidebar */
#mobile-sidebar {
    float: left;
    position: relative;
    margin-right: -100%;
    margin-right: -100%;
    z-index: 160;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 6x5 Aspect Ratio */
.intrinsic-container-6x5 {
    padding-bottom: 75%;
}

/* 5x4 Aspect Ratio */
.intrinsic-container-5x4 {
    padding-bottom: 75%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.table-report-callevo th {
    vertical-align: middle !important;
}

@media print {
    .no-print {
      display: none !important;
      height: 0;
    }
}

input[type="text"].lower-case {
    text-transform: lowercase;
}

.help-icon{
    font-size: 20px;
    color: #5BACD9;
}

.menu_route{
    position: absolute;
    color: #818181;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
}
.menu_route a {
    text-decoration: none;
    color: #818181;
}
.menu_route a:hover {
    text-decoration: none;
    color:#feaf07;
}
.alto{
    height: 40px;
    vertical-align: middle;
}
.back{
    background-color: #145288;
}
.div{
    position:absolute;
    background-color: #fff;
    top: 1px;
    width: 400px;
    line-height: 45px;
}
.center-col{
    text-align: center !important;
}


.spaceAvailable{
    /* max-width:1100px !important; */
}

.spaceNormal{
    --max-width:1100px !important;
}

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

.mb{
    margin-bottom: 10px !important;
}

.m-1{margin: 2px !important;}
.m-2{margin: 4px !important;}
.m-3{margin: 6px !important;}
.m-4{margin: 8px !important;}
.m-5{margin: 10px !important;}

.ml-1{margin-left: 2px !important;}
.ml-2{margin-left: 4px !important;}
.ml-3{margin-left: 6px !important;}
.ml-4{margin-left: 8px !important;}
.ml-5{margin-left: 10px !important;}

.mr-1{margin-right: 2px !important;}
.mr-2{margin-right: 4px !important;}
.mr-3{margin-right: 6px !important;}
.mr-4{margin-right: 8px !important;}
.mr-5{margin-right: 10px !important;}

.mt-1{margin-top: 2px !important;}
.mt-2{margin-top: 4px !important;}
.mt-3{margin-top: 6px !important;}
.mt-4{margin-top: 8px !important;}
.mt-5{margin-top: 10px !important;}

.mb-1{margin-bottom: 2px !important;}
.mb-2{margin-bottom: 4px !important;}
.mb-3{margin-bottom: 6px !important;}
.mb-4{margin-bottom: 8px !important;}
.mb-5{margin-bottom: 10px !important;}

.p-1{padding: 2px !important}
.p-2{padding: 4px !important}
.p-3{padding: 6px !important}
.p-4{padding: 8px !important}
.p-5{padding: 10px !important}

.pt-1{padding-top: 2px !important;}
.pt-2{padding-top: 4px !important;}
.pt-3{padding-top: 6px !important;}
.pt-4{padding-top: 8px !important;}
.pt-5{padding-top: 10px !important;}

.pl-1{padding-left: 2px !important;}
.pl-2{padding-left: 4px !important;}
.pl-3{padding-left: 6px !important;}
.pl-4{padding-left: 8px !important;}
.pl-5{padding-left: 10px !important;}

.pr-1{padding-right: 2px !important;}
.pr-2{padding-right: 4px !important;}
.pr-3{padding-right: 6px !important;}
.pr-4{padding-right: 8px !important;}
.pr-5{padding-right: 10px !important;}


.t12{font-size: 12px !important;}
.t14{font-size: 14px !important;}
.t16{font-size: 16px !important;}
.t18{font-size: 18px !important;}
.t20{font-size: 20px !important;}
.t25{font-size: 25px !important;}
.t30{font-size: 30px !important;}
.t40{font-size: 40px !important;}
.t50{font-size: 50px !important;}
.t60{font-size: 60px !important;}
.t70{font-size: 70px !important;}
.t80{font-size: 80px !important;}
.t90{font-size: 90px !important;}
.t95{font-size: 95px !important;}


.bold{font-weight: bold;}



.calldata-result{
    width: 100%;
    min-height: 80px;
    border: 1px solid #46ADD8;
    border-radius: 10px;
    padding: 15px;
}

.calldata-text{
    margin-left:5px;
    padding: 4px;
    background-color: #A7A7A7;
    color: #fff;
    font-weight: 300;
    border-radius: 4px;
}

.calldata-field{
    margin-left:5px;
    padding: 4px;
    background-color: #3E7DBD;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}

.rotate_div {
    position: absolute;
    display: flex;
    top:0;
    left:0;
    width: 150vw !important;
    height: 100vw !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    /* background-color: rgba(255, 255, 255, 0.8) !important; */
    z-index:99999;
}

.rotate_child {
    margin: 200px 45vw;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color:#fff;
}

.rotate {
    animation: spin 2s infinite;
}

.rotate img{
    width: 100px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.loading_div {
    position: absolute;
    display: flex;
    top:0;
    left:0;
    width: 100vw !important;
    height: 100vw !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    /* background-color: #144566ce !important; */
    z-index:9999;
    overflow-y: none;
    overflow-x: none;
}

.loading_child {
    width: 100vw;
    height: 200px;
    padding: 10px;
    margin: 200px auto;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color:#fff;
    /* border: 1px solid rgb(228, 228, 228); */
    /* border-radius: 200px; */
}

.bg-callevo{
    /* background-color: #96bc51 ; */
    background-color: #ffffff ;
    /* background-color: #ddecc0 ; */
}

.loading-text{
    color: #fff;
}

.input-search{
    border: 0;
    border-bottom: 1px solid #dadada;
}

.icon-hand{
    cursor:  pointer;
}


.search-inputs{
    background-color: #F9F9F9;
    /* padding: 10px; */
    padding-top: 15px;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 5px;
    border: 1px solid #dadada;
    /* margin: 10px; */
}

.search-buttons{
    /* background-color: #F9F9F9; */
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bold{
    font-weight: 600;
    color: #000;
}

.text-dark{
    color: #000 !important;
}

.clicker{
    color: #000 !important;
    font-weight: 500;
}


.text-secondary{
    color: #818181 !important;
}

.swap{
    font-size: 1.1em;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.swap-current{
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #0a3b68 !important;
    /* background-color: #dbeff5;  */
    /* font-style: italic; */
}

.swap-current-row{
    background-color: #eaf8fc; 
}

.swap:hover{
    text-decoration: none;
    color: #267bb5;
}

.swap-list {
    border:0 !important;
}

.swap-list>li{
    border:0 !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
    margin:0 !important;
    border-bottom: 1px solid #dadada !important;
}

.swap-icon{
    position: absolute !important;
    right: 10px;
}

.bar-cell{
    /* display: inline-block; */
    /* position: relative; */
    /* content: ""; */
    /* color: #000; */
    max-width: 100%;
}

.opa10{
    opacity: .1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.text-disabled{
    color: #CDCCCC;
}

.ml-2{
    margin-left: 2px;
}


.btninfo{
    background-color: #267bb5 !important;
    border: 0;
}

.btninfo:hover{
    opacity: .7 !important;
}

.btndanger{
    background-color: #ff5757 !important;
    border: 0 !important;
}

.btndanger:hover{
    opacity: .7 !important;
}

.btn-yellow{
    /* background-color: #98D1F7; */
    /* color: #fff; */
    /* border: 1px solid #dadada; */
    background-color: #FFA600;
    color: #fff;
}

.btn-yellow:hover{
    background-color: rgba(255, 255, 255, .2);

}
.btn-yellow:hover>i{
    color: #fff;
}

.text-yellow{
    color: #FFA600;
}

.alertback {
    background-color: #FFA600;
    animation: animalert 1s infinite;
}
@keyframes animalert{
    0% { opacity: 1.0; }
    50% { opacity: 0.2; background-color: #ff4800; }
    100% { opacity: 1.0; }
    /* 0%   {background-color: #FFA600 !important;}
    25%  {background-color: #f80 !important;}
    50%  {background-color: #ff4800 !important;}
    75%  {background-color: #f80 !important;}
    100% {background-color: #FFA600 !important;}  */
}

.notifications-aditionals{
    margin-left: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
}

.number-clicker-check{
    font-size: 20px;
}

.circle_statistics{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    /* background-color: #267bb5; */
    border: 1px solid #ebebeb;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}
.circle_statistics>span{
    /* width:25px;
    height:20px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 50px;
    border: 1px solid #dadada; */
    /* background-color: #267bb5;
    color: #fff; */
}

.title_page_h3{
    /* position: absolute; */
    /* top:-15px; */
    font-weight: 500;
    font-size: 1.8em !important;
    text-transform: lowercase;
}
.title_page_h3::first-line{
    text-transform: capitalize;
}


#lateral{
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 98vh;
    background-color: #fff;
    z-index: 9999;
    border-left: 1px solid #dadada;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    flex-direction: column;
    box-shadow: 0px 0px 37px -7px rgba(0,0,0,0.75);
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
        to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
        to { opacity: 1; }
}

.lateral-header{
    display: flex;
    /* background-color: #267bb5; */
    border-bottom: 1px solid #dadada;
    color: #000;
    height: 50px;
    min-height: 50px;
    align-items: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#lateral-icon{
    position: absolute;
    /* top:0;*/
    right: 5px;
    font-size: 1.5em;
}
#lateral_title{
    font-size: 1.2em;
    font-weight: 500;
    /* margin-bottom: 5px; */
}
#lateral_body{
    font-size: 1em;
    height: calc(98vh - 50px);
    overflow-y: auto;
    overflow-x: none;
}
.table-width{
    width: 78vw ;
    /* max-width: 78vw; */
    overflow-y: none;
    overflow-x: auto;
}
.table-height{
    height: 500px ;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: none;
}
.div_height{
    height: 45vh ;
    max-height: 45vh;
    overflow-y: auto;
    overflow-x: none;
}
.div_height2{
    height: 55vh ;
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: none;
}

.mobile-show{
    display: none !important;
}
@media (max-width: 600px) {
    .mobile-hide{
        display: none !important;
    }
    .mobile-show{
        display: inline !important;
    }
}

@media (max-width: 992px) {
    .table-width{
        width:90vw;
    }
    .div_height{
        height: 40vh ;
        max-height: 40vh;
    }
    
}
@media (min-width: 993px) and (max-width: 1400px) {
    .table-width{
        /* width:60vw !important; */
        max-width: 75vw !important;
        width: 100%;
    }
}

/* @media (min-width: 769px) and (max-width: 992px) {
    .table-width{
        width: 70vw ;
        max-width: 70vw;
        overflow-y: none;
        overflow-x: auto;
    }
} */
/*
@media (min-width: 993px) {
    .table-width{
        width: 80vw;
        max-width: 80vw;
        overflow-y: none;
        overflow-x: auto;
    }
}
*/

.scroll200{
    overflow-y: scroll;
    height: 200px;
}
.scroll300{
    overflow-y: scroll;
    height: 300px;
}
.scroll400{
    overflow-y: scroll;
    height: 400px;
}



.tabs{
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none;
}
.tabs>a{
    text-decoration: none;
}
.tabs:active{
    text-decoration: none !important;
    color: #267bb5 !important;
}
.tabs:after{
    text-decoration: none !important;
    color: #267bb5 !important;
}

.tabs:hover{
    text-decoration: none;
}


.btn-secondary{
    background-color: #818181 !important;
    color: #fff !important;
}


.text-white{
    color: #fff !important;
}

.th-back {
    background-color: #267bb5 !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 400 !important;
}
.th-back2 {
    background-color: #3a91ca !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 300 !important;
}
.th-back-hide {
    background-color: #fff !important;
    color: #fff !important;
    font-weight: 300 !important;
    border: 0 !important;
    height: fit-content !important;
}

.mybreadcrum{
    background-color: #267bb5 !important;
    color: #ffffff !important;
    /* font-weight: 400 !important; */
}
.mybreadcrum label{
    color: #ffffff !important;
    /* font-weight: 400 !important; */
}
/* .btn-info{
    background-color: #fff;
    color: #000;
}
.btn-info:hover{
    background-color: #e4e4e4;
    color: #000;
} */


.btn-nav-normal{
    padding-top:    5px !important;
    padding-bottom: 5px !important;
    padding-left:   12px !important;
    padding-right:  12px !important;
    color: #000;
    font-size: 12px !important;
    border:0;
    background-color: transparent;
}
.btn-nav-normal:hover{
    background-color: #1f1f1f !important;
    padding: 15px;
    color: #fff;
}
.btn-pages-active{
    padding-top:    5px !important;
    padding-bottom: 5px !important;
    padding-left:   12px !important;
    padding-right:  12px !important;
    border: 1px solid #747474 !important;
    background-color: #ebebeb !important;
    color: #000;
}

.activity-bar{
    min-height: 60px !important;
    vertical-align: bottom;
    /* background-color: #00a3ff; */
}
.bottom-align{
    position: relative;
    top:20px;
}

.noscroll{
    overflow:hidden;
    overflow-x: hidden;
}


th.sorting_asc:after,
th.sorting_desc:after {
    /* color: #1c82e1; */
    color: #fff;
}

.normal{
    border:0px !important;
}

.alto-mensajes{
    max-height: 400px;
    overflow-y: scroll;
}

.texto-mensaje{
    font-size: 18px;
}

.noborder{
    border: 0 !important;
    text-decoration: none;
}

.active-item{
    /* background-color: #def2ff !important;
    color: #000 !important; */
    background-color: var(--azul-oficial) !important;
    color: #fff !important;
    font-weight: 500;
}

.active-item i {
    color: #fff !important;
}

.sidebar-submenu{
    border:0px !important;
    color: #000 !important;
}

.noitalic{
    font-style: unset !important;
}

.nodecoration{
    text-decoration: none;
}
.nodecoration:hover{
    text-decoration: none;
}

.scroll-sidebar{
    height: 83vh;
    max-height: 83vh;
    overflow-y: scroll;
}

.word-wrap{
    word-wrap:break-word;
    word-break:break-all;
}

#spinner{
    z-index: 99999;
}


.cols_menu_script{
    /* margin: 1px; */
    /* background-color: #eff4f7; */
    height: 300px;
    border-right: 1px solid #e0e0e0;
    padding: 7px;
    /* border-radius: 5px; */
}

.cell_mouseover:hover{
    background-color: #eff9fd;
    cursor: pointer;
}


.stats_labels{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.inter{
    font-family: 'Inter' !important;
}

.counter_label{
    font-family: 'Inter' !important;
    /* text-transform: uppercase; */
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 12px;
}

.counter_value{
    font-family: 'Inter' !important;
    font-weight: 700;
    letter-spacing: .06em;
    font-size: 30px;
}

.counter_back_value_total,
.counter_back_value_run, 
.counter_back_value_stop
{
    background-color: #f5f4ed;
    border-left: 1px solid #ebebeb; 
    border-top: 1px solid #ebebeb; 
    border-right: 1px solid #ebebeb; 
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.counter_back_label_total{
    border-top: 2px solid #267cb5;
    /* background-color: #e3f3f5;
    border-right: 1px solid #ebebeb; 
    border-left: 1px solid #ebebeb; 
    border-bottom: 1px solid #ebebeb;  */
}
.counter_back_label_run{
    border-top: 2px solid #19a558c7;
    /* background-color: #e3f3f5;
    border-right: 1px solid #ebebeb; 
    border-left: 1px solid #ebebeb; 
    border-bottom: 1px solid #ebebeb;  */
}
.counter_back_label_stop{
    border-top: 2px solid #ff0000a9;
    /* background-color: #e3f3f5;
    border-right: 1px solid #ebebeb; 
    border-left: 1px solid #ebebeb; 
    border-bottom: 1px solid #ebebeb;  */
}
.info-box-main{
    display: flex;
    align-items: center;
}
.info-boxs{
    display: flex;
    margin: 2px;
}

.align-item-center{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
/* 
.info-boxes {
    padding: 3em 0 2em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 2em;
    
    .info-box {
        background: #fff;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 3em;
        border: 1px solid #000;
        border-radius: 5px;
        
        .box-icon {
            svg {
                display: block;
                width: 48px;
                height: 48px;
                
                path,
                circle {
                    fill: #17abb8;
                }
            }
        }
        
        .box-content {			
            padding-left: 1.25em;
            white-space: nowrap;
            
            .big {
                display: block;
                font-size: 2em;
                line-height: 150%;
                color: #000;
            }
        }
        
        &.active {
            svg {
                circle,
                path {
                    fill: #267bb5;
                }
            }
        }
    }
} */




.marktag{
    display: flex !important;
    font-family: 'Inter';
}

.marktag_label{
    font-family: 'Inter';
    /* background-color: #267bb5; */
    border-left: 1px solid #ebebeb ;
    border-top: 1px solid #ebebeb ;
    border-bottom: 1px solid #ebebeb ;
    color: #fff;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;    
    padding-right: 15px;    
    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
    font-size: 13px;
}
.marktag_value{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;    
    padding-right: 15px;    
    color: #fff;
    border-right: 1px solid #ebebeb ;
    border-top: 1px solid #ebebeb ;
    border-bottom: 1px solid #ebebeb ;
    /* background-color: #3a3a3a; */
    background-color: #3a3a3a;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
}

.bg-total{
    background-color: var(--azul-oficial);
}
.bg-stop{
    background-color: var(--danger);
}
.bg-run{
    background-color: var(--success);
}

.filter-status-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.filter-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.filter-button{
    padding: 10px !important;
    cursor: pointer;
    border-radius: 5px;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px;  */
}
.filter-status{
    width: 100%;
    /* border-top: 1px solid var(--secondary); */
    font-weight: 600;
    font-size: 12px;
}

.tags{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 2px;
    border-radius: 5px;
    /* font-size: 12px; */
    font-family: 'Inter';
}

.tags2{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 1px;
    border-radius: 5px;
    /* font-size: 12px; */
    font-family: 'Inter';
}

.bg-gray{
    background-color: #e6e6e6;
    color: #1f1f1f;
}


.newlink{
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000;
    cursor: pointer;
}
.newlink:hover{
    text-decoration: none;
    color: var(--primary2) !important;
    border-bottom: 1px dashed var(--primary2) !important;
}


.section-title{
    display: flex;
    align-items: center;
    font-family: 'Inter';
    /* text-transform: uppercase; */
    height: 50px;
    text-align: left; 
    color: #000; 
    font-weight: 500;
    /* background-color: var(--azul-oficial); */
    border-bottom: 3px solid var(--azul-oficial);
    letter-spacing: 1px;
    
}

.section-title2{
    display: flex;
    align-items: center;
    font-family: 'Inter';
    /* text-transform: uppercase; */
    height: 50px;
    font-size: 25px;
    text-align: left; 
    color: #000; 
    font-weight: 400;
    /* background-color: var(--azul-oficial); */
    border-bottom: 3px solid var(--azul-oficial);
    letter-spacing: 1px;
    
}


.text-icon{
    color: #3d3d3d !important;
}


.boxut{
    display: inline-block;
    position: relative;
    top:10px;
    background-color: #000;
    width: 20px;
    height: 20px;
    /* border: 1px solid #1f1f1f; */
    border-radius: 2px;
    margin: 5px;

}

.btn-menu{
    
    /* display: inline-block; */
    position: relative;
    top: 10px;
    right: 10px;
    color: #e2e2e2;
}

#header-nav-right {
    margin-right: 50px;
}

.faqs{
    height: 65vh !important;
    overflow-y: auto;
    overflow-x: none;
}

.search-bot-list-item{
    display:flex;
    flex-direction: column;
    padding: 20px !important;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 5px !important;
}

.rounded-5{ border-radius: 5px; }
.rounded-10{ border-radius: 10px; }
.rounded-15{ border-radius: 15px; }
.rounded-20{ border-radius: 20px; }
.rounded-50{ border-radius: 50px; }
.rounded-50p{ border-radius: 50%; }


.faqbtn{
    border: 0 !important;
}
.faqbtn:active{
    border: 0 !important;
}

.box{
    border: 1px solid #dadada;
    border-radius: 10px;
}




.icon-bot{
    display: inline-block;
    width: 30px !important;
    height: 30px !important;

    align-items: center !important;
    justify-content: center;

    border: 2px solid #fff;
    border-radius: 50%;

    padding-left: 3px;
    padding-top: 4px;
}


.chatbox-text{
    position: fixed;
    display: flex;
    width: 200px !important;
    height: 50px !important;

    align-items: center !important;
    justify-content: center;

    right: 5px;
    bottom: 75px;
    
    border: 2px solid #c2c2c2;
    background-color: #fffbf6;
    /* color: #000; */
    /* font-weight: 700; */
    border-radius: 5px;
    padding: 10px;
    
    box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    z-index: 9999;
}

.chatbox-hide{
    display: none;
}

.chatbox-icon{
    position: fixed;
    display: flex;
    width: 50px !important;
    height: 50px !important;

    align-items: center !important;
    justify-content: center;

    right: 5px;
    bottom: 5px;

    border: 2px solid #fff;
    border-radius: 50%;
    /* background-color: var(--azul-oficial) !important; */
    background-color: var(--green-callevo) !important;
    z-index: 9999;
/* 
	
    -moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;  */


    animation-name: pulse;
    animation-duration: 3000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name:pulse;
    -webkit-animation-duration: 3000ms;
    -webkit-transform-origin:70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes pulse {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.18); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.15); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

@-moz-keyframes pulse{  
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.18); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.15); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
  }
  
  @-webkit-keyframes pulse {  
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.18); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.15); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
  }
  

.chatbox-icon:hover + .chatbox-hide{
    display: flex;
}

.chatbox-icon:hover{
    background-color: var(--orange) !important;

    /* animation: none;
    -webkit-animation: none; */

	-moz-transform: rotate(360deg) ;
	-webkit-transform:  rotate(360deg);
	-o-transform: rotate(360deg) ;
	transform: rotate(360deg) ;

    /* width: 55px !important;
    height: 55px !important; */

}


.chatbot{
    position: fixed;
    /* display: flex; */
    width: 400px !important;
    height: 90vh !important;
    right: 30px;
    bottom: 10px;

    /* align-items: center !important; */
    /* justify-content: center;
    text-align: center; */
    
    border: 1px solid #c2c2c2;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px;
    
    box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    z-index: 9999;
}

.bg-chatbox{
    background-color: #daf0ff !important;
    box-shadow: 6px -3px 113px -62px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 6px -3px 113px -62px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 6px -3px 113px -62px rgba(0,0,0,0.4) inset;
}

.chatbot-content{
    width: 100%;
    height: 70vh;
    background-color: transparent;
    overflow-y: visible;
    overflow-x: hidden;
}

.chatbot-content2{
    width: 100%;
    height: 62vh;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
}

.chatbot-box{
    width: 100%;
    height: 65vh;
    background-color: transparent;
}

.search-bot-content{
    width: 100%;
    height: 70vh;
    background-color: transparent;
    overflow-y: visible;
    overflow-x: hidden;
}

.search-bot-box{
    width: 100%;
    height: 67vh;
    background-color: transparent;
}

.chatbox-item{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    text-align: justify;
}

.chatbox-item-bot{
    text-align: left;
    background-color: #fff;
    color:#000;
}

.chatbox-item-tenant{
    text-align: right;
    background-color: #9dee96;
    color:#000;
}

.chatbox-item-campaign{
    text-align: right;
    background-color: #f5e6a4;
    color:#000;
}

.chatbox-item-user{
    text-align: right;
    /* background-color: var(--azul-oficial); */
    background-color: #7fb5e7;
    color:#000;
}


.bot-rotate-div {
    position: absolute; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
    z-index:9999;
}

.bot-rotate-child {
    display: flex;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color:#000;
}

.bot-rotate {
    animation: spin 2s infinite;
}

.bot-rotate img{
    width: 100px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.search-bot{
    position: fixed;
    width: 1000px !important;
    height: 90vh !important;
    right: 30px;
    bottom: 10px;
    
    border: 1px solid #c2c2c2;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px;
    
    box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.62);
    z-index: 9999;
}

.border-bottom{
    border: 0;
    border-bottom: 1px solid #dadada;
}



.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }


.parpadeo-bot {
    /* animation-name: parpadeo_bot;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo_bot;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite; */
  }

  
  @-moz-keyframes parpadeo_bot{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo_bot {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo_bot {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

.image-faqs-edit{
    background-color: #ebebeb;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}

.image-s3{
    background-color: #ebebeb;
    width: 100% !important;
    max-width: 700px !important;
    height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}

.image-faqs-list{
    width: 100%;
    height: 270px;
    overflow-y: auto;
}

.cuadros{
    background: 
    repeating-linear-gradient(90deg, transparent, transparent 15px,
        #cfcfcf6b 10px, #cfcfcf6b 16px,
        transparent 16px, transparent 23px),
    repeating-linear-gradient(0deg, transparent, transparent 15px,
        #cfcfcf6b 10px, #cfcfcf6b 16px,
        transparent 16px, transparent 23px
    );
    border: 1px solid #dadada;
}


.toolbar-badge{
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 0 !important;
    top: -7px;
    box-sizing: initial;
    left: -7px;
    /* height: 8px;
    width: 8px; */
    border-radius: 50%;
    /* border-bottom-left-radius: 9px; */

    /* display: flex;
    position: absolute;
    top: -8px;
    right: 0px; 
    border-radius: 50%; */
    text-align: center;
    justify-content: center;
    vertical-align: top;
    /* padding: 3px; */
    /* padding-left: 2px;
    padding-right: 2px; */
    font-size: 0.8em; 
    font-display:initial;
    font-weight: 600;
}
.toolbar-badge span{
    position: relative;
    top: -11px;
}

.marktag-width{
    display: flex !important;
    /* width: 80vw !important;
    max-width: 80vw !important; */
    flex-wrap: wrap; /* Permite que los elementos se envuelvan */
    overflow: hidden; /* Evita el desplazamiento horizontal */
}

.marktag-agents{
    display: flex !important;
    font-family: 'Inter';
    /* width: 200px !important; */
}

.marktag-agents-icon{
    text-align: center;
    border-left: 1px solid #bebebe ; 
    border-top: 1px solid #bebebe ;
    border-bottom: 1px solid #bebebe ;
    padding-top: 5px;
    padding-left: 10px; 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
    /* background-color: #23ccef; */
}
.marktag-agents-label{
    font-family: 'Inter';
    /* background-color: #267bb5; */
    /* border-left: 1px solid #bebebe ; */
    border-top: 1px solid #bebebe ;
    border-bottom: 1px solid #bebebe ;
    color: #fff;
    
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 2px;    
    padding-right: 15px;    
    
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  */
    font-size: 12px;
    /* font-weight: 600; */
}
.marktag-agents-label-title{
    font-family: 'Inter';
    /* background-color: #267bb5; */
    border-left: 1px solid #bebebe ;
    border-top: 1px solid #bebebe ;
    border-bottom: 1px solid #bebebe ;
    color: #fff;
    
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 15px;    
    padding-right: 15px;    
    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
    font-size: 12px;
    font-weight: 600;
}

.marktag-agents-value{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 15px;    
    padding-right: 15px;    
    color: #fff;
    border-right: 1px solid #bebebe ;
    border-top: 1px solid #bebebe ;
    border-bottom: 1px solid #bebebe ;
    /* background-color: #3a3a3a; */
    background-color: #3a3a3a;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
}

.bg-light{
    background-color: #ebebeb;
}
.bg-dark{
    background-color: #3a3a3a;
}

.ag-header-cell-label-center {
    justify-content: center !important;
}