body {
    font-family: 'Inter !important';
    font-style: normal !important;
    font-weight: 500 !important;
}

p {
    margin-bottom: 0 !important;
}
.MuiTableCell-head {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 12px 16px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #78909C;
}

.MuiTypography-root {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500; 
    color: #263238;
}

tbody > .MuiTableRow-root {
    border-bottom: 1px solid #ECEFF1;
    border-radius: 4px !important;   
}

.MuiTablePagination-actions {
    display: none !important;
  }
  
  .MuiTableHead-root {
    background: #F7F9FA !important;
  }
  
  .MuiCard-root {
    border-radius: 4px !important;
    box-shadow: none !important;
    margin-top: 30px;
  }
  
  .MuiTableCell-body {
    padding: 0 16px !important
  }

  .history-table-row {
    padding: 16px !important
  }

  .MuiTableCell-body > div {
      padding: 12px 0;
  }

  td.MuiTableCell-body {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;    
    color: #263238;
  }

  /* .Mui-selected {
    color: #263238 !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    background: #FAFAFA !important;
    border-radius: 4px !important;
  } */

  .MuiTablePagination-select {
    color: #263238;
  }

  .MuiTablePagination-menuItem {
      font-size: 12px !important;
  }

  .MuiDataGrid-footerContainer {
      display: none !important;
  }

  /* .MuiDataGrid-menuIcon {
      visibility: visible !important;
  } */

  .MuiDataGrid-columnSeparator {
      display: none !important;
  }

  .MuiDataGrid-cell:focus {
    outline: solid #ECEFF1 1px !important;
}

.MuiDataGrid-cell:focus-within {
    /* outline: solid rgba(0, 171, 85, 0.5) 1px; */
    outline-width: none !important;
    outline-offset: none !important;
}

.MuiDataGrid-columnHeaders {
    background-color: #F7F9FA !important;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.MuiDataGrid-columnHeadersInner {
    border-radius: 0 !important;
}

.MuiDataGrid-autoHeight {
    border: none !important;
    border-radius: 0 !important;
}

.MuiDataGrid-row {
    border-bottom: 1px solid #ECEFF1;
}

.MuiDataGrid-cellContent {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #263238 !important;
}

.MuiPopover-paper {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 5px 5px !important;
}

.MuiDataGrid-filterFormOperatorInput {
    display:  none !important;
}

.MuiDialog-paper {
    border-radius: 8px !important;
    box-shadow: 0px 2.25px 5.25px -2.25px rgba(0, 27, 77, 0.12), 0px 3.75px 12px -1.5px rgba(0, 27, 77, 0.1) !important;
    min-width: 542px;
    padding: 64px 40px;
  }
  
.modal-icon {
    text-align: center;
}

.modal-header-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-header-image-small {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-header-image-small > img {
    width: 60px;
}
  
.modal-header-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: Bold;
    font-size: 24px;
    line-height: 32px;
    color: #263238;
    margin-top: 20px;
}

.modal-header-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: Bold;
    font-size: 16px;
    line-height: 28px;
    color: #263238;
    margin-top: 10px;
}

.modal-header-text-left {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: Bold;
    font-size: 16px;
    line-height: 28px;
    color: #263238;
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
}

.modal-header-text-label {
    display: inline-block;
    width: 25%;
    text-align:right;
    margin-right: 5%;
    font-weight: 900;
}

.modal-header-text-label1 {
    display: inline-block;
    width: 100px;
    font-weight: 900;
}

.modal-header-text-label2 {
    display: inline-block;
    width: 150px;
    font-weight: 900;
}

.modal-header-text-label3 {
    display: inline-block;
    width: 150px;
    font-weight: 900;
}

.MuiDialogActions-root.model-actions-center {
    justify-content: center !important;
}

.MuiOutlinedInput-root  {
    /* border: 1px solid #CFD8DC !important; */
    border-radius: 4px !important;
    /* padding: 16px 24px; */
    color: #263238 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    /* line-height: 18px !important; */
    /* height: 48px !important; */

}

