.list-group-item:first-child, .list-group-item:last-child, .btn, .form-control, .card{
	border-radius: 0;
}
.form-control:focus {
    box-shadow: 0 0 .05rem rgba(0,123,255,.25);
}
.btn {
	box-shadow: none !important;
	border-radius: 5px !important;
}

.expandable-button:hover {
	background-color: #e7e7e7;
}

.expandable-button:focus {
	outline: none;
	box-shadow: 0 0 0 1px #76838F;
}

.dropdown-menu.show {
	z-index: 9999999;
}

#dropdownExportButton {
	background: none;
}

.ck-editor__editable_inline {
    min-height: 400px;
	max-height: 700px;
	resize: vertical;
}

.pseudo-table{
	display: table;
}

.pseudo-tr{
	display: table-row;
}

.pseudo-thead{
	display: table-header-group;
}

.pseudo-tbody{
	display: table-row-group;
}

.pseudo-td{
	display: table-cell;
}


.table .pseudo-thead .pseudo-td {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table .thead-dark .pseudo-td {
    color: #fff;
	background-color: #343a40;
	border-color: #454d55;
	font-weight: 700;
}

.similar-list > div{
	display: inline-block;
	margin-right: 10px;
}

.similar-car-variants-wrapper{
	position: relative;
}

.similar-car-variants{
	max-height: 400px;
	overflow: auto;
	position: absolute;
	top: 100%;
	margin: 20px 0;
	left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
	display: none;
	z-index: 5;
}

.reurlfielddel{
    line-height: 28px;
    cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background: none;
    border: none;
}

.similar-car-variants.to-top{
	top: auto;
	bottom: 100%;
}


.similar-car-variants > div{
	padding: 10px 20px;
	transition: background-color .1s, color .1s;
	cursor: pointer;
}

.similar-car-variants > div.hidden{
	display: none;
}

.similar-car-variants > div:hover{
	background-color: #848484;
	color: white;
}

.table .pseudo-td, .table .pseudo-td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-borderless tfoot tr th {
	border: none !important;
	padding: 20px 0;
}

header{
	background-color: #141518;
	color: white;
	min-height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 25;
}

.admin-panel{
	display: flex;
	align-items: stretch;
	min-height: 100vh;
	position: reltive;
	z-index: 5;
	margin-top: 50px;
}

.admin-menu{
	min-width: 200px;
	width: 200px;
	min-height: 100%;
	background-color: #272931;
	color: white;
}

.admin-menu ul{
	list-style: none;
	padding: 0;
}

.admin-work-space{
	flex-grow: 999;
    max-width: calc(100% - 200px);
	background-color: #f8f9fa;
	padding: 15px 0 30px;
}

.menu-link{
	display: block;
	padding: 8px 15px;
	color: white;
	position: relative;
	overflow: hidden;
}

.menu-link:hover{
	text-decoration: none;
	color: white;
}



.menu-link:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f9fa;
	transform: translateX(-5px);
	transition: transform .2s;
}

.menu-link:hover:before, .menu-link.active:before{
	transform: translateX(0);
}

.admin-menu ul ul .menu-link{
	padding-left: 30px;
	background-color: #42474c;
}

.w1{
	width: 1%;
}

.nowrap{
	white-space: nowrap;
}

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

.partitions-mover{
	cursor: pointer;
}

.partition-pseudo{
	position: fixed;
	z-index: 99;
	border: 1px solid #272931;
	padding: 5px 10px;
	background-color: white;
	opacity: .7;
	transition: top .05s, left .05s;
	pointer-events: none;
}


[type="checkbox"]{
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.buttons-container{
	display: flex;
	justify-content: space-between;
}

.buttons-container > div{
	width: 50%;
	transition: width .5s;
}
.buttons-container > div:first-child{
	margin-right: 10px;
}
.buttons-container > div:last-child{
	margin-left: 10px;
}
.buttons-container > div:hover{
	width: 75%;
}

.meta-field textarea{
	height: calc(1.5em + .75rem + 2px);
}
.remove-meta{
	cursor: pointer;
	margin-top: 10px;
}

.auth-cont{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.auth-form{
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}


#file-manager iframe{
	border: none;
}

#file-manager .modal-content{
	border-radius: 0;
}

