@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --pri_color: #FF543E;
    --default_color: #585858;
    --black_color: #15111E;
    --table_th_color: #AFAFB2;
    --white_color: #fff;
}
/********************* common css *******************/
body {
    font-family: 'Inter', sans-serif !important;
    background-color: #f5f8fd;
    color: var(--black_color);
}
.page_heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--black_color);
    padding-left: 10px;
}
.white_bg {
    background-color: var(--white_color);
}
li {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
}
/********************* common css - Ends *******************/

/************* typography css ********************/
.fw-med {
    font-weight: 500;
}
.fw-semi {
    font-weight: 600 !important;
}
.fw-normal {
    font-weight: 400;
}
.fw-bold {
    font-weight: 700;
}
.font_13 {
    font-size: 13px !important;
    line-height: 16px !important;
}
.font_12 {
    font-size: 12px;
    line-height: 15px;
}
.font_29 {
    font-size: 29px;
    line-height: 35px;
}
.text_black {
    color: var(--black_color) !important;
}
/************* typography css - Ends ********************/

/************* dashboard css ********************/
.pl_9 {
    padding-left: 9px;
}
.sidemenu_div {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    box-shadow: 0px 3px 6px #0000000d;
}
.page_container {
    width: calc(100% - 230px);
    margin-left: 230px;
}
.logo_con {
    padding: 27px 18px 40px 18px;
}
.sidemenu_ul li .text {
    display: block;
    padding-left: 14px;
    font-size: 13px;
    line-height: 16px;
    color: var(--black_color);
}
.sidemenu_ul>li>a {
    padding: 5px 18px;
}
.sidemenu_ul>li>a.active {
    background-color: var(--pri_color);
}
.sidemenu_ul li .active .text {
    color: var(--white_color);
}
.active #Icon_feather-grid path {
    fill: #fff;
}
.active #Icon_feather-clipboard path {
    stroke: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
.profile_name {
    padding: 0 7px;
}
.profile_img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E4E6E8;
}
.ml_20 {
    margin-left: 20px;
}
.count {
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--pri_color);
    border: 1px solid #fff;
    right: 0;
    top: -2px;
}
.header_search {
    width: 203px;
}
.header_search .form-control {
    background: #F5F8FD;
    border: 1px solid #F5F8FD;
    color: #AFAFB2;
    font-size: 12px;
    line-height: 14px;
    min-height: inherit;
    padding: 8px 25px;
    border-radius: 4px;
}
.search_icon  {
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}
header {
    padding: 17.5px 23px;
}
.page_body {
    padding: 30px 35px;
}
.dashboard_menu {
    width: calc(100% + 18px);
    margin: 0 -9px 30px -9px;
}
.dashboard_menu>li {
    width: 12.5%;
    padding: 0 9px;
}
.dash_menu_col {
    box-shadow: 0px 2px 2px #00000015;
    border-radius: 4px;
    padding: 20px !important;
}
.dash_menu_col .text {
    color: var(--default_color);
}
.mt_7 {
    margin-top: 7px;
}
.dash_menu_col.active .text, .dash_menu_col.active .dash_count {
    color: var(--pri_color);
}
.dash_menu_col.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--pri_color);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 4px;
}
.table_heading {
    font-size: 17px;
    line-height: 20px;
}
body .btn-primary:hover, body .btn-primary, body .btn-primary:focus {
    background-color: var(--pri_color);
    border-color: var(--pri_color);
}
.btn-primary {
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: var(--white_color);
    padding: 8px 19px;
    border-style: solid;
    outline: none;
    box-shadow: none;
}
.table_header {
    padding: 20px 20px 15px 20px;
}
.gray_bg {
    background-color: #F5F8FD;
}
.form_filter_blk {
    padding: 10px 20px 15px 20px;
}
.filter_section .form-control {
    background-color: var(--white_color);
    border-radius: 4px;
    border: 1px solid #E9ECF2;
    color: var(--black_color);
    font-size: 12px;
    line-height: 16px;
    min-height: inherit;
    padding: 7px 9px;
}
.filter_section .row {
    width: calc(100% + 9px);
    margin: 0px -4.5px;
}
.filter_section .row>* {
    padding: 0 4.5px;
}
.filter_section {
    padding: 17.5px 15px;
    border-radius: 4px;
}
.filter_section select.form-control {
    appearance: none;
    background-image: url('../images/select_dropdown.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 20px;
}
.filter_search_blk {
    width: 32px;
    height: 32px;
    border: 1px solid #E9ECF2;
    border-radius: 4px;
}
table thead tr {
    border-bottom: 1px solid #D9D9D9;
}
table thead tr th {
    color: var(--table_th_color);
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    padding: 0 5px 9px 15px;
}
table tbody tr {
    border-bottom: 1px solid #E9ECF2;
}
table tbody tr td {
    color: var(--black_color);
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding: 8px 5px 8px 15px;
}
.com_name_blk .image {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.com_name_blk .image.airplane_img {
    background-color: #3E97FF;
}
.com_name_blk .image.building_img {
    background-color: #FF543E;
}
.com_name_blk .image.spin_img {
    background-color: #AE49DB;
}
.com_name_blk .image.intel_img {
    background-color: #FFA63E;
}
.com_name_blk .image.omni_img {
    background-color: #5FDB49;
}
.com_name_blk .image.secu_img {
    background-color: #4D3EFF;
}
.active_inactive {
    padding: 2px 12px;
    font-size: 11px;
    line-height: 14px;
    width: fit-content;
    font-weight: 600;
    border-radius: 8px;
}
.active_inactive.active {
    background-color: #ECF9F5;
    color: #509F83;
}
.active_inactive.inactive {
    background-color: #FFF8E9;
    color: #F4AF1F;
    padding: 2px 7px;
}
.page {
    position: relative;
}
.table_footer {
    padding: 16px 15px;
}
.show_entries {
    color: #AFAFB2;
}
.pagination {
    align-items: center;
}
.pagination li .page-link {
    border: none !important;
    margin: 0 !important;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    color: #585858;
    border-radius: 4px;
    padding: 7px 11px;
    box-shadow: none;
}
.pagination li .page-link.active, .pagination li .page-link:hover, .pagination li .page-link:focus {
    background-color: var(--pri_color);
    color: var(--white_color);
}
/************* dashboard css - Ends ********************/

/************* organisation Management css ********************/
.pl_6 {
    padding-left: 6px;
}
.mb_1 {
    margin-bottom: 1px;
}
.org_top_frst_sec .image.airplane_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3E97FF;
}
.active_circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.active_circle.active {
    background-color: #50B22B;
}
.border_right {
    border-right: 1px solid #E8ECF2;
}
.pri_text, a.pri_text:hover {
    color: var(--pri_color);
}
.edit_btn {
    width: fit-content;
    background-color: #FFF2F0;
    border-radius: 4px;
    padding: 3.5px 12px;
}
.mb_11 {
    margin-bottom: 11px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_12 {
    margin-bottom: 12px;
}
.main_nav_ul>li {
    margin-right: 15.5px;
}
.main_nav_ul>li>.nav-link {
    background-color: var(--white_color);
    border: none;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: var(--black_color);
    padding: 10px 44px;
}
.main_nav_ul>li>.nav-link.active {
    /* background-color: var(--pri_color);
    color: var(--white_color); */
    background-color: #cff4fc;
    color: black;
    box-shadow: 0px 2px 2px #00000015;
    font-weight: 700;
}
.sub_nav_link>li:not(:last-child)>.nav-link {
    margin-right: -1px;
}
.sub_nav_link>li>.nav-link {
    border: 1px solid #E9ECF2;
    background-color: #F5F8FD;
    border-radius: 0;
    color: #15111E;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding: 8px 21px;
}
.sub_nav_link>li>.nav-link.active {
    /* background-color: var(--white_color);
    color: var(--pri_color); */
    background-color: #cff4fc;
    color: black;
    font-weight: 700;
}
.ml_25 {
    margin-left: 25px;
}
.border_none {
    border: none !important;
}
.collpase_tr {
    display: none !important;
}
.collpase_tr.active {
    display: table-row !important;
}
table {
    border: none !important;
}
button {
    box-shadow: none !important;
    outline: none !important;
}
.image.airplane_img.active img {
    transform: rotate(180deg);
}
table tbody tr td.sub_td {
    padding: 8px 21px;
}
.sub_table_blk tr:not(:last-child) td {
    border-bottom: 1px solid #E9ECF2 !important;
}
a {
    cursor: pointer;
}
.modal {
    background-color: rgb(175 175 178 / 50%);
}
.modal .modal-content {
    border: none;
    padding: 35px;
    box-shadow: 0px 2px 2px #00000015;
    border-radius: 4px;
    position: relative;
}
.modal .modal-dialog {
    margin: auto;
    display: flex;
    padding: 20px 0;
    align-items: center;
}
.modal .modal-body {
    padding: 0;
}
.ml_6 {
    margin-left: 6px;
}
.modal.show {
    display: flex !important;
}
.modal .cross_span {
    font-size: 20px;
    line-height: 17px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    font-weight: 600;
}
.popup_nav_link>li {
    width: 33.33%;
}
.popup_nav_link {
    margin-bottom: 26px;
}
.popup_nav_link>li>.nav-link {
    width: 100%;
    position: relative;
    background: #F5F8FD;
    border: 1px solid #C0C9D5 !important;
    border-radius: 0;
    font-size: 12px;
    line-height: 16px;
    color: var(--black_color);
    font-weight: 500;
    padding: 9px 10px;
}
.pro_count {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #E4EBF6;
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: var(--black_color);
}
.popup_nav_link>li>.nav-link.active {
    background: var(--white_color);
    color: var(--pri_color);
}
.popup_nav_link>li>.nav-link.active .pro_count {
    background-color: var(--pri_color);
    color: var(--white_color);
    font-weight: 600;
}
.popup_nav_link>li:not(:first-child) {
    margin-left: -1px;
}
.popup_nav_link>li:not(:last-child)>.nav-link::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left:4px solid #F5F8FD;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    z-index: 2;
    right: -4px;
}
.popup_nav_link>li:not(:last-child)>.nav-link.active::after, .popup_nav_link>li:not(:last-child)>.nav-link.selected::after {
    border-left:4px solid #fff;
}
.popup_nav_link>li:not(:last-child)>.nav-link::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid #C0C9D5;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    z-index: 2;
    right: -6px;
}
label {
    color: var(--default_color);
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    display: flex;
    width: fit-content;
}
body .form-control {
    border: 1px solid #C0C9D5;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
    color: #15111E;
    min-height: 35px;
}
.form-group {
    margin-bottom: 20px;
}
body select.form-control {
    background-image: url('../images/popup-dropdown.svg');
    background-position: calc(100% - 15px);
    padding-right: 30px !important;
    background-repeat: no-repeat;
}
.form_button {
    padding-top: 4px;
}
body .btn-secondary, body .btn-secondary:hover, body .btn-secondary:focus {
    border: 1px solid #F5F8FD;
    background-color: #F5F8FD;
    color: var(--pri_color);
}
body .btn-secondary {
    border-radius: 4px;
    color: var(--pri_color);
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    padding: 9px 24px;
}
.modal .modal-dialog.modal-md {
    max-width: 523px;
}
.popup_nav_link>li>.nav-link.selected {
    background-color: var(--white_color);
}
.popup_nav_link>li>.nav-link.selected .pro_count {
    background-color: #4E5B6C;
    color: var(--white_color);
}
body .width_20 {
    flex: 0 0 20%;
    width: 20%;
}
table thead.orga_thead tr th {
    font-size: 11px;
    line-height: 14px;
    color: var(--black_color);
}
.dataset_table {
    padding: 0 20px;
}
.modal .modal-dialog.modal-lg {
    max-width: 1140px;
    width: 1140px;
}
.mb_25 {
    margin-bottom: 25px !important;
}
.mb_26 {
    margin-bottom: 26px;
}
body .dataset_form .form-control {
    line-height: 21px;
}
.switch {
    position: relative;
    display: flex;
    width: 22px;
    height: 10px;
    margin: 0;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #E9ECF2;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 0px;
    bottom: -1px;
    background-color: #AFAFB2;
    -webkit-transition: .4s;
    border: 1px solid #E9ECF2;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2BC554;
    
}
input:checked + .large_slide {
    width:60px;
}
input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    background-color: #FFFFFF;
    border-color: #E9ECF2;
}
/* Rounded sliders */
.slider.round {
    border-radius: 16px;
}
.slider.round:before {
    border-radius: 50%;
}
.dataset_popup_table th {
    background-color: #EDF2FA;
    padding: 10px 11px 10px 0px;
    color: var(--default_color);
    font-size: 11px;
    line-height: 14px;
}
.dataset_popup_table tr {
   border: none !important;
}
.dataset_popup_table tr td {
    padding: 8px 11px 8px 0;
}
.upload_label {
    margin: 0;
    background-color: #EDF2FA;
    border: 1px solid #E9ECF2;
    border-radius: 4px;
    padding: 8px 9px;
    cursor: pointer;
}
.upload_label + .upload_text {
    width: calc(100% - 84px);
}
.mt_12 {
    margin-top: 12px;
}
.text-underline {
    text-decoration: underline;
}
.mt_28 {
    margin-top: 28px;
}
.ml_12 {
    margin-left: 12px;
}
.tab_con_rel::after {
    content: "";
    width: 35px;
    height: 34px;
    background: #edf2fa;
    position: absolute;
    left: -35px;
    top: 0;
}
.tab_con_rel::before {
    content: "";
    width: 35px;
    height: 34px;
    background: #edf2fa;
    position: absolute;
    right: -35px;
    top: 0;
}
.search_control {
    padding: 7px 9px 7px 24px !important;
}
.search_dicon {
    top: 11px;
    left: 12px;
}
.delete-dataset {
    margin-right: 17px;
}
th.action-header {
    width: 100px;
}
.process_status {
    width: 90px;
}
.process_table .orga_thead>tr>th:nth-child(1), .process_table .orga_thead>tr>th:nth-child(2) {
    width: 15%;
}
.process_table .orga_thead>tr>th:nth-child(3){
    width: 50.5%;
}
tr.sub_sub_tab_tr>td:nth-child(1) {
    padding-left: 33px;
    width: 20%;
}
tr.sub_sub_sub_tab_tr>td:nth-child(1) {
    padding-left: 50px;
    width: 20%;
}
td.lorem-text {
    width: 30.5%;
}
.sub_table_blk tr td:nth-child(2), .sub_sub_table_blk tr td:nth-child(2) {
    width: calc(62% - 1px);
}
.sub_table_blk tr td:nth-child(1) {
    width: 20% !important;
}
/************* metadata css - start ********************/
.grey_color{
    color: #585858 !important;
}
.counter-btn {
    border: 1px solid #C6CEDD;
    border-radius: 4px 0px 0px 4px;
    background: #F5F8FD;
    padding: 4.5px 13px !important;
    width: 35px;
}
.dataset_form>label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #585858;
}
.metadata_formlist>tr>td>select {
    font-size: 13px;
    line-height: 16px !important;
    font-weight: 400;
    color: #585858;
}
.dataset_form .metadata-form-control {
    line-height: 17px !important;
}
.btn-number {
    border-radius: 0px 4px 4px 0px !important;
}
.metadata_popup_table tr td {
    padding: 4.5px 15.5px 4.5px 0 !important;
}
.submeta-data-first-row .process {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #585858;
    margin-bottom: 2px !important;
}
.submeta-data-first-row .process-first {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #15111E !important;
    margin-bottom: 0px;
    word-break: break-word;
}
.submeta-data-first-row {
    width: 25% !important;
}
.metadata_formlist>tr>td {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #585858;
}
.metadata_subtable{
    border-collapse: collapse;
    width: 100%;
  }
  
 .metadata_subtable>td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  .mp_27{
    margin-top: 27px;
  }
  table.metadata_subtable>tbody>tr>td:nth-child(1),table.metadata_subtable>tbody>tr>td:nth-child(2) {
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 700 !important;
    color: #585858 !important;
}
table.metadata_subtable>tbody>tr>td:nth-child(2) {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #AFAFB2;
}
.skyblue-border{
    border-top: 4px solid #50AEFF !important;
}
.yellow-border{
    border-top: 4px solid #E8F347 !important;
}
.green-border{
    border-top: 4px solid #42EC4E !important;
}
.purple-border{
    border-top: 4px solid #B972EF !important;
}
.orange-border{
    border-top: 4px solid #F8A788 !important;
}
table.metadata_subtable>tbody>tr:nth-child(even) {
    background-color: #F5F8FD;
}
table.metadata_subtable>tbody>tr {
    border-bottom: none !important;
}
.delete-div {
    width: 25px;
    height: 25px;
    background-color: #837C9724;
    border-radius: 50%;
    padding: 6px 7px 6px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mr_13{
    margin-right: 13px;
}
.md-one {
    cursor: pointer;
}
.id_list {
    box-shadow: 0px 6px 12px #00000008;
    border-radius: 4px  !important;
    padding-bottom: 7px;
}
.mb_22{
    margin-bottom: 22px !important;
}
.metadata_popup_table>thead>tr>th {
    color: #15111E !important;
}
.metadata_popup_table>thead>tr>th>div>h6 {
    color: #585858 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 0px;
    margin-right: 16px;
}
.metadata_formlist .form-control {
    padding: 8.5px 12px;
}
.dataset_form .metadata-form-control {
    line-height: 17px !important;
    padding: 8px 12px;
}
.row.calendertype-table {
    width: calc(100% + 22px);
    margin: 0 -11px;
}
.row.calendertype-table>* {
    padding: 0px 11px 27px 11px;
}
.metadata_subpopupcontent {
    padding-bottom: 8px !important;
}
input#quantity {
    text-align: center;
    
    border-radius: 0px;
}
table thead.orga_thead tr th>div>h6 {
    font-size: 11px;
    line-height: 14px;
    color: var(--black_color);
    font-weight: 700;
}
.mr_5{
    margin-right: 5px !important;
}
.metadeta-firstpopup select.form-control {
    background-image: url('../images/greyarrow-up.svg');
    background-position: calc(100% - 13px);
}
.increament-input{
    width: 50px !important;
}
.dataset_form .form_group {
    margin-bottom: 13px;
}
.datapad tr td {
    padding: 6px 15.5px 6px 0 !important;
}
.first-row, .process-row {
    width: calc(100% + 15px);
    margin: 0 -7.5px;
}
.row.first-row>*, .process-row>* {
    padding: 0px 7.5px !important;
}
.process-row .dataset_form .form_group {
    margin-bottom: 17px !important;
}
.dataset_form .form_group label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #585858;
}
.col-md-3.dataset_form {
    width: 20%;
}
/************* metadata css - Ends ********************/
/************* organisation Management css - Ends ********************/
/************* Dashboard-popup css - starts ********************/