.MuiDialogActions-root {
    display: flex !important;
    justify-content: space-between !important;
    padding-bottom: 0!important;
}

.MuiDialogActions-root > button {
    padding: 10px 8px;
    width: 191px;
    height: 48px;  
    border-radius: 4px !important;
    font-size: 16px !important;
    font-family: 'Inter';
    line-height: 24px;
    font-weight: 500;
}

.MuiInputLabel-formControl {
    color: #90A4AE !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    z-index: 0;
}

.MuiButton-contained {
    background-color: #E17145 !important;
    box-shadow: none !important;
}

.MuiDataGrid-columnHeader:focus {
    outline: unset !important
}

.MuiDataGrid-cell:focus {
    outline: unset !important
}

.MuiDataGrid-cell {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 18px;
    color: #263238 !important;
}

.MuiDataGrid-columnHeaderTitle {
    font-weight: 600 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    color: #78909C;
}

.theader-icon {
    display: inline !important;
}

.thead-title {
    line-height: 1;
    display: flex;
    margin-top: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #263238;
}

.thead-title > img {
    margin-left: 5px;
}

.thead-parent {
    flex-direction: column;
    display: flex;
    cursor: pointer;
}

.thead-parent > div {
    line-height: 1;
}

.filter-popup {
    border: none !important;
    margin-top: 10px;
    width: 256px;
    background: #FFFFFF;
    box-shadow: 0px 2.25px 5.25px -2.25px rgba(0, 27, 77, 0.12), 0px 3.75px 12px -1.5px rgba(0, 27, 77, 0.1);
    border-radius: 4px;
    padding: 10px 0 !important;
}

.filter-popup-element-1 {
    padding: 5px 15px;
    border-bottom: 1px solid #FAFAFA;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #455A64;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.filter-popup-element {
    padding: 0px 15px;
    border-bottom: 1px solid #FAFAFA;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #455A64;
    height: 40px;
}

.search-button {
    padding: 0 !important;
}

.searchbar {
    height: 40px !important;
}

.searchbar > div {
    height: 40px;
    padding: 0 !important;
    border: none !important;
}

.searchbar > div > fieldset  {
    border: none !important;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.page-header >  div {
    display: flex;
    align-items: center;
}

.page-header >  div > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    cursor: pointer;
    /* color: #90A4AE; */
}

.MuiDialogActions-root > div {
    width: 191px !important;
    height: 48px !important;
    background: #E17145 !important;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MuiDialogActions-root > div.wrapper_long {
    width: 325px !important;
}

.MuiDialogActions-root > div > button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #FFFFFF;
}

.normal-button {
    font-size: '12px' !important;
    font-weight: 500 !important;
    color: '#263238' !important;  
    width: '136px' !important;
    height: '32px' !important; 
    background: 'white' !important; 
    border: '1px solid #CFD8DC' !important; 
    border-radius: '4px' !important;
    font-family: 'Inter' !important;
}

.nomal-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #87949E;
}
.active-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.MuiTabs-indicator {
    background: #E17145 !important;
}

.normal-tabl {
    background-color: #FFFFFF !important;
    border-radius:  4px !important;
    padding: 24px !important;
}

