#carousel-generic {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.custom-content h1 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.sample-video {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 11px;
}
.row.grid {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.row.grid .column-content {
	background: #cdd4d4;
	min-height: 30px;
	min-height: 3rem;
	line-height: 30px;
	line-height: 3rem;
	width: 100%;
	text-align: center;
}
.grid.grid-sample {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.footer .footer-default {
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}
.footer .footer-nav-mm h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

.pointer {
	cursor: pointer;
}

#pan_header_2019 {
	z-index: 1;
}

#add_category_btn {
	background-color: transparent;
	border: none;
}

#add_category_btn .fa-plus-square {
	margin-right: 10px;
}

/* multi-select form modal */
.close-modal {
	padding-left:30px;
	z-index: 1;
	color: #3a464e;
	text-decoration: none;
	font-size: larger;
}

.close-modal:hover {
	text-decoration: none;
}

#cateModal {
    z-index: 99999;
}

.modal .modal-header {
	border: none;
	height: 10vh;
}

.modal .modal-header .error {
	color: red;
	font-size: 11px;
	margin-left: 30px;
	margin-top: -3px;
}

.modal-header .input-wrapper{
    position: relative;
}

.modal-header .input-wrapper .input-icon{
    position: absolute;
    left: 40px;
	top: 25%;
	color: #cdd4d4;
}

.modal-header input.form-filter {
	border-radius: 30px;
	margin: 0 30px;
	width: 90%;
	padding: 6px 12px 6px 30px;
	display: inline-block;
	outline: none;
    background-color: #fff;
    border: 1px solid #f1f1f1;
	font-size: 16px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #88989f;
}

.modal .modal-body {
	overflow-y: auto;
	height: 60vh;
}

ul.cate-list-group {
	list-style: none;
}

li.cate-list-group-item {
	border: none;
	padding-left: 40px;
}

li.cate-list-group-item:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

li.cate-list-group-item.disable {
	color: rgba(0, 0, 0, 0.2) !important;
}

li.cate-list-group-item.disable p {
    color: rgba(0, 0, 0, 0.2);
}

li.cate-list-group-item.disable:hover {
	background-color: #fff;
	cursor: not-allowed;
}

li.cate-list-group-item:before {
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

li.cate-list-group-item .results-title {
	font-weight: bold;
}

/* pillbox */
.pillbox > .pill-group > .pill .glyphicon-close {
	cursor: pointer;
	left: 5px;
	font-weight: bold;
	font-size: 24px;
	line-height: 16px;
}

.pillbox > .pill-group > .pill .glyphicon-close:before {
    content: " \00d7";
}

.pillbox > .pill-group {
	padding-left: 0;
}

.pillbox > .pill-group .pill {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.pillbox > .pill-group .pill:hover:after {
	content: attr(tooltip);
	position: absolute;
	background-color: #f1f1f1;
	border: 0.5px solid #d3d3d3;
	width: 300px;
	word-wrap: break-word;
	padding: 5px;
	white-space: initial;
	right: -50%;
	bottom: 100%;
	text-align: left;
}

.pillbox > .pill-group .pill:hover:before {
	content: '\f0d7';
	position: absolute;
	font-family: FontAwesome;
    font-size: 24px;
    right: 20%;
	top: -40%;
	color: #f1f1f1;
	z-index: 1;
}


.custom-content {
	min-height: 600px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	position: relative;
	padding-top: 0px !important;
}

.dropdown-header {
	position: sticky;
	top: 0;
	background-color: #ffffff; /* Non-transparent white background color */
	padding: 10px; /* Adjust as needed */
	z-index: 1; /* Ensure it's above the dropdown menu items */
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	display:flex !important;
}

.form-container {
	width: 80%;
}

.search-input {
	width: 100%;
}

.input-wrapper {
	width: 95%;
}

.hide-button {
	display:none !important;
}

.show-button {
	display:inline !important;
}

#searchInput {
	color:#3a464e
}

.plan-details {
	display: inline-flex;
	flex-direction: column;
}

.tas-tooltip {
	position: relative;
	display: inline-block;
}

.tas-tooltip .tooltiptext.top-positioned {
    position: fixed !important;
    margin-left: -40px !important;
}

.tas-tooltip .tooltiptext {
	/* Positioning */
	position: absolute;
	top: 100%;
	z-index: 1;

	/* Appearance */
	background-color: #f1f1f1;
	border: 1px solid #d3d3d3;
	border-radius: 6px;

	/* Text styling */
	color: #000;
	text-align: left;
	padding: 10px;

	/* Visibility and transition */
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.tas-tooltip .tooltiptext p,
.tas-tooltip .tooltiptext a {
	transition: opacity 0.3s;
}

.tas-tooltip:hover .tooltiptext,
.tas-tooltip:hover .tooltiptext p,
.tas-tooltip:hover .tooltiptext a {
	visibility: visible;
	opacity: 1;
}

.tas-tooltip .tooltiptext a {
	color: #0066cc;
	text-decoration: underline;
}

.banner-text {
	margin-bottom: 10px !important;
}