.dashboard-model {
    max-width: 1119px !important;
}
.font_20{
    font-size: 20px;
    line-height: 24px;
}
.font_14{
    font-size: 14px !important;
    line-height: 17px !important;
}
.modal .dashcross_span {
    font-size: 20px;
    line-height: 17px;
    position: absolute;
    cursor: pointer;
    right: 41px;
    top: 40px;
    font-weight: 600;
}
.mb_0{
    margin-bottom: 0px !important;
}
.margin_15{
    margin-bottom: 15px;
}
/************* Dashboard-popup css - Ends ********************/
/************* data-upload css - Ends ********************/
ul.upload-tabsublist {
    border-bottom: 1px solid #D9D9D9;
}
li.upload-sublistrow {
    padding: 5.5px 28px 6px 15px;
}
.dataupload_tabs {
    border-bottom: 1px solid #0000000F;
}
.dataupload_tabs .nav-item .nav-link.active {
    opacity: 1 !important;
    color: #FF543E !important;
}
.dataupload_tabs .nav-item .nav-link {
    position: relative;
}
.Qua-check {
    color: #000 !important;
    background-color: #FFFFFF !important;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding: 5.5px 28px 7px 15px;
}
.Qua-check.active::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    display: block;
    background-color: #FF543E;
    bottom: -2px;
}
.dataupload_tabs {
    margin-left: 20px;
    margin-right: 20px;
}
.dataupload_tabs .nav-item>button:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
}
.stage {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 17px;
    color: #15111E !important;
    border: 1px solid #C6CEDD;
    border-radius: 4px;
    padding: 4px 12px;
    width: 103px;
}
.hardmargin .form_group {
    margin-bottom: 24px !important;
}
.dataset-box {
    border-radius: 18px;
    padding: 6px 14px;
    background-color: #D8E5F9;
    display: flex;
    justify-content: center;
}
.dataset-box h5 {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
}
.datadetails-set {
    background-color: #F3F7FD;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 13px;
}
.upload-file {
    background-color: #F3F7FD;
    border-radius: 4px;
    padding: 22.5px 65px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
input#Browse {
    display: none;
}
h6.excel-file {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #585858;
}
label.drag-drop {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #15111E;
    margin-bottom: 2px !important;
}
span.browse-text {
    text-decoration: underline;
    margin-left: 4px;
    cursor: pointer;
}
.pdf-file {
    border: 1px solid #E9ECF2;
    border-radius: 4px;
    padding: 12.6px 8px;
    margin-top: 19px;
}
.mb_6{
    margin-bottom: 6px !important;
}
.mr_6{
    margin-right: 6px !important;
}
img.delete-img {
    position: absolute;
    top: -5px;
    right: -4px;
    cursor: pointer;
}
table.dataset-section tr {
    border: none;
}
.dataupload_tabs li.nav-item {
    margin-right: 28px;
}
.mt_11{
    margin-top: 11px;
}
table.dataset-section td {
    padding: 4.5px 8px;
}
table.dataset-section .form-control {
    width: 235px;
    padding: 8.5px 12px;
}
table.dataset-section>tbody>tr>td:nth-child(1) {
    padding-right: 35px;
    padding-left: 30px;
    width: 35% !important;
}
table.dataset-section>tbody>tr>td:nth-child(2) {
    padding-right: 8px;
    padding-left: 0px;
}
table.dataset-section>tbody>tr>td:nth-child(3) {
    padding-right: 14px;
    padding-left: 8px;
}
table.dataset-section>tbody>tr>td:nth-child(4) {
    padding-right: 28px;
}
input.form-control.sheet-name {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #585858;
}
.uploading-form .form_group label {
    margin-bottom: 4px!important;
}
.upload_sheets label {
    margin-bottom: 4px !important;
}
tr.file_na>td {
    font-size: 12px;
    color: #585858;
    font-weight: 700;
}
th.l-data {
    width: 267px;
}
.margin_193{
    margin-right: 193px;
}
tr.name_fn {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #15111E;
}
.grey-section {
    background-color: #F3F7FD;
    padding: 20px 28px 28.5px 23px;
    
}
.grey-section .form-group {
    margin-bottom: 13px;
}
.Connect-text {
    padding: 9px 27.5px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #FF543E !important;
    margin-top: 6px;
}
.grey-section .form-control {
    padding: 8.5px 8px !important;
}
.mb_10{
    margin-bottom: 10.5px;
}
input.form-control.port-input {
    width: 107px;
}
.ftp-heading.mb_0 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.mb_19{
    margin-bottom: 19px;
}
.ml_0{
    margin-left: 0px !important;
}
a.test-connection {
    text-decoration: underline;
    color: #585858;
}
.mr_29{
    margin-right: 29px;
}
.form-check-input:checked {
    background-color: #FF543E;
    border-color: none;
}
.form-check-input:focus {
    box-shadow: none;
}
/************* data-upload css - Ends ********************/
.mb_42{
    margin-bottom: 42px;
}

.login_blk{
position: relative;
min-height:100vh;
height:100%;
background-color:#00000083;;
display: flex;
align-items: center;
justify-content: center;
opacity: 88%;

}
.left-side {
    padding-right: 53px;
}
.login_blk form h1 {
    font-size: 24px;
    color: #000000;
    line-height: 29px;
    font-weight: 600;
}
form.login_form {
    position: relative;
    z-index: 2;
    width:80.3%;
    margin: auto;
    padding: 58px 60px 58px 42px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
}
.logininput-field .form-control {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding: 13px 17px;
    background-color: #F5F8FD;
    border: 1px solid #ECECEC;
}
img.signals-img {
    margin-right: 11px;
}

.logininput-field {
    margin-bottom: 28px!important;
    position: relative;
}
input#exampleInputPassword1 {
    padding-right: 65px;
}