.special-tab {
    background-color: #FFFFFF !important;
    border-radius:  4px !important;
    padding: 24px !important;
}
button {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.revert-button {
    width: 124px;
    background: #FFFFFF;
    border: 1px solid #CFD8DC;
    border-radius: 4px;
    color: #263238;
    font-size: 12px;
    /* padding: 8px 16px;
    height: 40px; */
}

.save-button {
    width: 120px;
    background: #E17145;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    /* padding: 8px 16px;
    height: 40px; */
}

button.Mui-disabled {
    color: rgba(145, 158, 171, 0.8) !important;
    background-color: rgba(145, 158, 171, 0.24) !important;
    border: 1px solid #CFD8DC;
}

.thead {
    background: #F5F5F5 !important;
    height: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #78909C;
}

.thead > th {
    font-weight: 400 !important;
}

.tbody {
    border-bottom: 1px solid #ECEFF1;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #263238;
    height: 48px;
}

.time-field {
    color: #263238;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    display: flex !important;
    align-items: center !important
}

.timeText {
    color: #263238;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
}

.time-field > div > span:hover {
    color:#5FCFD1 !important;
}

.MuiIconButton-root:hover {
    background-color: transparent !important;
}

.shedule-input {
    border: 1px solid #B0BEC5;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    outline: none;
    height: 40px;
    padding-left:  10px;
}

.shedule-in-day {
    border: 1px solid #B0BEC5;
    border-radius: 4px;
    outline: none;
    height: 40px;
    padding-left: 10px;
    width: 115px; 
}

.shedule-select {
    border: 1px solid #B0BEC5;
    border-radius: 0 4px 4px 0;
    outline: none;
    height: 40px;
    color: #90A4AE;
    padding: 0 10px;
}

.shedule-select-1 {
    border: 1px solid #B0BEC5;
    border-radius: 4px;
    outline: none;
    height: 40px;
    color: #90A4AE;
    padding: 0 10px;
}

.MuiCardHeader-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */


    /* Secondary/Blue Gray/900 */

    color: #263238;
}

.followTable  > thead > tr > th {
    background: none !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #87949E;
    padding: 12px 0 !important;
}

.followTable  > thead {
    background: none !important;
}

.followTable  > tbody > tr > td {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #22242A;
    padding: 5px 0 !important;
}

.followTable  > tbody > tr {
    border-bottom: none !important;
}

.MuiCheckbox-root > svg {
    color: #CFD8DC 
}

.Mui-checked > svg {
    color: #5FCFD1
}

.validate-checkbox > svg {
    color: red
}

.created  {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    /* identical to box height, or 133% */

    text-align: center !important;

    /* Secondary/Blue Gray/900 */

    color: #263238 !important;
}
.menu-item {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    /* identical to box height, or 133% */

    text-align: center !important;

    /* Secondary/Blue Gray/900 */

    color: #263238 !important;
}

.expendClass > div > input {
    padding: 5px 10px !important
}

.MuiOutlinedInput-notchedOutline > legend > span, .MuiInputLabel-root{
    font-family: 'Inter' !important;
    color: #90A4AE;
}

.MuiInputBase-root, span, .MuiListItemText-root, .MuiDataGrid-columnHeaderTitle {
    font-family: 'Inter' !important;
}

.headerTitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #263238;
}

.MuiTablePagination-spacer {
    display: none;
}

.MuiTablePagination-toolbar {
    justify-content: center;
}

@media (max-width: 767px) {
    .total-text {
        text-align: center !important;
        margin-top: 16px !important;
        margin-bottom: 16px !important; 

    }
}

.css-nnbavb {
    float: right !important;
}

@media (max-width: 1279px) {
    .header-icon-bar {
        width: 10px !important;
    }
    .header-icon-bar > img {
        display: none !important;
    }
}
.MuiDataGrid-cellContent {
    word-break: break-all !important;
}

.MuiDataGrid-cell {
    display: flex;
    align-items: center;
    overflow: visible !important;
    white-space: normal !important;
    max-height: 120px !important;
}
.search-button-lead {
    color: #263238 !important;
    font-size: 16px !important; 
    border: 1px solid #CFD8DC !important; 
    font-family: 'Inter' !important;
    border-radius: 4px !important;

}

.pointer {
    cursor: pointer;
}


.margin-top-24{
    margin-top: 24px;
}
.postback-card {
    background-color: white !important;
    padding: 16px !important;
    border-radius: 4px;
}
.postback-button {
    border-radius: 4px !important;
    width: 179px !important;
    height: 48px !important;
    font-size: 16px !important;
  }
.small-button {
    width: 120px;
    border-radius: 4px;
}
