
/* ===================== modals ======================== */
.modal-footer {
    padding: 0px 0px;
    border-top: 0px solid #EFF2F7;
}

.invalid-email-item {
    background-color: #ffdddd !important; /* Color de fondo */
    color: #ff0000 !important; /* Color de texto */
    border: 1px solid #ff0000 !important; /* Borde */
}


.modal-xl.xxl {
    /* width: 1600px !important; */
    max-width: calc(100vw - 40px) !important;
    width: 90% !important;
    height: calc(100vh - 70px);
}

.select2newstyle .select2-container .selection .select2-selection{
    display: flex;
    align-items: end;
}

.select2newstyleC .select2-container--default .select2-search--inline .select2-search__field{
    margin-left: 0px;
}

.cursor-pointer{
    cursor: pointer !important;
}

.selection__choice_messenger{
    display: inline-flex;
    padding: 0 .5rem;
    margin: 0 0 .25rem .25rem;
    background-color: var(--secondary);
    border: none;
    border-radius: 0.2rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #212529;
}

.selection__choice__remove_messenger{
        /* order: 1; */
        margin-right: .5rem;
        color: #212529;
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
        /* position: absolute; */
        /* left: 0; */
    
}
.plm-0{
    padding-left:0px;
}

@media (min-width: 2000px) {
    .modal-xl.xxl {
        width: 1600px !important;
        max-width: calc(100vw - 40px) !important;
    }
}

/* ===================== modals ======================== */


/* para la alerta completa */
.fullscreen-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	text-align: center;
	background-color: rgba(255, 4, 0, 0.85);
	overflow: auto;
	opacity: 1;
	.vertical-centered-text-box {
		position: relative;
		top: 50%;
		transform: translateY(-50%);	
		max-width: 80%;
		margin: 0 auto;
		h1 {font-size: 5vmax;}
		p {font-size: 3vmax;font-weight: 100;}
	}
}
#background-content {
	height: 100%;
	overflow: auto;
}
/* fin de la alerta completa  */

#read-more{
    font-size: 11px;
    font-weight: 400;
    line-height: 1.334;
    gap: 8px;
    display: flex;
    align-items: center;
    padding-inline-start: 4px;
    border: none;
    border-radius: 4px;
    color: rgb(94 96 100);
    box-shadow: none;
    text-shadow: none;
    background: none;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 100%;
    margin-bottom: 4px;

}

.timeline-content{
    display: flex;
}

.timeline-content-new{
    width: 69%;
}
.timeline-tiempo{
    width: 30%;
    text-align: right;
}

.texto_show_more{
    font-family: "Nunito", sans-serif !important;
    font-size: 12px;

}

#read-more:hover{
    color: rgb(79, 87, 98);
    background-color: rgb(240, 241, 243);
}

/* [data-tooltip]:hover::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 88%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #c1c1c1 transparent transparent transparent;
} */

/*[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid #c1c1c1;
    background: #eee;
    padding: 0.25em;
    border-radius: 8px;*/
    /* top: calc(100% + 10px); */
    /* left: 50%; */
    /* transform: translateX(-50%);*/

/*}*/

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid #c1c1c1;
    background: #eee;
    padding: 0.25em;
    border-radius: 8px;
    right: 3%;
  }
.contenedor_notas{
    padding-right: 5px;
}

.application .sidenav.show {
    z-index: 1130;
    height: 100% !important;
    background: var(--sidebar-bg);
    border-radius: 0 0px 0px 0;
}
.scrollbar-inner {
    height: 100%;
    /* overflow: auto; */
}

.sidenav.custom-sidenav ::-webkit-scrollbar-thumb {
    background-color: var( --sidebar-bg) !important;
}

.scrollbar-inner.scroll-content{
    max-height: 100% !important;

}

.div-mega{
    margin-bottom: 260px;
}

.email-templete-var-box {
    min-height: 305px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
 

    white-space: nowrap;
}
.open>.dropdown-menu {
    display: block !important;
}
::-webkit-scrollbar {
    all: unset !important;
    height: 9px !important;
    width: 9px !important;

}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.client-box {
    min-height: 202px;
}