a.forget_link {
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    color: #FF543E;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 16px;    
}
.login_form .btn-primary {
    width: 100%;
    padding: 13.5px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb_31{
    margin-bottom: 31px;
}
.mtop_36{
    margin-top: 36px !important;
}
.mb_9{
    margin-bottom: 9px;
}
.carousel-caption {
    position: inherit !important;
    right: 15%;
    bottom: 0 !important;
    left: 0 !important;
}
.col-md-5.right-side {
    padding-left: 63px;
}
.carousel-caption p{
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.carousel-caption h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.carousel-caption.d-none>p {
    margin-bottom: 44px !important;
}
.ref-prestage>tbody>tr>td {
    line-height: 16px !important;
    padding: 6px 5px 6px 15px;
}
.carousel-indicators>button.active::after {
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FF543E;
    position: absolute; 
    top: 0px;
    left: 0px;
}
.carousel-indicators>button.active {
    width: 28px !important;
    border-radius: 3px !important;
}
.carousel-indicators>button {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color:  #FF543E82 !important;
    position: relative;
}
.carousel-indicators {
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    opacity: 1;
    border: none;
    background-color:  #FF543E82 !important;
}
.logininput-field ::placeholder {
    color: #15111E !important;
    opacity: 100%;
}
.form-control:focus {
        box-shadow: none;
    border-color: #C0C9D5 !important;
}
.dropdown-menu {
    min-width: 103px;
}
/****************** login form - ends  ******************************/

/***************** css changes on 06-09-2022 *********************/
.dropdown-toggle::after {
    background-image: url('../images/select_dropdown.svg');
    background-repeat: no-repeat;
    border: none;
    width: 6px;
    height: 6px;
    vertical-align: 1px;
    margin-left: 22px;
}
.dropdown-toggle.show::after {
    transform: rotate(180deg);
    vertical-align: 3px;
}
.stage + .dropdown-menu li a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 5px 12px;
}
.stage + .dropdown-menu {
    padding: 0;
    border-radius: 0 0 4px 4px;
    top: 26px !important;
    border-top: none;
    border-color: #c6cedd;
    inset: inherit !important;
    transform: inherit !important;
    top: 26px !important;
}
.stage.show {
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}
.col-md-5.dataset_form {
    width: 40%;
}
.metadeta-firstpopup .tab_con_rel {
    width: calc(100% + 15.5px);
    margin: 0 -7.5px;
}
.metadeta-firstpopup .tab_con_rel::before {
    right: -27px;
    width: 27px;
}
.metadeta-firstpopup .tab_con_rel::after {
    left: -27px;
    width: 27px;
}
.metadata_popup_table th {
    width: 20%;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.metadata_popup_table tr td {
    padding: 6px 7.5px !important;
}
.font_11 {
    font-size: 11px;
    line-height: 14px;
}
.text_default {
    color: var(--default_color);
}
.upload-file>img {
    margin-bottom: 6px;
}
.manual_upload_row {
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.manual_upload_row>* {
    padding-left: 10px;
    padding-right: 10px;
}
.upload_sheets {
    margin-bottom: 25px;
}
.soft_inte_first_row {
    margin-top: 10px;
}
.ftp_config_blk label {
    margin-bottom: 8px;
}
.create_congig_form .form-check-input {
    width: 12px;
    height: 12px;
    border: 1px solid #585858;
    margin: 0;
    background-color: #fff;
}
.create_congig_form .form-check-input:checked {
    background-color: #FF543E;
}
.create_congig_form {
    width: 50%;
    min-height: inherit;
    padding-left: 0px;
    margin: 0;
}
.mb_6 {
    margin-bottom: 6px;
}
.create_congig_form .form-check-input +label {
    padding-left: 4px;
    font-weight: 700;
}
.create_congig_form .form-check-input:checked[type=radio] {
    background-image: none;
}
.hard_inte_first_row {
    margin-top: 3px;
}
.dark_black {
    color: #000;
}
.logininput-field .form-control[type="password"] {
    padding-right: 80px;
}
.segregation_line::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 116px);
    background-color: #E9ECF2;
    top: -58px;
    right: 0;
    position: absolute;
}
.soft_card_header {
    background-color: #F5F8FD;
    padding: 10.5px 0;
    position: relative;
    z-index: 2;
}
.soft_card_body {
    padding: 10px 0 16px 0;
}
.soft_dataset_field:nth-child(4n+1):after {
    content: "";
    display: block;
    width: 1140px;
    height: 35px;
    background-color: #f5f8fd;
    position: absolute;
    top: 0;
    left: -23px;
    z-index: 1;
}
.soft_dataset_field {
    position: relative;
}
.mt_22 {
    margin-top: 22px;
}
.sidemenu_ul li {
    margin-bottom: 8px;
}
/***************** css changes on 06-09-2022 - Ends *********************/

/***************** forgot password css *********************/
.for_pass_img  {
    width: 110px;
}
.login_form.forgot_form {
    width: 500px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_8 {
    margin-bottom: 8px;
}
.mt_26 {
    margin-top: 26px;
}
.login_form.forgot_form {
    width: 500px;
    padding: 35px 52px;
}
.logininput-field label {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
    color: #15111E;
    font-weight: 400;
}
/***************** forgot password css - Ends *********************/

/***************** change password css *********************/
.login_form.change_pass_form {
    padding: 58px 50px;
}
.eye_icon {
    position: absolute;
    right: 18px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
    width: 15px;
    height: 13px;
    object-fit: contain;
}
.login_form.change_pass_form .logininput-field.mb_21 {
    margin-bottom: 21px !important;
}
.show_eye_icon {
    display: none;
}
.eye_icon.show_eye_icon.active {
    display: block;
}
.font_16 {
    font-size: 16px;
    line-height: 20px;
}
.line_through {
    text-decoration: line-through;
}
.text_green {
    color: #2CA323;
}
.mb_13 {
    margin-bottom: 13px;
}
.mtop_13 {
    padding-top: 13.5px;
}
.mb_18 {
    margin-bottom: 18px;
}
.login_form.change_pass_form .left-side {
    padding-right: 50px;
    padding-left: 0;
}
.login_form.change_pass_form .right-side {
    padding-left: 50px;
    padding-top: 65px;
    padding-right: 0;
}
/***************** change password css - Ends *********************/
/***************** workflow css - Ends *********************/

.tablesecond_header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.add-btn {
    font-weight: 600 !important;
    padding: 5.5px 17px !important;
}
tr.Question-set>td:nth-child(1) {
    font-weight: 400;
}
tr.Question-set>td {
   line-height: 16px !important;
}
.add-section {
    border: 1px dashed #C6CEDD;
    border-radius: 4px;
    display: flex;
    padding: 21px 22px 22px 22px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
}
.textarea {
    border: 1px solid #E9ECF2;
    border-radius: 4px;
    background-color: #F5F8FD!important;
}
.add-text{
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #15111E !important;
}
.rightside-bottomsection h5 {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #15111E;
    margin-bottom: 2px;
    word-break: break-all;
}
.rightside-bottomsection h6 {
    font-size: 9px;
    line-height: 11px;
    font-weight: 400;
    color: #15111E;
    margin-bottom: 0px;
}
.rightside-bottomsection {
    padding: 20.5px 10px;
    border: 1px solid #AFAFB2;
    border-radius: 4px;
    margin-bottom: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.form-setting {
    padding: 13.5px  22px 14.5px 15px;
    background-color: #6C727B;
    border-radius: 4px 4px 0px 0px;
}
h5.section-text {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #FFFFFF;
}
.add-items {
    padding: 7px 12px 13px 12px;
    border-radius: 4px;
    background-color: #F5F8FD;
    width: 100%;
    min-height: 61px;
}
.add-items h5 {
    font-weight: 500;
    margin-bottom: 7px !important;
}
.add-items-left-section {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px #00000029;
    border-radius: 4px;
}
.greenborder input, .greenborder input.form-control {
    border: 2px solid #2CA323 !important;
}
img.documentimg {
    margin-bottom: 14px;
}
img.remarkimg {
    margin-left: 9px;
}
.questionpage {
    background-color: #fff;
    padding-top: 68px;
}
.leftbg-color {
    background-color: #F5F8FD;
    padding: 29px 21.5px 50px 21.5px;
    border-right: 1px solid #C6CEDD;
    min-height: 100%;
    width: calc(100% - 341px);
   
}
.combined-row{
    margin: 0px;
}
.form-checkborder{
    border-bottom: 1px solid #C6CEDD;
    padding-bottom: 8px;
    margin-bottom: 16px !important;
    width: 100%;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 400;
    color: #15111E !important;
}
.add-border{
    border-bottom: 1px solid #C6CEDD;
    padding-left: 0px;
}
.remarkright-section {
    padding: 22px 19px 39px 14px!important;
}
.first-section {
    padding: 17px 23px 16px 29px;
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #fff;
    z-index: 1;
}
.parttwo{
    padding: 19px 22px 16px 15px;
}
.parttwoquestion-one{
    margin-bottom: 29px;
}
.form-check-input {
    margin-top: 0px !important;
}
img.plusiconimg {
    padding-right: 10px;
    cursor: pointer;
}
img.plusicon {
    padding-right: 10px;
}
.mb_12{
   padding-bottom: 12px;
}
.remark_sheets {
    margin-bottom: 39px;
}
.mb_17{
    margin-bottom: 17.5px;
}
img.marketimg {
    padding-left: 15px;
}
.row.question-listing>* {
    padding: 0px 5px;
}
img.dotimg {
    margin-right: 15px;
    cursor: pointer;
}
img.deleteimg {
    padding-left: 16px;
}
.blackdotimg{
    margin-right: 15px;
    cursor: pointer;
}
.radio-label {
    padding-left: 23px;
    margin-bottom: 0px;
}
.form_group.setsecond label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #585858;
}
.section-border {
    border-bottom: 1px solid #C6CEDD !important;
    padding: 15px 20px 22px 19px;
}
.normal-view {
    padding: 2px 29.5px;
    width: 100%;
    cursor: pointer;
}
.normal-view.active{
   background-color: #6C727B;
}
.normal-view.active h5{
    color: #fff !important;
 }
.table-view{
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #C6CEDD;
}
select.rule-select {
    width: 100%;
    padding: 8.5px 11.5px;
    border: 1px solid #C6CEDD;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    height: 35px;
    outline: none;
    cursor: pointer;
}
.custom-select {
    margin-bottom: 18px;
}
.section2-border>div>div:nth-child(1){
    background-color: #2CA324 !important;
    border-radius: 0px;
}
.section2-border>div{
    border: 2px solid #2CA323;
}
.normalimg {
    margin-right: 8px;
}
.thirdsection {
    padding: 31px 20px 20px 19px;
}
.grey_color{
    color: var(--default_color) !important;
}
img.arrow-left {
    margin-right: 15px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.ml_11{
    margin-left: 11px;
}
.questionset-form .form_group label {
    margin-bottom: 6px!important;
}
.trashimg {
    margin-left: 16px;
    width: 12px;
    height: 13px;
    cursor: pointer;
    margin-top: 34px;
}
.addquestion-padding{
    margin-top: 36px;
}
img.outlineimg {
    padding-left: 16px;
}
.mr_25{
    margin-right: 25px;
}
.row.question-listing {
    margin: 0px;
}
.mr_9{
    margin-right: 9px;
}
.pl_0{
    padding-left: 0px;
}
.custom-select select.rule-select{
    appearance: none;
    background-image: url('../images/select_dropdown.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 20px;
    
}
  .form-checkborder .form-check-input:checked {
    background-color: #fff;
    border: 2px solid #2CA323;
    border-radius: 1000px;
}
.checkmark {
    position: absolute;
    top: -4px;
    left: 18px;
    height: 20px;
    width: 20px;
    /* background-color: #fff; */
    border-color: #2CA323;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}
.form-check-input {
    margin-top: 0px !important;
    background-color: #2CA323;
    border: 2px solid #2CA323;
}

/***************** workflow css - Ends *********************/
/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: var(--default_color);
    margin: 0 !important;
}

/* Hide the browser's default radio button */
.radio input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}

/* Create a custom radio button */
.checkround {
   position: absolute;
   top: 1px;
   left: 0;
   height: 16px;
   width: 16px;
   background-color: #fff ;
   border-color:#C6CEDD;
   border-style:solid;
   border-width:2px;
   border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
   
   border: 2px solid #2CA323;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
   content: "";
   position: absolute;
   display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
   display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 3px;
   top: 3px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background:#2CA323;
}
.radio-label>div {
    align-items: flex-start;
    cursor: pointer;
}   
.form-check.add-border>label {
    opacity: 52%;
    margin-bottom: 0px;
}
.mtop_30{
    margin-top: 30px;
}
span.customer-text {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #15111E;
    display: block;
}
.questionset_form.section2-border {
    margin-top: 20px;
}
.d-flex.question2-section {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textarea-two {
    width: 100%;
    padding-left: 23px;
    padding-right: 26px;
}
.feathertrash {
    margin-right: 19px;
    cursor: pointer;
}
img.settingimg {
    cursor: pointer;
}
.border-top{
    border-top: 1px solid #C6CEDD;
}
.table-viewright-side {
    /* position: fixed;
    right: 0px; */
    width: 100%;
}
.columnrow-padding {
    padding: 32px 48px 50px 18px;
}
.second-addrow {
    position: absolute;
    bottom: 25px;
}
.table-viewleft>img {
    margin-right: 6px;
}
/**********************questionset5-start*************************/
em.star {
    color: #BE3B2B;
}
.listicon{
    margin-right: 9px;
}
.questiontype-list {
    border: 1px solid #AFAFB2;
    border-radius: 4px !important;
    padding: 9.5px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    height: calc(100% - 12px);
}
.questiontype-list h6 {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #15111E;
    margin-bottom: 0px;
    white-space: nowrap;
}
label.select-type {
    margin-bottom: 13px;
}
.questiontype-list.active {
    background-color: #2CA324;
}
.firstquestion-function {
    width: calc(100% + 12px);
    margin: 0px -6px;
}
.firstquestion-function>* {
    padding: 0px 6px;
}
.required-border {
    border-bottom: 1px solid #C6CEDD;
    padding: 17px 24px  13px 18px;
   
}
.select-questionpad {
    padding: 23px 22px 17px 19px;
}
.min-limit h5 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #15111E;
    margin-bottom: 0px;
    white-space: nowrap;
}
.minlimit-value {
    border: none !important;
}
.min-limit .input-group {
    border-bottom: 1px solid #C6CEDD;
}
.row.required-border>div h5 {
    color: #585858 !important;
}
.input-group .btn {
    padding: 0px !important;
    height: 100%;
}
.minvalue-margin {
    margin-bottom: 18px;
}
.minlimit-value {
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
    color: #15111E !important;
    opacity: 48% !important;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #fff !important;
        text-align: center;
    border-radius: 0 !important;
}
.plus {
    color: #8D8B92;
}
.increament-input {
    width: 50px !important;
}
.questiontype-list.active h6 {
    color: #fff;
}
.measurable-section {
    padding: 18px 23px 31px 18.5px;
}
.normal-border {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #C6CEDD;
}
input#weightage, input#maxlimit {
    text-align: center;
}
.weightage {
    margin-right: 9px !important;
}
.maxlimit{
    margin-right: 11px !important;
}
.mr_18{
    margin-right: 18px !important;
}
a.questiontype-list>span {
    display: flex;
    align-items: center;
}
.input-section>div>.form_group {
    margin-bottom: 15px;
}
.col-md-4.add-extracolumn .form-control {
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding: 0px 10px 2px 0px;
    width: 80%;
}
.row.four-columntype {
    padding-left: 27px;
}
.drag-image {
    margin-bottom: 26px;
    min-height: 35px;
    display: flex;
    align-items: center;
}
.section-twoo {
    min-height: 263px;
}

/**********************questionset5-end*************************/
/**********************questionset3-start*************************/
.questiontype-list.active>span>svg>g>path, .questiontype-list.active>span>svg>path, .normal-view.active>span>svg>path {
    fill: #fff;
}
.section-formcontrol {
    padding: 8.5px 12px !important;
}
.table-viewleft label, .measurable-tableview label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin: 0px;
    color: #585858;
    cursor: pointer;
}
.sectionsubrow {
    margin-bottom: 26px;
}
.add-rowsection {
    margin-top: 21px;
}
.table-viewleft, .measurable-tableview {
    padding-bottom: 4px;
    margin-bottom: 15px;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}
.subrow-padding {
    padding-left: 27px;
}
/**********************questionset3-end*************************/
/**********************questionset6-start*************************/
.option-formcontrol {
    border: none !important;
    background-color: #F5F8FD;
    padding: 9.5px 16px !important;
}
.setas-defaultpad {
    padding: 21px 20px 21px 18px !important;
}
.addcondition {
    padding: 21px 20px 0 20px;
}
.form-checkborder.active {
    border-bottom: 2px solid #2CA324;
}
.section-formcontrol.active {
    border: 2px solid #2CA324;
    box-shadow: 0px 10px 17px #00000015;
}
.m_30{
    margin-top: 30px;
}
.mtop_16{
    margin-top: 16px;
}
.column-selectlang>.select-column {
    padding-right: 26px;
    padding-left: 23px;
}
.pd_12{
    padding-top: 12px;
}
input:checked + .greenslider{
    background-color: #69AA40;
}
.row.select-column>* {
    padding: 0px 9px;
}
.row.select-column {
    width: 100%;
    margin: 0;
    cursor: pointer;
}
input.enter-name {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    padding: 0px 20px 4px 0px;
    color: #A3A3A3;
    border-width: 0px 0px 1px 0px;
    border-color: #707070 !important;
    outline: none;
    border-radius: 0px;
}
.entername-tick {
    margin-bottom: 6px !important;
}
img.green-tickicon {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}
.entername-tick {
    display: none;
}
/**********************questionset6-end*************************/
/**********************questionset10-start*************************/

.upload-cloud {
    background-color: #F5F8FD;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    align-items: center;
    border: 1px dashed #C6CEDD;
    justify-content: center;
    position: relative;
}
.question .question_text {
    width: 100%;
    border: 1px solid #C0C9D5;
    border-radius: 4px;
    font-size: 13px;
    line-height: 15px;
    min-height: auto;
    resize: none;
    padding: 9px 12px;
}
.upload-text {
    margin-left: 4px;
    cursor: pointer;
    color: #FF543E;
}
.upload-cloud>label, .upload-cloud>label>span {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.pdffile {
    padding: 12.6px 0px;
}
.text-sheetname {
    border-width: 0px 0px 1px 0px;
    width: 100%;
    border-bottom: 1px solid #C6CEDD;
    padding: 6px 0px;
}
.reddelete-img {
    position: absolute;
    top: 17px;
    right: -31px;
    cursor: pointer;
}
.sh-field ::placeholder{
    color: #15111E !important;
}
.mb_2{
    margin-bottom: 2px;
}
.input-uploadcloud>div>.form_group {
    margin-bottom: 15px;
}
.fourthcolumn-section>div>.form_group {
    margin-bottom: 19px;
}
.cancel_32 {
    padding: 7.5px 23px !important;
}
.save_32 {
    padding: 6.5px 28px;
}
/**********************questionset10-end*************************/
/**********************non-measurable-set-start*************************/
.white-space{
    white-space: nowrap;
}
.non-measurable-sec>tr>th:nth-child(1) {
    width: 15%;
    padding-left: 0px;
}
.measurable-sec>tr>th:nth-child(1) {
    width: 15%;
    padding-left: 0px;
}
.non-measurable-sec>tr>th:nth-child(2) {
    width: 15%;
}
.non-measurable-table>tbody>tr.Question-set>td:nth-child(1) {
    padding-left: 0px;
}
.non-measurable-table>tbody>tr.Question-set>td:nth-child(4)>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.non-measurable-table .non-measurable-sec tr th:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.non-measurable-table .measurable-sec tr th:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.measurable_search-section{
    padding: 19px 15px 18px 20px;
}
.width_22{
    width: 21.5% !important;
}
.measurable-dataform>tr>td:nth-child(1), .measurable-dataform>tr>td:nth-child(2) {
    padding-right: 27px;
}
.measurable-dataform>tr>td:nth-child(2) {
    padding-right: 17px;
}
.firstheadname{
    width: 14% !important;
}
.secondheadname{
    width: 18% !important;
}
.fourthheadname{
    width: 1% !important;
}
/**********************non-measurable-set-end*************************/
/**********************non-measurable-set-end*************************/
.measurabledetail-page-heading {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: var(--black_color);
}
.measurabledetail-page-border {
    border-bottom: 1px solid #E9ECF2;
    width: calc(100% + 51px);
    margin-left: -26px;
    padding: 0px 60px 12px 26px;
    margin-bottom: 30px;
}
.modal .measurable-popupcontent {
    padding: 14px 26px 14px 26px!important;
}
.customer-query-section h6{
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #585858;
    margin-bottom: 12.5px !important;
}
.mb_13{
    padding-bottom: 12.5px;
}
.mb_30{
    margin-bottom: 30px;
}
.customer-query-section label {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-right: 15px;
}
.query-option {
    margin-bottom: 26px;
}
.row.customer-query-section {
    margin-bottom: 29px;
}
.optional-check {
    display: flex;
    align-items: center;
}
.option-check-input {
    margin-right: 9px;
}
.option-check-input:checked {
    background-color: #FF543E !important;
    border-color: none;
}
.payment-mode .custom-select {
    margin-bottom: 16px;
}
.discount-control {
    padding: 8.5px 20px 8.5px 11.5px;
    color: #585858;
}
.payment-mode .custom-select select.rule-select {
    color: #585858;
}
.payment-mode .col-md-3 {
    width: 20% !important;
}
.query-option .checkround {
    top: -1px !important;
}
.payment-mode .custom-select label {
    font-weight: 700 ;
    margin-bottom: 8px;
}
.measurable-popupcontent .cross_span {
    top: 19px;
    right: 30px;
}
.optional-check .form-check-input {
    margin-top: 0px !important;
    background-color: #fff;
    border: 1px solid #C6CEDD;
    border-radius: 3px;
    cursor: pointer;
}
.option-check-input:checked {
    background-color: #2CA323 !important;
}
.mr_21{
    margin-right: 21px;
}
.measurable-height{
    min-height: 533px;
}
.problem-query {
    padding: 11.5px 22px 22px 24px;
    width: calc(100% + 32px);
    margin: 0px -16px;
}
.row.problem-query>* {
    padding: 0px 16px;
}
em.star-tag {
    color: #FF543E;
}
.modal .non-measurable-popupcontent {
    padding: 16px 10px 52px 40px!important;
}
.row.voc-section::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: #c6cedd;
}

.row.voc-section {
    width: calc(100% + 24px);
    margin: 0px -12px !important;
    position: relative;
    padding-top: 20px;
}
.row.voc-section>* {
    padding: 0px 12px;
}
.preview-text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #585858;
}
.edit-mar {
    margin-right: 55px;
}
.modal .non-measurable-popupcontent .cross_span {
    right: 25px;
    top: 33px;
}
.measurable-dataform .form-control {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #585858;
}
.width_23>*{
    width: 24% !important;
}
.nm-set1 {
    padding-right: 18px;
}
.Language-select select.rule-select {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #585858;
}
/**********************non-measurable-set-end*************************/
/**********************stage-setup-start*************************/
.stage1-workflow{
    background-color: #F5F8FD !important;
    padding: 0px !important;
}
.stage-tosection {
    background-color: #fff;
    margin: 0px;
    padding: 28px 85px 39px 37px;
}
.stage-createtosection {
    background-color: #fff;
    margin: 0px;
    padding: 28px 85px 21px 32px;
}
.stageleft-section {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px #00000008;
    border-radius: 4px;
    padding: 0;
    width: 234px;
    margin-bottom: 25px;
}
.stage-secondpart {
    padding: 19px 37px 22px 37px;
    margin: 0px;
}
.date-calender {
    position: absolute;
    top: 33px;
    left: 10px;
}
.stage-border {
    border-bottom: 1px solid #E4E6E8;
    width: calc(100% + 25px) !important;
    margin-left: -12.5px;
    padding: 0px 12.5px 16px 12.5px;
    margin-bottom: 16px;
}
.stage-viewright {
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}
/* .block-name {
    border: 1px dashed #C6CEDD;
    border-radius: 4px;
    padding: 17px 14px 26px 14px;
    background-color: #F5F8FDC6;
} */
.stageright-first-section {
    box-shadow: 0px 6px 12px #00000008;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 0;
    margin-bottom: 25px;
}
.stageright-section .stageright-first-section {
    min-height: 400px;
    height: calc(100% - 25px);
}
.stage_left_blk .stageleft-section {
    min-height: 400px;
    height: calc(100% - 25px);
}
.block-name .form_group {
    margin-bottom: 12px !important;
}
.stageright-section {
    padding-left: 20px !important;
    padding-right: 0px;
    width: calc(100% - 234px);
}
.stage-b-border {
    border-bottom: 1px solid #E4E6E8;
    width: calc(100% + 53px) !important;
    margin-left: -26.5px;
       padding: 0 40px 16px 12.5px;
    margin-bottom: 16px;
}
.block-name label {
    font-weight: 700;
    margin-bottom: 6px !important;
}
.stage-viewright label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}
.stage1-workflow .cross_span {
    font-size: 20px;
    line-height: 17px;
    position: absolute;
    cursor: pointer;
    right: 39px;
    top: 34px;
    font-weight: 600;
}
.Action {
    box-shadow: 0px 6px 12px #00000008;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 0;
    min-height: 350px !important;
    height: 100%;
}
.Action-border {
    border-bottom: 1px solid #E4E6E8;
    width: calc(100% + 42px) !important;
    margin-left: -21px;
    margin-bottom: 16px;
    padding: 0px 22px 12.5px 15px;
}
.whatsaap-sec {
    border: 1px solid #FF543E;
    border-radius: 4px;
    padding: 9px 9px 9px 11px;
    margin-right: 13px;
}
.whatsaap-sec h5 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-left: 5.5px;
    color: #FF543E;
}
.action-disposition {
    margin-top: 20px;
    width: calc(100% + 19px);
    margin-left: -9.5px;
    margin-right: -9.5px;
}
.row.action-disposition>* {
    padding: 0px 9.5px;
}
.exit-sec {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 16px;
}
.Disposition select.form-control {
    font-size: 13px;
    padding: 8.5px;
    background-image: url(../images/select_dropdown.svg);
    background-position: calc(100% - 15px);
    color: #585858;
}
.sectionc1-popupcontent {
    padding: 25px 28px 24px 28px !important;
    box-shadow: 0px 6px 12px #00000008;
    border-top: 1px solid #C6CEDD !important;
    border-radius: 0px 0px 4px 4px;
    border-width: 1px 0px 0px 0px;
    
}
.right-arrow {
    margin-left: 21px;
    margin-right: 18px;
}
.sectionc2_table {
    padding: 23px 28px;
    background-color: #fff;
    border-top: 1px solid #C6CEDD;
    box-shadow: 0px 6px 12px #00000008;
    border-radius: 0px 0px 4px 4px;
}
.column_head th {
    font-size: 11px !important;
    line-height: 14px !important;
    font-weight: 700 !important;
    color: #585858 !important;
    padding: 0px 57px 13px 0px;
    width: 25.5%;
}
tbody.column-data td select {
    font-size: 13px!important;
    line-height: 16px !important;
    color: #585858 !important;
}
.column-data td {
    padding: 13px 57px 13px 0px;
}
.sectionA-addfile {
    text-align: center;
}
.sectionA-addfile h6 {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    margin: 14px 0px 16px 0px;
    color: #15111E;
}
.add-button {
    padding: 1px 24.5px !important;
}
.add-btnmargin{
    margin-bottom: 24px;
}
.action-check {
    width: 47.5%;
    border: 1px solid #C6CEDD;
    border-radius: 4px;
    outline: none;
    opacity: 36%;
    font-size: 13px;
    color: #585858;
    line-height: 17px;
    padding: 4px 8px;
    pointer-events: none
}
.book-appointment .form-check-label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.media {
    margin-bottom: 8px;
}
.height_325{
    min-height: 347px !important;
}
.min1-height{
    min-height: 189px !important;
}

