/*EDITAR ASESOR*/
.edit-asesor-container{
    display: grid;
    grid-gap: 35px;
    margin-top:20px;
    align-items: flex-start;

}
.asesorSidebar{
 
    height: auto;  /* Asegúrate de que tenga suficiente altura o auto */
    align-self: flex-start;  /* Alinea el sidebar al inicio del eje cruzado */
    width: 100%;
   
}

.asesorSidebar {
            z-index: 99;
}

.asesorWidget.panel{
    background: #fff;
    border-radius: 15px;
    font-size: 1.05rem;
    padding: 0.5em 0.45em;
    font-family: var(--font-heading);
    overflow-x: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    border: 1px solid var(--color-gray-border-box);
}
.asesorWidget.panel ul{
    list-style: none;
     display: flex;

}
 
.asesorWidget.panel .widget-menu {
    padding: 0.55em 0.8em 0.55em 0.8em;

    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}



.asesorWidget.panel .widget-menu:hover {
    background:  #f7f7f7; 
    border-radius: 10px;
    color: #000;
       
   }

.asesorWidget.panel .widget-menu.active:hover{
    background: var(--secondary-color) !important;
 
}


.asesorWidget.panel .widget-menu.active{
    background: var(--secondary-color) !important;
    border-radius: 15px;

    color: #fff;
 
}
.asesorWidget.panel .widget-menu.active:before{
 filter: invert(1) brightness(2);
}


.asesorWidget.panel .widget-menu:before{
    content: "";
    width: 1.35em;
    height: 1.35em;
    position: relative;
    left: 0;
    color: #fff;
    margin-right: 0.55em;
    z-index: 1;
     
    
    display: inline-flex;
}

.asesorWidget.panel .widget-menu.panel:before{

    background: url(../../icons/asst-panel.svg);
    
}
.asesorWidget.panel .widget-menu.settings:before{

background: url(../../icons/asst-settings.svg);

}
.asesorWidget.panel .widget-menu.history:before{

    background: url(../../icons/asst-history.svg);
    
    }
    
 
.asesorWidget.panel .widget-menu.training:before{

background: url(../../icons/asst-training.svg);

}
.asesorWidget.panel .widget-menu.admin:before{

    background: url(../../icons/asst-panel.svg);
    
    }
    
 
    .asesorWidget.panel .widget-menu.easybroker:before{

        background: url(../../icons/eb.svg);
        
        }
        
         



.asesorWidget.panel .widget-menu.stats:before{

    background: url(../../icons/asst-stats.svg);
    
    }

    .asesorWidget.panel .widget-menu.catalog:before{

        background: url(../../icons/asst-catalog.svg?v3);
        
        }
    
        
.asesorWidget.panel .widget-menu.landing:before{

    background: url(../../icons/asst-settings.svg);
    
    }
.asesorWidget.panel .widget-menu.apps:before{

        background: url(../../icons/asst-apps.svg?v2);
 }

 .asesorWidget.panel .widget-menu.membership:before{

    background: url(../../icons/asst-membership.svg);
}
 
.asesorWidget.panel .widget-menu.wsp:before{

    background: url(../../icons/whatsapp.svg);
}


  /*SUBMENU *WIDGET PANEL*/

  .asesorWidget-sub{
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(222, 222, 222);
    z-index: 9;
    right: 0;
    top: 100%;
 


}
.asesorWidget-sub ul { 
display: flex;
flex-direction: column;
}
.asesorWidget-sub ul li a{ 
    display: flex;
font-size: 1rem;
align-items: center;
gap: 5px;
font-family: var(--font-body);
padding: 15px;
background: #fff;     
border-bottom: 1px solid rgb(222, 222, 222);

}
.asesorWidget-sub ul li:last-child{
border-bottom: 0 ;

}
.asesorWidget-sub ul li a img{
 display: block;
height: 1.3em;

}


/*TOGGLE ADVANCED OPTIONS*/
.advanced-options {
    font-weight: bold;
    cursor: pointer;
    display: flex;

    align-items: center;
    grid-gap: 0.5em;
    font-family: var(--font-heading);
    border-radius: 10px;
    height: auto;
    padding: 20px 0;
    margin: 0 ;
    font-size: 1.15rem;
}

 
   
.advanced-options img{
    height: 0.7em;
}

#advancedOptionsContent {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
}

