@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS / Bootsrtap / Core925 Custom Document */
h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.50rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: .85rem;
}

.layout-wrapper {
	width: 100%;
	display: flex
}

.layout-container {
	min-height: 100vh
}

.layout-wrapper .layout-container {
	width: 100%;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
}

.layout-container.ntn-bg {
	background-color: #00141D;
	border-radius: 5px;
}
.modal .accordion th {
	border-bottom: 0px;
}
.side-menu {
	width: 16.25rem;

}
.helper-button {
	position: fixed;
    top: 93vh;
}
.secondary-header-devider {
	border-top: solid thin rgb(182, 134, 240);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: rgb(182, 134, 240);
}
.was-validated .form-select:invalid {
    border-color: rgb(182, 134, 240);
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: rgb(182, 134, 240);
}
.was-validated .form-control:invalid {
    border-color: rgb(182, 134, 240);
}
.was-validated .form-select:valid {
    border-color: rgb(182, 134, 240);
}
.helper-button .nav-link {
	width: 44px;
    padding-left: 12px;
	transition-duration: 0.5s;
}
.side-menu-show .helper-button .nav-link {
	width: 207px !important;
    padding-left: 12px;
	transition-duration: 0.5s;
}
.side-menu .side-menu-layout {
	height: 100%
}
.auth-section-container {
	min-height: 90vh;
    margin-bottom: 80px;
}
.navbar-height {
	min-height: 56px;
}

.main-layout {
	flex-basis: 100%;
	min-width: 0;
	max-width: 100%;
}

