.nav-pills {
    width: 100%;
    margin: 0 !important;
    justify-content: space-between;
    background-color: #E2EDEC;
    padding: 5px 6px;
    border-radius: 50px;
}

.nav-link i {
    color: #C6CFCF;
    font-size: 15px;
}

.nav-link.active {
    border-radius: 50px;
    background-color: #fff !important;
    color: #000 !important
}

.nav-link.active i {
    color: #19C4C0
}

.nav-link img {
    margin-left: 5px;
    width: 17px;
    height: 17px;
}

.badge-info {
    font-size: 11px;
    line-height: 1.3;
}

.badge-info span {
    display: block;
}

.chart-container {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.engineering_tap_box{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    /* background: red; */
    /* position: relative; */
}
.engineering_tap_message_box{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #19C4C0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.engineering_tap_header {
    /* background-color: red; */
}
.engineering_tap_message_box i{
    padding: 9px;
}

.engineering_tap_box_item{
    width: 234px;
}

.engineering_tap_box_item ul>li>button{
    font-size: 14px;
    padding: 3.5px 12px;
    color: #292C31;
}
.dashboader_banner_content_box {
    /*padding: 15px 0px;*/
    position: relative;
}

.shadow_tab {
    width: 50%;
    position: absolute;
    top:-45px;
    /*left: 12px;*/
    background-color: unset;
    justify-content: unset;
    padding: unset;

}

.shadow_tab li:first-child button{
    position: relative !important;
    z-index: 11;
}
.shadow_tab li button.active{
    font-weight: 500;
}
.shadow_tab li:not(:first-child) button{
    padding: 10px 24px 10px 44px;
    position: relative !important;
    margin-left: -20px;
    border-radius: 0px 20px 0px 0px !important;

}

.symbols_main{
    /*width: 100%;
    border: 1px solid #E5E5E5;
    border-radius:  15px;*/
    padding: 10px;
    border-top-left-radius: 0;
    gap: 20px;
}
.symbols_img{
    width: 70%;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.symbols_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.symbol_child_img{
    position: absolute;
    width: 154px;
    top: 16px;
    right: 15px;
}

.symbol_child_img img{
    width: 100%;
}
.symbols_data_lounge {
    /*width: 30%;*/
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #E5E5E5;
}
.symbols_data_lounge_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.symbols_data_lounge_header h3 {
    font-size: 20px;
    color: #292D32;
}
.symbols_data_lounge_header p {
    font-size: 12px;
    color: #292C31;
}
.symbols_data_lounge_header p span {
    font-size: 14px;
    font-weight: 550;
    color: #292C31;
}
.symbols_data_search {
    width: 100%;
    margin: 10px 0px;
    align-items: center;
    justify-content: space-between;
}
.symbols_data_search_box {
    /*width: 304px;*/
    position: relative;
}
.symbols_data_search_box input {
    width: 100%;
    border-radius: 50px;
    padding: 7px 16px;
    border: 1px solid #E5E5F5;
    outline: unset;
}
.symbols_data_search_box img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.symbols_data_search_box_icon {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background-color: #19C4C0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.symbols_data_search_box_icon i {
    color: #fff;
}
.eng_text_main{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius:  15px;
    padding: 20px;
    border-top-left-radius: 0;
    gap: 20px;
}

.eng_text_main_img{
    width: 70%;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    position: relative;
    height: 581px;

}
.eng_text_child_img{
    position: absolute;
    width: 154px;
    top: 16px;
    right: 15px;
}
.eng_text_main_img img{
    width: 100%;
    height: 100%;
}

.eng_text_child_img img{
    width: 100%;
}

.eng_text_lounge {
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #E5E5E5;
}
.eng_text_lounge_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eng_text_lounge_header a{
    color: #049996;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
.ungrouped_box{
    border: 1px solid #E5E5E5;
    border-radius: 15px;
}
.ungrouped_box .my_collapsed:not(.collapsed)::after{
    color: #049996
}
.ungrouped_box .my-accordion-body{
    padding-top: 0;
}
.accordion-item {
    border-radius: 15px !important;
}
.ungrouped_box_div{
    background-color: #F5F5F5;
    padding:0px 12px;
    border-radius: 15px;
    overflow: auto;
    height: 366px;
}
.ungrouped_child_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ungrouped_text h3 {
    font-size: 14px;
}
.ungrouped_search {
    width: 119px;
}
.ungrouped_search input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #E5E5E5;
    outline: unset;
    padding: 11px;
}
.ungrouped_icon i {
    color: #636E74;
}
.ungrouped_child_box {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0px;
}
.drowing_icon {
    font-size: 22px;
}
.dashboard_heading_box {
    display: flex;
    gap: 19px;
}

.dashboard_heading_box h3 {
    display: flex;
    align-items: center;
}
.verify-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #53C4CE;
    color: #FFFFFF;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s;
}

.verify-button:hover {
    background-color: #23baba;
}

.edit-input {
    font-size: 16px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 180px;
    outline: none;
}

#drawing-board-switch:checked + .switch-toggle-slider {
  left: 0;
}