#advancedOptionsContent.expanded {
    max-height: 2000px; /* Asegúrate de que este valor sea suficientemente alto para cubrir el contenido máximo del div */
}


 /*PUBLISH CTN ASESOR*/
 .asesorWidget.publish {
    position: relative;
    width: 100%;
}
 .publish-submenu{
    font-size: 16px;
    position: absolute;
    top: 100%;
    z-index: 99;
    margin-top: 10px;
    width: 100%;
}

 .publish-submenu li {
    white-space: nowrap;
    padding: 0.8em 1.25em;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--font-heading);
    display: flex;
    cursor: pointer;
    grid-gap: 0.25em;
    color: #000;
    border: 1px solid var(--color-gray-border-box);
    background: #fff;
    font-size: 1.1em;
    box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.1);
    align-items: center;
  
    }
    

    .publish-submenu li:first-child{
    
    border-radius: 10px 10px 0 0 ;
      
        }

        
    .publish-submenu li:last-child{
    
        border-radius: 0 0 10px 10px ;
          
            }

            

 .publish-submenu li img {

    height: 1.45em;
  
    }
  

    .btn-active {
        background-color: black; /* Cambia el color de fondo a negro */
    }

  /*HISTORY CHAT*/
    .historyCointainer{
       display: grid;
       grid-template-columns:200px 1fr;
    }


    .history-tabs {
        display: flex;
        list-style: none;
    }
    .history-tabs a {
        display: flex;
        grid-gap: 5px;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #ccc;
        border-bottom: 0;
        font-size: 1.05rem;
        padding: 0.75em 1em;
    }
    .history-tabs a.history.active {
        background: rgba(255, 255, 255, 1);
    }
    .history-tabs li {
        border-radius: 10px 10px 0 0;
        display: flex;
    }
    .history-tabs li img {
        height: 1.4em;
    }


    


@media screen and (min-width: 999px) {
    .publish-submenu{
        margin-top: 0px;
        position: absolute;
        top: -100%;
        left: 100%;
        width: max-content;
    }
    
    
  .asesorWidget-sub{
 
top: auto;
right: -100%;
bottom: 0; 
margin-right: -15px;



}

    .edit-asesor-container{
        display: grid;
        grid-template-columns: 250px 1fr;
    }

    .asesorWidget.panel ul{
       
         flex-direction: column;
    }
    
.asesorSidebar{
    top: 20px;
position: sticky;
overflow: initial;
}


.asesorWidget.panel .widget-menu {
 margin: 0.2em 0 ;
    padding: 1em 1em 1em 1em;
}




.asesorWidget.panel{
  
    padding:  0.5em;
 
}


.publish-submenu li {
   
    margin-left: 0.5em;

  
    }
    

     
}


.mil-navigation nav ul li {
    margin: 0 15px;
}

.wrap-content {
    display: grid;
  grid-gap: 15px;
    max-width:1200px;
    margin: 25px auto;
}
.wrap-content h3{
    font-size: 20px;

}
	
.info-content {
        border-left: 2px solid var(--secondary-color);
        padding-left: 15px;
}
.form-wrap {
    padding: 50px 20px 50px 20px;
    background: #f7f7f7;
    margin-top: -130px;
    font-family: var(--font-body);
    position: relative;
	color: #434343;
    position: relative;
    border-radius: 5px;
}

h1.popupTitle {
 
  margin-bottom:   0.6em;
    font-family: var(--font-heading);
    color: #000 !important;
   
    font-size: 1.7rem;
    font-size: clamp(1.7rem, 1.56rem + 0.7vw, 2.4rem);
	text-transform: none;

    
}
h1.postTitle {
 
   
    font-family: var(--font-heading);
    color: #000 !important;
   
    font-size: 1.7rem;
    font-size: clamp(1.7rem, 1.56rem + 0.7vw, 2.4rem);
	text-transform: none;
    margin-top: auto;
    margin-right: auto;
   
    padding-top: 15px;
}

h3, h4 , h5    {
    font-family: var(--font-heading);
}

.post-broker-img {
    font-size: 16px;
    width: 7.5em;
    height: 7.5em;
    position: relative;
    z-index: 2;
    padding: 0.55em;
    position: relative;
    z-index: 2;
 
}