#file-manager .modal-body{
	padding: 0;
}


#file-manager .modal-dialog{
	max-width: 1200px;
}

.admin-work-space input{
	border: 1px solid #ced4da;
	outline: none;
}
select.form-control{
	width: 100%;
}
.form-group label{
	display: block;
}
.select2.select2-container{
	width: 100% !important;
	max-width: 100%;
}
.multiply-selection-container{
    width: 100%;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
	position: relative;
	z-index: 15;
}
.multiply-selection-container *{
    box-sizing: border-box;
}
.multiply-selection-container .selection-inner{
    padding-right: 25px;
    padding-bottom: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    min-height: 32px;
    position: relative;
}
.multiply-selection-container.open .selection-inner{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.multiply-selection-container .selection-arrow{
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 20px;
}
.multiply-selection-container .selection-arrow b{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.multiply-selection-container.open .selection-arrow b{
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.multiply-selection-container .selection{
    position: relative;
}
.multiply-selection-container .selection-box-items-wrapper{
    border: 1px solid #c1c1c1;
    border-top: 0;
	padding: 0 5px;
	background: #fff;
}
.selection-box-section-content{
    display: block;
}
.selection-box-section-top{
    transition: .5s;
}
.selection-box-section-top.open{
    margin-bottom: 15px;
}
.selection-box-section-top label{
    font-weight: 700;
}
.selection-box-section-content{
    padding-left: 15px;
}
.selection-box-section-content .selection-checkbox:not(:last-child){
    margin-bottom: 15px;
}
.selection-box-section-content .selection-checkbox + .selection-box-items-section{
    padding-top: 0;
}
.selection-box-items-section + .selection-box-items-section{
    padding-top: 0;
}
.selection-box-items-section{
    padding: 15px 0;
}
.selection-box-items-section .selection-box-items-section{
    padding-bottom: 0;
}
.selection-box-section-content{
    display: none;
}
.multiply-selection-container .selection-box-items-wrapper{
    transition: .2s;
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    top: 100%;
    left: 0;
}
.multiply-selection-container.open .selection-box-items-wrapper{
    display: block;
    visibility: visible;
    opacity: 1;
}
.selection-inner-item{
    display: inline-block;
    margin-left: 7px;
    margin-top: 7px;
}

.selection-box-items-section + .selection-checkbox{
    margin-top: 15px;
}
.selection-box-items-section .selection-box-items-section + .selection-box-items-section{
    padding-top: 15px;
}
.selection-checkbox{
    padding: 0 10px;
}
.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    height: 36px;
}
.select2-container--classic .select2-selection--single, .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single, .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    background: none;
}

.set_custom_clicks {
 margin-right: 5px;
}

.set_invoice_amount {
	margin-right: 5px;
}

.set_comment {
    margin-right: 5px;
}

.disabled-company{
    width: 35px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.disabled-company img{
    max-width: 100%;
}

input[name="chart-data-type"], input[name="campaign-device[]"], input[name="campaign-os[]"], input[name="campaign-browsers[]"], input[name="campaign-days-of-week[]"]{
    margin-right: 8px;
}

.have-macros {
	display: flex;
	align-items: center;
}
.have-macros label{
	display: inline-block;
	margin: 0 0 0 5px;
	padding-bottom: 2px;
}
.macros {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.macros input{
	margin-left: 5px;
	max-width: 173px;
}
.macros label {
	display: inline-block;
	width: 120px;
}
.companies-table td{
	background: inherit;
	color: inherit;
	line-break: anywhere;
}
.companies-table td a{
	color: inherit;
}

.def_color {
	border: black solid 1px;
}
.color-container {
	margin-top: 15px;
}

.table-link{
	text-decoration: none !important;
	text-color: #fff;
	color: #526069;
}

.table-link:hover {
	text-decoration:none !important;
	text-color: #526069;
	color: #526069;
}

.table td, .table th{
	vertical-align: unset !important;
}

.table tbody tr td {
	vertical-align: middle !important;
}

.highlight-row {
	background-color: #fffe97 !important;
}

.changed-input {
	border: 2px solid red !important;
}

.search-container{
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	text-decoration: none !important;
}

font-size-26{
	font-size: 26px !important;
}
.navbar-brand-logo-new {
	display: inline-block;
	height: 3.86rem;
	margin-top: -1rem;
	margin-left: 3.5rem;
}

.site-menubar-fold .site-menubar-section > .testtesst {
	display: none;
}

.custom-card-t{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: rgba(0,0,0,0.5);
	background-clip: border-box;
	border: 1px solid #e4eaec;
	border-radius: .215rem;
}

.avatar-photo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px !important;
}

.avatar-photo-edit {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px !important;
}

.avatarPersonPhoto {
	/*width: auto;*/
	/*height: 100%;*/
	margin: 0 auto;
}

.site-navbar .navbar-header{
	background-color: #263238 !important;
}

.hint-cancel {
	color: red;
}

.export-content {
	padding: 20px 15px 20px 15px;
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	width: 200px;
	max-height: 340px;
}

.expandable-container {
	position: relative;
}

.expandable-container .expandable-content {
	position: absolute;
	margin-top: 5px;
	display: none;
	background-color: white;
	z-index: 1000;
}
  
.icon-excel {
	background: url(../img/svg/file_excel.svg) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.icon-csv {
	background: url(../img/svg/file_csv.svg) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.icon-export {
	background: url(../img/svg/export.svg) no-repeat;
	display: block;
	width: 18px;
	height: 18px;
}

.icon-look {
	background: url(../img/svg/look.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}

.icon-vtr {
	background: url(../img/svg/percent.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}

.icon-click {
	background: url(../img/svg/click.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}


.icon-play {
	background: url(../img/svg/play.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}


.icon-percent-ctr {
	background: url(../img/svg/percent-ctr.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}


.icon-refresh {
	background: url(../img/svg/refresh.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}


.icon-display {
	background: url(../img/svg/display.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}


.icon-cost {
	background: url(../img/svg/cost.svg) no-repeat;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}

.icon-add {
	background: url(../img/svg/add.svg) no-repeat;
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
}

.icon-dropdown {
	background: url(../img/svg/dropdown.svg) no-repeat;
	display: block;
	margin: auto;
	width: 13px;
	height: 13px;
}

.icon-settings {
	background: url(../img/svg/settings.svg) no-repeat;
	display: block;
	margin: auto;
	width: 18px;
	height: 18px;
}

.icon-checkmark {
	background: url(../img/svg/check_mark.svg) no-repeat;
	display: block;
	width: 14px;
	height: 14px;
}

.icon-cancel {
	background: url(../img/svg/cancel.svg) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}

.icon-back {
	background: url(../img/svg/back.svg) no-repeat;
	display: block;
	width: 18px;
	height: 18px;
}

.icon-download {
	background: url(../img/svg/download.svg) no-repeat;
	display: block;
	width: 24px;
	height: 24px;
}

.icon-close {
	background: url(../img/svg/close.svg) no-repeat;
	display: block;
	width: 24px;
	height: 24px;
}

/* START: Custom checkbox list */

.checkboxes {
	border: 1px solid #DCDCDC;
	border-bottom-style: none;
	border-left-style: none;
	overflow: scroll;
	padding-top: 10px;
  }
  
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* END: Custom checkbox list */

.text-default {
	font: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 18.75px;
	color: #76838F;
}

.text-button {
	color: white;
}

.text-subtitle {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #76838F;
}

.btn-green {
	background-color: #11C26D;
}

.btn-green:hover {
	background-color: #1FA765;
}

.btn-orange {
	background-color: #F19743;
}

.btn-orange:hover {
	background-color: #EB8322;
}

.btn-blue {
	background: #3E8EF7;
}

.btn-blue:hover {
	background: #3B7FD9;
}

.btn-white {
	background: #FFFFFF;
}

.btn-white:hover {
	background: #EBEBEB;
}

.btn-red {
	background: #E34522;
}

.btn-red:hover {
	background: #D34020;
}

.btn-default-custom {
	border-radius: 5px;
	border: 0px;
	cursor: pointer;
	height: 34px;
}

.btn-bootstrap-table {
	margin-right: 10px;
	height: 34px;
	padding: 0px 10px;
}

.btn-modal {
	width: 44px; 
	height: 44px; 
	border-radius: 50%; 
	border: 0px;
}

.modal-btn-container {
	display: flex; 
	gap: 10px; 
	margin: 15px;
}

.table-toolbar-wrapper {
	display: flex;
	gap: 10px;
	padding-bottom: 20px;
  }

.btn-border {
	border: 1px solid #E0E0E0;
}

.btn-group-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.vertical-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.horisontal-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.page-content {
	padding: 1px 0 0 0 !important;
}

.page-header {
	padding: 0px 30px !important;
}

.panel-body {
	padding: 0px 30px !important;
}

.changed-value {
    color: red;
}
.navbar-brand-logo-new-en{
	margin-left: 0rem !important;
}

.tree-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.tree-table th {
	background-color: #f8f9fa;
	font-weight: 500;
	color: #395CA7;
	padding: 12px 8px;
	border-bottom: 2px solid #dee2e6;
}
.tree-table td {
	padding: 8px;
	border-bottom: 1px solid #dee2e6;
}
.tree-row {
	cursor: pointer;
}
.tree-row:hover {
	background-color: #f8f9fa;
}
.child-row {
	display: none;
	background-color: #f8f9fa;
}
.child-row.expanded {
	display: table-row;
}
.tree-toggle {
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #395CA7;
	transition: transform 0.2s;
}
.tree-toggle::before {
	content: '▶';
	display: inline-block;
}
.tree-toggle.expanded::before {
	transform: rotate(90deg);
}
.tree-row.has-children {
	cursor: pointer;
}
.tree-row.has-children:hover {
	background-color: #f0f0f0;
}
.editable {
	width: 80px;
	padding: 4px;
	border: 1px solid #ced4da;
	border-radius: 4px;
}
.filter-section {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 4px;
}
.filter-checkbox {
	margin-right: 15px;
}
.filter-checkbox label {
	margin-left: 5px;
}
.edited {
	background-color: #fff3cd;
}
.child-row {
	background-color: #f8f9fa;
}
.child-row:hover {
	background-color: #e9ecef;
}
.column-group {
	display: inline-block;
	margin-right: 20px;
}
.column-group label {
	margin-right: 5px;
}
.table-responsive {
	margin-top: 20px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	max-height: 800px;
	overflow-y: auto;
}
.service-header {
	text-align: center;
	font-weight: bold;
	background-color: #e9ecef;
}
.service-cell {
	text-align: right;
}

.tree-table td:first-child {
	width: 30%;
	min-width: 200px;
}

.child-row td:first-child {
	padding-left: 40px;
}
.date-row td:first-child {
	padding-left: 80px;
}
.tree-toggle {
	display: inline-block;
	width: 20px;
	text-align: center;
	transition: transform 0.2s;
	margin-right: 5px;
}
.tree-toggle.expanded {
	transform: rotate(90deg);
}
.tree-toggle::before {
	content: '▶';
	display: inline-block;
}
.tree-toggle.expanded::before {
	content: '▼';
}

.tree-table thead {
	position: sticky;
	top: 0;
	z-index: 2;
}
.tree-table thead tr:first-child th {
	position: sticky;
	top: 0;
	background: #f8f9fa;
	z-index: 3;
}
.tree-table thead tr:nth-child(2) th {
	position: sticky;
	top: 40px;
	background: #f8f9fa;
	z-index: 2;
}

.dashboard-group:last-child,
.sape-group:last-child,
.yandex-group:last-child,
.otm-group:last-child,
.adfox-group:last-child,
.getintent-group:last-child {
	border-right: 2px solid #dee2e6;
}

.tree-table td,
.tree-table th {
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.sape-group:first-child,
.yandex-group:first-child,
.otm-group:first-child,
.adfox-group:first-child,
.getintent-group:first-child {
	border-left: 2px solid #dee2e6;
}


.tree-table td:first-child,
.tree-table th:first-child {
	border-left: none;
}

.tree-table td:last-child,
.tree-table th:last-child {
	border-right: none;
}

#saveChangesBtn {
	margin: 20px 0;
	padding: 8px 20px;
	background-color: #28a745;
	border: none;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	transition: background-color 0.2s;
}
#saveChangesBtn:hover {
	background-color: #218838;
}

.filters-container {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}
.filters-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}
.filter-group {
	flex: 1;
	min-width: 200px;
}
.filter-group label {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-size: 0.9em;
}
.filter-group input,
.filter-group select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.date-range {
	display: flex;
	gap: 10px;
	align-items: center;
}
.search-box {
	position: relative;
}
.search-box input {
	padding-left: 30px;
}
.search-box i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
}
.filter-actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}
.filter-actions button {
	padding: 8px 15px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s;
}
.apply-filters {
	background-color: #28a745;
	color: white;
}
.apply-filters:hover {
	background-color: #218838;
}
.reset-filters {
	background-color: #6c757d;
	color: white;
}
.reset-filters:hover {
	background-color: #5a6268;
}
.toggle-all {
	background-color: #17a2b8;
	color: white;
	margin-left: 10px;
}
.toggle-all:hover {
	background-color: #138496;
}
.date-row {
	background-color: #f8f9fa;
	font-size: 0.9em;
}
.date-row:hover {
	background-color: #e9ecef;
}
.date-row td:first-child {
	padding-left: 60px;
}
.child-row.has-children {
	background-color: #fff;
}
.child-row.has-children:hover {
	background-color: #f8f9fa;
}
.tree-toggle {
	display: inline-block;
	width: 20px;
	text-align: center;
	transition: transform 0.2s;
}
.tree-toggle.expanded {
	transform: rotate(90deg);
}

.column-controls {
	margin: 20px 0;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 4px;
}
.column-controls h4 {
	margin-bottom: 15px;
	color: #395CA7;
}
.service-controls {
	margin-bottom: 20px;
}
.service-controls label {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.column-list {
	display: none;
	margin-left: 20px;
	margin-bottom: 15px;
}
.service-controls input[type="checkbox"]:checked + .column-list {
	display: block;
}
.column-list label {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.totals-row {
	background-color: #f8f9fa;
	font-weight: bold;
}
.totals-row td {
	border-top: 2px solid #dee2e6;
}

.unread-indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #007bff;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.unread-row {
	background-color: rgba(0, 123, 255, 0.05) !important;
}
.unread-row:hover {
	background-color: rgba(0, 123, 255, 0.1) !important;
}
.sticky-totals {
	position: sticky;
	right: 0;
	background-color: #fff;
	box-shadow: -2px 0 5px rgba(0,0,0,0.1);
	z-index: 1;
}
.sticky-totals::after {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 100%;
}

.column-dropdown {
	position: relative;
	display: inline-block;
}
.column-dropdown-btn {
	padding: 8px 15px;
	background-color: #17a2b8;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s;
}
.column-dropdown-btn:hover {
	background-color: #138496;
}
.column-dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 250px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	z-index: 1000;
	border-radius: 4px;
	padding: 10px;
	margin-top: 5px;
	max-height: 60vh;
	overflow:scroll;
}
.column-dropdown-content.show {
	display: block;
}
.column-dropdown-content label {
	display: block;
	padding: 8px 12px;
	cursor: pointer;
	transition: background-color 0.2s;
}
.column-dropdown-content label:hover {
	background-color: #f8f9fa;
}
.column-dropdown-content .column-group {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
}
.column-dropdown-content .column-group:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.column-dropdown-content .group-title {
	font-weight: bold;
	color: #395CA7;
	margin-bottom: 5px;
	padding: 0 12px;
}
.row-checkbox {
	margin-right: 10px;
	cursor: pointer;
}
.lock-icon {
	cursor: pointer;
	margin-right: 5px;
	color: #dc3545;
}
.lock-icon.unlocked {
	color: #28a745;
}
.editable:disabled {
	background-color: #e9ecef;
	cursor: not-allowed;
}

.changed {
	background: #F6F38CFF;
}

.modal-popup {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	min-width: 250px;
}

.nexus-theme {
    --nexus-primary: #2c3e50;
    --nexus-secondary: #34495e;
    --nexus-accent: #3498db;
    --nexus-text: #2c3e50;
    --nexus-background: #f5f7fa;
    --nexus-card-bg: #ffffff;
    --nexus-border: #e8edf2;
    --nexus-hover: #edf2f7;
    --nexus-menu-bg: #ffffff;
    --nexus-menu-text: #526069;
    --nexus-menu-hover: #f7f7f7;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif !important;
    background-color: var(--nexus-background) !important;
    color: var(--nexus-text) !important;
}

.nexus-theme * {
    font-family: inherit;
}

.nexus-theme .panel {
    background-color: transparent !important;
    margin-bottom: 2rem;
}

.nexus-theme .card {
    border: 1px solid var(--nexus-border) !important;
    border-radius: 12px !important;
    background-color: var(--nexus-card-bg) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    transition: all 0.2s ease !important;
}

.nexus-theme .card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px);
}

.nexus-theme .card-block {
    background-color: var(--nexus-card-bg) !important;
}

.nexus-theme .table {
    background-color: var(--nexus-card-bg) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative;
    z-index: 1 !important;
}

.nexus-theme .table thead th {
    background-color: var(--nexus-background) !important;
    border-bottom: 2px solid var(--nexus-accent) !important;
    color: var(--nexus-text) !important;
    font-weight: 600 !important;
    padding: 1rem !important;
}

.nexus-theme .table tbody tr {
    border-bottom: 1px solid var(--nexus-border) !important;
}

.nexus-theme .table tbody tr:hover {
    background-color: var(--nexus-hover) !important;
}

.nexus-theme .btn {
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

.nexus-theme .btn-default-custom {
    background-color: var(--nexus-card-bg) !important;
}

.nexus-theme .btn-default-custom:hover {
    background-color: var(--nexus-hover) !important;
}

.nexus-theme .btn-primary {
    background-color: var(--nexus-accent) !important;
}

.nexus-theme .btn-primary:hover {
    background-color: #2980b9 !important;
}

.nexus-theme .btn-floating {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nexus-theme .font-size-30,
.nexus-theme .font-size-40 {
    font-weight: 350 !important;
    color: var(--nexus-text) !important;
}

.nexus-theme .text-subtitle {
    color: var(--nexus-secondary) !important;
    font-weight: 500 !important;
    opacity: 0.8;
}

.nexus-theme .form-control {
    border: 1px solid var(--nexus-border) !important;
    border-radius: 8px !important;
    background-color: var(--nexus-card-bg) !important;
}

.nexus-theme .form-control:focus {
    border-color: var(--nexus-accent) !important;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1) !important;
}

.nexus-theme .ct-chart {
    background-color: var(--nexus-card-bg) !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    border: 1px solid var(--nexus-border) !important;
}

.nexus-theme .ct-label {
    color: var(--nexus-text) !important;
    font-family: inherit !important;
}

.nexus-theme .checkbox-container .checkmark {
    border: 2px solid var(--nexus-border) !important;
    background-color: var(--nexus-card-bg) !important;
}

.nexus-theme .checkbox-container:hover input ~ .checkmark {
    border-color: var(--nexus-accent) !important;
}

.nexus-theme .checkbox-container input:checked ~ .checkmark {
    background-color: var(--nexus-accent) !important;
    border-color: var(--nexus-accent) !important;
}

.nexus-theme .info-panel .card-block {
    padding: 1.5rem !important;
}

.nexus-theme .export-content {
    background-color: var(--nexus-card-bg) !important;
    border: 1px solid var(--nexus-border) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.nexus-theme .site-navbar,
.nexus-theme .site-navbar .navbar-header,
.nexus-theme .navbar-container,
.nexus-theme .site-menubar {
    background-color: var(--nexus-menu-bg) !important;
    border-bottom: 1px solid var(--nexus-border) !important;
}

.nexus-theme .site-menubar {
    border-right: 1px solid var(--nexus-border) !important;
}

.nexus-theme .site-menu > .site-menu-item > a {
    color: var(--nexus-menu-text) !important;
}

.nexus-theme .site-menu > .site-menu-item.active {
    background-color: var(--nexus-menu-hover) !important;
}

.nexus-theme .site-menu > .site-menu-item.active > a {
    color: var(--nexus-accent) !important;
}

.nexus-theme .site-menu > .site-menu-item:hover > a {
    background-color: var(--nexus-menu-hover) !important;
    color: var(--nexus-accent) !important;
}

.nexus-theme .site-menubar-footer {
    background-color: var(--nexus-menu-bg) !important;
    border-top: 1px solid var(--nexus-border) !important;
}

.nexus-theme .site-menubar-footer > a {
    background-color: var(--nexus-menu-bg) !important;
    color: var(--nexus-menu-text) !important;
    border-right: 1px solid var(--nexus-border) !important;
}

.nexus-theme .site-menubar-footer > a:hover {
    background-color: var(--nexus-menu-hover) !important;
    color: var(--nexus-accent) !important;
}

.nexus-theme .navbar-brand-text {
    color: var(--nexus-menu-text) !important;
}

.nexus-theme .site-menu .icon {
    color: var(--nexus-menu-text) !important;
}

.nexus-theme .site-menu > .site-menu-item:hover .icon,
.nexus-theme .site-menu > .site-menu-item.active .icon {
    color: var(--nexus-accent) !important;
}

.nexus-theme .modal-content {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.nexus-theme .modal-header {
    border-bottom: 1px solid var(--nexus-border) !important;
    background-color: var(--nexus-card-bg) !important;
}

.nexus-theme .modal-footer {
    border-top: 1px solid var(--nexus-border) !important;
    background-color: var(--nexus-card-bg) !important;
}

/* Navigation - Updated */
.nexus-theme .site-navbar .navbar-header {
    background-color: var(--nexus-menu-bg) !important;
}

.nexus-theme .site-menubar {
    background-color: var(--nexus-menu-bg) !important;
}

.nexus-theme .site-menu > .site-menu-item.active {
    background-color: var(--nexus-menu-bg) !important;
}

.nexus-theme .site-menu > .site-menu-item.active > a {
    color: var(--nexus-accent) !important;
}

.nexus-theme .site-menu > .site-menu-item:hover > a {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: var(--nexus-accent) !important;
}

.nexus-theme .btn-default-custom {
    background: #FFFFFF !important;
    border-radius: 5px !important;
    height: 34px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.nexus-theme .btn-default-custom:hover {
    background: #EBEBEB !important;
}

.nexus-theme .btn-green {
    background-color: #11C26D !important;
}

.nexus-theme .btn-green:hover {
    background-color: #1FA765 !important;
}

.nexus-theme .btn-orange {
    background-color: #F19743 !important;
}

.nexus-theme .btn-orange:hover {
    background-color: #EB8322 !important;
}

.nexus-theme .btn-blue {
    background: #3E8EF7 !important;
}

.nexus-theme .btn-blue:hover {
    background: #3B7FD9 !important;
}

.nexus-theme .btn-red {
    background: #E34522 !important;
}

.nexus-theme .btn-red:hover {
    background: #D34020 !important;
}

.nexus-theme .btn-floating {
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nexus-theme .expandable-container {
    position: relative;
}

.nexus-theme  .expandable-container .expandable-content {
	position: absolute;
	margin-top: 5px;
	display: none;
	background-color: white;
	z-index: 1000;
}

.nexus-theme .table-toolbar-wrapper {
    position: relative;
    z-index: 1050 !important;
}

.nexus-theme .bootstrap-table {
    position: relative;
    z-index: 1 !important;
}

.nexus-theme #openModalIcon {
    padding: 4px 8px !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nexus-theme .text-subtitle {
    margin: 0 !important;
    line-height: 1.5 !important;
}

.nexus-theme .mb-1.d-flex.align-items-center {
    margin: 0 !important;
    padding: 4px 0 !important;
    gap: 8px !important;
}