.mar_0{
    margin-right: 0px !important;
}
.second-blocksec>* {
    padding: 0px 9px;
}
.second-blocksec {
    width: calc(100% + 18px);
    margin: 0px -9px;
}
.voc-section .custom-select {
    margin-bottom: 20px;
}
.acces-time {
    position: absolute;
    top: 32px;
    left: 26px;
    display: none;
}
.birthdate-input {
    padding-left: 32px;
    font-size: 13px !important;
    line-height: 16px !important;
}
.file-name {
    color: #15111E !important;
}
.action-check::placeholder {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400px;
}
.stage-create-form {
    padding-left: 30px;
}

.field-radio {
    margin-bottom: 0px !important;
}
.field-radio .checkround {
    position: absolute;
    top: 0px;
    left: 0;
}
.customer-query-section .radio {
    padding-left: 21px;
}
.measurable-dataform>tr>td:nth-child(5) {
    cursor: pointer;
}
.stageleft-section .form-group {
    margin-bottom: 15px;
}
.sectiona-count {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}
.count-pad {
    height: 35px;
}
.add-column-count {
    width: 36%;
}
.metadata-form-control {
    padding: 4px;
}
.stage-create-form .col-md-3 {
    width: 21.5%;
}
.last-section-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.last-section {
    margin: 15px 0px 102px 0px;
    padding: 25px;
}
.previewform-btn {
    color: #FF543E;
    background-color: #fff !important;
    border: 1px solid #FF543E;
    margin-left: 25px;
    padding: 9px 27px;
}
.cancel-btnn {
    background-color: #fff !important;
    border-color: #fff!important;
    color: #FF543E;
}
.resolution {
    border-bottom: none;
}
.measurable_search-section .search_dicon {
    top: 35%;
    left: 20px;
}
.stageleft-section  select.form-control, .stage-create-form select.form-control {
    background-image: url(../images/select_dropdown.svg);
    background-position: calc(100% - 15px);
    padding-right: 30px !important;
    background-repeat: no-repeat;
    font-size: 14px !important;
    line-height: 17px !important;
}
.sectionc1-popupcontent .custom-select select.rule-select{
    appearance: none;
    background-image: url('../images/select_dropdown.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 20px;
    color: #585858 !important;
    font-size: 14px !important;
    line-height: 17px !important;
}
.stage-create-form select.form-control{
    color: #15111E !important;
}
input.action-check.active {
    opacity: 1;
    pointer-events: auto;
}
.dset3_name input {
    margin-right: 6px;
}
.dset3_name {
    margin-bottom: 14px;
}
.dset3_name label {
    color: #15111E !important;
    opacity: 100% !important;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}
.selection-search{
    border: 1px solid #E9ECF2 !important;
}
.add-modalform {
    padding: 27px 37px 27px 37px !important;
    width: 462px;
}
/**********************stage-setup-end*************************/
/**********************stagecreate-start*************************/
.select-selection-data label {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #15111E;
}
.select-selection-data {
    margin-bottom: 13.5px;
}
.createpopup-padding {
    padding: 11px 18px 12px 21px !important;
}
.create-border{
    border-bottom: 1px solid #E9ECF2;
}
.employees-list {
    margin: 0px;
    padding: 17.5px 18px 28px 20px;
}
.addcolor-cancel {
    margin-left: 13px;
    background-color: #F5F8FD !important;
    border-color: #F5F8FD !important;
    color: #15111E;
}
.search-list {
    margin: 0px;
    padding: 22px 18px 17.5px 20px;
}
.search-list .search_dicon {
    top: 35%;
    left: 19px;
}
.employees-listbutton {
    margin: 0px;
    padding: 28px 18px 37px 20px;
}
.addpopup-input:checked {
    background-color: #2BC554 !important;
}
.select-selection-data input {
    margin-right: 6px;
}
.addpage-padding{
    padding: 8px 32px !important;
}
.addcolor-cancel:hover {
    color: #15111E !important;
    
}
.hide-employeedata {
    min-height: 857px !important;
}
.side-addbutton {
    padding: 7px 31px !important;
}
.add-blockinformation {
    padding: 8px 31px !important;
}
.bookmr_12 {
    margin-right: 12px;
}
.nm-set1-container {
    width: 943px !important;
}
.second-add-popupform .form-group {
    margin-bottom: 15.5px;
}
.mtop_11{
    margin-top: 10.5px;
}
.add-textform {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.stagecreate2-blockpad {
    padding: 10px 25.5px 14px 14px !important;
}
.Measurable-set-radio {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #15111E;
    margin: 0px;
}
.mr_29{
    margin-right: 29px;
}
.editsection-text {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #FF543E;
}
.editsection-text:hover {
    color: #FF543E !important;
}
.pl_23{
    padding-left: 23px;
}
.Measurable-set-radio .checkround {
    top: 0px;
}
.mb_23{
    margin-bottom: 23px !important;
}
.stage-vocsection>* {
    width: 100% !important;
}
.stageleft-sectionA .form-group>input, .Incident-list>select, .stage2-process .form-control {
    padding: 8.5px 12px;
}
.stageleft-sectionA .form-group>select {
    padding: 8px 12px !important;
}
.dateof-birth>input {
    padding-left: 30px !important;
}
.stage2-process .process {
    margin-bottom: 8px !important;
}
.edit_pad{
    padding-top: 9px;
}
/**********************stagecreate-end*************************/


/********************** css changes on 22-09-2022 *************************/
.dropdown-item a {
    color: var(--black_color) !important;
    font-size: 13px;
    line-height: 15px;
}
.filter_section .btn-primary {
    padding: 6px 19px;
    line-height: 16px;
}
.create_dataset_pop.modal .modal-dialog.modal-lg {
    max-width: 700px;
    width: 700px;
}
.create_dataset_pop.modal .modal-dialog.modal-lg .modal-content {
    padding: 25px 30px 0 25px;
}
/* .data_pro_row>*:not(:last-child) {
    border-right: 1px solid #E9ECF2;
} */
.pb_20 {
    padding-bottom: 20px;
}
.dataset_detail_blk {
    width: calc(100% + 55px);
    margin-left: -25px;
    padding: 50px 30px 50px 30px;
}
table.metadata_subtable.dataset_subtable {
    background-color: #fff;
    border-radius: 4px;
}
table.metadata_subtable.dataset_subtable td {
    padding: 6.5px 13px;
}
.optional-check label {
    margin: 0;
    font-weight: 400;
}
/********************** css changes on 22-09-2022 - End *************************/
.stage-create-form {
    padding-left: 30px;
    width: calc(100% + 35px);
    margin: 0px -17.5px;
}
.stage-create-form>* {
    padding: 0px 17.5px;
}
.addpopup-mar {
    margin-right: 15px;
}
.stageleft-sectionA label {
    font-weight: 700;
}
.block-name {
    /* border: 1px dashed rgb(198, 206, 221); */
    padding: 17px 14px 26px;
    background-color: rgba(245, 248, 253, 0.776);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23C6CEDDFF' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-name >.form-group {
    width: 100%;
}
.section-csec {
    padding: 9px 27px 11px 27px !important;
}
.move-to-next .radio .checkround:after {
    background: #2BC554;
}
.move-to-next .radio input:checked ~ .checkround {
    border: 2px solid #2BC554 !important;
}
.que2-set {
    flex: 0 0 auto;
    width: 30.333333% !important;
}
table>.sectionc2-table>tr>td {
    font-size: 14px !important;
    line-height: 17px !important;
}
.multiple-check .form-check-label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.actualtype-table>tr>th{
 padding-bottom: 8px !important;
}
.firstselect {
    padding: 8px 11.5px !important;
}
.ptop_17{
    padding-top: 17px;
}
.editvoc-section>* {
    width: 22%;
}.sidemenu_div {
    display: block;
}

.myprofile-border{
    border-right: 1px solid #E4E6E8;
    text-align: center;
}
.myprofile_pass_form {
    padding: 40px 30px;
    /* margin-top: 53px; */
}
.Account-Settings {
    padding-left: 30px;
}
.info-inputfield .logininput-field {
    margin-bottom: 16px!important;
}
.mtop_28{
    margin-top: 28px;
}

.edit-profile-btn {
    background-color: #fff !important;
    color: var(--pri_color);
    border-width: 1px;
    display: inline-block;
}
.edit-profile-btn:hover{
    color: #FF543E!important;

}
.submeta-data-first-row {
    margin-bottom: 10px !important;
}
.editblock-name {
    padding: 17px 14px 4px 14px !important;
}
.sidemenu-cross {
    display: none !important;
}
.filter_search {
    margin-right: 3px;
}


/************* css changes on 06-10-2022 *****************/
.pl_8 {
    padding-left: 8px;
}
.width_80 {
    width: 80%;
}
.width_20 {
    width: 20%;
}
.text-right {
    text-align: right;
}
.noti_blk {
    padding: 23px 23px 23px 15px;
}
.noti_blk:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}
.pl_40 {
    padding-left: 40px;
}
.main_nav_ul.not_nav_ul>li>.nav-link {
    padding: 10px 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}
.main_nav_ul.not_nav_ul>li>.nav-link>span {
    display: flex;
    background-color: #f1f2f7;
    margin-left: 5px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 4px 5px;
    color: var(--black_color);
}
.main_nav_ul.not_nav_ul>li>.nav-link.active>span {
    display: flex;
    background-color: #fff;
    color: var(--pri_color);
}
.profile_img.noti_img {
    border: none;
}
.mb_5 {
    margin-bottom: 5px;
}
.dash_menu_col.tab-content {
    border-top-left-radius: 0;
}
.success_popup_modal.modal .modal-dialog {
    width: 400px;
}
.success_popup_modal.modal .modal-dialog img {
    width: 45px;
}
.success_popup_modal.modal .modal-dialog .dashcross_span {
    right: 10px;
    top: 10px;
}
/************* css changes on 06-10-2022 - Ends *****************/


/***************** css changes on 07/10/2022 *********************/
/****** create org form uppercase starts*****/
.upper-case{
    text-transform: uppercase;
}
/****** create org form uppercase ends*****/

/***** avoid overriding of tab-content ******/
.tab-pane:not(.active) {
    display: none !important;
}
/***** avoid overriding of tab-content ******/
.clear-filter {
    padding-left: 15px;
}
.filter_search {
    margin-right: 5px;
}


ul.ui-autocomplete {
    z-index: 99999999;
}


/***************** css changes on 13/10/2022 *********************/
.metaset_join_set {
    padding-top: 20px;
    margin-top: 10px;
}
.metaset_join_set::before {
    content: "";
    display: block;
    width: calc(100% + 70px);
    height: 1px;
    position: absolute;
    top: 0;
    left: -35px;
    background-color: #c0c9d5;
}
.mr_30 {
    margin-right: 30px;
}
/***************** css changes on 13/10/2022 - Ends *********************/

/***** hide input element for profile picture update ******/
input#profile_pic {
    display: none;
}
/***** hide input element for profile picture update ******/

/***** error messages in red ******/
label.error {
    color: #fb3737 !important;
    font-weight: 400 !important;
}
/***** error messages in red ******/
.profile-container {
    width: 64px;
    object-fit: contain;
    margin: 0 auto;
}
img.my-profile-icon {
    width: 100%;
}

.proedit-btn {
    border-radius: 50% !important;
    width: 22px !important;
    height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #FFF2F0 !important;
    left: 145px;
    top: 82px;
}
/* .app-notifications .object-tools {
    top: 131px;
    right: 319px;
} */
.width_66 {
    width: 66.66%;
}
.mt_20 {
    margin-top: 20px;
}
h6.deletext {
    text-align: center;
}
.data-delete {
    padding: 8px 33px !important;
}
img.circle-icon {
    width: 74px;
}
.yes-nopopup {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataset_select_tag {
    background: transparent;
    border: none;
    color: #585858;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    background-image: url("../images/greyarrow-up.svg");
    appearance: none;
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px);
    padding: 5px 20px 5px 5px;
    outline: none;
}
.dataset_select_tag option {
    color: #585858;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
}
.dataset_select_tag:focus {
    background-color: #fff;
}
.table-responsive.active {
    overflow: inherit;
}
.metadata_popup_table tbody tr td:first-child {
    padding-left: 0px !important;
    padding-right: 15px !important;
}
.metadata_popup_table tbody tr td:last-child {
    padding-right: 0px !important;
     padding-left: 15px !important;
}

/********* custom dropdown ***************/
.dataset_select {
    position: relative;
}
.select_list>li label {
    margin: 0;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: var(--default_color);
    text-transform: uppercase;
    cursor: pointer;
}
.dataset_select.active {
    z-index: 1;
    background-color: #fff;
}

.summary_select {
    padding: 5px;
    cursor: pointer;
    list-style: none;
}

.summary_select::-webkit-.dataset_select-marker {
    display: none;
}
.dropdown_visible>*>span, .dataset_blk .dropdown-menu.show li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.summary_select:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url('../images/greyarrow-up.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    position: absolute;
    right: 10px;
    top: 39%;
}

.summary_select:focus {
    outline: none;
}

.dataset_select.active .summary_select:after {
    transform: rotate(180Deg);
}

.summary_select.radios {
    counter-reset: radios;
}

.summary_select.radios:before {
    content: var(--selection);
}