.post-broker-img:before {
    content: ""; 
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 0.45em;
    background: linear-gradient(0deg, var(--secondary-color), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.broker-img {
    border-radius: 50%;
 border: 0.18em solid #fff; 
    width: 100%; 
}


.post-items-wrap {
    margin-top: -7.5em;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}

.post-broker-cancel {
    position: absolute;
    top: 0; 
    right: 0;
}
	



label {
 font-size: 0.95rem;
 line-height: 2;
   
}

   
input[type=text], input[type=url], input[type=number], input[type=password], input[type=email], input[type=textarea], input[type=text],  input[type=password],  input[type=tel], input[type=email], textarea, select {
    padding: 0.5em 0.65em;
    border: 1px solid #c8c6c6 !important;
    border-radius: 5px;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
    background: #fdfdfd;
    width: 100%;
}

    
textarea {
     min-height: 250px;
 
     max-width: 100%;
   
   outline:none;
 
  
 
 }
 
  
 textarea::placeholder {
    color: #959595;
}

textarea::-ms-input-placeholder {
    color: #959595;
}
 .post-btn {
	
  display: flex; 
 
 justify-content: center;
 margin-top: 10px;
     flex-direction: column;
} 



/*ACTIVE USER*/
.active-container{
    display: flex;
    justify-content: center;
 position: relative;
 font-size: 1.25rem;
 font-size: clamp(1.25rem, 1.18rem + 0.3500000000000001vw, 1.6rem);
 margin-top: 0.75em;  

 
} 


.active-user{
    display: flex;
    font-size: 1.35rem;
    font-family: var(--font-heading);
    grid-gap: 0.25em;
    padding: 0.6em 0.9em;
    line-height: initial;
    border-radius: 99px;
    box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
    border-bottom: 0.15em solid #fff;
    border-right: 0.15em solid #fff;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    margin-bottom: 10px;
   
 
} 

.active-user img{
    filter:  var(--color-svg-secondary);
    color: #000;
    height: 1em;
} 



.active-social {
display: flex;
grid-gap:  0.25em;
font-size: 1em;


} 


.active-social a{
    height: 2.35em;
   width:  2.35em;
   border-radius: 50%;
   box-shadow: inset 0.1em  0.1em  0.2em rgba(0,0,0, 0.3);

    display: flex;
    justify-content: center;
    align-items: center;

    border-bottom: 0.1em solid;
    border-right: 0.1em solid;
    } 
    
    
.active-social img{
height: 1.3em;
} 

.active-social a.whatsapp{
 border-color:  #92e79d;
} 
.active-social a.facebook{
    border-color:    #bfb0ff ;
} 

.active-social a.telegram{
    border-color:   #c3ebff ;
    } 
    


    /*PLAN*/
    .pms-form-design-wrapper table.pms-account-subscription-details-table tr td a {
        color: var(--secondary-color);
    
    }
    .pms-form-design-wrapper table.pms-account-subscription-details-table tr td a:hover {
        color:  #000!important;
    
    }
       
        .pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-active {
        background: transparent;
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        font-weight: bold;
        padding: .35em .8em !important;
        line-height: initial;
        font-size: 0.9rem;
    }
    
    
    
    .pms-account-subscription-action-link:before{
    
        filter: grayscale(1) brightness(2) !important;
    }
    
    .pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link{
        background: var(--secondary-color) !important;
    }
    .pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a.pms-account-subscription-action-link:hover{
     background: black !important;
     box-shadow: none !important;
    }
    
    

	@media screen and (max-width: 999px) {
	.container-m {
    padding-left: 0px;
    padding-right: 0px;
		padding-bottom: 0 ;
}

.active-container {
  
    justify-content: space-between;
}





}


@media screen and (min-width: 999px) {

    input[type=text], input[type=url],  input[type=password], input[type=email], input[type=textarea], input[type=text],  input[type=password],  input[type=tel], input[type=email], textarea, select {
     
        font-size: 1.1rem;

    }


    h1.postTitle {
 
   

    padding-left: 20px;
    padding-top: 20px;
}
    .edit-asesor-container{
   
        margin-top:60px;
     
    
    }
    .post-items-wrap {

    flex-direction: row;

}

    .post-broker-img {
        font-size: 20px;
    }

    .form-wrap {
        padding: 40px;
        margin-top: -140px;
    }

    .wrap-content {
        grid-template-columns: auto 1fr;
    }

    .wrap-content h3 {
        text-align: right;
    }

 
	.post-btn {
	
	grid-gap: 10px; 
		    flex-direction: row;
	}

    
.active-social {
  

    position: absolute; right: 0 ;
    } 

    
}

 



.drop_whats {
    background: #fff !important;
padding: 0;
border-radius: 5px;
border: 1px solid #ddd !important;
overflow: hidden;
}


.iner_droop {
    background: #fff;
    margin-bottom: 6px;
    border-radius: 0;
    padding: 5px 13px;
    display: flex;
    width: 250px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    align-items: center;
    height: 53px;
}




.drop_whats2 {
    background: #fff !important;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    overflow: hidden;
    position: absolute;
    right: -254px;
    bottom: 80px;
}


.drop_whats2 .iner_droop {
    background: #fff;
    margin-bottom: 0px !important;
    border-radius: 0;
    padding: 5px 13px;
    display: flex
;
border: 0;
    width: 250px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    align-items: center;
    height: 53px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    justify-content: left;
}

.drop_whats2 .iner_droop img {
    max-width: 30px;
    margin: auto 10px auto 0px !important;
    cursor: pointer;
    max-height: 21px;
}


.drop_whats2 .iner_droop:last-child{
   border: 0 !important;
}


.drop_whats2 a{ 
    padding:0 !important;
    margin: 0 !important;
    background: none !important;
    font-size: 14px;
}
.drop_whats2 a:before{ display: none !important;}
.outer_create2 {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.whats_app_side a::before{ display: none !important;}
.whats_app_side a {
    margin: 0 !important;
    padding: 10px !important;
    background: none !important;
    cursor: pointer;
}
.whats_app_side a img{


    width: 1.65em;

    margin-right: 0.55em;
}


.drop_whats2 .iner_droop img.up_w {
   
    margin-left: 28px !important;
  
}

.drop_whats2 .iner_droop img.up_w2{ margin-left: 10px !important;}