.symbol_studio_heading_right{
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.symbol_studio_heading_right_button button{
   outline: none;
   border: none;
   padding: 10px 20px;
   border-radius: 30px;
   font-size: 12px;
   background-color: #53C4CE;
   color: #fff;
}

.symbol_table thead{
    background: #CFE4E2;
}
.symbol_table thead th{
    color: #fff;
    border:none !important;
    font-size: 14px;
    font-weight: 600;
}
.symbol_icon_hold img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.actions{
    display: flex;
    gap: 7px;
}
.actions i{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #049996
}
.actions i.delete{
    background: #FFE9E9;
    color: #FF6363;
}
.angle-select{
    position: relative;
}
.angle-select select{
    padding: 10px 55px 10px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    appearance: none;
}
.angle-select i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.toggle-switch {
    position: relative;
    width: 105px;
    height: 38px;
    background-color: #E5E5E5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.toggle-switch input {
    display: none;
}

.toggle-switch .slider {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 45px;
    height: 28px;
    background-color: white;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 25%);
    margin: 0;
}

.toggle-switch span {
    z-index: 1;
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease;
    cursor: pointer;
}

.toggle-switch .yes {
    margin-left: 5px;
}

.toggle-switch .no {
    margin-right: 10px;
}

.toggle-switch input:checked + .slider {
    transform: translateX(48px);
}

.toggle-switch input:checked ~ .no {
    color: black;
    font-weight: bold;
}

.toggle-switch input:not(:checked) ~ .yes {
    color: black;
    font-weight: bold;
}

.toggle-switch-2{
    background-color: #CFE4E2;
}
.toggle-switch-2 i{
    font-size: 18px;
}
/* Highlight YES when checked */
.toggle-switch-2 input:checked ~ .yes {
    color: #00B4B0;
}
.toggle-switch-2 input:checked ~ .no {
    color: #9CB4B2;
}