.employee-box {
    min-height: 362px;
}

.attendance-btn {
    position: absolute;
    bottom: 6px;
    right: 25px;

}

.avatar-sm {
    width: 30px;
    height: 2.4375rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

/*  ============== SElect2 ======================*/

.select2-results__option:hover {
    color: #8492A6 !important;
    background-color: #EFF2F7 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #8492A6 !important;
    background-color: #EFF2F7 !important;
}

.btn-append{
    padding:52% 58% !important; 
}


.select2-group+.select2.select2-container{
    width: 91% !important;

}

 .select2-selection--single {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 

/* .select2-selection--single {
  height: 100% !important;
} */

.select2-container .select2-selection--single{
    overflow: hidden;
}

/*  ============== SElect2 ======================*/



.lead-common-box {
    max-height: 300px;
    min-height: 300px;
}

.strike > a {
    text-decoration: line-through;
}

.filter-css {
    justify-content: flex-end !important;
    align-items: center;
}

.breadcrumb-font {
    font-size: 13px;
}

.navbar-nav-docs a:hover {
    color: #ffff;
}

.nav .active a {
    color: #ffff;
}

/*.div-mega > ul.navbar-nav div ul.nav li a {*/
/*    padding: 5px 60px;*/
/*}*/

.inner-arrow {
    position: absolute;
    right: 30px;
    top: 34.5%;
    opacity: .3;
}

.avatar-custom {
    width: 35px;
    height: 35px;
}

.project-box {
    min-height: 494px;
}

/*.project-detail-box {
    min-height: 341px;
}*/

.project-detail-common-box {
    max-height: 564px;
    min-height: 564px;
}

.project-task-kanban-box {
    min-height: 564px;
}

/*Custom Scrollbar*/
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    overflow: visible;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0f59ee;
}

::-webkit-scrollbar-thumb {
    background-color: var( --primary);
    border-radius: 8px;
    transition: 1s;
}

.scrollbar-inner.scroll-content {
    max-height: 100% !important;
}

.scrollbar-inner {
    height: 90%;
    overflow: auto;
}

.navbar-nav .svg-inline--fa {
    position: absolute;
    /* right: 175px; */
    top: 50%;
    transform: translateY(-50%);
}

.support-reply-box {
    max-height: 400px;
}

.event-box {
    min-height: 880px;
    max-height: 880px;
}

.plan-box {
    min-height: 295px;
}

#card-element {
    border: 1px solid #E4E6FC;
    border-radius: 5px;
    padding: 10px;
}

.coupon-apply-btn {
    align-self: flex-end;
}

.payment-box {
    min-height: 355px;
}

.plan-stripe-box {
    min-height: 427px;
}


.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked ~ .colorinput-color:before {
    opacity: 1;
}

.gu-transit {
    opacity: .2;
}

.h-1220 {
    height: 1300px !important;
}

.dashboard-box {
    min-height: 434px;
    max-height: 434px;
}


/*10 Dec 2020*/

.auth-logo {
    height: 138px;
}

.project-detail-box .progress-wrapper {
    padding-top: 12px;
}

.main-content .page-content {
    min-height: 758px;
}

.logo-div {
    padding: 10px 20px;
    color: #8492A6;
    border-color: #8492A6;
    background-color: #8492A6;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.breadcrumb-item.active {
    display: block;
}

