/** *************************************** **
 **             Theme Thermomix             **
 ** *************************************** **/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-Regular.woff") format('woff');
  }
  
  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-Bold.woff") format('woff');
    font-weight: bold;
  }
  
  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-BoldItalic.woff") format('woff');
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-Light.woff") format('woff');
    font-weight: light;
  }
  
  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-LightItalic.woff") format('woff');
    font-weight: light;
    font-style: italic;
  }
  
  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-RegularItalic.woff") format('woff');
    font-style: italic;
  }

  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-Medium.woff") format('woff');
    font-weight: 500;
  }
  
  @font-face {
    font-family: "ThermomixFont";
    src: url("../fonts/Vorwerk-MediumItalic.woff") format('woff');
    font-weight: 500;
    font-style: italic;
  }

  body {
    font-family: 'ThermomixFont'!important;
    font-weight:500!important;
  }
  
*{
    /* font-family: 'Merriweather', serif !important; */
}
h4{
    font-family: 'ThermomixFont'!important;
}

:root {
        /* ----New Image Thermomix 2023--- */
        --Vorwerk-Green: #00AC46;
        --Vorwerk-Antharcite: #23282A;
        /* -------------END--------------- */
        --green-thermomix: #00AC46;
    --green-thermomix: #009a3d;
    --grey-thermomix: #4b4a4b;
    --lightgrey-thermomix: #b1b2b1;
    --darkgreen-thermomix: #113c2b;
    --lightgreen-thermomix: #95c11c;
}