/* Highlight NO when not checked */
.toggle-switch-2 input:not(:checked) ~ .no {
    color: #ff0000;
}
.toggle-switch-2 input:not(:checked) ~ .yes {
    color: #9CB4B2;
}
.toggle-switch-2 span{
    color: #9CB4B2;
}
.toggle-switch-2 span{
    margin-top: 3px;
}
.toggle-switch-2 .no{
    margin-left: 10px;
}
.toggle-switch-2 .yes{
    margin-right: 12px;
}
.comment-input{
    border:1px solid #E5E5E5;
    border-radius: 5px;
    padding: 10px;
}
.timestamp{
    colo: #292D32;
    font-size: 12px;
}
.timestamp strong{
    color: #000
}
.color_box{
    background: #AE8CFF;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}
.toggle-switch-2 input:checked ~ .no .toggle-switch-2{
    background: #1B4D3E;
}
.add_symbol_banner{
    width: 100%;
    gap: 20px;
}

.add_symbol_symbol_tab_item{
    gap: 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 11px 12px;
}

.add_symbol_symbol_tab_item_number{
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px 12px;
}


.add_symbol_symbol_tab_item:hover .add_symbol_symbol_tab_item_number{
    background: #C4EEEC;
}
.add_symbol_symbol_tab_item_text{
    align-items: center;
    flex-direction: column;
    padding: 13px 0;
}
.add_symbol_symbol_tab_item_text h3{
    font-size: 14px;
    color: #292C31;
}
.add_symbol_symbol_tab_item_text p{
    font-size: 12px;
}
.add_symbol_symbol_tab_item:nth-child(odd){
    background: #F5F5F5;
}

.add_symbol_symbol_tab_item:hover{
    background: #E0F6F5;
}
 .add_symbol_symbol_tab_item:nth-child(odd) > .add_symbol_symbol_tab_item_number:first-child {
    background-color: #FFFFFF; /* grey */
  }
 .add_symbol_symbol_tab_item:nth-child(even) > .add_symbol_symbol_tab_item_number:first-child {
    background-color: #F5F5F5; /* grey */
  }

  .add_symbol_internal_testing_heading{
    width: 70%;
     border-radius: 10px;
     border: 1px solid #E5E5E5;
  }
  .add_symbol_studio_heading {
    padding: 0 12px;
  }

  .add_symbol_internal_testing_heading_text h3{
    font-size: 20px;
    color: #292D32;
    text-transform: capitalize;
    padding: 13px 14px;
    border-bottom: 1px solid #E5E5E5;
  }


.add_symbol_studio_table{
    padding: 0 12px;
}

.annotate_drop_content_main {
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.annotate_first_2_drop h2 {
    font-size: 14px;
    color: #292D32;
    margin-bottom: 10px;
     font-weight: 550;
}

.annotate_last_drop h2 {
    font-size: 14px;
    color: #292D32;
    margin-bottom: 10px;
    font-weight: 550;
}

.annotate_last_drop input {
    width: 100%;
    border-radius: 50px;
   border: 1px solid #E5E5E5;
   outline: unset;
   padding: 11px 15px;
}
.annotate_last_drop_input {
    width: 100%;
    position: relative;
}
.file_choosen_upload {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.annotate_first_2_drop select {
    width: 265px;
    border-radius: 50px;
    border: 1px solid #E5E5E5;
    outline: unset;
    padding: 11px 15px;
}

.categorie-select {
    width: 250px;
    border-radius: 50px;
    outline: unset;
    padding: 8px 0px 8px 15px;
    border: 1px solid #E5E5E5;
    text-transform: capitalize;
    font-size: 14px;
    min-width: 153px;
    appearance: none;
    font-weight: 500;
}
.cate-select-bg{
    position:relative;
}
.cate-select-bg i{
    position:absolute;
    right:15px;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
}
.icon{
    width:30px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    background-color: #19c4c0;
    color:#fff;
    font-size: 13px;
}
.cate-bg-top-icon{
    width: 70px;
}
.equipment_accordian{
    margin-top: 24px;
}
.equipment_accordian_left{
    width: 70%;
}
.equipment_accordian_right{
    width: 30%;
}
.sample_tag,
.lable_path{
    width: 50%;
}
.equipment_accordian .accordion-item{
    background: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    margin-bottom: 15px;
}
.equipment_accordian .accordion-button{
    background: #F5F5F5;
    border-radius: 20px;
    border: none;
    box-shadow: none;
}

.equipment_accordian_header input {
  z-index: 10000;
}

.equipment_accordian_left input{
    color: #292C31;
    font-size: 12px;
    width: 100%;
    border-radius: 100px;
    padding: 11.5px 15px;
    background: #fff;
}

.equipment_accordian_right a{
    padding: 11.5px 5px;
    width: 129px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #292C31;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipment_accordian_right .delete_btn{
    background: #FFE9E9;
    border: 1px solid rgba( 255, 99, 99, 28%)
}
.equipment_accordian_right .delete_btn i{
    color: #FF6363;
    margin-right: 5px;
}
.equipment_accordian_right .add_btn{
    background: rgba(0, 180, 176, 13%);
    border: 1px solid rgba( 83, 196, 206, 40%)
}
.equipment_accordian_right .add_btn i{
    color: #049996;
    margin-right: 5px;
}
.equipment_accordian_right .add_manual_btn{
    background: rgba(0, 180, 176, 13%);
    border: 1px solid rgba( 83, 196, 206, 40%)
}
.equipment_accordian_right .add_manual_btn i{
    color: #049996;
    margin-right: 5px;
}
.accordion.equipment_accordian .accordion-button::after{
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    background-image: unset;
    color: #636E74;
    font-size: 13px;
}
.key_vale_info{
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
}
.equipment_table{
    box-shadow: none;
}
.equipment_table td,
.equipment_table th{
    padding: 10px !important;
}

.equipment_table tr{
    background-color: transparent !important;
}
.equipment_table .internal_testing_list_select{
    margin: 8px 0
}
.equipment_table .internal_testing_list_select select,
.equipment_table .internal_testing_list_select input{
    padding-left: 15px;
    font-weight: 600;
    color: #000
}
.equipment_table input::placeholder{
    color: #000
}
.download_design{
    background: #E7FAF5;
    border-radius: 20px;
    border: 1px solid #D9F3EC;
    padding: 20px 18px;
    margin-top: 15px
}
.download_design h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.version_holder{
    outline: none;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    background-color: #53C4CE;
    color: #fff;
    width: 154px;
    text-align: center;
}

#symbolmodal .modal-dialog,
#symbolmodal .modal-content {
    max-width: 100%;
}

.n-delete {
    background: #FFE9E9;
    color: #FF6363;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;

}

.n-background {
    background: transparent;
    color:#049996

}

.line_table_bg{
     background: #1B4D3E;
}

.export-btn {
    border-radius: 50px;
    padding: 9px 20px;
    background: #19C4C0;
    color: #fff;
    border: unset;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
}

#symbol_change_update_btn {
    font-size: 16px;
}
.margin-t{
    margin-top: -12px;
}

.nomenclature_btn{
    border-bottom: 2px solid #00B4B0;
    font-weight: 600;
    background-color: #fff !important;
    color: #000 !important;
    display: block;
}

.nomenclature_del{
    color: #ff6363;
    background: #FFDEDE;
    background: #FFDEDE;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.nomenclature_li{
    padding: 15px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.nomenclature_btn2{
    outline: none;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #53C4CE;
    color: #fff;
}

.accoridian_btn2{
    padding: 11.5px 5px;
    width: 129px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #292C31;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nomenclature_select{
    width: 100%;
    border-radius: 50px;
    outline: unset;
    padding: 8px 0px 8px 45px;
    border: 1px solid #E5E5E5;
    text-transform: capitalize;
    font-size: 12px;
    min-width: 153px;
    appearance: none;
    font-weight: 500;
    color: #000;
}

.symbol_tab_label {
    font-size: 14px;
    color: #292D32;
    margin-bottom: 10px;
    font-weight: 550;
}


.scroll-container {
  width: 100%;
  /*overflow-x: auto;*/
  white-space: nowrap;
}


.top-group-symbol{
  background: #19C4C0 !important;
  color: white !important;
}

.group-row .image-and-icon, .group-row img{
  margin-left: 1rem;
}

.group-row{
  border-left: 2px solid #135441;
}

#project_symbol_table_wrapper{
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: clip;
}

#nomenclatureTabs{
  overflow-y: auto;
  overflow-x: clip;
}