input[type=radio] {
    counter-increment: radios;
    appearance: none;
    display: none;
}
.dataset_select .select_list {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0px;
    display: none;
    top: 24px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.dataset_select.active .select_list {
    opacity: 1;
    z-index: 15;
    display: block;
}
input[type=radio] {
    display: flex;
}
.dataset_select.inner_outer_select {
    width: 60px;
}
.dataset_select.inner_outer_select ul.select_list {
    width: 195px;
    box-shadow: 0px 2px 2px #00000015;
    border-radius: 4px;
}
.dataset_select.inner_outer_select.active {
    background-color: transparent;
}
/* input[type=radio]:after {
    content: attr(title);
    display: inline;
    font-size: 11px;
    line-height: 14px;
    color: #585858;
    font-weight: 700;
    text-transform: uppercase;
} */
ul.list {
    counter-reset: labels;
}
.select_list>li {
    padding: 8px 15px;
}
.dataset_select.inner_outer_select .summary_select input + div {
    display: none;
}
.dataset_select.inner_outer_select .summary_select input:checked + div {
    display: flex;
}
.dataset_select.inner_outer_select ul.select_list>li:hover {
    background-color: #f0f0f0;
}
/********* custom dropdown Ends ***************/
/***************** css changes on 07/10/2022 - Ends *********************/
/***************** css changes on 27/10/2022 - starts *********************/
.line_height19{
line-height: 19px !important;
} 
.noti_blk {
    padding: 23px 23px 23px 15px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}
/***************** css changes on 28/10/2022 - starts *********************/
.choice_option_div_append {
    margin-left: 22px;
    
}
.table-viewright-side>* {
    margin: 0px;
}
.questionset_form {
    margin-bottom: 20px;
}
.input-delete {
    margin-bottom: 20px;
}
.no_entries {
    padding: 15px;
}
.create-question-set-section {
    min-height: 85vh;
}
.answer_option {
    border: 1px solid #C0C9D5;
}
.question_text {
    border: 1px solid #C0C9D5;
    width: 100%;
}
.col_choice_option_div_append {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.col_choice_option_div_append .input-delete {
    width: 100%;
}
.col_choice_option_div_append input, .col_choice_option_div_append textarea, .question textarea, .question input {
    border: 1px solid #C0C9D5;
    border-radius: 4px;
    font-size: 13px;
    color: #15111E;
    line-height: 16px;
    min-height: auto;
    width: calc(100% - 27px);
    resize: none;
    padding: 6px 12px;
    outline: none;
}
.question .add-items input  {
    width: 100%;
}
body .col_choice_option_div_append textarea, body .question textarea  {
    width: 100%;
}
.table-viewleft img {
    margin-top: 0;
}
.col_choice_option_div_append .input-delete:last-child {
    margin-bottom: 0;
}
.col_choice_option_div_append .input-delete {
    margin-bottom: 10px;
}
.addoption_padding.addquestion-padding {
    margin-top: 0px !important;
}
.select-column:not(:last-child) {
    margin-bottom: 16px;
}
.multiple_option {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: calc(100% - 23px);
    z-index: 1;
    padding: 0 9px;
}
.select_multiple_row .col_choice_option_div_append {
    margin-bottom: 40px;
}
.select_multiple_row {
    position: relative;
}
.addquestion-padding.question_add_option {
    margin-top: 20px;
}
.row.combined-row {
    min-height: calc(100vh - 68px);
}
.question_add_option {
    margin-left: 22px;
}
.answer_option.date_pick, .answer_option.time_pick, .answer_option.text_box_input {
    width: 100% !important;
}
.upload-cloud input[type="file"] {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.choice_option_div_append .input-delete {
    margin-bottom: 10px;
}
.choice_option_div_append .input-delete:not(:last-child) {
    margin-bottom: 10px;
}
.mt_7{
    margin-top:7px;
}
.table-newview {
    position: fixed;
    right: 0px;
    padding: 0px 0px;
    width: 341px;
    overflow: auto;
    height: calc(100% - 64px);
}
.mesu_rgt_inner {
    padding: 20px 15px;
}
.w-40 {
    width: 40%;
}
label.radio.Measurable-set-radio.mr_29 {
    margin-right: 29px !important;
}
textarea.answer_option {
    border: 1px solid #C0C9D5;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
}
.stage-vocsection .upload-cloud {
    margin-bottom: 20px;
}
.answer_option.date_pick, .form-control.date_pick, .form-control.date_time_pick {
    background-position: 10px;
    background-image: url(../images/birth-calendar.svg);
    background-repeat: no-repeat;
    background-color: #fff;
}
.form-control.date_pick,.form-control.date_time_pick {
    padding-left: 31px !important;
}
.answer_option.time_pick {
    background-position: 10px;
    background-image: url(../images/access-time.svg);
    background-repeat: no-repeat;
}
.stage-createtosection .stage2-process .process {
    font-weight: 400;
}
.stage-vocsection>* select, .stage-vocsection>* input, .stage-vocsection .answer_option.date_pick, .stage-vocsection .answer_option.time_pick {
    width: 25% !important;
}
.stage-vocsection>* textarea, .stage-vocsection>* .upload-cloud {
    width: 50%;
}
.col-md-2.sectionB_metadata_append, .employees-list>* {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
tr.Question-set td:first-child {
    padding-left: 0;
}
table tbody tr td a {
    font-weight: 700;
    color: var(--black_color);
}
.dynamica_data {
    text-align: center;
}
.sectionB_metadata_append>*, .employees-list>*>* {
    width: 20%;
    padding-right: 15px;
}
.execute-btn {
    margin-left: 12px;
}

/**************** css changes on 15/11/2022 ********************/
.sidemenu_ul>li>a.active #Icon_metro-flow-tree {
    fill: #fff;
    stroke: #fff;
}
.sidemenu_ul>li>a.active svg {
    stroke: #fff;
}
.profile_image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.profile_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.edit_profile img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    border-radius: 0;
}
.edit_profile {
    width: 30px;
    height: 30px;
    background: #FFF2F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 3px;
    cursor: pointer;
}
.orga_thead tr .remarks_td {
    width: 37%;
    white-space: normal;
    word-break: break-all;
}
body .ui-autocomplete {
    z-index: 99999999;
    width: 235px !important;
    background-color: #fff;
    box-shadow: 0px 2px 2px #00000015;
    border-radius: 0 0 4px 4px;
    max-height: 250px;
    height: auto;
    overflow: auto;
}
body .ui-autocomplete li .ui-menu-item-wrapper {
    font-size: 13px;
    line-height: 12px;
    padding: 10px;
    cursor: pointer;
}
.view_icon {
    width: 18px;
}
/**************** css changes on 15/11/2022 - End ********************/
/**************** css changes on 16/11/2022 - start ********************/
tbody.row_fields.data_rec_apnd>tr {
    border-bottom: 1px solid #E9ECF2 !important;
    background-color: #ffffff !important;
}
.col_fields{
   border-bottom: 1px solid #E9ECF2 !important;
}
.col_fields>th {
    padding: 5px 8px 5px 15px !important;
}
.scrollit {
    max-height: 441px;
    height: auto;
}
.meta_execute_dataset {
    max-width: 100%;
    width: 1000px;
}
.stages_preview_page {
    flex-wrap: wrap;
}
/* .modal-open {
    overflow: hidden;
} */
.stages_preview_page.show .last-section {
    display: none;
}
.stages_preview_page.show .add-button {
    display: none;
}

.stages_preview_page.show .editsection-text {
    display: none;
}
.stages_preview_page.show .editsection-text {
    display: none;
}
.stages_preview_page .arrow-left {
    display: none;
}
.stages_preview_page .sectiona-count {
    display: none;
}
.row.select_question_row {
    flex-wrap: nowrap;
}
.column_scroll {
    overflow: auto;
}
.column_scroll + .addquestion-padding {
    margin-top: 25px;
}
.column_scroll {
    padding-bottom: 11px;
}
.add-extracolumn.right_add_column .min-limit {
    width: fit-content;
}
.table_view_clm>.col-md-12>div>select.rule-select {
    width: 100% !important;
}
.column_second_scroll {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
}
.column_second_WRAP {
    flex-wrap: nowrap !important;
}
.table_view_clm {
    width: 25% !important;
}
.table_view_clm>* textarea, .table_view_clm>* .upload-cloud {
    width: 100%;
}
.table_view_clm>* select, .table_view_clm>* input, .table_view_clm .answer_option.date_pick, .table_view_clm .answer_option.time_pick {
    width: 100% !important;
}
.new-selectrule {
    background-color: #ffffff !important;
}
.normal-view-section {
    width: 33.33% !important;
    margin-bottom: 10px;
}
.option-formcontrol.form-control:focus {
    background-color: #F5F8FD;
        border: none !important;
}
.qsn_rel_drop {
    padding: 17px 24px 13px 18px;
}
.questiontype-list.active>span>svg>g#Label>path, .questiontype-list.active>span>svg>g#Checkbox>path {
    fill: none;
    stroke: #fff;
}
.row.select-column .row.select_question_row {
    padding: 0;
    margin: 0;
    width: 100%;
}
.history_table {
    max-height: 200px;
    height:auto;
    overflow: auto;
}
.btn-primary.history_btn, .btn-primary.history_btn:hover, .btn-primary.history_btn:focus {
    background-color: #FFF2F0;
    border-color: #FFF2F0;
    color: var(--pri_color);
}
.mr_15 {
    margin-right: 15px;
}

/* Multi Select Css starts from here */
.github.ribbon {
	position: fixed;
	display: block;
	top: 40px;
	right: 0;
	border: 0;
	z-index: 1001;
}

.prettyprint {
	padding: 10px!important;
}

#wrap {
	padding-top: 70px;
}

#home h1 {
	margin-bottom: 30px;
}
#demo,
#examples,
#support,
#download {
	padding-top: 40px;
}
/* Multi Select Css ends from here */

/***************************************Css-01/12/2022********************************************/
ul.errorlist li {
    color: #fb3737 !important;
    /* margin-top: 5px; */
}
/* label#new_password2-error {
    position: absolute;
    bottom: 321px;
} */
.font_20{
font-size:20px !important;
}
.error, label.errorlist {
    margin-top: 5px;
    margin-bottom: 0 !important;
}
ul.errorlist>li:not(:last-child) {
    margin-bottom: 5px;
}
.page_body {
    display: flex;
    min-height: calc(100vh - 70px);
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.page_body>* {
    width: 100%;
}
/***************************************Css-01/12/2022 Ends ********************************************/


/*************** role management css *********/
.table_container.role_container {
    padding: 15px;
}
.mb_21 {
    margin-bottom: 21px;
}
.choose_all {
    background: none;
    border: none;
    margin-top: 13px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 600;
}
.choose_right {
    background-color: transparent;
    width: 30px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #ff4142;
}
.choose_right_new {
    background-color: transparent;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #ff4142;
}
.right_arrow {
    transform: rotate(-90deg);
}
.left_arrow {
    transform: rotate(90deg);
}
body select.form-control.multi_select_div {
    background-image: none;
    background-color: #eff2f7;
    padding: 0 !important;
}
.right_side_blk {
    height: 175px;
}
.pl_5 {
    padding-left: 5px;
}
/*************** role management css - Ends *********/
.previewform-btn:hover, .cancel-btnn:hover, .refesh-color  {
     color: #FF543E !important;
    
}
.p-top{
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}


/*************** css changes on 08/12/2022 - ***************/
.left_per {
    flex: inherit;
    max-width: calc(50% - 45px);
    width: calc(50% - 45px);
}
.middle_per {
    flex: inherit;
    max-width: 50px;
    width: 50px;
}
.left_per .left_multiselect_div {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 140px;
}
.left_per input.form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
body select.form-control.multi_select_div option {
    padding: 5px 12px;
    background-color: #eff2f7;
}
body select.form-control.multi_select_div option:selected {
    padding: 5px 12px;
    background-color: #eff2f7;
}
body select.form-control.multi_select_div option:checked, body select.form-control.multi_select_div option:hover , body select.form-control.multi_select_div option:focus, body select.form-control.multi_select_div option::selection, body select.form-control.multi_select_div option:active, body select.form-control.multi_select_div option:checked:after{
    background-color: #fff !important;
}
/*************** css changes on 08/12/2022 - Ends *********/

/*************** menu dropdown css *********/
.sidemenu_ul .dropdown-menu {
    position: static !important;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0;
    transform: inherit !important;
}
.sidemenu_ul>li>a.show, .sidemenu_ul>li>a.show +  ul {
    background-color: #fafafa;
}
.sidemenu_ul>li>a.show img {
    transform: rotate(-180deg);
}
.sidemenu_ul .dropdown-menu li a {
    padding: 8px 10px 8px 51px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.sidemenu_ul .dropdown-menu li {
    margin: 0;
}
body .dropdown-item.active, body .dropdown-item:active, body .dropdown-item:hover {
    color: #fff;
    background-color: #ff543e;
}
/*************** menu dropdown css - Ends *********/
/*************** Bias Allocation css - starts *********/

.sub_table_header>th>div>h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700 !important;
    color: #AFAFB2;
}
.sub_table_header>th {
    padding: 10px 13px 4.5px 13px;
}
.sub_table_blk tr.sub_tab_tr td {
    border-bottom: 1px solid #E9ECF2 !important;
}
.sub_table_blk {
    background-color: #F5F8FDC6;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23C6CEDDFF' stroke-width='1' stroke-dasharray='6%2c 4' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 4px;
    background-size: calc(100% - 0.5px);
}
.sub_table_blk tr.sub_tab_tr:last-child td {
    border: none !important;
}
.collpase_tr.active>td {
    padding-bottom: 20px;
}
.bias_alloc>.sub_tab_tr>td {
    line-height: 16px;
    padding: 5.4px 13px 6.6px 13px;
}
tr.sub_tab_tr:last-child {
    border-bottom: none !important;
}
.create-bias-modal {
    width: 764px !important;
}
.create-Bias-set {
    background-color: #F3F7FD;
   
}
.create-Bias-set {
    background-color: #F3F7FD;
    padding: 20px 13px 16px 5px;
}
.create-Bias-section tbody tr, .create-Bias-section thead tr {
    border-bottom: none!important;
}
.create-inputsec>td>select {
    color: #585858;
}
.between_td>div {
    width: 50%;
}
.between_td>div:nth-child(1) {
    padding-right: 3px;
}
.between_td>div:nth-child(2) {
    padding-left: 3px;
}
.collpase_tr.d-flex.active {
    display: flex !important;
}
table.create-Bias-section>thead>tr>th:nth-child(3) {
    width: 204px !important;
}
.subtable{
     border-bottom:none !important;
}
img.doubleright-arrow {
    height: 11px;
}
.admission-para {
    font-size: 13px !important;
    line-height: 16px !important;
    color: #838383 !important;
}
.page-item.active .page-link {
    background-color: var(--pri_color) !important;
    border-color: var(--pri_color) !important;
}
/*************** Bias Allocation css - Ends *********/

/*************** css changes on 12/12/2022 *****************/
.active #users path, .active #users circle {
    fill: transparent;
    stroke: #fff;
}
.bias_create_table thead tr th {
    padding-bottom: 0;
    color: #756C89;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.scrollbox_div.sub_table_scroll {
    height: auto;
    max-height: 170px;
}
.scrollBox .zl-scrollBarBox {
    background: transparent;
    border-radius: 2px;
    right: 6px !important;
}
.scrollBox .zl-scrollBar.zl-verticalBar {
    width: 2px !important;
    border-radius: 2px !important;
    background-color: #756C89;
}
.scrollbox_div.sub_table_scroll.popupScroll {
    max-height: 275px;
}
.popup_scroll.scrollBox .zl-scrollBarBox {
    right: 0px !important;
}
/* .zl-scrollContentDiv + .zl-scrollBarBox + .zl-scrollBarBox {
    display: none;
} */
input.enter-name:focus {
    border-width: 0 0 1px 0 !important;
}
.sub_td .zl-scrollBar.zl-horizontalBar {
    display: none;
}
/*************** css changes on 12/12/2022 - Ends *****************/

