:root{
    --primary:#2667BD;
    --secondary: #7E58AE;
    --bg-white: #ffffff;
     --third: #f15b5d;
    --success: #61ce70;
    --warning: #FCC204;
    --btn-primary: #2667BD;
    --gray-light: #f3f3f3;
    --gray-medium: #999999;
    --gray-dark: #5b6e88;
    --body-color: #ecf0fa;
    --logo-right: #eae8f1;
    --bg-white: #ffffff;
    --text-black: #003372;
    --table-row: #dde2ef;
    --default-font: 'Proxima Nova Condensed', sans-serif;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.wrapper-body {  min-height: calc(100% - 155px);}
body { font-family: 'Segoe UI', sans-serif; background: #f4f6f9!important; margin: 0;}
body .static-top.navbar-dark{ background-color:var(--bg-white)}
.dynatech-loader { border: 6px solid #f3f3f3; /* Light gray */ border-top: 6px solid #3498db; /* Blue */ border-radius: 50%; width: 40px; height: 40px; animation: spin 1.2s linear infinite; margin: 20px auto;}
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.btn-primary,.btn-primary:hover,.btn-primary:focus{background: var(--btn-primary); border-color: var(--btn-primary);}
.btn-btn-grp{display: flex; justify-content: center; align-items: center; gap: 15px;}
.exapnaddiv .sidebar .navbar h3.menuTitle { display: none;}
.exapnaddiv .sidebar .navbar nav { display: block !important;}
.sidebar {width: 300px;position: fixed;overflow-y: hidden;top: 0px;overflow-x: hidden; z-index: 999;height: 100%;margin-bottom: 20px; background-color: var(--bg-white); border-bottom: 1px solid #dce7f5; box-shadow: 5px 7px 26px -5px #cdd4e7;background: url(/sidebar-bg.jpg);background-size: 100% 100%;background-repeat: no-repeat;}
.sidebar+.page-copy, .top_header {width: calc(100% - 301px);margin-left: auto;margin-right: 0;position: relative;margin-top: 0px;margin-bottom: 0px;}
.top_header.topheaderside {width: calc(100% - 80px);}
.wrapper-body.exapnaddiv .page-copy {width: calc(100% - 82px);}
.sidebar .sidebar_logo{display: flex; padding: 20px;}
.sidebar .sidebar_logo img{width: auto; height: 55px; margin: 0 10px;}
.sidebar .navbar-inverse.navbar-lefsidebar{display: flex;flex-direction: column; background-color: transparent;} 
.sidebar .navbar .nav.navbar-nav{float: none;display: flex;flex-direction: column;}
.sidebar .navbar .nav.navbar-nav li{display: flex; width:100%;}
.sidebar .navbar .nav.navbar-nav .divider-vertical{display: none;} 
/* .sidebar .navbar .nav.navbar-nav li:first-child{display: none;} */
.sidebar .navbar .nav.navbar-nav li a{width: 100%; display: inline-flex; align-items: center; margin-left: 0; font-size: 16px; padding: 10px 20px 10px 22px; border: none; color: #ffffff80;  transition: all 0.1s ease-in-out; }
.sidebar .navbar .nav.navbar-nav li.active a{background: #009de1; color: #fff;}
.sidebar .navbar .nav.navbar-nav li.active a:is(:hover, :focus, :focus-visible){color: #85c240; text-decoration:none !important; outline: 0;background-color: #fff;}
.sidebar .navbar .nav.navbar-nav li a:is(:hover, :focus, :focus-visible){background-color: transparent; color: #fff; text-decoration: none !important;outline: none;border: none !important;}
.sidebar .navbar .nav.navbar-nav li.weblink>a::before{font-family: 'Material Icons'; position: relative; font-size: 20px;}
.sidebar .navbar .nav.navbar-nav li.weblink>a::after{font-family: 'Material Icons'; position: absolute; right: 22px; font-size: 20px; content: '\e5cc'; display: none;}
.sidebar .navbar .nav.navbar-nav li.weblink>a[aria-label="Dashboard"]::before {content: '\e66b';}
.sidebar .navbar .nav.navbar-nav li.weblink>a[aria-label="Log Out"]::before {content: '\e9ba';}
.sidebar .navbar .nav.navbar-nav li.weblink>a[aria-label="Sign out"]::before {content: '\e9ba';}
.sidebar .navbar .nav.navbar-nav li a span{font-size: 14px; font-weight: 500; padding-left: 8px; text-transform: capitalize; max-width: calc(100% - 40px);}
.sidebar .navbar-lefsidebar .navbar-header{background-color: transparent; border-bottom: solid 1px transparent;}
.sidebar .navbar .navbar-brand-left{height: 64px; width: 100%;}
#sidebarMenu.active { margin-left: 0px;    width: 80px;    transition: all 0.1s ease-in-out;    height: 100%;    overflow: visible;}
.sidebar.active { position: fixed; height: auto;    overflow: initial;}
.sidebar.active .navbar-brand-left img { display: none !important;}
.sidebar.active .navbar-brand-left .sm-logo .sy-logo { display: flex !important; width: 30px !important;}
.sidebar .navbar h3.menuTitle{position:relative; cursor:pointer;}
.sidebar .navbar h3.menuTitle::after{font-family: 'Material Icons'; position: absolute; right: 22px; font-size: 22px; content: '\e313';
    top: 11px; color: #fff; font-weight: 400;}
.sidebar .navbar h3.menuTitle.menu_up::after{transform: rotate(180deg)}
#sidebarMenu.active .nav-left .navbar ul.nav li a span, #sidebarMenu.active .navbar-nav li a span {    display: none;}
.sidebar.active .nav-left .navbar ul.nav li.weblink:hover a, #sidebarMenu.active .navbar-collapse nav .nav li:hover a {
    width: 260px;    display: flex;    justify-content: flex-start;    color: var(--primary);    background-color: var(--bg-white);}
.sidebar.active .nav-left .navbar ul.nav li.weblink:hover a span, .sidebar.active .nav li:hover a span {
    display: initial !important;    margin-left: 10px;    text-overflow: ellipsis;    overflow: hidden;    width: calc(100% - 60px);    text-align: left;
    white-space: nowrap;    text-align: center;}
/* .top_header{display: none;} */
.private-mode-banner{display: none;}
.navbar-logo-mobile{padding: 0}
/* .page_copy_top_header{display: flex; justify-content: space-between; align-items: center; padding: 20px 16px;background:var(--bg-white);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;} */
.mobile-menu{height: 28px; width: 30px; background-color: transparent; border: solid 2px var(--primary); border-radius: 4px; padding: 0;}
.mobile-menu span{color: var(--primary);}
.page_copy_top_header>ul{display: flex; justify-content: end; align-items: center; gap: 16px;position:relative;
    box-sizing:border-box;color:var(--bg-white); margin-bottom: 0;}
.page_copy_top_header>ul li{position: relative; list-style: none;}
.page_copy_top_header>ul li:first-child{border-right: solid 1px var(--gray-medium); padding: 0 16px;}
.page_copy_top_header>ul li a{color: var(--primary);}
.page_copy_top_header>ul li a:is(:hover, :focus, :focus-visible){text-decoration: none; color:var(--gray-medium);}
.page_copy_top_header>ul li a.drop_profile_menu{display: flex; align-items: center; gap: 8px;}
.page_copy_top_header>ul li a.drop_profile_menu p{display: flex; flex-direction: column; color: var(--primary); margin-bottom: 0; line-height: 16px; font-weight: 500; font-size: 16px;}
.page_copy_top_header>ul li a.drop_profile_menu p span{font-size: 12px; color: var(--gray-medium); font-weight: 300; font-size: 12px;}
 .profile_menu a img{width: 30px;border-radius: 16px; vertical-align: bottom;margin-right: 10px; background: #fff; padding:3px;}
.page_copy_top_header ul li .dd-menu {position: absolute;top: 130%;right: 0px;z-index: 1000;font-size: 14px;
    text-align: left;background-color: var(--bg-white);border: 1px solid var(--gray-light); border: 1px solid rgba(0,0,0,0.15);border-radius: 4px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;;
    background-clip: padding-box;-webkit-transition: all 0.2s ease;opacity:0;-webkit-transform-origin: right top 0px; -webkit-transform: scale(0); 
}
.page_copy_top_header ul li .dd-menu>ul {min-width: 160px;padding: 5px 0;margin: 2px 0 0;list-style: none;position:relative;}
.page_copy_top_header ul li .dd-menu.active {opacity:1;-webkit-transform-origin: right top 0px; -webkit-transform: scale(1); }
.page_copy_top_header ul li .dd-menu>ul>li {color:var(--gray-medium);margin: 0;padding: 5px 0 5px 15px;height: 24px;list-style: none;opacity: 0; transform: translateY(0px);}
.page_copy_top_header ul li .dd-menu>ul>li {-webkit-transition: all 0.3s ease;transform: translateY(-30%);}
.page_copy_top_header ul li .dd-menu.active>ul>li {opacity: 1; transform: translateY(0px);}
.navbar-static-top.navbar-inverse{box-shadow: none; background-color: var(--bg-white); display: flex; }
.navbar-static-top.navbar-inverse.top_header{height: 64px; z-index: 1;}
/* .mobile-menu{visibility: hidden; cursor: pointer;} */
/* .collapse{display: block;} */
.menu-toggle {position: relative;width: 40px;height: 40px;cursor: not-allowed;display: flex;justify-content: center;align-items: center;}
.menu-toggle::before {content: '';position: absolute;width: 24px;height: 4px;background: var(--text-black);box-shadow: 0 8px 0 var(--text-black),0 -8px 0 var(--text-black);}
/* ------------- profile menu ------------- */
.top_header .profile {position: relative;display: flex;justify-content: flex-end;align-items: center;/* gap: 12px; */cursor: pointer;/* text-align: end; */height: 51px;margin-right: 16px;}
.top_header .profile .img-box {position: relative;width: 30px;height: 30px;border-radius: 50%;overflow: hidden;}
.top_header .profile .img-box img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
/* menu (the right one) */
.top_header .menu {position: absolute;top: calc(100% + 24px);right: 16px;width: 200px;min-height: 100px;background: var(--bg-white);box-shadow: 0 10px 20px rgba(0, 0, 0, .2);opacity: 0;transform: translateY(-10px);visibility: hidden;transition: 300ms;}
.top_header .menu::before {content: '';position: absolute;top: -10px;right: 14px;width: 20px;height: 20px;background:var(--bg-white);transform: rotate(45deg);z-index: -1;}
.top_header .menu.active {opacity: 1;transform: translateY(0);visibility: visible;}

/* ------------- menu links ------------- */
.top_header .menu ul {position: relative;display: flex;flex-direction: column;z-index: 10;background: var(--bg-white);}
.top_header .menu ul li {list-style: none;}
.top_header .menu ul li:hover {background: #eee;}
.top_header .menu ul li a {text-decoration: none;color: #000;display: flex;align-items: center;padding: 15px 20px;gap: 6px;}
.top_header .menu ul li a i {font-size: 1.2em;}
.navbar-logo-mobile{display: none;}
.container_default{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}

.header_right{ display: flex;justify-content: space-between;align-items: center;height: 100%; padding: 8px 0;}
.header_right .username{font-size:16px; font-weight: 600; text-transform: capitalize;}
.header_right .dropdown-menu { right: 0; left: initial;}  
.e_header_dropdown:not(.headerexpand) #menu-toggle-2 .left-icon {display: none;}
.e_header_dropdown.headerexpand #menu-toggle-2 .menu_icon {    border: none;    opacity: 0;    visibility: hidden;    display: none;}
.collapse:not(.show) {    display: block !important;    width: 100%;}
.nav{flex-wrap: inherit}

a[aria-label="Home"]::before {content: "\e88a";}
a[aria-label="Data Quality Rules"]::before {content: "\f232";}
a[aria-label="Enable Data Quality"]::before {content: "\f8ef";}
a[aria-label="Address Validation Configuration"]::before {content: "\e7f9";}
a[aria-label="Data Quality Rule Summary"]::before {content: "\ea4f";}
a[aria-label="Data Quality Rule Details"]::before {content: "\ef73";}
a[aria-label="Purview Classifications"]::before {content: "\e595";}
a[aria-label="Sales Representative Merge Suggestions"]::before {content: "\f1b7";}
a[aria-label="Sales Representative Masters"]::before {content: "\e906";}
a[aria-label="Match & Merge"]::before {content: "\eb98";}
a[aria-label="Address Suggestions"]::before {content: "\e982";}
a[aria-label="Address masters"]::before {content: "\e54b";}
a[aria-label="Generative page 1"]::before {content: "\e749";}
a[aria-label="Generative page 2"]::before {content: "\e65f";}
a[aria-label="Common Data Mapping"]::before {content: "\e7e6";}
a[aria-label="Common Data Model"]::before {content: "\e666";}
a[aria-label="CDM Page 3"]::before {content: "\e5fa";}
a[aria-label="CDM AI"]::before {content: "\e39f";}
a[aria-label="User Manager"]::before {content: "\ec10";}
a[aria-label="User Approval"]::before {content: "\e982";}
a[aria-label="Address Validation Configuration Mapping"]::before {content: "\ef5c";} 
a[aria-label="Match & Merge Process"]::before {content: "\e7e1";}
a[aria-label="Match & Merge Master"]::before {content: "\e9ce";}
.p-30 { padding: 30px; }
.mt-20 {    margin-top: 20px !important;}
.container_default { margin-right: auto;  margin-left: auto; padding-left: 15px;padding-right: 15px;}
.card .card-header{background-color: transparent;border-bottom: 1px solid rgba(0, 0, 0, .125); border-top-left-radius: .25rem;border-top-right-radius: .25rem;padding: .75rem 1.25rem;}
.card-shadow { box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);  border-radius:12px; border-color: #dee2e6; }
.card-body{ border-radius:12px; padding: 16px;}
table{ width: 100% !important; margin: 0;}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td { font-size: 12px; padding: 12px 6px; vertical-align: middle;}
.table thead tr th{text-align: center !important; color:#fff; background: #293167; border-color: #6d6d6d !important;padding: 13px !important; border-right: 1px solid;border-bottom: none !important;}
table.table thead tr th:first-child { border-radius: 12px 0 0 12px;}
table.table thead tr th:last-child { border-radius: 0 12px 12px 0; border-right: none;}
#grp-table thead tr th:first-child,#grp-table thead tr th:last-child{ border-radius: 0;}
label.error{color: #ff0000; font-size: 13px; font-weight: 500;}
.card-header .card-title {    font-weight: 600;    color: #293167;}
.success-box,.update-box{display: none;align-items: center; background-color: #d4edda; border: 1px solid #c3e6cb;      color: #155724;
      padding: 10px 20px; border-radius: 8px;width: fit-content;font-family: Arial, sans-serif;
      box-shadow: 0 0 10px rgba(0,0,0,0.05); position: fixed; top: 82px; right: 20px;max-width: 100%;width: 232px;}
.success-box .success-icon,.update-box .success-icon {
      background-color: #28a745;color: white;border-radius: 50%; width: 20px; height: 20px;display: flex;align-items: center;
      justify-content: center;  font-size: 12px;  margin-right: 12px;}
.success-box .success-text,.update-box .success-text {  font-size: 14px; }
.success-box .close-btn,.update-box .close-btn {margin-left: 20px;  cursor: pointer;color: #155724;font-weight: bold;}
.error-box {display: none;align-items: center; background-color: #e88282; border: 1px solid #e88282;      color: #ffffff;
      padding: 10px 20px; border-radius: 8px;width: fit-content;font-family: Arial, sans-serif;
      box-shadow: 0 0 10px rgba(0,0,0,0.05); position: fixed; top: 82px; right: 20px;max-width: 100%;width: 252px;}
.error-box .error-icon {background-color: #a72841;color: white;border-radius: 50%; width: 24px; height: 22px;display: flex;align-items: center;
justify-content: center;  font-size: 12px;  margin-right: 12px;}
.error-box .error-text {  font-size: 14px; }
.error-box .close-btn {margin-left: 20px;  cursor: pointer;color: #ffffff;font-weight: bold;}

/* datatable css */
.dt-container .dt-layout-row:first-child, .dt-container .dt-layout-row:last-child{display: flex; flex-wrap: wrap; justify-content: space-between;}
.dt-container .dt-layout-row:first-child{margin-bottom:15px}
.table.dataTableCustom tfoot{display: table-header-group;}
table tfoot th input{border:solid 1px var(--gray-medium); border-radius: 4px; font-weight: 400; font-size: 12px; padding: 6px 12px;}
table tfoot th input::placeholder, table tfoot th input::-moz-placeholder, table tfoot th input::-webkit-input-placeholder{color: var(--gray-medium);}
.dt-paging.paging_full_numbers button{padding: 6px 12px; border: solid 1px var(--gray-light); color: var(--gray-dark); background-color: var(--bg-white);}
/* body div.dt-container .dt-paging .dt-paging-button.current{ border: solid 1px var(--primary) ; color: var(--primary);} */
div.dt-container .dt-paging .dt-paging-button:hover{background: #007bff !important; border-color: #007bff !important; padding: 3px 12px !important;}
.dt-paging.paging_full_numbers button:first-child{border-bottom-left-radius:4px; border-top-left-radius:4px;}
.dt-paging.paging_full_numbers button:last-child{border-bottom-right-radius:4px; border-top-right-radius:4px;}
.dt-paging.paging_full_numbers button span{ color: var(--text-black)}
.dt-container .dt-layout-row .dt-length .dt-input, .dt-container .dt-layout-row .dt-search .dt-input{border: solid 1px var(--body-color);padding: 8px 10px;border-radius: 4px; outline: 0;}
.dt-container .dt-layout-row .dt-length label, .dt-container .dt-layout-row .dt-search label{display: none;}
.dt-container .dt-layout-row .dt-length .dt-input, .dt-container .dt-layout-row .dt-search{position: relative;}
.dt-container .dt-layout-row .dt-search .dt-input{padding-left: 30px;}
.dt-container .dt-layout-row .dt-search .dt-input::-moz-placeholder,
.dt-container .dt-layout-row .dt-search .dt-input::-moz-placeholder,
.dt-container .dt-layout-row .dt-search .dt-input::placeholder{    color: var(--text-black);}
.dt-container .dt-layout-row .dt-search::after { content: "\e8b6"; position: absolute; font-family: 'Material Icons';     font-size: 20px; color: var(--text-black); left: 8px; top: 5px;}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    padding: 3px 12px;    border: 1px solid #ecf0fa;}
body div.dt-container .dt-paging .dt-paging-button.current { border: solid 1px var(--primary);    color: #ffffff !important;    background: #007bff;    border-color: #007bff;    padding: 3px 12px;}
div.dt-container .dt-paging .dt-paging-button {  padding: 3px 12px !important;    border: 1px solid #ecf0fa !important;    color: #007bff !important;}
.dt-container .dt-layout-row:first-child{ margin-top: 0 !important; padding: 0 16px !important;}
.dt-container .dt-layout-row:nth-child(3) { padding: 16px;}
body table.dataTable th.dt-type-numeric,body table.dataTable th.dt-type-date,body table.dataTable td.dt-type-numeric,body table.dataTable td.dt-type-date{text-align: left;}
/* datatable css End*/
.datepicker {padding: 10px;}
.datepicker-dropdown {background-color: #fff !important;border: 1px solid #dee2e6 !important;border-radius: 0.375rem !important;box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.datepicker table {width: 100%;margin: 0;}
.datepicker table thead tr th {padding: .5rem;font-size: .875rem;background: #f8f9fa;text-align: center;}
.datepicker table tbody tr td {padding: .40rem !important;text-align: center;}
.datepicker table tbody tr td.day:hover {background: #0d6efd;color: #fff;cursor: pointer;}
.datepicker .active { background-color: #0d6efd !important; color: #fff !important;}

/* profile css */
.profile-header {background-color: #fff;padding: 20px;border: 1px solid #d2d2d2;    border-radius: 6px; display: flex;  align-items: center;    gap: 20px;    margin-bottom: 20px;}
.circle .profile-pic { width: 200px; max-height: 200px; display: inline-block;}
.p-image .file-upload { display: none;}
.small-12 .circle { border-radius: 100% !important; overflow: hidden;    width: 128px;    height: 128px;    border: 2px solid #adadad33;    position: relative;    top: 0;}
.circle img { max-width: 100%;    height: auto;}
.small-12 .p-image {  position: absolute;  top: 143px;  left: 146px;  color: #ffffff;  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);}
.p-image:hover {  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);}
.p-image .upload-button {  font-size: 16px;  background: #2667bd;  padding: 8px;  border-radius: 50px;}
.p-image .upload-button:hover {  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);  color: #999;}
.role {  color: #007b5e; margin: 5px 0;}
.location {  color: #888;  font-size: 14px;}
.card-header h3 {  font-size: 18px;}
.edit-btn { background-color: #2667bd; color: #fff; border: none; border-radius: 6px; padding: 6px 14px; cursor: pointer;  font-size: 14px;  display: flex;    align-items: center;    gap: 5px;}
.f-15{ font-size: 15px;} 
.card-content .info p { margin-bottom: 10px; font-size: 15px;  display: flex; flex-direction: column; font-weight: 600;}
.card-content .info p span{ font-weight: 500;}
.title-heading{ display: flex; align-items: center; justify-content: space-between; padding-left: 0 !important;    padding-right: 0 !important;}
.info .col-sm-4{ margin-top: 15px;}
.form-group, .input-group { margin-bottom: 25px;}
.form-group label > span{color: #ff0000;}
.form-group label { font-weight: normal;    font-size: 16px;}
#register-form .form-group{ position: relative;}
#register-form .lni{ position: absolute; right: 23px; top: 36px; font-size: 20px; color: #333;}
/* profile css end*/


.modal .modal-dialog .modal-content .modal-header .btn-close,
.offcanvas .offcanvas-header .btn-close{
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
font-size: 14px; }
input[type="checkbox"] { appearance: none; width: 18px; height: 18px; border-radius: 5px; border: #ddd solid 1px;}
input[type="checkbox"]:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") no-repeat center / cover;
    background-color: #0d6efd; appearance: none; width: 18px; height: 18px;    border-radius: 5px;    border: #0d6efd solid 1px;}

span.lni.lni-info.information-btn { font-size: 21px; background: #009de1; color: white; border-radius: 50px; padding: 2px;}


.card .mapping-title{ display: flex; align-items: center;    justify-content: space-between;}
select.all-table-record{ width: 100%; padding: .375rem .75rem;    font-size: 1rem;    font-weight: 400;    line-height: 1.5;    border-color: #949494;    border-radius: .375rem;}

.scrollbar { height: 300px; width: 50%; overflow: auto; padding: 0 10px;}        
.navbar-lefsidebar .navbar-coll-leftsidebar::-webkit-scrollbar { width: 10px;}        
.navbar-lefsidebar .navbar-coll-leftsidebar::-webkit-scrollbar-track { border-radius: 8px; background-color: rgba(265,265,265,.7);    border: 1px solid rgba(265,265,265,.5);}
.navbar-lefsidebar .navbar-coll-leftsidebar::-webkit-scrollbar-thumb { border-radius: 8px; background-color: rgba(265,265,265,.7);}


.table-responsive .table-filter { position: relative;}
.table-filter .table-dropdown { position: absolute; left: 30px; top: 0px; z-index: 999; border: solid 1px #d1d1d1; padding: 6px 10px;    border-radius: 6px;    color: #000;    font-size: 16px;    width: 100%;    max-width: 180px;}


.bg-info{background:#299cdb}
.bg-success{background:#0ab39c}
.bg-danger{background:#f06548}
.bg-warning { background: #f7b84b;}
.actionIconInfo{background:#299cdb}
.actionIconSuccess{background:#0ab39c} 
.actionIconDanger{background:#f06548} 
i.actionIcon{display:inline-flex; width:30px; height:30px; align-items:center; justify-content:center; padding:5px; color:#ffffff; border-radius:5px; cursor:pointer;}
label.error{color: #ff0000; font-size: 13px; font-weight: 500;}
.action_td i,action_td a{margin:0 2px}
.MW-100{min-width: 100px;}


.add-transform{display: flex; align-items: center; gap: 5px;cursor: pointer;}
.add-transform .add-mapping{color:#299CDB}
div.valuemap {display: flex; gap: 13px; align-items: center; margin-top: 15px; margin-bottom: 10px;}
.footer-bottom.d-print-none{ padding: 20px 0; padding-left: 290px; background-color: #ffffff; border-top: 1px solid #dee2e6;}
footer .footer-bottom p{ color: #7a7a7a !important;    font-size: 13px;font-weight: 700;}
.navbar-lefsidebar .navbar-coll-leftsidebar { flex-basis: initial; overflow: auto; height: calc(100vh - 75px); }
.sidebar.active .navbar-lefsidebar .navbar-coll-leftsidebar{overflow: visible;}
.navbar-lefsidebar h3{ font-size: 13px; font-weight: 600; color: #ffffff80; padding: 15px 15px; background: transparent; margin-bottom: 0; margin-top: 5px;}


#lakehouse_drop{ border: 1px solid #949494; padding: 7px 40px 7px 15px; border-radius: 7px; z-index: 999; background: #ffffff;    width: 100%;}
.workspace-dropdown{ border: solid 1px #949494; padding: 4px 10px; border-radius: 6px; color: #000; font-size: 16px;    width: 100%;}
.lakehouse_list{ display: none; list-style: none; padding-left: 0; z-index: 999; position: sticky;}
#lakehouse_drop .lakehouse_list li{ display: flex; gap: 5px; margin-top: 9px;}

/* select2 dropdown star */
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice{background: var(--btn-primary);
    color: #fff; font-size: 13px; font-weight: 500; border-color: var(--btn-primary);}
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff}
.select2.select2-container .select2-selection--single,.select2-results__option{font-size:13px}
.select2-container--default .select2-selection--multiple {  position: relative;  padding-right: 24px; /* make space for arrow */}
.select2-container--default .select2-selection--multiple::after {  content: "";  position: absolute;  top: 50%;  right: 8px;  width: 0;  height: 0;  pointer-events: none;  border-left: 6px solid transparent;  border-right: 6px solid transparent;  border-top: 6px solid #888; /* arrow color */  transform: translateY(-50%);}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow { height: 37px;}
.select2.select2-container .select2-selection--single{height: 38px;}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 38px;}
/* select2 dropdown end */
.form-group select { padding: 7px; border-radius: 4px; border-color: #949494;}
.offcanvas-body{position:relative;}
.custom-loader.offcanvasLoader{position:absolute; background: linear-gradient(0deg, rgba(265, 265, 265, 0.5), rgba(265, 265, 265, 0.5));}


/* Modern Clean Delete Modal Styles */ 
.modern-delete-modal {border: none;border-radius: 24px;box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12);overflow: hidden;max-width: 400px;margin: 0 auto;}
.modern-delete-header {border-bottom: none;padding: 20px 20px 0 20px;background: transparent;position: relative;min-height: auto;}
.modern-close-btn {position: absolute;top: 20px;right: 20px;background: #f8f9fa;border-radius: 50%;width: 32px;height: 32px;border: none;opacity: 1;font-size: 14px;transition: all 0.2s ease;}
.modern-close-btn:hover {background: #e9ecef;transform: rotate(90deg);}
.modern-delete-body {padding: 20px 40px 32px 40px;text-align: center;background: #ffffff;}
.delete-icon-container {margin-bottom: 24px;} 
.delete-icon-circle {width: 80px;height: 80px;border-radius: 50%;background: #ff475712;display: flex;align-items: center;justify-content: center;margin: 0 auto; box-shadow: 0px 0px 0 15px rgba(255, 71, 86, 0.04);}
.delete-icon {font-size: 36px;color: #ff4757;}
.delete-title {font-size: 24px;font-weight: 600;color: #1e293b;margin-bottom: 12px;margin-top: 0;line-height: 1.3;} 
.delete-description {font-size: 16px;color: #64748b;line-height: 1.5;margin-bottom: 32px;max-width: 280px;margin-left: auto;margin-right: auto;}
.delete-actions {display: flex;gap: 12px;justify-content: center;}
.modern-cancel-btn,.modern-delete-btn{border-radius: 6px;padding: 10px 20px; font-weight: 500;font-size: 14px;transition: all 0.2s ease;min-width: 100px;}
.modern-cancel-btn {background: #f8fafc;border: 1px solid #e2e8f0;color: #475569;}
.modern-cancel-btn:hover {background: #f1f5f9;border-color: #cbd5e1;color: #334155;transform: translateY(-1px);}
.modern-delete-btn {background: #ff4757;border: 1px solid #ff4757;color: #ffffff;}
.modern-delete-btn:hover {background: #ff3742; color:#ffffff; border-color: #ff3742;transform: translateY(-1px);box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);}
.modern-delete-btn:active {transform: translateY(0);}

