/* Login Page */
.hero-image{
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("./images/background.png");
	height: 100vh;
    min-height: 720px;
	width: 100vw;
    min-width: 1280px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sign-in-card{
    width: clamp(422px, 33vw, 570px);
    height: clamp(458px, 63vh, 756px);
    background-color: rgb(255, 255, 255, 0.95);
    border-radius: 8px;
    margin-top: clamp(97px, 13.4vh, 149px);
}

.sign-in-text{
    font-size: 24px;
    line-height: 40px;
    color: #efefef;
}

.sign-in-create-account-link{
    color: #0F62FE!important;
    text-decoration: underline!important;
    cursor: pointer;
}

.margin-top-8v{
    margin-top: clamp(64px, 8.8vh, 98px);
}

.margin-top-4v{
    margin-top: clamp(31px, 4.4vh, 49px);
}

.line-height-20{
    line-height: 20px;
}

.width-24v{
    width: clamp(314px, 24.5vw, 423px);
}

.height-4v{
    height: clamp(32px, 4.4vh, 49px);
}

.sign-in-grey{
    background-color: #F3F3F3;
}

.sign-in-forget-password-link{
    color: #747474!important;
    cursor: pointer;
}

.sign-up-card{
    width: clamp(422px, 33vw, 570px);
    height: clamp(504px, 70vh, 840px);
    background-color: rgb(255, 255, 255, 0.95);
    border-radius: 8px;
    margin-top: clamp(53px, 7.4vh, 83px);
}

.form-check-small{
    display: inline-block!important;
    padding-left: 0 !important;
    height: 20px !important;
    position: relative !important;
    left: 0px!important;
    /* width:20px !important; */
}

/* Project Data Source page */
.data-source-history-main-data-area{
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 36px;
    border-bottom: 1px solid #f0f0f0;
}

.data-source-history-added-data-area {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 26px;
}

.data-source-history-download-button{
    transition: color 0.3s;
    color: #F15A29;
    font-weight: 700;
    font-size: 16px;
    margin-left: 30px;
    padding: 0;
}

.data-source-history-download-button:hover{
    color: #C53302;
    background-color: #fff!important;
}

.data-source-history-download-button:disabled{
    background-color: #fff!important;
}

.mt-22{
    margin-top: 22px;
}

.data-source-footer{
    margin-top: auto;
    height: 60px;
    border-top: 1px solid #efefef;
}

/* Project Management page */
.hero-image-header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("./images/background.png");
    height: 372px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.white-big-text{
    color: #FFFFFF;
    font-weight: 100;
    font-family: Arial;
    font-size: 36px;
    line-height:41px;
    text-align: center;
}

.white-normal-text{
    color: #FFFFFF;
    font-weight: 100;
    font-family: Arial;
    font-size: 16px;
    line-height:24px;
    text-align: center;
}

.width-100{
    width: 100%;

}

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

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

.margin-left-16{
    margin-left: 16px;
}

.margin-right-16{
    margin-right: 16px;
}

.margin-left-32{
    margin-left: 32px;
}

.margin-right-32{
    margin-right: 32px;
}

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

.project-card {
    min-width: 392px;
    width: 31vw;
    height: 160px;
    border-radius: 4px;
    border: none;
    background-color: white;
    box-shadow: 0 2px 4px rgb(34,34,34,0.1);
}

.project-card:hover {
    width: 31vw;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #F15A29;
    background-color: white;
    box-shadow: 0 2px 4px rgb(34,34,34,0.1);
}

.project-card-long {
    min-width: 1168px;
    height: 76px;
    border-radius: 4px;
    border: 1px solid #efefef;
    background-color: white;
}

.project-card-long:hover {
    border: 1px solid #F15A29;
}

.project-card:hover .hover-icon {
    display: block;
    color: #747474;
}

.project-card:hover .hover-icon:hover {
    color: #222;
}

.project-card-long-trash-icon{
    color: #747474;
}
.project-card-long-trash-icon:hover {
    color: #222;
}

.input-group-append-inside{
    position: relative;
    left:25px;
    padding-top: 6px;
    color:#BDBDBD;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: 'break-all';
}

.margin-left-24{
    margin-left: 24px;
}

.quartic-orange{
    color: #F15A29;
}

.bg-color-white{
    background-color:white;
}

.margin-right-24{
    margin-right: 24px;
}

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

.width-360{
    width:360px;
}

.line-height-32{
    line-height: 32px;
}

.width-313{
    width:313px;
}

.width-188{
    width:188px;
}

.pagination .page-link {
    color: #222;
}

.page-item.active .page-link {
    color: #fff !important;
    background: #F15A29 !important;
}

.delete-project-modal{
    width: 547px !important;
    height: 191px !important;
    top: 200px !important;
}

/* Doc Page */
.doc-content {
    margin-top: 96px;
    width: 1000px;
    height: calc(100vh - 96px);
    overflow-y: auto;
    background-color: #fff;
}

.header-text-User-Settings{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

/* Data Management Page */
.header-text-DM{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    margin-left:24px;
}

.header-text-SR{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin-left:20px;
    margin-right: 12px;
}

.header-buttons-DM{
    transition: background-color 0.3s;
    background-color: white; 
    align-items: center; 
    justify-content:center; 
    width: 90px;
    height:30px;
    border: 2px solid #F15A29; 
    border-radius: 4px; 
    color:#F15A29; 
}
.header-buttons-DM:hover{
    background-color: #FFEAE3;
}

.header-buttons-DM-PM{
    transition: background-color 0.3s;
    background-color: #F15A29; 
    align-items: center; 
    justify-content:center; 
    width: 104px; 
    height:30px;
    margin-right: 8px; 
    border: 1px solid #F15A29; 
    border-radius: 4px; 
    color:#FFFFFF; 
    cursor: pointer;
}
.header-buttons-DM-PM:hover{
    background-color: #DC4E20;
}


.header-buttons-SR{
    transition: background-color 0.3s;
    background-color: white; 
    align-items: center; 
    justify-content:center; 
    width: 82px; 
    height:30px;
    margin-right: 8px; 
    border: 1px solid #F15A29; 
    border-radius: 4px; 
    color:#F15A29; 
    cursor: pointer;
}

.header-buttons-SR:hover{
    background-color: #FFEAE3;
}

.download-buttons-SR{
    transition: background-color 0.3s;
    background-color: white;
    align-items: center;
    justify-content:center;
    width: 107px;
    height:30px;
    border: 1px solid #F15A29;
    border-radius: 4px;
    color:#F15A29;
    cursor: pointer;
    margin-top: 20px;
}

.download-buttons-SR:hover{
    background-color: #FFEAE3;
}

.download-buttons-SR:focus{
    border: 0px solid white;
    outline: none;
}

.filters-section {
    max-height: 150px;
    min-width: 1010px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.legends-blocks {
    margin-right: 20px;
    width: 285px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.legends-blocks-setpoints-page{
    height: 30px;
    margin-right: 20px;
    width: 285px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.filters-blocks {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

.add-filter-box {
    width: 100px;
    height: 36px;
    margin-right: 12px;
    margin-top: 12px;
    background: #efefef;
    border: 1px dashed #bdbdbd;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.add-filter-box:hover {
    background: #D8D8D8;
}

.add-filter-box-disabled{
    width: 100px;
    height: 36px;
    margin-right: 12px;
    margin-top: 12px;
    border: 1px dashed #bdbdbd;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background: #FCFCFC;
    color: #bdbdbd;
}

.filter-box {
    max-width: 197px;
    height: 36px;
    margin-right: 12px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    background: #efefef;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.filter-box:hover {
    background: #D8D8D8;
}

.filter-text {
    margin: 8px;
    max-width: 153px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 20px;
    white-space: nowrap;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #494949;
}

.delete-mark-filter {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    align-items: center; 
    justify-content:center;
    color: #747474;
}

.add-filter-text {
    margin: 8px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.add-filter-addition-mark {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    align-items: center;
    justify-content:center;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.legend-outlier-box {
    min-width: 150px;
    height: 20px;
}

.legend-missingvalue-box {
    margin-top:4px;
    margin-bottom:8px;
    min-width: 150px;
    height: 20px;
}

.legend-totalnum-box {
    min-width: 180px;
    height: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #494949;
}

.legend-color-box-missing-value{
    width:12px; 
    height: 12px; 
    background-color: rgba(224, 100, 58, 0.8); 
    margin-right:12px;
}

.legend-color-box-outlier{
    width:12px;
    height: 12px; 
    background-color: rgba(245, 188, 73, 0.8);
    margin-right:12px;
}


.legend-label-text{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #494949;
}

.button-back-setpoints-recommandation-page{
    transition: background-color 0.3s;
    background: #FFFFFF;
    border: 1px solid #747474;
    border-radius: 3px; 
    padding: 5px 12px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
    cursor: pointer;
}

.button-back-setpoints-recommandation-page:hover{
    background: #efefef;
}

.collapse-button{
    padding-top:24px; 
    padding-bottom: 24px; 
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;                        
    color: #222222;
}

.use-default-button{
    color: #2B9AF3; 
    cursor: pointer; 
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.3s;
}

.use-default-button:hover{
    color: #002A52; 
}

.use-default-button-disabled{
    padding: 5px 12px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
    color: #979797;
}

.search-space-input-header{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
}

.setpoint-recommandation-result-alert-notification-card{
    width: 500px;
    margin-top:20px;
    max-height: 500px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #C9190B;
}

.setpoint-recommandation-result-alert-bar{
    width: 6px;
    max-height: 500px;
    background: #C9190B;
    border-bottom-left-radius: 4px; 
    border-top-left-radius: 4px;
}

.w-532-v3{
    width: 532px;
}

.w-482-v3{
    width: 482px;
}

.w-86-v3{
    width: 86px;
}

.w-96-v3{
    width: 96px;
}

.configuration-setup-modal{
    min-width: 804px!important;
    min-height: 551px!important;
}

.configuration-setup-modal-left-header-text{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
}
.configuration-setup-modal-right-header-text{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}
.search-Feature-Name-input-box > input[type=text] {
    width:100%;
    height:32px;
    border: 1px solid #747474;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    background-image: url('./images/Search.svg');
    background-position: 10px 7px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 36px;
}

.search-Feature-Name-input-box > input[type=text]:focus{
    border: 1px solid #747474;
    border-radius: 4px;
    outline: none;
}

.search-Feature-Name-input-box > input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1; /* Firefox */
}

.search-Feature-Name-input-box > input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
}

.drop-zone-feature-list-on-left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #fff;
    margin-top:16px;
    margin-left:24px;
    width: 250px;
}

.drop-zone-feature-list-on-right{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #EFEFEF;
    min-height: 60px;
    margin-top:12px;
    padding-top:8px;
    padding-bottom: 8px;
    margin-left:12px;
    width: 276px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.draggble-item-on-left-side-box{
    margin: 0 0 8px 0;
    width: 250px;
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    color: #494949;
    border: 1px dashed grey;
    background: white;
}

.draggble-item-on-right-side-box{
    margin-top: 4px;
    margin-bottom: 4px;
    width: 250px;
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    color: #494949;
    border: 1px dashed grey;
    background: white;
}

.draggble-item-textbox {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 230px;
}

.draggble-item-text {
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
}

.draggble-item-text-right-side-columns{
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
}

.drop-zone-outer-layer{
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(239, 239, 239, 0.25);
    border-radius: 4px;
}

.dropzone-right-side-column-name{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
    margin-left: 12px;
    margin-top: 12px;
}

.dropzone-right-side-box-inner-text{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
}

.configuration-setup-upload-csv-text{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #F15A29;
    cursor: pointer;
}

.configuration-setup-upload-csv-text:hover{
    color:#DC4E20
}

/* Data Management Page Table */
.table {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #efefef;
    table-layout: fixed;
    width: 120px;
}

.highlight-index {
    border-right: 1px solid #F15A29!important
}

.highlight-missing {
    background-color: rgb(201, 25, 11, 0.5)!important;
}

.highlight-outlier {
    background-color: rgba(245, 188, 73, 0.8)!important;
}

.table-border {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

/* Data Management Page Modal */
.modal-header {
    height: 68px;
    border-bottom: 1px solid #F15A29;
}

.btn-grey-border {
    border: 1px solid #747474;
    border-radius: 4px;
    cursor: pointer;
    color: #494949;
}

.btn-grey-border:hover {
    color: #222;
    background-color: #efefef;
}

.upload-data-dropbox {
    width: 340px;
    height: 140px;
    margin-top: 24px;
    border:2px dashed #bdbdbd;
    border-radius: 4px;
}

.upload-additional-data-dropbox {
    width: 340px;
    height: 186px;
    margin-top: 24px;
    border:2px dashed #bdbdbd;
    border-radius: 4px;
}

.data-upload-status-area {
    width: 451px; 
    margin-top: 12px;
}

.data-upload-status-area-inner {
    width: 425px;
}

.alert-red {
    color: #C9190B;
}

.width-407 {
    width: 407px;
}

.width-359 {
    width: 359px;
}

.max-width-259 {
    max-width: 295px
}

.alert-card-height {
    height: 70px;
}

/* Data Management Page Add Filter Modal */
.addFilterModalStyle {
    width: 604px!important;
    height: 310px!important;
}

.changeMainFileReminderModalStyle {
    width: 529px!important;
    height: 190px!important;
}

.lackOfDataReminderModalStyle {
    width: 471px!important;
    height: 210px!important;
}

.confirmModalStyle {
    width: 471px!important;
    height: 280px!important;
}

.DataVisualizationModalStyle{
    width: 547px!important;
    height: 463px!important; 
}

.addDataModalStyle {
    width: 432px!important;
    height: 650px!important;
    right: -10%;
}

.modal-body {
    max-height: 100vh;
}

/* Landing Page */
.min-width-1280 {
    min-width: 1280px;
}

.upload-main-file-area {
    width: 483px;
    margin-top: 24px;
}

.upload-main-file-dropbox {
    width: 483px;
    height: 208px;
    margin-top: 32px;
    border:2px dashed #bdbdbd;
    border-radius: 4px;
}

.text-20 {
    font-size: 20px;
    line-height: 28px;
}

.btn-orange-border {
    border: 1px solid #F15A29;
    border-radius: 4px;
    cursor: pointer;
    color: #F15A29;
    transition: background-color 0.3s;
}

.btn-orange-border:hover {
    border: 1px solid #F15A29;
    color: #F15A29;
    background-color: #FFEAE3;
}

.blue-link {
    color: #0F62FE!important;
    text-decoration: underline;
}

.grey-74 {
    color: #747474;
}

.grey-49 {
    color: #494949;
}

.grey-97 {
    color: #979797;
}

.main-file-upload-status-area {
    width: 500px; 
    height: 40px;
    margin-top: 32px;
}

.file-upload-status-underline {
    border-bottom: 1px solid #efefef;
}

.process-bar-success {
    background-color: #3E8635;
    height: 2px;
}

.process-bar-fail {
    background-color: #C9190B;
    height: 2px;
}

.process-bar-processing-blue {
    background-color: #2B9AF3;
    height: 2px;
}

.process-bar-processing-grey {
    background-color: #bdbdbd;
    height: 2px;
}

.alert-notification-card{
    height: 48px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #C9190B;
}

.alert-color{
    color: #C9190B;
}

.alert-bar{
    width: 4px;
    background: #C9190B;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.file-name-textclip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_tooltip {
    opacity: 1 !important;
    background: #494949;
    
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.info_tooltip a {
    color: #2B9AF3;
    text-decoration: underline;
}

.defaultErrorModalStyle {
    width: 604px!important;
    height: 210px!important;
}

.backendBusyReminderModalStyle {
    width: 604px!important;
    height: 210px!important;
}

.editModalInput{
    width: 422px;
    border: 1px solid #979797;
    padding: 11px 20px 11px 20px;
}

.editModalTextArea{
    width: 100%;
    height: 80px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    resize: none;
}

.editModalTextArea:hover{
    outline: none;
    background: #f5f5f5;
    box-shadow: none;
    border-color: transparent;
    border: 1px solid #979797;
}
/* edit icon style*/
.edit-icon-project{
	font-weight: normal!important;
	font-size: 16px!important;
	line-height: 20px!important;
	cursor: pointer !important;
	margin-left: 10px !important;
	color: #F15A29 !important;
}

.w-20-h-20{
	width:20px!important; 
	height:20px!important;
}
.w-422-h-20{
	height: 20px!important; 
	width: 422px!important; 
}
.w-422-h-30{
	height: 30px!important; 
	width: 422px!important; 
}
.w-422-h-80{
	height: 80px!important; 
	width: 422px!important; 
}

.line-height-20{
    line-height: 20px;
}
.expand-icon-project-description{
	color: #494949!important; 
	font-weight: normal!important; 
	font-size: 12px!important; 
	line-height: 12px!important; 
	cursor: pointer!important;
}

.collapse-icon-project-description{
	color: #494949!important;
	font-weight: normal!important; 
	font-size: 12px!important; 
	line-height: 12px!important; 
	cursor: pointer!important;
}

.edit-project-name-description-modal{
    width: 470px!important;
    height: 356px!important;
    top: 200px!important;
}

.change-user-name-modal{
    width: 470px!important;
    height: 210px!important;
    top: 200px!important;
}

.change-user-password-modal{
    width: 470px!important;
    height: 300px!important;
    top: 200px!important;
}

.edit-profile-pic-modal{
    width: 470px!important;
    height: 400px!important;
    top: 200px!important;
}

.delete-account-modal-one{
    width: 470px!important;
    height: 210px!important;
    top: 200px!important;
}

.delete-account-confirm-modal{
    width: 470px!important;
    height: 290px!important;
    top: 200px!important;
}

.project-modal-textarea{
	width: 100%!important;
	height: 80px!important;
	padding: 12px 20px!important;
	box-sizing: border-box!important;
	border: 1px solid #979797!important;
	border-radius: 3px!important;
	font-size: 14px!important;
	line-height: 20px!important;
	resize: none!important;
}
.project-modal-textarea:hover{
	outline: none!important;
	background: #f5f5f5!important;
	box-shadow: none!important;
	border-color: transparent!important;
	border: 1px solid #979797!important;
}
.project-modal-textarea:focus{
	outline: none;
	background: #f5f5f5!important;
	box-shadow: none!important;
	border-color: transparent!important;
	border: 1px solid #979797!important;
}
.highcharts-credits {
    display: none !important;
}
.result-type-header {
    font-size: 16px; 
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; 
    color: #222222;
    margin-left: 20px; 
    margin-right: 12px
}

.rmsc {
    width: 280px !important;
    --rmsc-h: 30px !important;

}

.createProjectModalStyle {
    width: 604px!important;
    height: 348px!important;
}

.pro-sidebar > .pro-sidebar-inner {
    background: white;
}

.pro-sidebar-inner .pro-sidebar-layout .logotext div {
    font-size: 20px;
    padding: 0 20px;
    color: #000;
    /* font-weight: bold; */
}

.closemenu {
    color: rgb(73, 73, 73);
    position: absolute;
    right: 0px;
    z-index: 9999999999;
    line-height: 20px;
    font-size: 20px;
    top: 0px;
    cursor: pointer;
    background-color: white !important;
}

.pro-sidebar-inner .pro-sidebar-layout ul {
    padding: 0 5px;
}

.pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item {
    color: #000;
    margin: 10px 0px;
    /* font-weight: bold; */
}

.pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item .pro-icon-wrapper {
    background: #fee3da !important;
    color: #000;
    border-radius: 3px;
}

.pro-sidebar .pro-menu .pro-menu-item .active{
    color: #000;
}

.pro-sidebar .pro-menu .pro-menu-item{
    color: #000;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
    color: #000;
}

.pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item .pro-icon-wrapper .pro-item-content {
    color: #000;
}

.pro-sidebar-inner .pro-sidebar-layout .active {
    background: #fee3da;
    font-weight: bold;
}

.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
    background-color: white !important;
}

.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item > div > ul {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pro-sidebar:not(.collapsed) .popper-inner {
    display: none;
}

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
    padding-left: 50px;
    padding-right: 10px
}

.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
    background-color: white !important;
    display: none !important;
}

.progress {
    height: 20px;
    border-radius: 4px;
}

.progress-bar {
    background-color: #F57648;
    border-radius: 4px;
}

.css-ahj2mt-MuiTypography-root {
    font-size: 0.8rem !important;
}

/* New Side Bar Design */
.new-sidebar-design-expand-state{
    width: 220px;
    height: 100%;
    background-color: #222;
    transition: 0.5s ease;
    display:flex;
    flex-direction: column;
}

.new-sidebar-design-collapsed-state{
    width: 66px;
}

.collapse-click-button-wrapper-expand-state{
    border: none;
    min-height: 28px;
    width: 28px;
    margin-left: 196px;
    margin-top: 10px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: 0.5s ease;
}

.collapse-click-button-wrapper-collapsed-state{
    margin-left: 35px;
}

.collapse-click-button-style {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: white;
}

.menu-item-with-sub-menu-items-container-expand-state{
    border: none;
    height: 35px;
    width: 198px;
    margin-left: 121px;
    margin-bottom: 10px;
    margin-top: 10px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items:center;
}

.menu-item-with-sub-menu-items-container-collapsed-state{
    width: 28px;
    margin-left: 35px;
}

.menu-item-without-sub-menu-items-container-expand-state{
    border: none;
    height: 35px;
    width: 220px;
    margin-left: 110px;
    margin-bottom: 10px;
    margin-top: 10px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items:center;
}

.menu-item-without-sub-menu-items-container-collapsed-state{
    width: 28px;
    margin-left: 35px;
}

.menu-item-inner-icon-container-expand-state{
    border: none;
    height: 24px;
    width: 24px;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:center;
}

.menu-item-without-submenu-inner-icon-container-expand-state{
    border: none;
    height: 24px;
    width: 24px;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-left: 22px;
}
.menu-item-without-submenu-inner-icon-container-collapsed-state{
    min-width: 20px;
    height: 20px;
    margin-left:2.5px
}

.menu-item-inner-icon-style-default{
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: white;
}

.menu-item-with-sub-menu-inner-text-container-expand-state{
    border: none;
    height: 24px;
    width: 115px;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:start;
    margin-left: 19px;
    opacity: 1;
}

.menu-item-with-sub-menu-inner-text-container-collapsed-state{
    margin-left: 0px;
    opacity: 0;
    width: 0px;
    transition: all 0.6s ease;
    transform: translateX(-50%);
}

.menu-item-without-sub-menu-inner-text-container-expand-state{
    border: none;
    height: 35px;
    width: 167px;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:start;
    margin-left: 7px;
    padding-left: 10px;
    opacity: 1;
    border-radius: 5px 0px 0px 5px;
}

.menu-item-without-sub-menu-inner-text-container-expand-state-with-hover:hover{
    background-color:rgba(224, 100, 58, 0.72);
}

.menu-item-without-sub-menu-inner-text-container-collapsed-state{
    margin-left: 0px;
    padding-left: 0px;
    opacity: 0;
    width: 0px;
    transition: all 0.6s ease;
    transform: translateX(-50%);
}

.menu-item-inner-text-style{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
}

.menu-item-with-sub-menu-inner-expand-collapse-button-container-expand-state{
    border: none;
    height: 16px;
    width: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-left: 6px;
    opacity: 1;
}

.menu-item-with-sub-menu-inner-expand-collapse-button-container-collapsed-state{
    margin-left: 0px;
    opacity: 0;
    width: 0px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.menu-item-inner-chevron-down-style-default{
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #E0643A;
    transition: all 0.07s 0.07s;
}

.rotate-icon-down{
    transform: rotate(0deg);
}

.rotate-icon-right {
    transform: rotate(-90deg);
}

.sub-menu-section-wrapper{
    margin-top:0x;
    border: none;
    animation: fadeInAnimation 0.6s;
    display: flex;
    flex-direction:column;
}

@keyframes fadeInAnimation {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.sub-menu-item-container-expand-state{
    border: none;
    height: 35px;
    width: 198px;
    margin-left: 121px;
    margin-bottom: 0px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:start;
}

.sub-menu-item-container-collapsed-state{
    width: 28px;
    margin-left: 36px;
}

.sub-menu-item-progress-bar-upperline-inactive{
    border-left: 1px solid #727272;
    height: 24px;
    width: 0px;
    margin-top:-8px;
    margin-bottom: -8px;
    z-index: 9999;
    margin-left: 34px;
}

.sub-menu-item-progress-bar-middleline-inactive{
    border-left: 1px solid #727272;
    height: 24px;
    width: 0px;
    margin-top:-7px;
    margin-bottom: -7px;
    z-index: 9999;
    margin-left: 34px;
}

.sub-menu-item-progress-bar-bottomline-inactive{
    border-left: 1px solid #727272;
    height: 24px;
    width: 0px;
    margin-top:-7px;
    margin-bottom: -8px;
    z-index: 9999;
    margin-left: 34px;
}

.sub-menu-item-progress-status-container-expand-state{
    border: none;
    height: 20px;
    width: 20px;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-left: 2.5px;
}

.sub-menu-item-progress-status-container-collapsed-state{
    min-width: 20px;
    height: 20px;
    margin-left:2.5px
}

.sub-menu-item-progress-status-current{
    background: #E0643A;
    outline: 2px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.sub-menu-item-progress-status-passed-check{
    background: #E0643A;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: flex;
    align-items:center;
    justify-content:center;
}

.fa-check-style-progress-status{
    color: white;
    font-size: 8px;
    
}

.sub-menu-item-progress-status-inactive-future{
    width: 5px;
    height: 5px;
    background:#727272;
    border-radius: 50%;
}

.sub-menu-item-text-container-expand-state{
    border: none;
    height: 35px;
    width: 171px;
    transition: 0.5s ease;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:start;
    margin-left: 5px;
    padding-left: 26px;
    border-radius: 5px 0px 0px 5px;

}

.sub-menu-item-text-container-collapsed-state{
    margin-left: 0px;
    opacity: 0;
    width: 0px;
    transition: all 0.6s ease;
    transform: translateX(-50%);
}

.sub-menu-item-text-container-expand-state-with-hover:hover{
    background-color:rgba(224, 100, 58, 0.72);
}

/* customize toggle*/
.recommendation-toggle {
    --width: 132px;
    --height: 27px;
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

.recommendation-toggle input {
    display: none;
}

.recommendation-toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: rgba(235, 235, 235, 1);;
    transition: all 0.4s ease-in-out;
}

.recommendation-toggle .slider::before {
    content: attr(data-on);
    padding-left:23px;
    padding-top:1px;
    color: rgba(241, 90, 41, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: calc(var(--height));
    border: 2px solid #F15A29;
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}

.recommendation-toggle input:checked+.slider {
    background-color: rgba(235, 235, 235, 1);
}

.recommendation-toggle input:checked+.slider::before {
    transform: translateX(62px);
}

.recommendation-toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}

.recommendation-toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 20px;
    top: -2px;
    color: #727272;
    font-weight: bold;
    line-height: 15px;
    font-size:13px;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.2s ease-in-out;
}


.recommendation-toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 20px;
    top: -2px;
    color: #727272;
    font-weight: bold;
    font-size:13px;
    line-height: 15px;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.2s ease-in-out;
}

.recommendation-toggle input:checked~.labels::after {
    opacity: 0;
}

.recommendation-toggle input:checked~.labels::before {
    opacity: 1;
}


.prediction-toggle {
    --width: 132px;
    --height: 27px;
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

.prediction-toggle input {
    display: none;
}

.prediction-toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: rgba(235, 235, 235, 1);;
    transition: all 0.3s ease-in-out;
}

.prediction-toggle .slider::before {
    content: attr(data-on);
    padding-left:25px;
    padding-top:1px;
    color: rgba(241, 90, 41, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: calc(var(--height));
    border: 2px solid #F15A29;
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.prediction-toggle input:checked+.slider {
    background-color: rgba(235, 235, 235, 1);
}

.prediction-toggle input:checked+.slider::before {
    transform: translateX(62px);
}

.prediction-toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out;
}

.prediction-toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 20px;
    top: -2px;
    color: #727272;
    font-weight: bold;
    line-height: 15px;
    font-size:13px;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.28s ease-in-out;
}


.prediction-toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 20px;
    top: -2px;
    color: #727272;
    font-weight: bold;
    font-size:13px;
    line-height: 15px;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.28s ease-in-out;
}

.prediction-toggle input:checked~.labels::after {
    opacity: 0;
}

.prediction-toggle input:checked~.labels::before {
    opacity: 1;
}


.recommendation-input-area {
    height: calc(100vh - 400px);
    overflow-y: auto;
}

.recommendation-input-area .text-input-v3 {
    border-radius: 5px;
}

.recommendation-input-area .text-input-v3:focus{
    border: 2px solid #F15A29;
    background-color: #fff;
}

.new-recommendation-table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.new-recommendation-table th{
    padding-bottom: 28px;
}

.new-recommendation-table td{
    padding: 11px 18px;
}

.recommendation-input .fixed-input {
    background-color: #EBEBEB;
    border: none;
    display: flex;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    height: 30px;
    font-family: "Arial", "Font Awesome 5 Pro", sans-serif;
}
.filter-button-component, .codeblock-button-component, .data-visualization-button-component, .filter-button-component:focus, .codeblock-button-component:focus, .data-visualization-button-component:focus{
    border: none ;
    background-color: white;
    border-radius: 4px;
    border: 0px;
    outline:none;
}

.filter-button-component:hover, .filter-button-component:active,
.codeblock-button-component:hover, .codeblock-button-component:active{
    background-color: white;
    border: 2px solid #f15a29;
    outline:none;
}

.filter-tools-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.filter-icon{
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
}

.filter-dropdown-text{
    font-weight: normal; 
    font-size: 12px;
    line-height: 20px;
}

.filter-menu-option-text{
    height:30px; 
    margin-left:8px; 
    color: #727272; 
    font-size: 15px;
    line-height: 17px;
}

.filter-selection:focus, .filter-operation-selection:focus, .filter-input-value{
    outline: none;
}

.filter-selection, .filter-operation-selection{
    padding-left:0px;
}

.filter-selection > option, filter-operation-selection > option {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding-left:4px;
    min-height: 20px;
    color: #727272;
} 

.dropdown-toggle::after{
    display:none;
}

.MuiAutocomplete-listbox {
    max-height: 330px !important;
    padding: 0!important;
}

.MuiAutocomplete-listbox .MuiAutocomplete-option {
    padding: 8px!important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    word-break: break-word !important;
    hyphens: auto !important;
}

.MuiPaper-root .MuiPaper-elevation .MuiPaper-rounded .MuiPaper-elevation1 .MuiAutocomplete-paper {
    font-family: "Arial"!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 15px!important;
    line-height: 17px!important;
    color: #000000!important;
}

.MuiAutocomplete-listbox
.MuiAutocomplete-option[aria-selected="true"].Mui-focused {
    background: rgba(255, 223, 173, 0.7)!important;
}
.MuiAutocomplete-listbox .MuiAutocomplete-option.Mui-focused {
    background: rgba(255, 223, 173, 0.7)!important;
}
.MuiAutocomplete-listbox
.MuiAutocomplete-option[aria-selected="true"] {
    background: rgba(255, 223, 173, 0.7)!important;
}

/* input box */
.filter-selection > .MuiFormControl-root, .MuiFormControl-fullWidth, .MuiTextField-root {
    height: 30px!important;
}

.filter-input-value> .MuiFormControl-root, .MuiFormControl-fullWidth, .MuiTextField-root {
    height: 30px!important;
}

.filter-selection > .MuiFormControl-root .MuiOutlinedInput-root, .MuiFormControl-fullWidth .MuiOutlinedInput-root, .MuiTextField-root .MuiOutlinedInput-root {
    padding: 0!important;
    height: 30px!important;
}

.filter-input-value > .MuiFormControl-root .MuiOutlinedInput-root, .MuiFormControl-fullWidth .MuiOutlinedInput-root, .MuiTextField-root .MuiOutlinedInput-root {
    padding: 0!important;
    height: 30px!important;
}


.MuiFormControl-root
.MuiOutlinedInput-root
.MuiAutocomplete-input, 
.MuiFormControl-fullWidth
.MuiOutlinedInput-root
.MuiAutocomplete-input, 
.MuiTextField-root
.MuiOutlinedInput-root
.MuiAutocomplete-input {
    padding: 0!important;
    padding-left: 8px!important;
    padding-top:0px !important;
    padding-bottom: 0px!important;
}

.MuiFormControl-root
.MuiOutlinedInput-root
.MuiAutocomplete-input:hover, 
.MuiFormControl-fullWidth
.MuiOutlinedInput-root
.MuiAutocomplete-input:hover, 
.MuiTextField-root
.MuiOutlinedInput-root
.MuiAutocomplete-input:hover, 
.MuiFormControl-root 
.MuiOutlinedInput-root
.MuiAutocomplete-input:active, 
.MuiFormControl-fullWidth
.MuiOutlinedInput-root
.MuiAutocomplete-input:active, 
.MuiTextField-root 
.MuiOutlinedInput-root
.MuiAutocomplete-input:active,
.MuiFormControl-root
.MuiOutlinedInput-root
.MuiAutocomplete-input:focus, 
.MuiFormControl-fullWidth
.MuiOutlinedInput-root
.MuiAutocomplete-input:focus, 
.MuiTextField-root
.MuiOutlinedInput-root
.MuiAutocomplete-input:focus {
    background-color: white!important;
    border:none;
}

.MuiOutlinedInput-root .MuiInputBase-root .MuiInputBase-colorPrimary .MuiInputBase-fullWidth .MuiInputBase-formControl .MuiInputBase-adornedEnd .MuiAutocomplete-inputRoot {
    color: #727272!important;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #d9d9d9 !important;
}

.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,
.MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline,
.MuiInputBase-colorPrimary:hover .MuiOutlinedInput-notchedOutline,
.MuiInputBase-fullWidth:hover .MuiOutlinedInput-notchedOutline,
.MuiInputBase-formControl:hover .MuiOutlinedInput-notchedOutline,
.MuiInputBase-adornedEnd:hover .MuiOutlinedInput-notchedOutline,
.MuiAutocomplete-inputRoot:hover .MuiOutlinedInput-notchedOutline{
    border-color: #d9d9d9 !important;
}

.MuiOutlinedInput-notchedOutline {
    height: 30px!important;
    top:0px !important;
}

.MuiOutlinedInput-notchedOutline > legend {
    display:none;
}

.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{
    border-width: 1px!important;
}

.MuiAutocomplete-root .MuiAutocomplete-hasClearIcon .filter-input-value .MuiOutlinedInput-root{
    padding: 0px !important;
    height: 30px!important;
}

.MuiAutocomplete-root .MuiAutocomplete-hasClearIcon .filter-input-value .MuiOutlinedInput-root .MuiAutocomplete-input{
    padding: 0!important;
    padding-left: 8px!important;
    padding-top:0px !important;
    padding-bottom: 0px!important;
}

.MuiAutocomplete-root .MuiAutocomplete-hasClearIcon .filter-input-value .MuiOutlinedInput-root .MuiAutocomplete-input:hover,
.MuiAutocomplete-root .MuiAutocomplete-hasClearIcon .filter-input-value .MuiOutlinedInput-root .MuiAutocomplete-input:focus,
.MuiAutocomplete-root .MuiAutocomplete-hasClearIcon .filter-input-value .MuiOutlinedInput-root .MuiAutocomplete-input:active{
    background-color: white!important;
    border:none;
}

.MuiOutlinedInput-root .MuiInputBase-root .MuiInputBase-colorPrimary .MuiInputBase-fullWidth .MuiInputBase-formControl .MuiInputBase-adornedEnd .MuiAutocomplete-inputRoot{
    font-size: 15px;
}

.filter-selection > option, filter-operation-selection > option {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding-left:4px;
    min-height: 20px;
    color: #727272;
} 

.filter-field-input-box > select {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding-left: 4px;
}

.filter-field-input-box > input[type=text] {
    width:100%;
    height:32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: inherit;
    line-height: 20px;
    background: #fff;
    padding: 11px 10px 11px 10px;
}

.filter-field-input-box> input[type=text]:focus{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    outline: none;
}

.filter-selection > .MuiFormControl-root .MuiAutocomplete-input,
.MuiFormControl-fullWidth .MuiAutocomplete-input, 
.MuiTextField-root .MuiAutocomplete-input {
    max-width: 120px !important;
}

.filter-field-input-box > input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
}
.dropdown-toggle::after{
    display:none;
}

.filter-selection > .MuiFormControl-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input,
.MuiFormControl-fullWidth .MuiAutocomplete-inputRoot .MuiAutocomplete-input,
.MuiTextField-root  .MuiAutocomplete-inputRoot .MuiAutocomplete-input{
    max-width: 120px !important;
    height: 30px !important;
}

.filter-input-value > .MuiFormControl-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input,
.MuiFormControl-fullWidth .MuiAutocomplete-inputRoot .MuiAutocomplete-input, 
.MuiTextField-root  .MuiAutocomplete-inputRoot .MuiAutocomplete-input{
    max-width: 120px !important;
    height: 30px !important;
}


.npm__react-simple-code-editor__textarea{
    min-height: 0px !important;
}

.home-button {
    color: #F15A29;
    background-color: #fff;
    border-radius: 5px;
    border: 0px solid #F15A29;
    font-weight: 700;
    width: 76px;
    height: 30px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.home-button:focus {
    outline:0;
    box-shadow: none;
}

.home-button:hover {
    border: 0px solid #F15A29;
    color: #F15A29;
    background-color: #FFEAE3;
}

.sheet-selection {
    height: 30px;
    border-radius: 5px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-left: 12px;
}

.sheet-selection:focus {
    outline: none;
}


.form-check-small{
    padding-left: 0 !important;
    height: 18px !important;
    width: 18px !important;
}

.form-check-small > input,
.form-check-small > input[type="checkbox"],
.form-check-small > input[type="checkbox"]:read-only,
.form-check-small > input[type="checkbox"]:hover,
.form-check-small > input[type="checkbox"]:focus,
.form-check-small > input[type="checkbox"]:active,
.form-check-small > input[type="checkbox"]:checked,
.form-check-small > input[type="checkbox"]:not(:checked) {
    height:18px;
    width:18px;
    margin-top:0!important;
    margin-left:0!important;
    cursor:pointer;
    display:inline-block!important;
    left:0px!important;
    border: none!important;
    border-radius: 0px!important;
    outline:none!important;
    border-color:white;
    border-width: 0px!important;
    background-color: #F15A29!important;
    color: #fff!important;
    accent-color:#F15A29!important
}
.form-check-small > input[type="checkbox"]:not(:checked)::before{
    content: '';
    background: white;
    border: 2px solid #F15A29;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    display:block;
}

.disabled-impute-check-box > input[type="checkbox"]:not(:checked)::before{
    background: white;
    border: 2px solid #B8B8B8 !important;
}

.data-visual-selection {
    height: 32px !important;
    margin-left: 0px;
}

.data-visual-selection > .MuiFormControl-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .MuiFormControl-fullWidth .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .MuiTextField-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    max-width: 300px!important;
    height: 32px !important;
}

.data-visual-selection > .MuiFormControl-root, .MuiFormControl-fullWidth, .MuiTextField-root {
    height: 32px !important;
}

.data-visual-selection > .MuiFormControl-root .MuiOutlinedInput-root, .MuiFormControl-fullWidth .MuiOutlinedInput-root, .MuiTextField-root .MuiOutlinedInput-root{
    height: 32px !important;
}

.data-visual-selection > div > div > fieldset{
    height: 32px !important;
}

.MuiAutocomplete-popper{
    z-index: 999999!important;
}

.new-design-disabled-button-style:disabled, 
.new-design-disabled-button-style[disabled],
.new-design-disabled-button-style:disabled:hover{
    background-color: rgba(241, 90, 41, 0.33) !important;
    color: #FFFFFF !important;
}



[type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:after {
    color: #bdbdbd!important;
}

.if-then-text {
    /* body bold */
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.logical-constraints-operator {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #0C75CA;
}

.logical-constraint-cat-feature-value {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

.contour-loading {
    z-index: 999;
    position: relative;
    top: -60%;
    left: 40%;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #545353;
}

.User-Setting-Operation-Button-Blue {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    /* blue */
    color: #0C75CA;
    cursor: pointer;
}

.User-Setting-SubHeaders {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.header-dropdown-link-v3 {
    background-color: white;
    color: #222;
}
.header-dropdown-link-v3:hover{
    background-color: rgba(255, 206, 162, 0.72);
}

.header-dropdown-link-v3-no-hover{
    background-color: white;
    color: #222;
}

.fi-loading {
    z-index: 999;
    position: relative;
    top: 40%;
    left: 40%;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #545353;
}