#drawing-board-switch:not(:checked) + .switch-toggle-slider {
  left: 50%;
}

#openChatbot{
    cursor: pointer;
}

.fs-mini-table-header th{
  font-size: 15px;
  font-weight: 900 !important;
}

.smart-attributes-container{
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.smart-attributes-container .smart-attribute-label-paths {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-attributes-container .select2-selection__rendered {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.smart-attributes-container .select2-container .select2-selection__rendered {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.smart-attributes-container .select2-selection--single .select2-selection__rendered {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.smart-attributes-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.smart-attributes-container .smart-attribute-tables {
  table-layout: fixed;
  width: 100%;
}

.smart-attributes-container .smart-attribute-tables th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-attributes-container .smart-attribute-tables td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.close-icon {
    cursor: pointer;
    margin-left: 2px;
}

#verified_stamp{
  width: 150px;
  position: absolute;
  bottom: 1%;
  right: 1%;
  z-index: 10;
}

.symbol_detection {
  background: #ff6347;
}

.text_detection {
  background: #ffd700;
  color: black !important;
}

.line_detection, .line_type_detection {
  background: #4169e1;
}

.threshold-range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    background: var(--primary);
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: background 0.15s ease-in-out;
}

/* Style the slider thumb */
.threshold-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.threshold-range input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.a9s-annotation.hide_legend rect {
  fill: white !important;
  stroke: white !important;
  opacity: 0.4 !important;
}

.gradient-icon{
  background: linear-gradient(45deg, #4285f4, #9b72cb, #d96570);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-background{
  background: linear-gradient(45deg, #4285f4, #9b72cb, #d96570) !important;
}

.symbol-subscripts{
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.datalounge-table th, .datalounge-table td{
  padding: 8px !important
}

.datalounge-table{
  background-color: #256D58 !important;
}

.symbolGroupAccordian .accordion-header{
  border-left: 2px solid #135441;
}

#toggle_hidden_symbols[data-hidden="true"] .fa-eye{
  display: none;
}

#toggle_hidden_symbols[data-hidden="false"] .fa-eye-slash{
  display: none;
}

#toggle_hidden_symbols[data-hidden="true"] #hidden_text{
  text-decoration: auto;
}

#toggle_hidden_symbols[data-hidden="false"] #hidden_text{
  text-decoration: line-through;
}

.tooltipster-sidetip.my-info-theme .tooltipster-content{
  padding: 1.5rem;
}
/* Custom Tooltipster theme
.tooltipster-sidetip.my-info-theme .tooltipster-box {
  background: #cfe2ff;
  border: 1px solid #b6d4fe;
  border-radius: 0.25rem;
  padding: 8px 12px;
}

.tooltipster-sidetip.my-info-theme .tooltipster-arrow {
  display: none !important;
}


.tooltipster-sidetip.my-info-theme .tooltipster-content{
  color: #084298 !important;
}*/

#data-lounge-metrics{
  display:flex;
  justify-content: space-between;
}

/* Symbol Name Select2 dropdown ellipsis truncation in annotation boxes */
.select-widget .select2-container--default .select2-selection--single .select2-selection__rendered,
.r6o-editor .select2-container--default .select2-selection--single .select2-selection__rendered,
.editorBody .select2-container--default .select2-selection--single .select2-selection__rendered,
.drawing-board-widget .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.select-widget .select2-container .select2-selection__rendered,
.r6o-editor .select2-container .select2-selection__rendered,
.editorBody .select2-container .select2-selection__rendered,
.drawing-board-widget .select2-container .select2-selection__rendered {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}