/***************** css changes on 12/12/2022 *********************/
.create_sampling_modal .modal-dialog {
    max-width: 800px;
    width: 800px;
}
.create_sampling_modal.modal .modal-content {
    padding: 27px 48px;
}
.create_sampling_row {
    margin-left: -7.5px;
    width: calc(100% + 15px);
    margin-right: -7.5px;
}
.create_sampling_row>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.create_sampling_row label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
body .create_sampling_row select.form-control {
    background-image: url('../images/select_dropdown.svg');
    background-position: calc(100% - 14px);
}
body .create_sampling_row .form-control {
    padding: 8.5px 10px;
}
.font_9 {
    font-size: 9px !important;
    line-height: 11px !important;
}
.sampling_plan {
    background-color: #D8DEE8;
    border-radius: 4px;
}
.sampling_plan>*:not(:last-child) {
    border-right: 1.5px solid #fff;
}
.sampling_plan>li {
    padding: 15.5px 13px;
    width: 33.33%;
}
.sampling_plan>li span {
    color: #15111E;
}
.sampling_plan>li.active span {
    color: #fff;
}
.sampling_plan>li.active {
    background-color: var(--pri_color) !important;
}
.sampling_plan>li.active:first-child {
    border-radius: 4px 0 0 4px;
}
body .form_date.form-control {
    background-image: url('../images/birth-calendar.svg');
    background-position: calc(100% - 7px);
    background-repeat: no-repeat;
    padding-right: 30px;
}
.audit_type_check {
    border: 1px solid #C6CEDD;
    width: fit-content;
    border-radius: 4px;
}
.audit_type_check>li:not(:last-child) {
    border-right: 1px solid #C6CEDD;
}
.audit_type_check>li {
    position: relative;
    width: 140px;
}
.audit_type_check>li input {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.audit_type_check>li input:checked + label {
    background-color: #FFE9E7;
}
.audit_type_check>li input:checked + label span {
    color: var(--pri_color) !important;
}
.audit_type_check>li input:checked + label .tick_icon {
    display: flex;
}
.audit_type_check>li label {
    margin: 0;
    padding: 8px 10px;
    width: 100%;
    cursor: pointer;
}
.audit_type_check>li:first-child input:checked + label {
    border-radius: 4px 0  0 4px;
}
.audit_type_check>li:last-child input:checked + label {
    border-radius: 0px 4px  4px 0px;
}
.tick_icon {
    margin-right: 6px;
    display: none;
    width: 11px;
    height: 6px;
    border-left: 1.5px solid var(--pri_color);
    border-bottom: 1.5px solid var(--pri_color);
    transform: rotate(-52deg);
    margin-top: -4px;
}
.sampling_audit_div {
    border: 1px solid #E5EAF2;
    padding: 17px 13px 0 13px;
    border-radius: 4px;
}
body .create_sampling_row .form-control.search_control {
    background-image: url('../images/identify_search_icon.svg');
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 30px !important;
    padding-right: 56px !important;
}
.form-group {
    position: relative;
}
.clear_all {
    position: absolute;
    top: 27px;
    right: 11px;
}
.mt_11 {
    margin-top: 11px;
}
.close_mark {
    font-size: 14px;
    line-height: 15px;
    padding-left: 6px;
    cursor: pointer;
}
.multi_selected_dropdown li {
    background-color: #D8DEE8;
    border-radius: 4px;
    padding: 2.5px 6px;
    margin-right: 10px;
}
.multi_selected_dropdown li>* {
    line-height: 12px;
}
.multi_select_span {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.audit_type_check.allocation_type_check li {
    width: 100px;
}
.pl_10 {
    padding-left: 7px;
}
.toggle_check {
    background-color: #E9ECF2;
    width: 26px;
    height: 14px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.toggle_check_span input[type="radio"] {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
.toggle_check span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #929BAF;
    left: 1px;
    position: absolute;
    top: 1px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}
input:checked + .toggle_check {
    background-color: #FF543E;
}
input:checked + .toggle_check>span {
    left: 13px;
    background-color: #fff;
}
.mr_17 {
    margin-right: 17px;
}
/***************** css changes on 12/12/2022 - Ends *********************/

/***************** data upload manual css *********************/
table tr th {
    font-size: 11px;
    line-height: 14px;
}
.date_time_make_caps {
    text-transform: uppercase;
}
/***************** data upload manual css - Ends *********************/

/*****************empoyee detail- css changes on 13/12/2022 - starts *********************/
.employee-createtosection {
    background-color: #fff;
    margin: 0px;
    padding: 26px 39px 19px 38px;
}
.employee-firstrow>div>h3, .employee-firstrow>div>h6 {
    margin-bottom: 0px !important;
}
.employee-firstrow {
    margin-bottom: 14px;
    padding-left: 0px;
}
.employee-firstrow>div:nth-child(1), .employee-firstrow>div:nth-child(2) {
    border-right: 1px solid #AFAFB2;
}
.groupon-borderpadding {
    padding: 0px 8px 0px 0px;
}
.groupon-borderpadding1 {
    padding: 0px 8px 0px 8px;
}
.employee-firstrow>div>h3 {
    margin-right: 5.5px;
}
img.empolyee-datebirth {
    margin-right: 7px;
}
.employee-blockname>.form_group:not(:last-child) {
    margin-bottom: 17px !important;
}
.employee-sectionc1 .col-md-2 {
    width: 15%;
}
.sectionc1-endcolumn {
    padding: 8px;
    background-color: #F5F8FD;
}
.from-textarea{
    border: 1px solid #E9ECF2;
    border-radius: 4px;
    outline: none;
    resize: none;
    height: 35px;
}
.sectionc1-endcolumn>div>select {
    border: 1px solid #E9ECF2;
}
.sectionc1-endcolumn>div:nth-child(1), .sectionc1-endcolumn>div:nth-child(2){
    margin-right: 17.5px;
}
.sectionc1-endcolumn {
    width: 54% !important;
}
.w-25 {
    width: 25% !important;
}
.second-table-margin{
    margin-left: 18px;
    margin-right: 18px;
}
.secc2-table>thead>tr>th {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #585858;
    padding-left: 0px !important;
    
}
.sectionc2-table>tr>td {
    padding-left: 0px !important;
}
.second-table>tbody>tr>td {
    font-size: 13px!important;
    line-height: 16px !important;
    font-weight: 400 !important;
    color: #585858 !important;
    
}
.first-table>tbody>tr>td {
    color: #585858 !important;
    padding-left: 0px !important;
    font-size: 14px!important;
    line-height: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}
.employee-bottomsection {
    border: 1px solid #FFA99E;
    background-color: #FFF3F1;
    padding: 26px 38px 32px 40px !important;
}
.progress-bar {
    background-color: #FF543E !important;
}
.progress {
    height: 9px !important;
}
.groupon-borderpadding>h3, .groupon-borderpadding1>h3 {
    margin-right: 5.5px;
}
.pl_0{
    padding-left: 0px !important;
    margin-bottom: 13.5px;
}
.employee-firstrow>div:nth-child(1), .employee-firstrow>div:nth-child(2){
    border-right: 1px solid #AFAFB2;
}
.history_error {
    color: #fb3737 !important;
}
/***************** empoyee detail-css changes on 13/12/2022 - Ends *********************/
/***************** general detail-css changes on 14/12/2022 - Ends *********************/
.nav-link.active {
    background-color: none !important;
}
.sampfrom-textarea {
    outline: none;
    height: 35px;
    resize: both !important;
    color: #585858 !important;
}
.cancel-btn {
    border: none !important;
    background: none !important;
}
.text-decoration {
    text-decoration: underline;
    color: #FF543E !important;
    padding-left: 0px;
    width: fit-content;
    cursor: pointer !important;
}
.clockimg {
    position: absolute;
    top: 10px;
    right: 12px;
}
.sampling-table {
    width: calc(100% + 96px);
    margin-left: -48px;
}
.condition-table th {
    padding: 10px 0px 10px 13px !important;
}
.condition-table tr td {
    padding: 8px 0px 8px 9px !important;
}
.condition-table tr td:nth-child(1) {
    padding: 8px 0px 8px 13px !important;
}
/* .condition-table tr td:nth-child(5) {
    padding: 8px 9px 8px 9px !important;
} */
.pl-13 {
    padding-left: 13px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.sampling_plan>li>.nav-link.active {
    background-color: var(--pri_color);
    border-color: var(--pri_color);
}
.sampling_plan>li>button {
    padding: 15.5px 13px;
    width: 100%;
}
.samplinggeneral_plan>li {
    padding: 0px !important;
}
.sampling_plan>li>button.active span {
    color: #fff;
}
.sampling_plan>li:nth-child(2)>.nav-link.active {
    border-radius: 0 !important;
}
.sampling_plan>li:nth-child(1)>.nav-link.active {
    border-radius: 4px 0px 0px 4px !important;
}
.sampling_plan>li:nth-child(3)>.nav-link.active {
    border-radius: 0px 4px 4px 0px !important;
}
.mb_41{
    margin-bottom: 41px;
}
.create_sampling_row>td>input, .create_sampling_row>td>select {
    color: #585858 !important;
}
.create_sampling_row>div>div>select {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
    color: #15111E !important;
}
.create_sampling_row>div>div>input::placeholder {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
    color: #15111E !important;
}
.create_sampling_row>div>div>input {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
    color: #15111E !important;
}
.create_sampling_row>div>div>input, .create_sampling_row>div>div>select{
    padding: 8px 12px !important;
}
/* .create_sampling_row>td:nth-child(1), .create_sampling_row>td:nth-child(2), .create_sampling_row>td:nth-child(4) { */
.create_sampling_row>td:nth-child(1), .create_sampling_row>td:nth-child(2) {
    width: 19.5%;
}
.time-input {
    width: 18.5%;
}
.time-input>div>input {
    padding-right: 27px !important;
}
/***************** general -css changes on 14/12/2022 - Ends *********************/
/***************** Alocation page -css changes on 15/12/2022 - Ends *********************/
.sampling-delete {
    padding: 22px 0px 21px 15px;
    /* height: 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.sampling-delete2 {
    padding: 5px 0px 21px 15px;
}
.sheduling-secondrow {
    background-color: #F5F8FD;
    width: calc(100% + 96px);
    margin-left: -48px;
    border-width: 0px;
    padding: 18px 74px 7px 48.5px;
}
.sheduling-secondrow>div>div>.multi_selected_dropdown li {
    margin-right: 6px !important;
}
.add-sectionpad{
    padding:  12px 64px 25px 48px !important;
}
.mb_28 {
    margin-bottom: 28px !important;
}
.allcatopn-textcolor {
    color: #000000 !important;
}
.allocation-border{
    border-bottom: 1px solid #C6CEDD;
}
.mtop_19{
    margin-top: 19px;
}
.pr_28{
   padding-right: 28px !important;
   padding-left: 0px !important;
}
.pl_28{
    padding-left: 28px !important;
    padding-right: 0px;
}
.allocation-rightpad {
    padding-right: 44px;
}
.mb_31 {
    margin-bottom: 31px;
}
.mb_7 {
    margin-bottom: 7.5px;
}
.clear_all:nth-child(2) {
    position: absolute;
    top: 10px;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
  }
.sheduling-secondrow>div>div>.form-control.search_control {
    padding-right: 67px !important;
}
.allocation-rightpad>div>.form-group {
    margin-bottom: 15px !important;
}
.auto_audit {
    width: auto;
}
/***************** Allocation page-css changes on 15/12/2022 - Ends *********************/
/***************** sampling_test1 page -css changes on 16/12/2022 - starts *********************/
.row.sampling_test1>div>div>label {
    margin-bottom: 2px !important;
}
.sampling_test1>li>button {
    padding: 9.5px 12px !important;
}
.mtop-31{
    margin-top: 31px;
}
.mb-23{
    margin-bottom: 23px;
}
.mtop-11{
    margin-top: 11px;
}
.mb-16{
    margin-bottom: 16px;
}
img.birth-date {
    margin-right: 7px;
    margin-left: 11px;
}
ul.multi_samptest1>li {
    margin-bottom: 10px;
    margin-right: 10px !important;
    
}
.sampling_test1_row>div>.col-md-3 {
    width: 21%;
}
.sampling_test2_row>div>.col-md-4 {
    width: 29.5%;
    white-space: nowrap;
}
.mr_28 {
    margin-right: 28px;
}
.mr_4 {
    margin-right: 4px;
    margin-bottom: 0px;
}
.sampling_test1>.col-md-3 {
    width: 19%;
}
.samplingtest_audit_div {
    padding: 17px 23px 0 23px !important;
}
.mtop_52 {
    margin-top: 52px;
    margin-bottom: 24px;
}
.simpletest_1>thead>tr>th {
    padding:10.5px 0px 10.5px 46px;
}
.simpletest_1>thead>tr>th:nth-child(4) {
    width: 15%;
}
.simpletest_1>tbody>tr>td:nth-child(1), .simpletest_1>tbody>tr>td:nth-child(3), .simpletest_1>tbody>tr>td:nth-child(4)   {
    padding: 9px 12px 8px 46px;
    font-weight: 500;
}
.simpletest_1>tbody>tr>td {
    padding: 9px 12px 8px 46px;
}
.simpletest_1>tbody>tr:nth-child(1)>td{
    padding-top:22px !important;
}
.samplingtest_audit_div {
    padding: 23px 22px 25px 22px !important;
}
.samplingtest1_audit_div {
    padding: 23px 15px 13px 22px !important;
}
.multitest_select_span {
    max-width: 100% !important;
}
.samplingsheduling_audit_div {
    padding: 17px 22px 3px 22px !important;
}
.escal-mark {
    padding-bottom: 1.5px;
}
/***************** sampling_test1 page  -css changes on 16/12/2022 - Ends *********************/
/***************** escal-metrics page  -css changes on 19/12/2022 - starts *********************/
.add1-escalpad {
    padding: 0px 2px 16px 1px  !important;
    margin-bottom: 14px;
}
.add-escalpad {
    padding: 0px 14px 30px 14px  !important;
}
.escal-metricsborder {
    border-bottom: 1px solid #E5EAF2;
}
.mb_32{
    margin-bottom: 32.5px;
}
.mt_12 {
    margin-top: 12px;
}
img.user-icon {
    width: 30px;
    height: 30px;
    margin-top: 1.5px;
}
.mr-46{
    margin-right: 46px;
}
.mr-17{
    margin-right: 17px;
}
/***************** escal-metrics page  -css changes on 19/12/2022 - Ends *********************/

/****************Multi select drop down start here*****************************/
.select2-container {
    min-width: 400px;
  }
  
  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #FF543E;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
  /* .select-icon .placeholder {
  	display: none;
  } */
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
      /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }

body .select2-container--default .select2-selection--multiple {
    border: 1px solid #c0c9d5;
    min-height: 35px;
    margin: 0;
    height: auto;
}
.manual_all_table .select2-container--default .select2-selection--multiple {
    width: 200px;
}
.manual_all_table .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    margin-top: 8px;
}
body .select2-container {
    width: 100% !important;
    min-width: 100%;
}
body .select2-container .select2-search--inline .select2-search__field {
    color: #585858 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 7px;
    padding-left: 11.5px;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #c0c9d5 1px;
}
body .select2-results__option:before {
    height: 16px;
    width: 16px;
    border: 2px solid #c0c9d5;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f8fd;
    color: #585858;
}
.select2-results__option[aria-selected] {
    font-size: 14px;
    line-height: 17px;
}
/***********************multi select dropdown ends here******************/

/*********************** css changes on 19/12/2022 ******************/
.tablular_different_datatype .normal-view-section {
    width: 100% !important;
}
.table_view_clm>* select, .table_view_clm>* input[type="checkbox"] {
    width: auto !important;
}
/*********************** css changes on 19/12/2022 - Ends ******************/

/*********************** css changes on 20/12/2022 ******************/
tbody.row_fields.data_rec_apnd.dataset_tody>tr {
    background-color: transparent !important;
    border: none !important;
}
body>.select2-container {
    width: auto !important;
    min-width: auto;
    z-index:9999!important;
}
.select2-container + .select2-container {
    display: none;
}
.cross_upload_close {
    font-size: 20px;
    line-height: 17px;
    position: absolute;
    cursor: pointer;    
    right: 10px;
    top: 10px;
    font-weight: 600;
}
/*********************** css changes on 20/12/2022 - Ends ******************/
.view_all_colmns>tr>td:nth-child(3) {
    color: #AFAFB2 !important;
    white-space: nowrap;
}
.view_all_colmns>tr>td:nth-child(2) {
    color: #15111E!important;
    white-space: nowrap;
    font-size: 12px !important;
    line-height: 15px !important;
    white-space: normal;
}
.new-checkox {
    width: 6% !important;
    margin-left: 10px;
}
.second-checkboxvalue {
    width: fit-content;
    max-width: 50%;
}
/****************css 12/30/2022***************/
.range_between_width {
    width: auto !important;
}
.w-25 {
    width: 25%;
}
#escalation_metrics_form_id .process_level>div {
    margin-right: 0px;
    border-bottom: 1px solid #C6CEDD;
}
/* div#add_category>div>div {
    padding: 0px !important;
} */

/*********************css-changes 05/01/2023***********************/
.seach-stagesec {
    padding: 30px;
}
.mr_23{
    margin-right: 23px;
}
.mb_30{
    margin-bottom: 20px;
    margin-top: 40px;
}
.left_per.evlauate_box {
    width: calc(45% - 25px);
    max-width: calc(45% - 25px);
}

/***** css changes on 06/01/2023 ******/
.Measurable-set-radio input {
    width: 16px !important;
    display: block !important;
    opacity: 1;
    height: 16px !important;
    top: 0;
    left: -9px;
    z-index: 2;
    appearance: inherit;
    pointer-events: inherit;
}
.second-checkboxvalue {
    margin-left: 10px !important;
}
/***** css changes on 06/01/2023 - Ends ******/

/***** css changes on 10/01/2023 ******/
label.normal_view_radio {
    display: inline-flex;
    margin-left: 0 !important;
}
.auto_allocation_modal.modal .modal-dialog.modal-md {
    max-width: 750px;
    width: 750px;
}
.sampling_toggle input {
    display: none;
}
.sampling_toggle_span {
    width: 26px;
    height: 14px;
    border-radius: 10px;
    background-color: #E9ECF2;
    position: relative;
}
.sampling_toggle_round {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #929BAF;
    position: absolute;
    top: 1px;
    left: 0;
    transition: 0.5s ease-in-out;
}
.sampling_toggle {
    width: fit-content;
}
input:checked + .sampling_toggle_span {
    background-color: #69AA40;
}
input:checked + .sampling_toggle_span .sampling_toggle_round {
    background-color: #fff;
    left: 14px;
}
.sample_toggle_div>*:not(:last-child) {
    margin-right: 36px;
}
/***** css changes on 10/01/2023 - Ends ******/
label#user_name-error {
    position: absolute;
}

/***** css changes on 12/01/2023 ******/
.auto_allocation_add {
    padding: 12px 0 015px 48.5px !important;
    background-color: #f5f8fd;
    position: relative;
    width: calc(100% + 96px);
    margin-left: -48px;
}
.sheduling-secondrow .pr_56 {
    padding-left: 0;
}
.sheduling-secondrow>*:last-child {
    padding-right: 0;
}
.sheduling-secondrow .form-control {
    height: 35px;
}
.pt-0 {
    padding-top: 0 !important;
}
/***** css changes on 12/01/2023 - Ends ******/


/***** css changes on 18/01/2023 **********/
table.metadata_subtable.dataset_subtable .unique_thead th {
    padding: 6.5px 13px;
}
/***** css changes on 18/01/2023 - Ends **********/

/***** css changes on 21/01/2023 - starts ******/
.factory-form-row {
    margin: 0px;
}
.contact-tab {
    margin: 0px;
}
.process-tab-pad tr td {
    padding-left: 12px;
}
.factory-btn-sec {
    margin: 0px;
}
.factory_popup_table th {
    padding-left: 15px !important;
}
/***** css changes on 21/01/2023 - Ends ******/


.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-5 {
    width: 5% !important;
}

.auto_allocation_popup.auto_allocation_modal.modal .modal-dialog.modal-md {
    max-width: 1140px;
    width: 1140px;
}
.select2-results__option[aria-selected=true]:after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    position: absolute;
    z-index: 2;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 13px;
    left: 18px;
    transform: rotate(-45deg);
}
.select2-results__option {
    position: relative;
}
.select2-selection__choice {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px !important;
}
.w-60 {
    width: 60% !important;
}
.w-10 {
    width: 10% !important;
}
.w-30 {
    width: 30% !important;
}

/******** css changes on 27/01/2023 *************/
.create_sample_popup .modal-dialog {
    max-width: 1140px;
    width: 1140px;
}
.condition-table th:last-child, .condition-table td:last-child {
    padding-right: 10px !important;
}
/******** css changes on 27/01/2023 *************/
.select2-results__option[aria-label="Select All"]:before {
    display: none;
}
body .select2-container--default .select2-results__group {
    padding: 6px 6px 6px 14px;
    font-size: 14px;
    line-height: 17px;
}
body .select2-results__option {
     padding: 6px 6px 6px 14px;
}
.pr_20 {
    padding-right: 20px;
}
.pl_15 {
    padding-left: 15px;
}
.pt_15 {
    padding-top: 15px;
}
/* .metadata_field_names_class {
    width: 195px;
}
.condition_type_change {
    width: 195px;
}
.create_sampling_row td:nth-child(3) {
    width: 627px;
}
.dropdown_text_box {
    width: 619px;
}{
    width: 619px;
}
.multiselect_textbox>span.selection>span {
    width: 600px !important;
}
.range_between_width>div>input, .range_between_date>div>input {
    width: 305px;
} */
.dropdown_condition_type>* {
    width: 310px;
}

/******** css changes on 02/02/2023 ************/
.con_type_change>* {
    width: calc(50% - 5px) !important;
}
.table_first_td {
    width: 20.7% !important;
}
.table_last_td {
    width: 71px !important;
}
.allocate_scroll {
    height: 250px;
    overflow: auto;
}
.modal-backdrop.fade.show {
    display: none;
}
.allocate_scroll .zl-scrollContentDiv + .zl-scrollBarBox + .zl-scrollBarBox {
    display: block;
}
.scrollBox.allocate_scroll .zl-scrollBarBox {
    right: -3px !important;
}
/******** css changes on 02/02/2023 ************/


