@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html,
body,
#root {
	font-family: 'Roboto', sans-serif !important;
	font-size: 0.925rem;
	letter-spacing: normal;
	min-height: 100vh;
}

input[type=text],
select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}


input[type=submit] {
	width: 100%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}


/* custom scrollbar */
::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbbf;
}

.jackpot-container {
	display: flex;
	border-radius: 0.55em;
	justify-content: flex-end;
}

.jackpot-container-div {
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 2.5px;
	font-weight: bold;
	border: 1px solid rgba(128, 255, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.rotate-phone-container {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.55);
	gap: 3em;
}

.rotate-phone-img {
	width: 11em;
	opacity: 0.35;
}

.custom-box-shadow {
	/* box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset,
		rgb(0 0 0 / 15%) 0px -36px 30px 0px inset,
		rgb(0 0 0 / 10%) 0px 0px 1px 0px inset,
		rgb(0 0 0 / 5%) 0px 2px 1px,
		rgb(0 0 0 / 9%) 0px 4px 2px,
		rgb(0 0 0 / 9%) 0px 8px 4px,
		rgb(0 0 0 / 9%) 0px 16px 8px,
		rgb(0 0 0 / 9%) 0px 21px 19px; */

	box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset,
		rgb(0 0 0 / 5%) 0px 2px 1px,
		rgb(0 0 0 / 9%) 0px 4px 2px,
		rgb(0 0 0 / 9%) 0px 16px 8px;
}

@media print {

	/* Your print styles */
	.header,
	.footer {
		display: none !important;
	}
}

.banner-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 0.25em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 34px;
	font-weight: 700;
}

.version-text {
	display: none;
	position: fixed;
	right: 0em;
	bottom: 0em;
	color: rgba(255, 255, 255, 0.25);
	margin: 0.5em;
}

.disabled {
	pointer-events: none;
	filter: grayscale(75%);
}

.container-wrap {
	overflow-wrap: break-word;
	width: 270px;
}

.custom-text {
	font-weight: 900 !important;
}

.hover:hover {
	cursor: pointer;
}

.hover:hover * {
	cursor: pointer;
}

