
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	overflow-x: hidden;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-decoration: none;
	line-height: 1.2;
}

.dadata_content {
    position: absolute;
    z-index: 10;
    width: 95%;
    background: white;
    max-height: 130px;
    overflow-y: auto;
}

.adr-item,.inn-item {
	font-size:16.5px;
	background:	#ffffff;
}

.adr-item:hover,.inn-item:hover{
	cursor:pointer;
	background: #5da1e7;
    color: white;
}

.card {
	background: rgba(255, 255, 255, 0.2);
  	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
  	border-radius: 16px !important;
  	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	color: #fff;
}
.card-header {
	background-color: #f41b5c !important;
}
.card-header:first-child {
    border-radius: 16px 16px 0 0 !important;
}
thead {
    background-color: #f41b5c;
    color: #000;
}
thead th {
	border: none !important;
}
.pyramidNode {
	color: #000;
	background: #ffcf09 !important;
}
.btn-primary {
    color: #fff;
    background-color:  #f41b5c !important;
    border-color:  #f41b5c !important;
}
.btn-outline-secondary {
    color: #181153 !important;
    border-color: #181153 !important;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color:#181153 !important;
    border-color:#181153 !important;
}
tbody, td, tfoot, th, thead, tr {
	color: #fff !important;
}

.pyramidNode .text-warning {
	color: #585858 !important;
}

.bg-success {
    background-color: #f41b5c !important;
	
}

.page-link {
	color:  #f41b5c !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color:  #f41b5c !important;
    border-color: #f41b5c !important;
}

.card-header.bg-info {
    background-color:  #f41b5c !important;
}