/******** css changes on 03/02/2023 ************/
.select2-dropdown>button {
    font-size: 14px;
    line-height: 17px;
    color: var(--black_color) !important;
    font-weight: 600;
    height: inherit !important;
    padding: 10px 14px;
}
.select2-results__options li {
    font-size: 14px;
    line-height: 17px;
    color: #585858;
}
.hide_button .select2-dropdown>button {
    display: none;
}
.select_dropdown {
    position: relative;
}
.select_dropdown .select2-container + .select2-container>* {
    box-shadow: none;
}
/******** css changes on 03/02/2023 - Ends ************/
.sub_nav_link{
    flex-wrap: nowrap !important;
    width: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
li.nav-item {
    white-space: nowrap;
}
li.evaluation-empty {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}





/******* css changes on 08/02/2023 *************/
.addcondition .custom-select {
    margin: 0;
}
.optRel_Drop {
    padding: 21px 20px;
}
.optRel_Drop>* {
    padding: 0;
}
.dash_menu_col.p-0 {
    padding: 0 0 20px 0 !important;
}
/******* css changes on 08/02/2023 - Ends *************/

/************* css changes on 21/02/2023 **************/
.accordation_stages .accordion-button {
    padding: 0;
    background-color: transparent;
    box-shadow: none !important;
}
.accordation_stages .accordion-item {
    border: none;
}
.accordation_stages .accordion-header {
      width: 100%;
    margin-left: 0;
    padding-top: 16px;
}
.accordation_stages .accordion-body {
    padding: 16px 12.5px 20px 12.5px;
    border: none;
}
.accordation_stages .accordion-header .stage-border, .stageright-first-section .accordation_stages .accordion-header .stage-b-border,
.Action  .accordation_stages .accordion-header .Action-border {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
}
.accordation_stages .accordion-button::after {
    position: absolute;
    top: 4px;
    right: 10px;
    background: none;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(135deg);
}
.accordation_stages .accordion-collapse.show {
    display: block;
}
.accordation_stages .accordion-collapse {
    display: none;
}
.block-name .zl-scrollBar.zl-horizontalBar {
    display: none;
}
/* .stageright-first-section .accordation_stages .accordion-header {
    width: calc(100% + 53px) !important;
    margin-left: -26.5px;
} */
.block-name {
    height: 200px;
    overflow: auto;
}
.block-name label.m-0 {
    margin: 0 !important;
}
.po_details_block:not(:last-child) {
    margin-bottom: 6px;
}
.po_details_block>label {
    width: 150px;
    position: relative;
    padding-right: 20px;
}
.po_details_block>h6 {
    width: calc(100% - 150px);
}
.po_details_block>label::after {
    content: ":";
    position: absolute;
    right: 10px;
    top: 1px;
}
/* .Action  .accordation_stages .accordion-header {
    width: calc(100% + 42px) !important;
    margin-left: -21px;
} */
.accordation_stages .accordion-header {
    cursor: pointer;
}
.accordation_stages .accordion-button.collapsed::after {
    transform: rotate(-45deg);
    top: 0;
}
.accordion-button.collapsed>div {
    border: none;
}
.height_350{
    height: 365px;
    overflow: auto;
}
.empty_section_c_area {
    padding: 20px;
}
.accordation_stages .accordion-button:not(.collapsed) {
    color: var(--default_color) !important;
}
.row.second-blocksec>* {
    padding-bottom: 20px;
}
.metaset_join_set>div>div {
    margin-bottom: 20px;
}
.modal-content.stage1-workflow.align-items-start {
    align-items: inherit !important;
}
.mobile_View {
    display: none !important;
}
.ml_16 {
    margin-left: 16px;
}
.escalated_form.nrml_field select, body select:disabled {
    background-color: #e9ecef !important;
    pointer-events: none;
}
.dropdown-menu li {
    padding: 0;
    background: none !important;
}
.dropdown-menu li a {
    padding: 10px 10px;
    background: none;
    display: block;
}
.dropdown-menu li a:hover {
    background: var(--pri_color);
    color: #fff !important;
}
.save {
    margin: 0px;
}
/************* css changes on 21/02/2023 - Ends **************/

/********* css changes on 24/02/2023 **************/
.po_details_block>label, .po_details_block>h6 {
    word-break: break-word;
}
.po_details_block>label.hide_colon::after {
    display: none;
}
/********* css changes on 24/02/2023 - Ends **************/
.move-to-next.pr_nonpr {
    margin-top: 20px;
}
.pr_nonpr>label {
    margin-bottom: 10px;
}

/************ css changes on 24/02/2023 ******************/
.stage1-workflow.page_body {
    min-height: 100vh;
}
/************ css changes on 24/02/2023 - Ends ******************/
.pr_nonpr .action_process {
    margin-bottom: 10px !important;
}
.out-side-process {
    padding: 0px 15px;
}


/*************** css changes on 28/02/2023 ***************/
.disposition_label>* {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-right: 30px !important; 
    text-transform: uppercase;
}
.action-disposition.row {
    align-items: inherit !important;
    margin-bottom: 20px;
}
.list_depo_div {
    margin: 0px -15px 0 -15px;
    width: calc(100% + 30px);
    padding-left: 27px;
}
.disposition_label .checkround {
    top: 50%;
    transform: translateY(-50%);
}
/*************** css changes on 28/02/2023 - Ends ***************/

/*************** css changes on 28/02/2023 ***************/
.recording_list {
    padding: 10px 17px 0 17px !important;
    margin: 0 !important
}
.recording_list>li:not(:last-child) {
    margin-bottom: 10px !important;
}
div#recording-indicator {
   padding: 0px 17px ;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}
.start-btnn {
    background-color: #FFF !important;
    border-color: #FF543E!important;
    color: #FF543E;
    border-width: 1px;
    margin-right: 10px;
}
.start-btnn:hover{
    color: #FF543E !important;
}
.recording-btn {
    padding: 0px 17px 10px 17px;
}
.start-btnn:focus {
    color: #FF543E !important;
}
.row.select-column {
    position: relative;
}
/*************** css changes on 28/02/2023 - Ends ***************/


/************* css changes on 01/03/2023 ******************/
.uploa_doc_list {
    margin-top: 10px;
}
.level_loop_div {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.uploa_doc_list .wrap_text_upload {
    white-space: nowrap;
    width:100%;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.level_loop_main .add-escalpad {
    padding-bottom: 0 !important;
}
.level_loop_main {
    border-radius: 4px;
    padding: 20px 48px;
    background-color: #F3F7FD;
    width: calc(100% + 96px);
    margin-left: -48px;
    margin-bottom: 30px;
}
.custome_tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 1px 3px #a7a5a5;
    bottom: 24px;
    border-radius: 2px;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.uploa_doc_list .wrap_text_upload:hover {
    cursor: pointer;
}
.uploa_doc_list .wrap_text_upload:hover + .custome_tooltip {
   display: block;
}
/************* css changes on 01/03/2023 - Ends ******************/
/************* css changes on 02/03/2023 - Ends ******************/
.normal-view-section .upload-cloud>.error {
    position: absolute;
    bottom: -22px;
    font-weight: 600;
    left: 0px;
}
.second-checkboxvalue .error {
    position: absolute;
    left: 0px;
    top: 17px;
}
.get_drop_downvalue .error {
    position: absolute;
    bottom: -20px !important;
}
/************* css changes on 02/03/2023 - Ends ******************/


/************* css changes on 06/03/2023 ******************/
.audio_sample_div audio {
    display: block;
    width: 100%;
}
.audio_sample_div audio:not(:last-child) {
    margin-bottom: 10px;
}
table tr td:last-child img {
    cursor: pointer;
}
.score_ul {
    padding-left: 15px;
}
.score_ul li {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}
.score_ul li:not(:last-child) {
    margin-bottom: 3px;
}
.score_ul li span{
    font-weight: 400;
    color: var(--default_color) !important
}
/************* css changes on 06/03/2023 - Ends ******************/

/************ css changes on 07/03/2023 *********************/
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    white-space: normal;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: auto;
}
body .select2-container--default .select2-selection--multiple {
    max-height: 58px;
    overflow: auto;
}
body .select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.table_view_clm>* select.js-select2 {
    display: none;
}
.audio_sample_div.scrollBox {
    height: 252px;
    padding-right: 15px !important;
}
.audio_sample_div.scrollBox .zl-scrollBarBox {
    right: 0px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple span.select2-selection__clear {
    display: none;
}
/************ css changes on 07/03/2023 - Ends *********************/
/************ css changes on 14/03/2023 - starts *********************/
.new-submeta {
    width: 18% !important;
}
.new-switch {
    width: 55px !important;
    height: 28px !important;
}
.new-switch .slider:before {
    height: 20px;
    width: 20px;
    left: 4px;
       top: 50%;
    transform: translateY(-50%);
}
.new-switch input:checked + .slider:before {
    transform: translateY(-50%) translateX(28px);
}
/************ css changes on 14/03/2023 - Ends *********************/

/**************** css changes 14/03/2023 ***************/
.Action.active {
    min-height: inherit !important;
    height: auto !important;
}
.stageright-section .stageright-first-section.active {
    min-height: inherit !important;
    height: auto;
}
.stage_left_blk {
    width: 234px;
}
.stage_left_blk .stageleft-section.active {
    min-height: inherit;
    height: auto;
}
/**************** css changes 14/03/2023 - Ends ***************/

/**************** css changes 15/03/2023 ***************/
.record_files {
    height: 220px;
    overflow: auto;
    padding-left: 0;
    padding-bottom: 0 !important;
    padding-right: 5px !important;
}
.record_files .zl-scrollBar.zl-horizontalBar {
    display: none;
}
.record_files .zl-scrollContentDiv + .zl-scrollBarBox + .zl-scrollBarBox {
    display: block;
}
/**************** css changes 15/03/2023 - Ends ***************/




.stageright-section .stageright-first-section.dynamic_hei, .stage_left_blk .stageleft-section.dynamic_hei {
    min-height: 640px;
}
.stageright-section .stageright-first-section.dynamic_hei, .stage_left_blk .stageleft-section.dynamic_hei.active {
    min-height: inherit;
}


/***** css changes on 20/03/2023 *****/
.cus_tooltip_hover {
    position: relative;
}
.cus_tooltip_hover:hover {
    cursor: pointer;
}
.cus_tooltip_hover:hover .custome_tooltip {display: block;}
.cus_tooltip_hover:hover::after {
    left: calc(50% + 2px);
    border: solid transparent;
    content: " ";
    height: 10px;
    width: 10px;
    position: absolute;
    pointer-events: none;
    border-color: rgb(255 255 255);
    border-top-color: #fff;
    border-width: 5px;
    transform: translateX(-50%) rotate(45deg);
    bottom: 19px;
}
.cus_tooltip_hover:hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    box-shadow: 0px 1px 3px #a7a5a5;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: -1;
}
.marketimg {margin-left: 15px;}
.wrap_text_upload + .custome_tooltip {
    bottom: 24px;
    left: inherit;
    transform: inherit;
}
.employee-firstrow>*:not(:last-child) {
    border-right: 1px solid #AFAFB2;
}
/***** css changes on 20/03/2023 - Ends *****/


/***** css changes on 03/04/2023 *****/
.sheduling-secondrow.email_tem_row {
    width: calc(100% + 70px);
    margin: 0  0 0 -35px;
    padding: 35px !important;
}
.email_row {
    border-bottom: 1px solid #C6CEDD;
}
.email_row {
    margin: 0;
}
.email_row>* {
    padding: 0 30px 0 0  !important;
}
.sheduling-secondrow.email_tem_row .auto_allocation_add {
    margin: 0;
    padding: 20px 0 0 0 !important;
    width: 100%;
}
.email_row.without_label, .email_row:not(:first-child) {
    margin-top: 17px;
}
.email_row img {
    cursor: pointer;
}
.email_row .sampling-delete {
    padding: 12px 0px 21px 15px;
}
/***** css changes on 03/04/2023 - Ends *****/
.ck.ck-editor__editable_inline {
    height: 200px;
}

/***** css changes on 05/04/2023 *****/
.range_between_width.w-100 {
    width: 100% !important;
}
.third_td {
    width: 59%;
}
.edit_sampl_table div#add_category .create_sampling_row>td:nth-child(1) {
    width: 19.3%;
}
.edit_sampl_table div#add_category .create_sampling_row>td:nth-child(2) {
    width: 19.5%;
}
.edit_sampl_table div#add_category .create_sampling_row>td:nth-child(3) {
    width: 54%;
}
/***** css changes on 05/04/2023 - Ends *****/


/***** css changes on 12/04/2023 *****/
.reports_filter .form-group {
    margin-bottom: 15px;
}
.text_underline {
    text-decoration: underline;
}
/***** css changes on 12/04/2023 - Ends *****/
/* .employee-firstrow>div>* {
    border-right: 1px solid #AFAFB2;
}
.employee-firstrow>*:not(:last-child) {
    border-right: 1px solid #AFAFB2;
} */
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--pri_color);
    border-color: var(--pri_color);
    opacity: 0.2;
    pointer-events: none;
}
.group-section-heading>div>h3 {
    margin-bottom: 0px;
}
.newemployee-row>.group-section-heading:last-child{
    border-right: none !important;
}
.call-api {
    padding: 3px 19px !important;
}
.newemployee-row .group-section-heading {
    border: none !important;
}
.newemployee-row {
    padding: 0 !important;
}
.Action.Disposition.stages_history_div {
    height: auto;
    min-height: auto !important;
}
.stage_scroll {
    max-height: 270px;
    height: auto;
}
.stage_first {
    width: 20%;
}
.stage_second {
    width: 80%;
}

/***** css changes on 13/04/2023 *****/
.stage_click_con {
    padding: 40px 30px 30px 30px;
}
.tabke_static {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}
/***** css changes on 13/04/2023 - Ends *****/

/***** css changes on 17/04/2023 *****/
body .filter_section .select2-container--default .select2-selection--multiple {
    border: 1px solid #e9ecf2;
    min-height: 32px;
}
.filter_section select.rule-select {
    border: 1px solid #e9ecf2;
    height: 32px;
}
body .filter_section .select2-container .select2-search--inline .select2-search__field {
    padding-left: 6.5px;
}
.filter_section .answer_option.date_pick {
    padding-left: 32px !important;
}
.align-items-inherit {
    align-items: inherit !important;
}
.button_div {
    align-items: center;
    margin-top: 21px;
}
/***** css changes on 17/04/2023 - Ends *****/

/***** css changes on 17/04/2023 *****/
.evaluation_tab {
    padding: 15px 0 0 0;    
}
.filter_section.eval_tab_blk {
    background-color: #fff;
    border: 1px solid #e9ecf2;
    border-radius: 0;
    margin-top: -1px;
    padding-bottom: 0;
    padding-top: 25px;
}
.open_tab.evaluation_tab .sub_nav_link>li>.nav-link {
    border-width: 1px 1px 0 1px;
}
form.form_filter_blk.pb_0 {
    padding-bottom: 0;
}
/***** css changes on 17/04/2023 - Ends *****/


/***** css changes on 18/04/2023 - START *****/
.newtabs-struc>li>.nav-link.active {
    background-color: var(--pri_color);
    color: #FFF;
    border: 1px solid  var(--pri_color) !important;
}
.newtabs-struc>li>.nav-link {
    font-weight: 600;
    padding: 9px 21px;
    background-color: var(--white_color);
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #fff !important;
}
.newtabs-struc>li {
    padding-right: 5px;
}
.gateway-addmore{
    background-color: #F5F8FD !important;
    border-bottom: 1px solid #C6CEDD;
    padding-bottom: 22px;
    padding-top: 22px;
}
.delete-coloumn {
    height: 100%;
}
.gatewaye_add_more {
    padding: 12px 0 015px 5px !important;
    background-color: #f5f8fd;
}
img.delete-icon {
    width: 20px;
    height: 20px;
}
/***** css changes on 18/04/2023 - Ends *****/




/*************** css changes on 19/04/2023 ***********/
.mr_20 {
    margin-right: 20px !important;
}
.filter-img {
    width: 15px;
    height: 15px;
}
.ml_7{
    margin-left: 6px;
}
.type-error {
    position: absolute;
    top: 35px;
}
/*************** css changes on 19/04/2023 - Ends ***********/

/*************** css changes on 24/04/2023 ***********/
.metadata_dataset_join_table .table-responsive + * {
    margin-bottom: 30px;
}
.delete_div {
    width: 40px !important; 
}
/*************** css changes on 24/04/2023 - Ends ***********/

/****************css for api configure guru wrote on 4/24/22***************/
/* .api_configure_list {
    padding-left: 30% !important;
    width: 92% !important;
    margin-left: 4%;
} */

.api-listing-table th:last-child, .api-listing-table td:last-child {
    width: 0% !important;
}

/**************For to show success pop on click send button on evulation************/
.order_created_blk {
    width: auto;
    position: fixed;
    right: 0;
    bottom: 20px;
    box-shadow: 0px 3px 61px #00000029;
    border-radius: 8px 0px 0px 8px;
    padding: 21px 37px 21px 11px;
}
.mr_10 {
    margin-right: 10px;
}
.close_order {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 19px;
    transform: rotate(45deg);
    cursor: pointer;
}
.font_14 {
    font-size: 14px;
    line-height: 17px;
}
.pri_text {
    color: var(--pri_color);
}