#symbolSelectTable .dataTables_wrapper{
 overflow-x: clip !important;
}

/*.project_symbols .dataTables_wrapper, #symbol_paths_container{
  overflow-y: auto;
  overflow-x: auto;
}*/

#symbol_paths_container{
  overflow-x: clip;
}

#symbol_table_selected_symbols, .symbols_table {
  width: 100% !important;
}

.symbol_paths_table {
 width: 100% !important;
 overflow: visible;
}

#symbolSelectTable .symbols_table {
  width: 100% !important;
  table-layout: fixed;
}

#symbol_table_selected_symbols .symbols_table {
  width: 120% !important;
  display: inline-table;
  overflow-x: auto;
}

#symbol_table_selected_symbols th,
#symbol_table_selected_symbols td {
  width: auto; /* Allow equal distribution */
}

.symbols_table td, .symbols_table th{
  vertical-align: middle;
}

.selected-symbol-category .tagify__tag-text, .selected-line-category .tagify__tag-text{
  color: black !important;
}

.selected-symbol-category .tagify__tag__removeBtn, .selected-line-category .tagify__tag__removeBtn{
    font-size: medium;
    color: red !important;
}

.symbol-selection img{
    max-width: 100%;
    max-height: 100%;
}

.symbol-selection{
    color: var(--color-muted) !important;
    border: 2px solid var(--color-muted);
}

.symbol-selection:hover, input[name="symbol_selection"]:checked+.symbol-selection, input[name="symbol_selection"]:active{
    background: transparent !important;
    color: var(--primary) !important;
    font-weight: 500;
    box-shadow: 0 0 0 0.25rem var(--primary);
    border: 1px solid var(--primary);
}

.symbol-selection:hover{
  box-shadow: 0 0 0 0.25rem var(--color-shadow-primary);
  border: 1px solid var(--color-shadow-primary);
}

#symbol_project_search:focus{
  border-color: #ced4da !important;
}

.progress-support-columns{
  display: flex;
  padding: 0px;
  align-items: center !important;
  justify-content: center !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
}

.edit-icon {
    position: absolute;
    top: 5px; /* Adjust as needed */
    right: 5px; /* Adjust as needed */
    font-size: 12px; /* Adjust as needed */
    color: white;
    background: rgba(0, 0, 0, 0.5); /* Optional: for better visibility */
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index:1
}
.image-and-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

#marker {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}


.marker-image {
    cursor: url('https://www.example.com/pencil-cursor.png'), auto;
}

.marker-image:hover {
    cursor: crosshair;
}

.exclamation-circle {
  color: red;
  border: 2px solid red;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 0;
}

.delete-symbol:checked{
  background-color: var(--color-failed) !important;
  border-color: var(--color-failed) !important;
}

.delete-symbol:focus{
  box-shadow: 0 0 0 .25rem rgba(255, 0, 0, .25) !important;
  border-color: var(--color-failed) !important;
}


#clone-symbols-container .search_box{
  width: 100% !important;
}

.custom-tabs {
  display: inline-flex;
  background: #fff;
  overflow: hidden;
}

.custom-tabs .nav-link {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #333;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
  background-color: #1dc7c7 !important;
  color: #fff !important;
  font-weight: 600;
}

.custom-tabs .nav-link:focus {
  box-shadow: none;
}