input{
    margin-bottom: 0 !important;
    /* border: 1px solid var(--green-thermomix) !important; */
    /* padding: 2px i !important; */
    border-radius: 5px !important;
    border-color: var(--green-thermomix);
    padding:0 5px !important;
    font-size: 1em !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select{
    border-color: var(--green-thermomix);
}

option{
    color: black !important;
}
button:focus{
    /*background:rgba(0,0,0,0) !important;*/
}
.main_div{
    padding-top: 32px;
    padding-bottom: 32px;
}
.profileNav{
    margin-right: 5px !important;
    font-family: 'ThermomixFont'!important;
}
.menuStyles{
    color:green!important;
    font-family: 'ThermomixFont'!important;
    font-weight:bold;
}
.notifyNav{
    margin: 0 0px 0 0 !important;
}

.PrivateTabIndicator-colorPrimary-27{
    background-color: var(--darkgreen-thermomix) !important;
}

.MuiDialog-paper{
    border-radius: 15px !important;
    padding: 10px;
}
.closeButtonX{
    position: absolute !important;
    right: 24px;
    top: 35px;
}
.HeaderProfileText{
    color:  var(--Vorwerk-Green);
}
.iconBtnG{
    margin-right: 5px !important;
}
.nopadding{
    padding: 0 !important;
}
.comingSoonImg{
    width: 100%;
    border-radius: 50px !important;
}
.iconSideMenu{
    /* width: 25px; */
    height: 25px;
    margin: auto;
}
.iconPerfilHeader{
    /* width: 25px; */
    height: 30px;
    margin: auto;
}
.iconDelContact{
    height: 22px;
    margin: auto;
}
.iconCheckCalendar{
    height: 32px;
    margin: auto;
    padding-right: 5px;
}
.iconInvites{
    height: 30px;
    margin: auto;
}
.iconAgregar{
    height: 25px;
    margin: auto;
}
.iconAgregarVar{
    height: 25px;
    margin-right:10px;
}
.iconObjetivos{
    height: 50px;
    margin-right:20px;
    margin-left:10px;
}
.iconGuardar{
    height: 22px;
    margin: auto;
    margin-right:5px;
}
.iconEdit{
    height: 24px;
    margin: auto;
    margin-right:5px;
}
.iconPerfil{
    height: 22px;
    margin: auto;
    margin-right:5px;
}
.iconTrash{
    height: 22px;
}
.iconDownload{
    height: 22px;
    margin-right:10px;
}
.iconInfo{
    height: 26px;
    margin-top:2px;
}
.icon_popup{
    margin-right: 10px;
}
.iconInfoContact{
    color: var(--Vorwerk-Antharcite);
}
.iconAlertaBig{
    height: 40px;
}
.iconAlertaContainer {
    margin-top: -5px;
    margin-right: 10px;
}
.ModalTitleContainer {
    display: flex;
}
a:hover span,.MuiLink-underlineHover:hover{
    text-decoration: none !important;
}

.logo_head_sm{
    width: 150px;
}
.ObjetivosContainer{
    margin: auto;
    width:100%;
}
.ObjetivosButtonContainer{
    margin:auto;
    display:flex;
}
.ObjetivosButton{
    background-color: #00AC46 !important;
    width:100%;
    max-width:460px;
    min-width:300px;
    margin: auto!important;
    border-radius: 20px!important;
    padding-top:10pt!important;
    padding-bottom:10pt!important;
}
.ObjetivosButtonTxt{
    color:white;
    font-size: 17pt;
    line-height: 1;
}
.ButtonAddEvent{
    color:white;
    font-weight: bold!important;
}
.MuiDrawer-paper{height: 100%;}

.nomargin{margin:0 !important}

.mobileMenuApp{
    position: fixed;
    bottom:0;
    z-index: 99999;
    width: 100vw;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.mobileMenuApp .Mui-selected{
    color: white !important;
    background-color: var(--green-thermomix) !important;
}
.mobileMenuApp .Mui-selected img.iconSideMenu{
    filter: invert(0%);
    filter: brightness(100%);
}

/** *************************************** **
 **             PAGE LOGIN             **
 ** *************************************** **/
.loginSubmit{
    background-color: var(--green-thermomix) !important;
    font-family: 'ThermomixFont'!important;
    font-weight: 500!important;
}

.options-loginForm{
    margin-top: 20px;
}


/** *************************************** **
 **             LAYOUT MODALS             **
 ** *************************************** **/
.MuiCard-root {
    margin: 15px 5px !important;
    border-radius: 10px !important;
}
.MuiCard-root {
    margin: 15px 5px !important;
    border-radius: 10px !important;
}
.fieldModal {
    margin: 10px 10ppx;
}
.labelForm {
    margin: 10px auto 5px auto;
}
.saveContactBtn{
    padding: 10px 15px !important;
}
.MuiDialog-paperWidthSm {
    width:70%;
    max-width: 700px !important;
}
.titleNtfcAddEvent{padding: 0 !important;}
 /** *************************************** **
 **             LAYOUT DIRECTORIO             **
 ** *************************************** **/

.DirTab{
    border-radius: 12px 12px 0 0 !important;
}
.titleNtfcAddEvent{
    font-weight: bolder;
}
.TitleModalContact{
    font-size: 22px;
    padding: 0;
}

.checkContactBulkCancel{
    position: relative !important;
    right: -45% !important;
    color: #ff0000;
}
.typeContactBulkCancel{
    position: relative !important;
    left: -45% !important;
    top: 10px;
    color:#ff0000;
}

.checkContactBulk{
    position: relative !important;
    right: -45% !important;
    color: #007877;
}
.typeContactBulk{
    position: relative !important;
    left: -45% !important;
    top: 10px;
    color: #007877;
}

.infoContactBulkAdmin{
    position: relative !important;
    right: -20% !important;
    color: var(--lightgrey-thermomix);
    padding: 5px !important;
}
.infoContactBulk{
    position: relative !important;
    right: -40% !important;
    color: var(--Vorwerk-Antharcite);
    padding: 5px !important;
}

.RyGfloating {
    position:relative;
    z-index: 2;
    margin-top:-32px!important;
    color: #00AC46;
    font-size: 12px!important;
    margin-bottom: 14px!important;
}

.searchExtInput{
    background: #EFEFEF !important;
    height: 2rem !important;
}
.searchExtInputInfo{
    text-align: center;
    color: grey;
    font-style: italic;
}
.controlsAllInvite{
    float:left;
}
.ContactListViewCont{ 
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.actionModalContacInfo{
    margin-top: 20px;
    display: inline-grid;
    padding-top: 10px;
}
.ContactsButton{
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
/** *************************************** **
 **             NOTIFICATIONS               **
 ** *************************************** **/
.notifyCont{
    border: 1px solid var(--green-thermomix);
}
.notifyElement{
    padding:15px;
    border-bottom:1px solid lightgrey;
}
.notifyTextMin{
    font-size: 12px !important;
    color:#1C9F45;
}
.notifyTextMinOff{
    font-size: 12px !important;
    color:#a7a4a7;
}
.notifyTextLnk{
    color:black;
}
.calendarNotIcon{
    border-radius:25px;
    background: #1C9F45;
    width: 50px;
    height: 50px;
    padding: 27%;
}
.calendarNotIconOff{
    border-radius:25px;
    background: #a7a4a7;
    width: 50px;
    height: 50px;
    padding: 27%;
}
.yesAttendBtn, .noAttendBtn{
    text-align:center;
}
.yesAttendBtn span{
    color: green;
    font-size: 13px;
    padding-left:5px
}
.noAttendBtn span{
    color: red;
    font-size: 13px;
    padding-left:5px
}
.newYes{
    background: #1C9F4521
}
.newNot{
    background: #ffffff
}
.titleNot{
    font-size: 20px;
    padding:0 20px;
    font-weight:bolder;
}
/** *************************************** **
 **             LAYOUT DASHBOARD             **
 ** *************************************** **/
.inputSearch{
    background: #F2F1EF;
    padding: 0 20px 0 0;
    border-radius: 0 50px 50px 0;
    border-bottom: none !important;
    width: 50%;
}
.inputSearch input, .inputSearch input:focus {
    border: none !important;
}
.makeStyles-searchIcon-17{
    background: #F2F1EF;
    padding: 0 20px 0 0;
    border-radius: 50px 0 0 50px;
    border-bottom: none !important;
}
.makeStyles-searchIcon-17 svg{
    color: #CCC9C4;
}
.bellNotify{
    color: var(--green-thermomix)
}

/** *************************************** **
 **             LAYOUT CALENDAR             **
 ** *************************************** **/
.calendarCnt{
    padding: 18px;
}
 .rbc-month-row{
    border: none !important;
    margin: 5px 0;
}
.rbc-day-bg{
    margin: 0 2px;
}
.rbc-date-cell{
    padding-top: 7px;
    margin-right: 10px;
}
.rbc-time-view{
    border:none !important
}
.rbc-day-bg{
    border-radius: 5px;
    /* border: 1px solid var(--lightgrey-thermomix); */
    border: 1px solid lightgrey;
}
.rbc-btn-group button{
    border: 1px solid var(--green-thermomix) !important;
    color: var(--green-thermomix) !important;
}
.rbc-toolbar-label{
    color: var(--green-thermomix) !important;
    font-size: 21px !important ;
    text-transform: uppercase;
}
.rbc-toolbar{
    font-size: 16px;
}
.rbc-allday-cell{
    display: none;
}
.rbc-header,
.rbc-month-view{
    border: none !important;
}
.rbc-month-view{
    margin-top: 25px;
}
.rbc-event-content span {
    /* vertical-align: top !important; */
    /* color: green; */
    color: darkslategrey;
    font-weight: bold;
    margin-left: 5px;
}
.rbc-event-content .MuiSvgIcon-root{
    height: 0.84em !important;
    width: 0.84em !important;
}
.rbc-event-content{
    padding:1px 5px;
}
.rbc-show-more{
    padding:5px;
    text-align: center;
}
.nextView>div, .calendarView>div{
    border-radius: 25px !important;
    height: 85vh;
    /* overflow: visible; */
}
.nextView>div{
    padding: 20px;
}
.todayCalendar{
    font-weight: bolder;
    margin:5px 0 20px 0;
}
.todayCalendarSub{
    font-size: 18px;
    margin-bottom:20px !important;
}
.NextEventElement{
    padding:0 10px;
    margin:10px;
}
.fieldUsersInvite,
.fieldUsersSelectInvite,
.fieldPeopleInvite,
.fieldUsersSelectedInvite{
    border-radius: 5px !important;
    height: 300px;
    background: #F9F9F9;
    max-height: 450px;
    border: 1px solid #00AC46 !important;
    overflow: scroll;
    padding: 5px;
    margin: 0;
}
.labelInvite{
    font-size: 16px;
    margin: 5px;
    font-weight: bold;
    color: lightgrey;
}
.contProfilesInvite{padding: 5px;}
.optionsAdd{
    padding: 5px;
}
.optionsAddCont{
    margin: 10px 0 !important;
    text-align: center;
}
.UserFilterTypeDiv{
    margin-bottom: 10px;
    font-weight: bold;
}
.UserFilterType{
    margin-top: 10px;
}
.popDetailContact{
    width: 650px;
    display: block;
}
input.inputDateNewEvent,
input.inputHourNewEvent{
    border: 1px solid grey !important;
}
.labelDateNewEvent{
    font-size: 15px;
    text-align: center;
    padding: 15px !important;
}

.DateHourNewEvent .col{
    height: 50px;
}
#idTipoEvento{
    border: 2px solid #1C9F45 !important;
    padding: 12px;
    border-radius: 5px;
}
.selectProfileNewEvent{
    border: 1px solid lightgrey !important;
}
.fieldUsersSelectedInvite .row {
    margin: 0 !important;
}
.listInvitedU p{
    margin-top: 0;
}

.rbc-toolbar{
    text-align: center !important;
}

.rbc-agenda-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.inviteAllProfileCheck{
    color: #00AC46;
    font-size: 11px !important;
}

.MuiTypography-body1{
    margin-left: 15px !important;
    font-family: 'ThermomixFont'!important;
    font-weight:500!important;
}

.MuiTypography-h3{
    font-family: 'ThermomixFont'!important;
    font-weight: 500!important;
    color: #00AC46!important;
    font-size: 1em!important;
  }

.MuiTypography-h4{
    font-family: 'ThermomixFont'!important;
    font-weight: 500!important;
    color: #00AC46!important;
  }

.MuiTypography-h5{
    font-family: 'ThermomixFont'!important;
    font-weight: 500!important;
  }

.MuiTypography-h6{
    font-family: 'ThermomixFont'!important;
  }
  .MuiButton-label{
      font-family: 'ThermomixFont'!important;
      font-weight: 500!important;
  }
  .answeringPaper {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .answeringContainer{
      max-width:700px;
      margin: auto;
  }
  .answeringAsistencia{
      font-family: 'ThermomixFont'!important;
      font-weight: 500!important;
      text-align: center;
      font-size:20pt!important;
  }
  .answeringAvisoPrivacidad{
      font-family: 'ThermomixFont'!important;
      font-weight: 300!important;
      text-align: center;
      font-size:12pt!important;
  }
  .answeringAvisoPrivacidad a {
      color:#a6a6a6;
      font-weight: 500!important;
      text-decoration: underline;
  }
  .answeringTextBox{
      padding-top:25px;
      padding-bottom:60px;
      padding-left:30px;
      padding-right:30px;
  }
  .asweringSocialBox{
      padding-top:40px;
      padding-bottom: 40px;
      margin: auto;
      display: table;
  }
  .answeringIcons{
      margin-left:10px;
      margin-right:10px;
  }
  .answeringFooterContainer{
      width:100%;
  }
  .answeringMainOverride{
      width:100%!important;
      padding-left:0px!important;
      padding-right:0px!important;
  }
  .ModalH1txt{
      font-family: 'ThermomixFont'!important;
      font-weight: 500!important;
      text-align: center;
      font-size:15px!important;
      margin-bottom: 12px!important;
      margin-top: 10px!important;
      padding-left: 30px;
      padding-right: 30px;
  }
  .ModalH2txt{
      font-family: 'ThermomixFont'!important;
      font-weight: 500!important;
      text-align: center;
      font-size:12px!important;
      margin-bottom: 5px!important;
      padding-left: 30px;
      padding-right: 30px;
  }
  .container{
      width:100%!important;
  }
  .TradeMarkStyle{
      position: relative;
      font-size: 80%;
      line-height: 0;
      vertical-align: baseline;
      top: -.3em;
  }
  .AlertsLoginRed{
      background: #E7332A;
      color: "blue";
  }
  .AlertsLoginGreen{
      background: #00AC46;
  }
  .toastBody {
      font-family: "Atlas Grotesk Web", Arial, Helvetica, sans-serif;
      color: #10171D; /* #10171D */
      font-size: 0.875rem !important;
    }
    .HomeFooter{
      font-family: "ThermomixFont"!important;
      font-weight: 500!important;
    }

/** *************************************** **
 **             MONTH CLOSES DAYS           **
 ** *************************************** **/
.day-31-0-2022,
.day-28-1-2022,
.day-28-2-2022,
.day-2-4-2022,
.day-30-4-2022,
.day-27-5-2022,
.day-25-6-2022,
.day-29-7-2022,
.day-26-8-2022,
.day-31-9-2022,
.day-28-10-2022,
.day-26-11-2022,
.day-30-0-2023,
.day-27-1-2023,
.day-3-3-2023,
.day-2-4-2023,
.day-29-4-2023,
.day-3-6-2023,
.day-31-6-2023,
.day-28-7-2023,
.day-2-9-2023,
.day-31-9-2023,
.day-28-10-2023,
.day-29-11-2023,
.day-29-0-2024,
.day-26-1-2024,
.day-1-3-2024,
.day-29-3-2024,
.day-27-4-2024,
.day-1-6-2024,
.day-29-6-2024,
.day-26-7-2024,
.day-30-8-2024,
.day-28-9-2024,
.day-25-10-2024,
.day-30-11-2024,
.day-27-0-2025,
.day-24-1-2025,
.day-31-2-2025,
.day-28-3-2025,
.day-26-4-2025,
.day-30-5-2025,
.day-28-6-2025,
.day-25-7-2025,
.day-29-8-2025,
.day-27-9-2025,
.day-1-11-2025,
.day-29-11-2025
{
    border: solid 3px #e53e00 !important;
    background: #ffd9cc;
}

.day-24-11-2021,
.day-24-0-2022,
.day-21-1-2022,
.day-21-2-2022,
.day-25-3-2022,
.day-23-4-2022,
.day-20-5-2022,
.day-18-6-2022,
.day-22-7-2022,
.day-19-8-2022,
.day-24-9-2022,
.day-21-10-2022,
.day-19-11-2022
{
    border: solid 3px #FFFC67 !important;
    background: #FFFDDE;
}

 /** *************************************** **
 **             LAYOUT ROSA STAT            **
 ** *************************************** **/
.panelRosa{
    padding: 20px !important;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 15px;
    margin: 10px !important;
    box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);
}
.rosaSection{
    margin: 10px 0;
}
.RosaTitle{
    color: #00AC46;
    padding: 5px 15px 0 15px;
}
.staTile{
    font-weight: bolder;
    font-size: 2rem;
    margin-bottom: 25px;
    margin-top: 0;
}
.barSalesCont{
    width:100%;
    border-radius:0 25px 25px 0;
    background: #E3E4EA;
}
.barSalesEmpty{
    height:40px; 
    border-radius:0 25px 25px 0;
    background: #E3E4EA;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    color: white;
    font-weight: bold;
    font-size: 27px;
}
.barSalesFill{
    height:40px; 
    border-radius:0 25px 25px 0;
    background: #86BC25;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    color: white;
    font-weight: bold;
    font-size: 27px;
}
.barProspectFill{
    height:40px; 
    border-radius:0 25px 25px 0;
    background: #00A19A;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    color: white;
    font-weight: bold;
    font-size: 27px;
}
.ProspectoCont{
    margin-bottom: 10px;
}
.StatTitle_Prospecto{
    color: #00A19A;
}
.subTitle_Prospecto{
    color: #ADADAD;
    text-align: right;
    margin-top: 10px;
    font-size: 1.2rem;
}
.StatTitle_ExpProg,
.StatTitle_ExpDone{
    color: #00AC46;
}
.StatTitle_Efect{
    color: #019846;
}
.StatTitle_Sales{
    color: #86BC25;
}
.StatTitle_RatioDemoVenta{
    color: #86BC26;
}
.StatTitle_Canceled{
    color: #9D9D9C;
    font-size: 1.5rem;
    margin: 0;
}
.StatTitle_Activity{
    color: #DEDC01;
}
/* .StatTitle_MiTeam{

} */
.sales_act_inactive{
    color: lightgray;
}
.sales_act_active{
    color: #DEDC01;
}
.GraphCont{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}
.infoGraph{
    text-align: center;
    color: #00AC46;
    font-size: 1.3rem;
    font-weight: bolder;
    position: absolute;
    
    z-index: 2;
}
.graphCircle{
    text-align: center;
    position: absolute;
    z-index: 1;
}
.question_Efect{
    color: #00AC46;
    font-size: 1.2rem;
    font-weight: bold;
}
.question_RatioDemoVenta{
    color: #86BC26;
    font-size: 1.2rem;
    font-weight: bold;
}
.blade_data{
    /* color: white; */
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinnerTM {
    background-image: url('../img/spinnerv3_2.png');
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.blade_effect{
    height: 150px;
    background-image: url('../img/blade_green.png');
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blade_effect_alt{
    height: 150px;
    background-image: url('../img/blade_grass.png');
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.effectData{
    color: white;
    font-weight: bold;
    font-size: 2rem;
}
.canceledCont{
    text-align: center;
    background: #E3E4EA;
    border-radius: 20px;
    padding: 5px 0;
}
.monthAct{
    text-align: center;
    padding: 0 !important;
}
.monthNumber_activity{
    color: #DADADA;
}
.MuiAccordion-root.Mui-expanded{margin: 0 !important;}

 /** *************************************** **
 **             LAYOUT RECURSOS             **
 ** *************************************** **/

.gridResourceElement{
    margin-bottom: 30px;
    text-align: center;
}
.graphExpProg,
.graphStatTitle_ExpDone{
    color: #00AC46;
}
/** *************************************** **
 **             LAYOUT PROFILE             **
 ** *************************************** **/

.dzu-dropzone{
    padding: 10px !important;
    text-align: center;
}

.viewSchema_accordion{
    background: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid lightgrey;
}

/** *************************************** **
 ** *************************************** **
 ** *************************************** **
 ** *************************************** **
 ** *************************************** **
 **             MEDIA QUERIES               **
 ** *************************************** **
 ** *************************************** **
 ** *************************************** **
 ** *************************************** **
 ** *************************************** **/
.mobileshow{display:none !important}
.desktopshow{display:block !important}

@media only screen and (min-width: 1920px) {
    .spinnerTM {
        background-size: 250px;
    }
}
@media only screen and (min-width: 1440px) {
    .spinnerTM {
        background-size: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .rbc-day-bg {
        border-radius: 10px;
    }
    .listInvitedU p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .spinnerTM {
        background-size: 250px;
    }
}

@media only screen and (max-width: 1080px) {
    .spinnerTM{
        background-size: 250px;
    }
}
@media only screen and (max-width: 992px) {
    .nextView>div{
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .rbc-toolbar-label{
        width: 100%;
        margin: 10px 0;
    }
    .rbc-event-content span{
        font-size: 11px;
    }
    .spinnerTM{
        background-size: 250px;
    }
}

@media only screen and (min-width: 768px) {
.listInvitedU p {
    margin-top: 0;
    text-overflow: ellipsis;
    /* height: 10px; */
    /* width: 100%; */
    overflow: hidden;
    white-space: nowrap;
}

}

@media screen and (max-width:768px){
    .mobileshow{display:block !important}
    .desktopshow{display:none !important}

    .main_div{
        padding-top: 32px;
        padding-bottom: 65px;
    }
    .spinnerTM{
        background-size: 237px;
    }

    header{
        margin-left: 0 !important;
        width: 100% !important;
    }
    .logoNavMobile{
        flex-grow: 1;
    }
    /** *************************************** **
    **             LAYOUT DIRECTORIO MOBILE    **
    ** *************************************** **/

    .UserFilterType{
        margin: 10px 0px;
        text-align: left !important;
        padding: 0 !important;
    }
    .UserFilterTypeCont{
        margin-top: 0px;
    }
    .cardContact{
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
        margin: 10px auto !important;
    }
    .controlsAllInvite{
        float:none;
    }
    /** *************************************** **
    **             LAYOUT CALENDAR MOBILE      **
    ** *************************************** **/

    .MyDayDetail{
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
    }
    .labelDateNewEvent{
        padding: 0 !important;
    }
    .popDetailContact{
        width: 100%;
        display: block;
    }
    .fieldConfirmInvite{
        margin-top: 15px;
    }
    .listInvitedU p{
        margin: 0;
        float:none !important;
    }
    .fieldUsersSelectedInvite{padding: 5px;}
    .fieldUsersInvite, 
    .fieldUsersSelectInvite, 
    .fieldUsersSelectedInvite{
        margin: 0;
    }
    .nextView>div{
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .rbc-toolbar-label{
        width: 100%;
        margin: 10px 0;
    }
    .rbc-event-content span{
        display: none;
    }
    .rbc-header span{
        width: 2ch !important;
    }
    .rbc-header{
        font-size: 7px !important;
    text-overflow: unset !important;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    }

    
    .fieldUsersSelectedInvite{
        margin-top: 10px;
    }
    /* .spinnerTM{
        background-size: 85%;;
    } */
    .DateHourNewEvent span{

    }
    .DateHourNewEvent .col{
        height: auto;
    }
    #form-dialog-title{
        margin: 15px 0 10px 0;
    }
    .MuiDialog-paperWidthSm {
        width:90% !important;
    }
    .MuiDialog-paper{
        margin: 20px !important;
    }
    .backtouserAdminMobile{
        text-align: center;
        background-color: var(--green-thermomix);
        color: white;
        display: flex;
        align-items: align-items;
        height: 30px;
    }
    .panelRosa{
        margin: 0px !important;
    }
    .profilePhotoCont{
        margin: 0 auto 30px auto;
    }
    .profileName{
        text-align: center;
        font-size: 35px;
    }
    .profileInfoLabel{
        color: var(--green-thermomix);
    }
    .profileInfoEO{
        margin: 10px 0;
    }
    .actionModalContacInfo{
        margin-top: 0;
    }
    .trackingTitleM{
        margin-top: 15px;
    }
    .divAccordion{
        padding: 0 !important;
    }
    .StatTitle_RatioDemoVenta{
        
    }
}

.MuiButton-root {
    text-transform: none!important;
}

.contactCardBtns {
    width: 250px;
    height: 40px;
}