.content {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

.container.mw-unset {
	max-width: unset;
}

.row>* {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.bg-white {
	background-color: white;
}

.ntn-font-white {
	color: rgb(255, 255, 255)
}

.ntn-font-grey {
	color: #b2b2b2
}

.table {
	--bs-table-bg: transparent !important;
	--bs-table-color: #fff !important;
}

.ntn-bg {
	background-color: rgba(0, 0, 0, .1);
}

.ntn-btn-bg {
	background-color: rgba(0, 0, 0, .1);
}

.ntn-btn-light-bg {
    background-image: linear-gradient(45deg, rgba(118, 70, 176, 0.6), rgb(182, 134, 240));
}
.btn-outline-core-light {
    --bs-btn-color: rgb(182, 134, 240);
    --bs-btn-border-color: rgb(182, 134, 240);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(182, 134, 240);
    --bs-btn-hover-border-color: rgb(182, 134, 240);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(182, 134, 240);
    --bs-btn-active-border-color: rgb(182, 134, 240);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(182, 134, 240);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(182, 134, 240);
    --bs-gradient: none;
}
.btn-outline-core-green {
    --bs-btn-color: rgb(147, 113, 188);
    --bs-btn-border-color: rgb(147, 113, 188);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(147, 113, 188);
    --bs-btn-hover-border-color: rgb(147, 113, 188) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: rgb(147, 113, 188);
    --bs-btn-active-bg: rgb(147, 113, 188);
    --bs-btn-active-border-color: rgb(147, 113, 188) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(147, 113, 188);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(147, 113, 188);
    --bs-gradient: none;
}
.ntn-border {
	border-color: rgba(147, 113, 188, .5) !important;
}

a {
    color: rgb(147, 113, 188);
}
input[type="checkbox" ]
 {
    background-color: rgb(147, 113, 188) !important;
}
input[type="checkbox"] {
	accent-color: rgb(147,113,188);
	}
.ntn-light-border {
	border-color: rgb(147, 113, 188) !important;
}
.form-check-input:checked {
	background-color: rgb(147, 113, 188) !important;
	border-color: rgb(147, 113, 188) !important;
	}
	.alert-success {
		background-color: rgb(147, 113, 188) !important;
		border-color: rgb(147, 113, 188) !important;
		color: rgb(147, 113, 188) !important;
		}

		.bg-danger {
			background-color: rgb(147, 113, 188) !important;
		}
/* ✅ YOUR BRAND COLOR */
:root {
    --brand-success: rgb(147, 113, 188) !important;
}

/* INPUT BORDERS */
.form-control.is-valid,
.form-select.is-valid {
    border-color: var(--brand-success);
    box-shadow: 0 0 0 0.2rem rgba(147, 113, 188, 0.25) !important;
}

/* VALID TEXT */
.valid-feedback {
    color: var(--brand-success) !important;
}

/* CHECKBOX / RADIO */
.form-check-input:checked {
    background-color: var(--brand-success) !important;
    border-color: var(--brand-success) !important;
}

/* SUCCESS TEXT */
.text-success {
    color: var(--brand-success) !important;
}

/* SUCCESS BUTTONS */
.btn-success {
    background-color: var(--brand-success);
    border-color: var(--brand-success);
}

.btn-success:hover {
    background-color: rgb(130, 95, 170) !important;
    border-color: rgb(130, 95, 170) !important;
}

.profile-avatar {
    width:28px;
    height:28px;
    border-radius:50%;
    object-fit:cover;
	border: solid 1.5px #fff6;
	font-size: 14px;
}

.profile-placeholder{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#9371BC;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
}
.profile-large {
	border: solid thin rgb(255, 255, 255);
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
}
.profile-modal {
	border: solid thin rgb(255, 255, 255);
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
}
.user1 {
	background-image: url(images/users/user01.png);
	background-size: cover;
background-repeat: no-repeat;
}
.user2 {
	background-image: url(images/users/user02.png);
	background-size: cover;

}
.user3 {
	background-image: url(images/users/user03.png);
	background-size: cover;

}
.user4 {
	background-image: url(images/users/user04.png);
	background-size: cover;

}
.hotspot {
	cursor: pointer;
	transition-duration: 0.5s;
}
.hotspot:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}
.modal-accordion-text .table {
    --bs-table-color: #333 !important;
	color: #333 !important;
}
body {
	font-family: "Barlow", sans-serif;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	font-size: 14px !important;
	overflow-x: hidden;
}
table {
	font-size: 14px !important;
}
.transparent {
	opacity: 0;
}
.collapsing + .nav-link i,
.collapse.show ~ .nav-link i {
    transform: rotate(180deg);
}
.modal-accordion .accordion-button {
color: #333 !important;
}
textarea {
	border-radius: 5px;
}
.h-100p {
	height: 100%;
}
/* new */
.main-layout {
	background-image: url(images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.register-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2c2f36;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.step-label {
    margin-top: 6px;
    font-size: 0.75rem;
    color: #aaa;
    text-align: center;
}

.step-line {
    flex: 1;
    height: 2px;
    background: #2c2f36;
    margin: 0 10px;
}
.fi {
	border-radius: 5px;
}
/* Active step */
.step.active .step-circle {
    background: #CFAFF5; /* your green */
    color: #000;
}

.step.active .step-label {
    color: #CFAFF5;
}

/* Completed step */
.step.completed .step-circle {
    background: #CFAFF5;
    color: #000;
}

.step.completed .step-label {
    color: #fff;
}
.app-brand-logo {
	background-image: url(images/core.svg);
	min-width: 100%;
	background-size: auto 41px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	height: 41px;
    margin-top: 4px;
    margin-bottom: 18px;
	display: block;
	margin-left: 3px;
}
.zoe-logo {
	background-image: url(images/zoe-light.png);
	min-width: 93px;
	background-size: cover;
	overflow: hidden;
	height: 30px;
	display: block;
}

.ntn-transition {
	transition: all 0.5s ease-in-out;
}

.ntn-active {
	background-color: #CFAFF5;
	color: rgb(255, 255, 255);
}

.ntn-active:hover {
	background-color: #CFAFF5;
	color: rgb(255, 255, 255);
}

.ntn-active:hover .fas {
	color: rgb(255, 255, 255) !important;
}

.text-white .fas {
	color: rgb(255, 255, 255) !important;
}

.nav-link:hover {
	background-color: rgb(1, 9, 14);
}

.text-bg-dark {
	background-color: #12191E !important;
}

.border-box {
	box-sizing: border-box;
}

.ntn-primary {
	background-color: rgb(1, 9, 14);
}

.ntn-bg-light {
	background-color: #12191E;
}

.row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}

.ntn-container {
	min-height: 100%;
}

.h-10 {
	height: 40px;
}

.ntn-footer-spacer {
	margin-bottom: 70px !important;
}

.footer-logo {
	height: 42px;
	width: 110px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	background-image: url(images/footer-logo.svg);
}

.dropdown-icon {
	background-color: transparent;
	border: none;
}

.right-0 {
	left: unset !important;
	right: 0;
}

.side-menu.close {
	width: 4rem;
	overflow: hidden;
	transition: width 0.3s ease-in-out;
}

.side-menu.close .menu-close .fa {
	display: none;
}

.side-menu-toggle {
	cursor: pointer;
}

.side-menu .nav-item {
	width: 100%;
	overflow: hidden;
}

/*
.side-menu.close .nav-item {
	max-width: 100%;
}
*/

.side-menu.close .app-brand-logo {
	width: 100%;
	background-size: auto 35px;
	overflow: hidden;
	background-image: url(images/core-icon.svg);
	margin-left: 0;
	background-position: center top;
	height: 41px;
    margin-top: 7px;
    margin-bottom: 15px;

}

.side-menu {
	left: 0;
	position: relative;
	width: 16.25rem;
	transition: width 0.3s ease;
}
.side-menu .nav-link-text {
	white-space: nowrap;
	overflow: hidden;
}
.side-menu.close .nav-link-text {
	display: none;
}

.nav-link-text {
	display: flex;
}

.ntn-text-green {
	color: rgb(147, 113, 188);
}

.header-menu-icon {
	display: none;
}

.actions-toggle {
	display: none;
}

/* Default styles for larger screens */

.btn-primary:active {
	background-color: rgb(147, 113, 188) !important;
}

.dropdown-item:active {
	background-color: rgb(147, 113, 188) !important;
}

.dark-bg {
	background-color: rgba(1, 9, 14, 0.9);
	color: #fff;
	transition-duration: 0.5s;
}

.search-input {
	z-index: 5;
	margin-top: -7px;
	left: 0;
	right: 0;
}

.search-input .dark-bg {
	background-color: rgb(1, 9, 14);
}

.search-input input {
	border: none !important;
	outline: none !important;
	height: 43px;
	padding-left: 15px;
	padding-right: 15px;
}

.close-search {
	margin-top: -27px;
	cursor: pointer;
}
.ntn-text-green a {
	color: rgb(147, 113, 188);
	transition-duration: 0.5s;
}
.ntn-text-green a:hover {
	color: rgb(255, 255, 255);
	transition-duration: 0.5s;
}


/* datatables */
.data-tables {
	color: rgb(255, 255, 255);
}

.data-tables th:first-child,
.data-tables td:first-child {
	text-align: left !important;
}

.data-table-btn {
	display: block;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	background-color: #CFAFF5;
	color: rgb(255, 255, 255);
}

.data-table-btn:hover {
	background-color: rgb(1, 9, 14);
}

.data-tables {
	font-size: 14px !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
	text-align: left !important;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
	text-align: left;
}

/* Actions */

.ntn-actions {
	--bs-bg-opacity: .8;
}

.action-btn-bg {
	background-image: linear-gradient(45deg, rgba(118, 70, 176, 0.6), rgb(182, 134, 240));
	background-color: rgb(0, 255, 210);

}

.action-btn-bg-disabled {
	background-image: linear-gradient(45deg, rgba(118, 70, 176, 0.2), rgba(118, 70, 176, 0.2));
	background-color: rgb(1, 9, 14);
	color: rgba(255, 255, 255, 0.2) !important;
}

.border-ntn {
	border-color: rgba(147, 113, 188, .3) !important;
}

.bg-primary {
	background-color: rgb(147, 113, 188) !important;
}

.ntn-modal-bg {
	background-color: rgb(1, 9, 14);
}

[data-bs-theme=light] {
	--bs-blue: rgb(147, 113, 188);
	--bs-primary: rgb(147, 113, 188);
}

.modal-header {
	background-color: #0004;
	border-bottom: solid thin #0002;
}

.modal-body {
	background-color: #0001;
}

.modal-footer {
	background-color: #0002;
	border-top: solid thin #0003;
}

.modal-header .btn-close {
	--bs-btn-close-color: #fff !important;
}

.modal-footer .btn-dark {
	--bs-bg-opacity: .8;
}

a {
	text-decoration: none;
}

.chart-container {
	position: relative;
	height: 20px;
	/* Adjust as needed */
}

.custom-file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	background: transparent;
}

input[type="range"]::-webkit-slider-runnable-track {
	background: #9E5EEB;
	/* Green background for track */
	height: 8px;
	border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
	background: #7646B0;
	/* Darker green for thumb */
	border: 2px solid #9E5EEB;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -6px;
	/* Center thumb on track */
}

/* Firefox */
input[type="range"]::-moz-range-track {
	background: #9E5EEB;
	/* Green background for track */
	height: 8px;
	border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
	background: #7646B0;
	/* Darker green for thumb */
	border: 2px solid #9E5EEB;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	cursor: pointer;
}

/* Internet Explorer */
input[type="range"]::-ms-track {
	background: transparent;
	border-color: transparent;
	color: transparent;
	height: 8px;
	border-radius: 5px;
}

input[type="range"]::-ms-fill-lower {
	background: #9E5EEB;
	/* Green background for track */
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: #9E5EEB;
	/* Green background for track */
	border-radius: 5px;
}

input[type="range"]::-ms-thumb {
	background: #7646B0;
	/* Darker green for thumb */
	border: 2px solid #9E5EEB;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 0;
	/* No margin needed for IE */
}

.ntn-select option {
	background-color: rgb(147, 113, 188);
	/* Green background for options */
	color: #ffffff;
	/* White text color for better contrast */
}

.form-check-input:checked {
	background-color: rgb(147, 113, 188);
	border-color: rgb(147, 113, 188);
  }

.form-check-input {
	background-color: rgb(147, 113, 188);
	border-color: rgb(147, 113, 188);
  }

.min-w-100 {
	min-width: 100px;
}

.accordion-button:not(.collapsed) {
	background-color: rgba(147, 113, 188, .3);
	box-shadow: none;
}

.progress-bar {
	background-color: rgb(147, 113, 188);
}

.toast-container {
	margin-bottom: 20px;
}

.modal-content {
	background-image: linear-gradient(216deg, #9371BC, rgba(1, 9, 14, .6) 500px);
}

.page-item .page-link:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: rgb(255, 255, 255);
}

.pagination {
	margin-bottom: 0;
}

.h-80vh {
	height: 80vh;
  }

.ntn-card-bg {
    background-color: rgb(147, 113, 188);
}
.ntn-card-header {
    background-color: #0004;
    border-bottom: solid thin #0007;
}
.ntn-card-footer {
    background-color: #0004;
    border-top: solid thin #0007;
}



/* to be removed, its copied into cheetah-main.css */


/* notes styles */
.notes-container {
    transition: all 0.3s ease;
}

.notes-container.close {
    bottom: -234px;
    transition: all 0.3s ease;
}

.ntn-green-bg {
    background-color: rgb(147, 113, 188);
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.border-right-dashed {
    border-right-style: dashed !important;
}

.no-style {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.no-style:focus {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.notes-previous {
    height: 0;
    transition: all 0.3s ease;
}

.notes-previous.open {
    overflow-y: auto;
    height: 185px;
    transition: all 0.3s ease;
}

.fa-caret-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.fa-caret-down.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.notes-previous::-webkit-scrollbar {
    display: none;
}

.notes-previous {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* full page loader */

.ntn-loader-container {
	background: rgba(0, 0, 0, 0.6); /* Black with opacity */
	backdrop-filter: blur(10px); /* Blur effect */
	z-index: 200;
	flex-direction: column;
	transition:opacity .3s ease;
}
.ntn-loader {
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-top: 3px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 1s linear infinite;
	margin-bottom: 15px; /* Space between spinner and text */
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.ntn-loader-text {
	font-size: 1rem;
	text-align: center;
}

.fixed-bottom {
    z-index: 10;
}

.clickable {
	cursor: pointer;
}
.full-height {
	height: 100%;
}
/* Popup */

.popup.show {
	display: flex;
}
.popup {
	display: none;
	width: 400px;
	top: 25%;
	left: 33%;
	background-color: rgb(1, 9, 14);
	z-index: 6;
}
.popup-header {
    background-color: #0004;
    border-bottom: solid thin #0002;
}
.popup-body {
    background-color: #0001;
}
.popup-footer {
    background-color: #0004;
    border-top: solid thin #0002;
}
.popup-bg {
	background-image: linear-gradient(216deg, rgb(147, 113, 188), rgba(1, 9, 14, .6) 500px);
}

.popup textarea:disabled {
    color: white !important; /* Change the text color */
    background-color: #0004; /* Keep the original background color */
    opacity: 1 !important; /* Override the grayed-out appearance */
}

/* form card*/

.form-card {
	background-color: rgb(1, 9, 14);
}
.form-card-header {
    background-color: #0004;
    border-bottom: solid thin #0002;
}
.form-card-body {
    background-color: #0001;
}
.form-card-footer {
    background-color: #0004;
    border-top: solid thin #0002;
}
.form-card-bg {
	background-image: linear-gradient(216deg, #9371BC, rgba(1, 9, 14, .6) 500px);
}
.card-body {
	overflow: auto;

}
.custom-scrollbar {
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255, 0.6) rgba(0,0,0, 0.6);
  }
.grab {
	cursor: grab !important;
}

.popup-med {
	min-width: 500px;
}

/* intro.js */

.introjs-tooltip {
    background-color: rgb(147, 113, 188) !important;
}

.introjs-button {
    border: 1px solid rgb(147, 113, 188) !important;
    color: #fff !important;
    background-color: rgba(1, 9, 14, .6) !important;
	text-shadow: none !important;
	border-radius: 10px !important;
}
.introjs-nextbutton {
    border: 1px solid rgb(147, 113, 188) !important;
    color: #fff !important;
    background-color: rgba(1, 9, 14, .6) !important;
	text-shadow: none !important;
} 
.introjs-tooltip button {
	border: 1px solid rgb(147, 113, 188) !important;
    color: #fff;
    background-color: rgba(1, 9, 14, .6) !important;
	text-shadow: none !important;
}
.introjs-tooltiptext {
	color: #fff !important;
}
.introjs-bullets ul li a.active {
    width: 15px;
    background: rgba(1, 9, 14, .6) !important;
}
.introjs-skipbutton {
    color: #fff;
}
.introjs-arrow {
    top: -10px;
    left: 10px;
    border-bottom-color: rgb(147, 113, 188) !important;
}
.introjs-tooltipReferenceLayer {
    font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    visibility: hidden;
    z-index: 100000000;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.introjs-tooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    background-color: #fff;
    min-width: 250px;
    max-width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 30px rgba(33, 33, 33, .3);
    box-shadow: 0 3px 30px rgba(33, 33, 33, .3);
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
	left: 64.5781px;
}

/* Positioning the collapse button at the bottom right */
.collapse-btn-container {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 15;
    min-width: 200px;
    opacity: 1;
}

/* Collapse container for the buttons, initially hidden */
.collapse-up {
    position: fixed;
    bottom: 66px;
    right: 16px;
    min-width: 227px;
    display: none;
    margin-bottom: 30px;
}

.ntn-toggle-btn {
    background-color: #CFAFF5 !important;
    color: rgb(255, 255, 255);
}

.disclaimer {
    margin-bottom: 46px !important;
}

.nav-tabs {
    --bs-nav-tabs-border-color: rgb(255, 255, 255);
    --bs-nav-tabs-link-hover-border-color: rgba(0, 0, 0, .1);
    --bs-nav-tabs-link-active-color: rgb(255, 255, 255);
    --bs-nav-tabs-link-active-bg: rgba(0, 0, 0, .1);
    --bs-nav-tabs-link-active-border-color: rgba(0, 0, 0, .1);
    border-bottom: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, .1);
}
.nav-link {
    color: rgb(147, 113, 188);
}
.nav-link:focus, .nav-link:hover {
    color: rgb(147, 113, 188);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: rgba(0, 0, 0, 0.3);
}
.data-scroll {
    min-height: 91vh;
}
.header {
	font-weight: bold;
}
.rolling-color {
	animation: rolling 15s infinite linear;
}
@keyframes rolling {
	0%   { background-color: rgb(147, 113, 188); }
    25%  { background-color: rgba(0,0,0, 0.6); }
    50%  { background-color: rgba(147, 113, 188, .3); }
    75%  { background-color: rgba(0,0,0, 0.6); }
    100% { background-color: rgb(147, 113, 188); }
	
}

.popular-plan {
	border:2px solid #4cff9a;
	transform:scale(1.03);
	}
.auth-footer {
	bottom: 0;
}
.modal-scroll-section {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;

    /* smooth scrolling feel */
    scroll-behavior: smooth;

    /* hide scrollbar (Firefox) */
    scrollbar-width: none;

    /* hide scrollbar (IE / old Edge) */
    -ms-overflow-style: none;
}

/* hide scrollbar (Chrome / Safari / Edge Chromium) */
.modal-scroll-section::-webkit-scrollbar {
    display: none;
}
.plan.popular {
	border: 2px solid #fff;
	box-shadow: 0 0 20px rgba(34,197,94,0.25);
	}

	form {
		margin-block-end: 0px !important;
	}

	td {
		border-color: #fff3 !important;
		min-height: 43.5px !important; 
	}

	.active>.page-link, .page-link.active {
		z-index: 3;
		color: var(--bs-pagination-active-color);
		background-color: rgb(147, 113, 188);
		border-color: var(--bs-pagination-active-border-color);
	}

	.modal-body{
		max-height:600px;
		overflow-y:auto;
		
		/* smooth scrolling on mobile */
		-webkit-overflow-scrolling:touch;
		
		/* hide scrollbar Firefox */
		scrollbar-width:none;
		
		/* hide scrollbar IE / Edge */
		-ms-overflow-style:none;
		}
		
		/* hide scrollbar Chrome / Safari */
		.modal-body::-webkit-scrollbar{
		display:none;
		}
/* Styles for small screens and when .close is active */
@media (max-width: 576px) {

	/* Bootstrap's xs breakpoint */
	.side-menu.close {
		left: -4rem;
		position: absolute;
		/* Adjusted position */
	}

	.side-menu {
		position: absolute;
		/* Default position */
	}

	.side-menu .side-menu-layout {
		z-index: 1000;
		background: rgb(1, 9, 14);
		min-height: 100vh;
	}

	.header-menu-icon {
		display: block;
	}

	.actions-toggle {
		display: flex;
	}

	.ntn-actions {
		bottom: -264px;
		transition: all 0.5s ease-in-out;
	}

	.ntn-actions-open {
		bottom: 0px;
		transition: all 0.5s ease-in-out;
	}
	.footer-logo {
		height: 42px;
		background-position: center center !important;
		background-size: contain;
		width: 100% !important;
		margin: 20px 0 !important;
	}
	.zoe-logo {
		display: none;
	}

	.mobi-menu-button {
		display: block !important;
		margin-top: 8px;
	}
	.header-menu-icon {
		display: none;
	}
	.side-menu-toggle {
		display: none;
	}

}
.mobi-menu-button {
	display: none;
}