.key-setup-body>tr>td:nth-child(3) {
    padding-right: 0px;
}
.is_condtional_checkbx {
    width: 30px;
    height: 30px;
    border: 1px solid #E9ECF2 !important;
}
.is_condtional_checkbx[type="checkbox" i] {
    accent-color: var(--pri_color) !important;
}
thead.orga_thead {
    white-space: nowrap;
}
.eye_icon_audit{
    margin-right: 10px;
}
.meeting-dropdown {
    width: 100%;
    left: 0px !important;
    top: -3px !important;
    padding: 0px;
    border: 1px solid #C0C9D5;
    border-radius: 0px 0px 4px 4px;
}
.meeting-formc {
    padding: 7px 15px 7px 9px !important;
}

/****** css cahnges on 11/05/2023 *********/
.metafield_dropdown .select2-container + .select2-container {
    display: block;
}
body .metafield_dropdown .select2-results__option:before {
    display: none;
}
.header_audio {
    height: 28px;
    margin-right: 20px;
}
.meta_fields_row  .create_rows:not(:last-child) {
    margin-bottom: 20px;
}
.meta_fields_row  .create_rows:last-child {
    margin-bottom: 10px;
}
.audi_format_validation {
    display: flex;
    flex-wrap: wrap;
}
.audi_format_validation label.error {
    order: 2;
}
.delete-coloumn.meta_delete_column {
    height: 37px;
}
/****** css cahnges on 11/05/2023 - Ends *********/

/****** css cahnges on 12/05/2023 *********/
.audio_format_radio .radio {
    text-transform: inherit;
}
.audio_format_radio input[type="radio"] {
    display: none;
}
/****** css cahnges on 12/05/2023 - Ends *********/
.pr_5 {
padding-right: 5px !important;
}
.text-red {
color:#FF543E;
}

/****** css cahnges on 19/05/2023 *********/
.create_sampling_modal.modal.create_api_modal .modal-content {
    padding: 27px 35px;
}
.sheduling-secondrow.email_tem_row.add_header_list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/****** css cahnges on 19/05/2023 - Ends *********/

/****** loader css on 23/05/2023  *********/
div#load {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgb(175 175 178 / 50%);
}   
.pt_5 {
    padding-top: 5px;
}
/****** loader css on 23/05/2023  - Ends *********/

.running_status {
    display: flex;
    background-color: #FFF8E9;
    color: #F4AF1F;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 8px;
}
.running_status.completed_status {
        background-color: #ECF9F5;
    color: #509F83;
}
.running_status.failed {
    background-color: #da1e281a;
    color: #da1e28;
}
.running_status.stopped {
    color: #6f6f6f;
    background-color: #6f6f6f29;
}


/****** css changes on 29/05/2023 **********/
.datadetails-set.ftp_confiq_detail {
    margin-top: 0;
    padding: 0;
}
.datadetails-set.ftp_confiq_detail.file_det {
    border-top: 1px solid #c0c9d5;
    margin-top: 20px;
    padding: 20px 0 0 0 !important;
}
.ftp_confiq_det_table tr {
    border: none !important;
}
.ftp_confiq_det_table tr td {
    padding: 0 0 8px 0;
}
.inner_file_div {
    padding-left: 24px;
    padding-bottom: 5px;
}
.folder_name {
    cursor: pointer;
    width: 100%;
}
.folder_name + .inner_file_div {
    margin-top: 8px;
}
.file_name .folder_img, .folder_img_div .file_img {
    display: none;
    width: 16px;
}
.file_name .file_img, .folder_img_div .folder_img {
    display: block;
    width: 16px;
} 
.ftp_confiq_detail .scrollbox_div.sub_table_scroll.popupScroll {
    max-height: 300px;
}
.ftp_confiq_det_table, .ftp_confiq_det_table tbody, .ftp_confiq_det_table tr, .ftp_confiq_det_table td {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}
.inner_file_div {
    padding-left: 24px;
    padding-bottom: 5px;
    width: 100%;
}
.folder_name h5 {
    white-space: nowrap;
    width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.inner_file_div.already_extended>.inner_file_div {
    display: block;
}
.inner_file_div>.inner_file_div {
    display: none;
}
.file_img {
    width: 13px !important;
}
/****** css changes on 29/05/2023 - Ends **********/


.submeta-data-first-row {
    padding-right: 10px;
}

/****** css changes on 06/06/2023 **********/
table.dataset-section.hard_inte_table .form-control {
    width: 100%;
}
.hard_inte_table.hide {
    width: 50% !important;
}
.upload_his_mes {
    width: 40%;
}
.upload_his_name {
    width: 15%;
}
.dataset_form .form_group label.error {
    font-size: 12px;
    line-height: 15px;
}
table.dataset-section.hard_inte_table>tbody>tr>td {
    width: 65%;
}
/****** css changes on 06/06/2023 - Ends **********/

/****** css changes on 07/06/2023 **********/
.ml_15 {
    margin-left: 15px;
}
.View_btn {
    width: 55px;
}
.create_stage_form .submeta-data-first-row {
    width: 18.5% !important;
}
.create_stage_form .submeta-data-first-row.new-submeta-blk {
    width: 13% !important;
}
/****** css changes on 07/06/2023 - Ends **********/


/******** css changes on 09/06/2023 ********/
.dataset_detail_blk.meta_detail_blk {
    margin-left: -35px;
    width: calc(100% + 70px);
}
.meta_view_modal.modal .modal-content {
    padding-bottom: 0 !important;
}
/* .pagination li:first-child .page-link:hover, .pagination li:first-child .page-link:focus, .pagination li:last-child .page-link:hover, .pagination li:last-child .page-link:focus {
    background-color: transparent;
} */
.dash_menu_col .table_header.user_header {
    padding-left: 0;
    padding-right: 0;
}
.tab_con_rel.tab_con_rel_div::after {
    width: 20px;
    left: -20px;
}
.tab_con_rel.tab_con_rel_div::before {
    width: 20px;
    right: -20px;
}
/******** css changes on 09/06/2023 - Ends ********/


/******** css changes on 12/06/2023 ********/
.form_filter_blk:first-child {
    padding-top: 20px;
}
.doc_upload_sizee.upload_file {
    border: 1px solid #C0C9D5;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
    color: #15111E;
    min-height: 35px;
    padding: 6px 10px;
    width: 100%;
}
.checbox_label {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 !important;
}
.checbox_label input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
.checbox_label .checbox {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #c0c9d5;
    border-radius: 4px;
}
.checbox_label input:checked + .checbox {
    background-color: #2BC554;
    border-color: #2BC554;
}
.checbox_label input:checked + .checbox::after {
    content: '';
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 15px;
    height: 7px;
    display: block;
    transform: rotate(-40deg) translate(-50% , -50%);
    top: 24%;
    left: 50%;
    position: absolute;
}
.sidemenu_ul>li>a.active #API_Icon path {
    stroke: #fff;
}
.list_depo_div>* {
    padding-left: 15px;
    padding-right: 15px;
}
.table_header + .tab-content .form_filter_blk:first-child {
    padding-top: 0;
}
.recording_list>li>audio {
    width: calc(100% - 24px);
    margin-right: 10px;
}
.recording_list>li>img {
    cursor: pointer;        
}
/******** css changes on 12/06/2023 - Ends ********/

/******** css changes on 20/06/2023********/
.sidemenu_ul{
    padding-bottom: 20px !important;
}
/******** css changes on 20/06/2023 - Ends ********/

/******** css changes on 22/06/2023********/

.disposition-btn {
    margin-top: 20px !important;
    /* width:15% */
}
.disposition-right {
    width:30% !important;
}
.disposition-con {
    margin-bottom:0px;
}
.question-loop {
    width: 50% !important;
}
.question-heading {
    padding: 40px 10px 0px 10px;
}
/******** css changes on 22/06/2023 - Ends ********/

/******** css changes on 26/06/2023 ********/
.eva_voc_section .normal-view-section , .eva_voc_section .select-column:not(:last-child) {
    margin-bottom: 0;
}
.eva_voc_section>*:not(:last-child) {
    margin-bottom: 20px;
}
.row.voc-section.eva_voc_section>.row {
    margin-left: 0;
    margin-right: 0;
}
/******** css changes on 226/06/2023 - Ends ********/

/******** css changes on 29/06/2023 ********/

.modal .create-ref{
    max-width:800px !important;
}

/******** css changes on 29/06/2023 - Ends ********/

/******** css changes on 19/07/2023********/
.curser_pointer {
    cursor: pointer;
}
.metadata-edit-section {
    margin-bottom: 0px !important;
}
.modal-body .dataset_detail_blk.metadata-name-padding {
    padding-bottom:50px !important;
    padding-bottom:50px !important;
}

/******** css changes on 19/07/2023 - Ends ********/

/******** css changes on 20/07/2023 ********/
.prev-ques-radio-btn > div {
    padding-bottom: 15px;
}
input.create-question-set {
    margin-bottom: 9px;
    min-height: 0px !important;
}
.sub_tab_tr.sub-table-border.active {
    border-color:#FFFFFF !important
}
.create-btn-alignment {
    width: 106px !important;
}
.clear-filter-alignment {
    width: calc(33.3% - 106px) !important;
}
.data-view-name {
    box-shadow: 0px 6px 12px #00000008;
}
.text-cursor {
    cursor:text !important;
}
.subtable-firstchild-width {
    width:12% !important
}
.prev-ques-radio-btn {
    justify-content: flex-start !important;
}
.custom-select > .d-flex {
    flex-wrap: wrap;
}
.sub_table_blk tbody>tr:last-child tr {
    border: none !important;
}

/******** css changes on 20/07/2023 - Ends ********/


/************ css changes on 24/07/2023 starts ****************/

.sub_table_blk tr td.lorem-text {
    width: 30.5% !important;
    word-break:break-all;
}
td.table_sub_td_width {
    width: 31%;
}
@media only screen and (min-width: 1025px) {
    .stages_width {
        width: 271px;
    }
}
div.mr_15 label.radio.Measurable-set-radio.mr_29.second-checkboxvalue {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
    body .upload-cloud {
        padding: 24px 17px;
    }
    body .upload-cloud>label, body .upload-cloud>label>span {
        font-size: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .d-flex {
        flex-wrap: wrap;
    }
}
/************ css changes on 24/07/2023 Ends ****************/

.image-width {
    width: calc(100% - 20px);
}

/* Add this to your CSS file */
.column-with-line {
    border-right: 1px solid #C6CEDD; /* Adjust the thickness and color as needed */
    padding-right: 10px; /* Add some padding to separate content from the line */
}


.table-container {
    max-height: 500px; /* Set the maximum height for the table container */
    overflow-y: auto; /* Enable vertical scrolling for the container */
    position: relative;
}

thead.orga_thead {
    position: sticky;
    top: 0;
    background-color: #fff; /* Set a background color for the sticky header */
    z-index: 1; /* Ensure the header stays on top of the table */
}

.highlight-text{
    background-color: var(--pri_color);
    color: #ffff;
    padding: 3px;
    border-radius: 5px;
}

.menu-text{
    white-space: normal;
}


@media only screen and (max-width: 767px) {
    #view_scheduler_btn {
        font-size: 9px;
        padding: 6px 12px;
    }
}

@media only screen and (max-width: 767px) {
    #stage_name_deposion {
        max-width: 250px;
    }

    #stage_name_deposion option {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 767px) {
    #assigned_to {
        max-width: 250px;
    }

    #assigned_to option {
        max-width: 100px !important;
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 767px) {
    #Schedule_to {
        max-width: 250px;
        font-size: 14px;
        padding: 6px;
    }

    #Schedule_to option {
        max-width: 100px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 767px) {
    #schedule_reason {
        max-width: 250px;
        font-size: 14px;
        padding: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .date_pick {
        /* max-width: 250px; */
        font-size: 14px;
        padding: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .time_pick {
        /* max-width: 250px; */
        font-size: 14px;
        padding: 6px;
        padding-left: 31px!important;
    }
}

@media only screen and (max-width: 767px) {
    .amount_input {
        max-width: 250px;
        font-size: 14px;
        padding: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .filter_appointment select {
        max-width: 250px;
        font-size: 14px;
        padding: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-text {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #process_search {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .adwaita-menu {
        display: none
    }
    body.base_after_body{
        width: 100%;
    }
    /* .align-items-center {
        align-items: normal!important;
    } */
    .employee-blockname{
        overflow: scroll!important;
    }
    .filter_search ~ h6 {
        padding-top: 6px;
    }
    .filter_search2 ~ h6 {
        padding-top: 16px;
        padding-left: 5px;
    }
    .filter_search2 {
        padding-top: 16px;
    }
}

.items_per_page_container{
    width: 35%;
}
/* .master_action_container {
    padding-right: 4rem;
    padding-left: 0rem
} */

@media only screen and (max-width: 767px) {
    .nav {
        flex-direction: column;
        width: 100%;
    }
    .nav li{
        margin-bottom: 10px!important;

    }
    .nav li button{
        width: 100%;
    }
    /* .sub_nav_link>li>.nav-link {

    } */
    .form_filter_blk {
        padding: 10px 0px 15px 0px;
    }
    .scrollBox_both{
        overflow: scroll!important;
    }
    
    .zl-scrollBarBox{
        display: none;
    }
    .select.rule-select {
        width: inherit;
    }
    div#load {
        padding-top: 100%;
    }
    .advaita_logo_old{
        display: none!important;
    }
    .hide_on_mobile_view{
        display: none!important;
    }
    .items_per_page_container {
        width: 60%;
    }
    .items_per_page_container label {
        width: 50%;
        padding-top: 10px;
    }
    .items_per_page_container #page-size-select {
        width: 30%;
    }
    
    .form_filter_blk:first-child {
        padding-top: 40px;
    }
    .master_action_icons{
        width: 30px!important;
        /* max-width:none!important; */
        padding-right: 10px;
    }
    .master_action_container{
        padding-right: 30px;
        padding-left: 0rem
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .nav {
        flex-direction: column;
        width: 100%;
    }

    .nav li {
        margin-bottom: 10px !important;

    }

    .nav li button {
        width: 100%;
    }

    .form_filter_blk {
        padding: 10px 0px 15px 0px;
    }

    .scrollBox_both {
        overflow: scroll !important;
    }

    .zl-scrollBarBox {
        display: none;
    }

}
/* 
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
    .scrollBox_both,.scrollBox {
        height: 420px
    }
} */

.select2-selection__rendered{
    font-size:13px!important
}

.required-star{
    color: red;
    padding-left: 2px;
}

.list-group-item{
    border: 1px solid #dadbdd;
}

.list-group-item.active{
    background-color: inherit;
    border: 1px solid #dadbdd;
}

.list-group-item+.list-group-item {
    border-top-width: 1px;
}


    .comment-parent{
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 80%;
    }
    .comment-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 600px;
    background-color: #fff;
    padding: 15px;
    width:100%;
    overflow: auto;
    }
    .ql-toolbar.ql-snow {
    border: none;
    border-bottom: 1px solid #ddd;
    }
    .ql-container.ql-snow {
    border: none;
    height: 150px;
    }
    .comment-btn {
    display: block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    }
    .comment-btn:hover {
    background-color: #0056b3;
    }

    .comment-viewparent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: 500px;
    width: 80%;
    padding-top: 5px;
    }

    .comment-view {
    /*border: 1px solid #ccc;*/
    /*padding: 10px;*/
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    }

    .created-user-details {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    }

    .user-image {
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid;
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    }

    .created-info {
    display: flex;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    }

    .created-by {
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0px;
    margin-left: 8px;
    }

    .created-on {
    color: #888;
    margin-bottom: 0px;
    margin-left: 5px;
    }

    .comment-body {
    /*border: 2px solid #eee;
    margin-top: 10px;*/
    padding-top: 10px;
    overflow-y: auto;
    margin-left: 20px;
    border-radius: 5px;
    }

    .fixed-size-container {
    max-height: 200px; /* Adjust as needed */
    overflow-y: visible;
    }

    .comment {
    word-wrap: break-word;
    margin-left: 5px;
    }       


    .comment-delete {
    margin-left: 30px;
    line-height: 0;
    font-size: 0.6em;
    }

    #editor-container {
    height: 200px; /* Initial height */
    resize: both; /* Enable resizing */
    overflow: auto; /* Ensure scrollbars appear if content overflows */
    border: 1px solid #ccc; /* Optional: Add a border to the editor */
    }

.blinking_comment {
    animation-name: blinker;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: 2;
    background-color: aliceblue;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.comment .mention{
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3px;
}

/* for table view scroll bar*/

.modal-content {
    overflow: auto;
    width: 100%;
}

.modal-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}


.modal-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

#chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--pri_color);
    color: var(--white_color);
    border-radius: 50px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#chat-toggle .chat-label {
    opacity: 0;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
}

#chat-toggle:hover .chat-label {
    opacity: 1;
    margin-left: 10px;
}

#chat-toggle .chat-icon {
    transition: transform 0.3s ease;
}

#chat-toggle.open .chat-icon {
    transform: rotate(180deg);
}

#chat-popup {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 340px;
    max-height: 70vh;
    display: none;
    flex-direction: column;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 9998;
    font-family: 'Inter', sans-serif;
    border: 1px solid #eee;
}

#chat-header {
    background-color: var(--pri_color);
    color: var(--white_color);
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
}

#chat-messages {
    padding: 12px;
    overflow-y: auto;
    flex-grow: 1;
    max-height: 50vh;
    background: #f9f9f9;
    font-size: 13px;
    line-height: 18px;
}

#chat-input {
    display: flex;
    border-top: 1px solid #E9ECF2;
    padding: 10px;
    background-color: var(--white_color);
}

#chat-input input {
    flex: 1;
    border: 1px solid #C0C9D5;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 13px;
}

#chat-input button {
    margin-left: 8px;
}