.kanban-board .kanban-col .card-list-title {
    padding: 10px 20px;
    border-color: #8492A6;
    background-color: #8492A6;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}



.auth-lang {
    position: absolute;
    right: 0;
    top: 20px;
}

.alert-notify {
    display: flex !important;
    max-width: 400px;
    width: auto;
    padding-right: 80px;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.table-btn{

    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;

}

table.t-hover tr:hover{
    transform: scale(1.01);
    background-color: ghostwhite !important;
    transition: all ease 0.1s;
}

/* SWAL 2 */

.swal2-container {
    z-index: 25000 !important;
}

/* SWAL 2 */


/* =========== AG grid custom-components ============== */

.custom-tooltip {
    width: 150px;
    height: 70px;
    border: 1px solid cornflowerblue;
    /* overflow: hidden; */
  }
  
  .custom-tooltip p {
    margin: 5px;
    /* white-space: nowrap; */
  }
  
  .custom-tooltip p:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
  }


.ag-big-tooltip {
    width: 300px;
    max-height: 150px;
    min-height: 75px;
    border: 1px solid cornflowerblue;
    /* overflow: hidden; */
  }
  
  .ag-big-tooltip  p {
    margin: 5px;
    /* white-space: nowrap; */
  }
  
  .ag-theme-alpine.grouped  .ag-row.ag-row-level-0 {
        font-size: 16px;
        font-weight: 700;
        /* background-color: lightblue; */
    }


/* =========== AG grid custom-components ============== */

.not-allowed {
    cursor: not-allowed;
}


.ag-header-cell{
    text-transform: capitalize !important;
}

.main-content{
    transition: all 0.5s ease;
}


.note-btn.btn-sm{
    padding: 0.375rem 1rem !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
}
.cursor-pointer{
    cursor: pointer !important;
}

.font-12{
    font-size: 12px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 20px !important;
}
.card_forum_new{
    border-radius: .5rem !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;
}

.component-forum{

    display: flex;
    align-items: center;
    text-align: left;

}

.card-title-forum{
    margin-bottom: 0px !important;
}
.bg-category{
    background-color: #1771d1;
    border-radius: 9999px;
    width: .55rem;
    margin-right: 0.8rem !important;
    height: 50px;
}

.btn_new_size{
    height: 40px !important;
}

.breadcrumbcontent_nav{
    background-color: rgb(203 213 225 / 1);
    border-color: rgb(203 213 225 / 1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.breadcrumbcontent_nav ol{
    border: none;

}

.text-slate-500{
    color: rgb(100 116 139 / 1);
}
.h2new{
    font-size: 1.2rem;
}

.h1new{
    margin-top: 1.5rem;
    margin-bottom: 0px;
    font-size: 2rem;
    line-height: 2.5rem;
}

.category_info_threads{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.color-white{
    color:white !important;
}
.quick_reply_new{
    background-color: #a1a1aa80;
    color: rgb(39 39 42 / 1);
    /* font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(39 39 42 / 1);
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #a1a1aa80;
    border-radius: 9999px;
    min-width: 9rem; */
}

.thread-badges{
    margin-bottom: 20px;
    margin-top: 5px;
}

.post_general_card{
    display: flex;
}

.parte2_post{
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pd0{
    padding: 0px;
}

.parte1_post{
    border-right-width: 1px;
    width: 20%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / 1);
    border-bottom-width: 0px;

    border: 1px solid rgb(226 232 240 / 1);
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.parte2_post_general{
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}

.card_list_post{
    margin-bottom: 1rem !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grow {
    flex-grow: 1;
}

.font-medium {
    font-weight: 500;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-top-10{
    margin-top:10px;
}

.text-end{
    text-align: right;
}

.modal_with_action{
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.fixed-bottom-right{
    z-index: 99999;
}

.open_chat_action{
    z-index: 9999;
}

.btn-kv{
    color: black;
}

.action-buttons-container {
    width: 100%;
    /* overflow-x: auto; */
    /* Permite desplazamiento horizontal */
    white-space: nowrap;
    /* Evita que los botones se rompan en varias líneas */
    padding-bottom: 5px;
    /* Espacio extra para evitar ocultamiento en ciertos dispositivos */
}

.action-buttons-container .d-flex {
    flex-wrap: nowrap;
    /* Asegura que los botones no se muevan a una nueva línea */
    gap: 8px;
    /* Espaciado entre botones */
}

.action-buttons-wrapper 
{
    display: flex;
    flex-wrap: nowrap;
    /* overflow: auto */
}