.background {
	background-image: url(/static/img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.container-column {
	flex-direction: column;
	display: flex;
}

.container-center {
	justify-content: center;
	display: flex;
}

.row-center {
	flex-direction: column;
	justify-content: center;
	display: flex;
	text-align: center;
}

.custom-center {
	justify-items: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}



.line-height-0 {
	line-height: 0;
}

.text-yellow {
	color: #ffd83e !important;
}

.text-shadow {
	text-shadow: 2.5px 2.5px #000;
}

.text-shadow-sm {
	text-shadow: 1.5px 1.5px #000;
}

.heading-line-1,
.main-heading-line-1 {
	gap: 0.5em;
	display: flex;
	font-weight: 900 !important;
	font-family: 'Open Sans', sans-serif;
}

.heading-line-2 {
	font-weight: 900 !important;
	line-height: 70px !important;
	font-family: 'Open Sans', sans-serif;
}

.card-body-header {
	color: white;
	display: flex;
	justify-content: flex-end;
	margin-right: 1.5em;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1240px !important;
}

.row-disabled,
.row-disabled td {
	filter: grayscale(50%);
	opacity: 0.75 !important;
	border: 1px solid rgba(255, 255, 255, 0.125);
}

.card-slots,
.card-buttons {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: -1px !important;
	border: 1px solid transparent !important;
	padding-left: 15px;
}

.card-slots-unselected {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	cursor: pointer;
}

.card-slots-unselected * {
	opacity: 1;
	filter: grayscale(5%);
}

.card-slots-selected,
.card-slots-unselected:hover {
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-left: 1px solid transparent !important;
	background-color: #31343e !important;
}

.card-slots-unselected:hover * {
	opacity: 1;
}

.card-players {
	background-color: rgba(255, 255, 255, 0.15) !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	border-top-right-radius: 0px !important;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rounded-5 {
	border-radius: 7.5px !important;
}

.rounded-5 video {
	border-radius: 7.5px !important;
}

.rounded-10 {
	border-radius: 10px !important;
}

.rounded-15 {
	border-radius: 15px !important;
}

.rounded-25 {
	border-radius: 25px !important;
}

.error{
	color: rgb(220, 53, 69)
}

.bets-timer {
	z-index: 1;
	box-shadow: none;
	color: #fff;
	line-height: normal;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.justify-content-center {
	margin-bottom: 0.5em;
}

.bets-timer-lg {
	font-size: 15px;
	font-weight: normal;
}

.bets-timer span {
	color: #ffd83e;
	font-weight: bold;
}

.terminal-text {
	position: fixed;
	left: 0px;
	top: 0px;
	color: rgba(255, 255, 255, 0.3);
	margin: 0.5em;
}

.custom-btn {
	font-size: 16px !important;
	border-radius: 0.3rem;
	font-size: 14px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-family: 'Roboto';
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0.25em 1.25em;
	transition: 0.25s;
}

.custom-btn:hover {
	background: rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.75);
}

.btn-card-del {
	position: absolute;
	z-index: 1;
	box-shadow: none;
	right: -13px;
	top: -13px;
	background: #fff;
	border-radius: 100%;
	line-height: 0px;
	border: none;
}

.card-player-slot {
	width: 70px !important;
	height: 70px !important;
	min-height: 70px !important;
}

.bg-card-player,
.bg-card-player-slot {
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 45px !important;
	height: 70px !important;
	min-height: 70px !important;
	max-height: 70px !important;
	min-width: 45px !important;
	max-width: 45px !important;
	-webkit-border-top-right-radius: 1px !important;
	-webkit-border-bottom-right-radius: 1px !important;
	-moz-border-radius-topright: 1px !important;
	-moz-border-radius-bottomright: 1px !important;
	border-top-right-radius: 1px !important;
	border-bottom-right-radius: 1px !important;
}

.bg-card-player {
	width: 45px !important;
	height: 60px !important;
	min-height: 60px !important;
	max-height: 60px !important;
	min-width: 45px !important;
	max-width: 45px !important;
	padding: 0px !important;
}

.bg-card-player-slot {
	background-color: #eee !important;
}

.card-player-slot {
	background-image: url('/static/img/layout/player-avatar.png');
}

.card-player-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inactiveLink {
	pointer-events: none;
	cursor: default;
}

.card-row-selected * {
	filter: grayscale(95%);
	opacity: 0.95 !important;
	border: none !important;
	color: #999 !important;
}

.btn-lg {
	padding: .75rem 3.5rem !important;
	font-size: 1.35rem;
	border-radius: .3rem;
}

.btn-md {
	padding: .6rem 1.25rem !important;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.ticket-details-container {
	padding: 1em 2em;
	text-align: left;
}

.ticket-queue-shop-container {
	display: flex;
	justify-content: space-between;
}

.table-ticket .border {
	border: 2px solid #000 !important;

}

.table-ticket .border-top {
	border-top: 2px solid #000 !important;

}

.table-ticket .border-bottom {
	border-bottom: 2px solid #000 !important;

}

.table-ticket .border-start {
	border-left: 2px solid #000 !important;

}

.table-ticket .border-end {
	border-right: 2px solid #000 !important;

}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}


.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

.lds-ripple-main {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 99;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {

	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	margin: 5px;
	margin-top: 17px;
	border: 5px solid #000;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

.modal-content {
	margin: 1em;
}

.banner-play-now-container {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 18.8rem;
}

.banner-text-contianer {
	position: absolute;
	right: 2rem;
	bottom: 7rem;
}

.banner-bets-close-contianer {
	position: absolute;
	left: 2rem;
	top: 1rem;
	letter-spacing: 0.1em;
}

.banner-match-week-contianer {
	display: flex;
	position: absolute;
	gap: 7px;
	left: 2rem;
	bottom: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.container {
	transform-origin: top center;
}

.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-lato {
	font-family: 'Lato', sans-serif !important;
}

.main-banner-container {
	border-radius: 0.75em !important;
	height: 100%;
	overflow: hidden;
}

.main-container {
	gap: 2em;
	display: grid;
	height: 100%;
}

.game-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 30em;
}

.game-container:hover {
	cursor: pointer;
}

.player-table-item {
	background-color: var(--bs-table-bg);
}

.player-img {
	width: 3em;
	height: 3em;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2em;
	object-fit: cover;
}

.player-img-container {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-selection-name {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.div-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.world-cup-text-1 {
	font-size: 1.85em;
}

.world-cup-text-2 {
	font-size: "2.3rem"
}

.world-cup-text-3 {
	font-size: 1.85em;
}

.rules-lang-container {
	display: flex;
	justify-content: flex-end;
	gap: 1em;
	margin-bottom: 1em;
}

.rules-popup-container {
	padding: 0 !important;
	position: relative;
	overflow-y: auto;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: calc(100% - 64px);
	max-width: 600px;
	background-color: #233044;
	color: rgba(255, 255, 255, 0.95);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 1em;
}

.rules-popup-header {
	padding: 1.5em 2em;
	background: rgba(0, 0, 0, 0.25);
}

.rules-popup-footer {
	justify-content: flex-end;
	padding: 1.5em 2em;
	background: rgba(0, 0, 0, 0.25);
	display: flex;
}

.rules-popup-close-button {
	text-decoration: underline;
}

.rules-popup-close-button:hover {
	cursor: pointer;
}

.rules-popup-item {
	padding: 1.5em 2em;
}

.rules-border-text {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0.25em 1.5em;
	display: block;
	text-align: center;
	width: 10em;
}


.player-seleciton-button-container {
	display: flex;
	gap: 1em;
	flex-direction: row;
}

.selection-player-name {
	display: flex;
}

.custom-container {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}


.player-selection-container {
	opacity: 0;
	transition: opacity ease 0.15s;
	transform-origin: top center;
}

.playerselectionv2 {
	width: 100%;
	overflow: hidden;
	display: block;
}

.playerselectionv2-header-container {
	max-width: 1080px;
	margin: 0 auto;
	gap: 1em;
	position: relative;
}

.playerselectionv2-container {
	display: flex;
	flex-direction: row;
	max-width: 1080px;
	margin: 0 auto;
	gap: 1em;
	position: relative;
	align-items: flex-start;
}

.playerselectionv2-selection-container {
	width: 65%;
	display: flex;
	flex-direction: column;
	padding: 2em;
	gap: 2em;
	overflow: hidden;
	position: relative;
}

.playerselectionv2-playersseleciton-scroll {
	padding: 2em;
	display: flex;
	flex-direction: column;
	gap: 1em;
	background-color: rgba(255, 255, 255, 0.15);
}


.playerselectionv2-searched-player-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.25em;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1em;
	max-height: 17em;
	overflow-y: auto;
}

.playerselectionv2-searched-player-container>div {
	width: 49%;
}

.playerselectionv2-countries-container {
	display: flex;
	flex-direction: column;
	border-radius: 1em;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.playerselectionv2-matches-container {
	display: flex;
	flex-direction: column;
	border-radius: 1em;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.playerselectionv2-playersseleciton-container {
	width: 35%;
	display: flex;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-radius: 1em;
	flex-direction: column;
	max-height: 73em;
	margin-top: 2em;
	overflow: hidden;
}

.playerselectionv2-header {
	font-size: 22px;
	padding: 0.5em 1em 0.5em 1em;
	color: white;
	background: rgba(0, 0, 0, 0.45);
}

.playerselectionv2-match-item-time {
	background: rgb(255, 193, 7);
	border-radius: 0.25em;
	display: flex;
	padding: 0.5em 0.75em;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.playerselectionv2-collapse-contianer {
	max-height: 0;
	transition: 0.25s ease-in;
	opacity: 0;
	pointer-events: none;
}


.playerselectionv2-collapse-contianer-active {
	max-height: 10000px !important;
	opacity: 1;
	pointer-events: all;
}

.playerselectionv2-match-item-team {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	gap: 1em;
}

.playerselectionv2-search-player-fixed {
	z-index: 98;
}

.playerselectionv2-search-player-fixed-background {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 98;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.playerselectionv2-search-player-container {
	display: flex;
	flex-direction: column;
	border-radius: 1em;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	position: absolute;
	width: 91%;
}

.playerselectionv2-search-container {
	gap: 1em;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	padding: 1em;
	border-radius: 1em;
	z-index: 99;
}

.playerselectionv2-search-input {
	padding: 1em;
	flex: 1;
	border-radius: 0.75em;
	width: 80%;
}

.playerselectionv2-search-button {
	background: transparent;
	padding: 1em;
	border-radius: 0.5em;
	color: white;
	background: rgba(255, 193, 7, 0.75);
	border: none;
	width: 20%;
}

.playerselectionv2-countries-seleciton-container {
	display: flex;
	flex-direction: row;
	gap: 3em;
	padding-bottom: 1em;
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.15);
	padding: 2em 0em 1em 1em;
}

.playerselectionv2-matches-seleciton-container {
	gap: 0.5em;
	display: flex;
	flex-direction: column;
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.15);
}

.playerselectionv2-country-item-container {
	display: flex;
	flex-direction: column;
	color: white;
	text-align: center;
	gap: 0.75em;
}

.playerselectionv2-match-item-container {
	display: flex;
	gap: 2em;
	background: #FFF;
	padding: 0.15em;
	position: relative;
	border-radius: 0.35em;
	z-index: 3;
}

.playerselectionv2-player-selection-item-container {
	background: rgba(255, 255, 255, 0.5);
	padding: 1.5em 1em 1em 1em;
	transform: translateY(-0.55em);
	z-index: 3;
	border-radius: 0 0 1em 1em;
	display: flex;
	gap: 1em;
}

.playerselectionv2-player-selection-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.5);
	padding: 0em 1em 0em 1em;
	border-radius: 0.35em;
	margin-bottom: 0.25em;
	height: 3em;
	transition: 0.25s ease-in;
	border: 0px solid rgba(255, 193, 7, 1);

}

.playerselectionv2-player-selection-name-container {
	width: 85%;
	display: flex;
	flex-direction: column;
}

.playerselectionv2-player-selection-name {
	font-weight: 700;
	font-size: 12px;
}

.playerselectionv2-player-selection-team {
	font-weight: 500;
	font-size: 10px;
}

.playerselectionv2-player-selection-stats-container {
	width: 15%;
	display: flex;
	flex-direction: column;
	gap: 0.15em;
	justify-content: center;
}

.playerselectionv2-player-selection-stats {
	font-size: 11px;
	font-weight: 700;
	display: flex;
	gap: 0.35em;
	justify-content: center;
}

.playerselectionv2-player-selection-stats-icon {
	width: 12px;
	height: 12px;
}

.player-selection-item-active {
	background: rgba(255, 255, 255, 0.90);
	border: 2.5px solid rgba(255, 193, 7, 1);
}

.playerselectionv2-player-selection-playerimg {
	width: 3em;
	height: 3em;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2em;
	object-fit: cover;
}

.playerselectionv2-player-selection-item-teams {
	flex: 1;
}

.playerselectionv2-playersection-nav {
	display: none;
	transition: 0.25s ease-in;
}

.playerselectionv2-country-item-flag {
	background: rgba(0, 0, 0, 0.45);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	transition: 0.15s ease-in;
	border: 0px solid rgba(255, 193, 7, 0.5);
}

.country-item-flag-active {
	border: 2.5px solid rgba(255, 193, 7, 1);
}

.country-item-name-active {
	color: rgba(255, 193, 7, 1);
}

.country-item-name-selected {
	font-size: 16px;
	color: rgba(255, 193, 7, 0.75);
	font-style: italic;
}

.playerselectionv2-match-item-icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2em;
}

.playerselectionv2-match-item-icon {
	width: 25px;
	height: 25px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 100%;
	padding: 0.5em;
}

.playerselectionv2-match-item-icon-img {
	width: 12px;
	position: absolute;
	transform: rotate(0);
	transition: 0.15s ease-in;
}

.playerselectionv2-match-item-icon-img-active {
	transform: rotate(180deg);
}

.playerselectionv2-player-item-container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	opacity: 0.5;
}

.player-selection-active {
	opacity: 1;
}

.btn-player-action {
	flex: 1;
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.playerselectionv2-player-seleciton-container {
	gap: 1.25em;
	display: flex;
	flex-direction: column;
}

.playerselectionv2-player-item-name-container {
	display: flex;
	justify-content: center;
	flex: 1;
}

.playerselectionv2-player-item-index {
	background: rgb(255, 193, 7);
	padding: 1em;
	border-radius: 0.25em;
	background: rgb(255, 193, 7);
	padding: 1em;
	border-radius: 0.25em;
	width: 3.25em;
	text-align: center;
}

.playerselectionv2-player-item-remove {
	background: rgb(220, 53, 69);
	position: absolute;
	right: -1em;
	top: -1em;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #fff;
	pointer-events: none;
	opacity: 0;
}

.player-item-remove-active {
	pointer-events: all;
	opacity: 1;
}

.text-md-end {
	margin-right: 1em;
}

.settings-img {
	width: 18px;
	margin-left: 1em;
	opacity: 0.5;
	cursor: pointer;
}

.logout-container {
	background: #233044;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	;
}

.logout-header {
	padding: 1em 10em 1em 2em;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.35);
}

.logout-action {
	gap: 1em;
	display: flex;
	padding: 2em;
	justify-content: flex-end;
}

.logout-action>button {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.75);
	border-radius: 0.35em;
	border: none;
}

.logout-action>button:nth-child(1) {
	padding: 0.25em 1em;
	border-bottom: 0.25px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
}

.logout-action>button:nth-child(2) {
	padding: 0.25em 3em;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.loading-container {
	display: flex;
	color: white;
	font-weight: 600;
	gap: 1em;
	font-size: 22px;
	justify-content: center;
	align-items: center;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}


@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	4.9% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}


@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
