.payment_success {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e1e1e2;
    width: 100%;
    padding: 50px 0px;
}

.payment_success h2 {
    color: #00b050;
}

.payment_success h3 {
    margin-top: 20px;
}


/*        Requirements        */
.requirements_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_message {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px
}

.list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 10px 60px;
    width: 80%;
	position: relative;
}

.list_item {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin: 10px 0;
    width: 100%;
	gap: 20px;
	position: relative;
	padding-bottom: 40px;
}
.list_item.download {
	justify-content: center;
}

.progress_line {
    width: 1px;
    height: 100px;
    background: #3e44c6;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 25px;
    left: 24px;
	height: 2000px;
}
.list_number {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}
.list_number > * {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-weight: 700;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 2px solid #e7e7e7;
    background: white;
}
.list_number.a {
	position: absolute;
	left: 0;
}

.list_text {
	display: flex;
	flex-direction: column;
}

.list_icon {
    width: 35px;
    margin: 5px 15px;
    margin-right: 5px;
}

.list_title {
    margin: 10px;
    font-size: 1.2em;
}

.list_message {
    margin: 10px;
	max-width: 830px;
}

/* download */


.download_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	position: relative;
	width: 100%;
}
.download_title h1 {
	margin: 0;
	height: 50px;
}

.download_body {
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
}

.download_info {
    display: flex;
    max-width: 1000px;
    flex-direction: row;
    align-items: center;
    width: 90%;
    height: 100%;
    padding: 20px;
}

.download_info > * {
    margin: 0px 30px;
}

.chrome_icon {
	width: 20px;
	height: 20px;
	margin-bottom: -4px;
	padding-right: 5px;
}

ul li {
    margin: 5px 0px;
}

.cmsg {
    margin-top: 30px;
}

.download_container {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-self: end;
}

.download_button {
    border-radius: 10px;
    font-size: 16px;
    padding: 13px 22px;
    background: #0039df;
    width: auto;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: unset;
    display: flex;
    gap: 15px;
    font-weight: 600;
    align-items: center;
}

.download_button:hover {
    background: #002cad;
}

.download_button_icon {
	height: 15px;
	filter: invert(1);
}

.right {
    align-self: start;
}

.warning_msg {
    width: 800px;
    color: #c50000;
    font-weight: 500;
    justify-self: end;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.tmsg {
    font-size: 14px;
    margin-top: 10px;
}
.desktop_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Activate */
.betfair_login {
	width: 500px;
	align-self: center;
}
.betting_panel {
	width: 717px;
	align-self: center;
}


/* Mobile */

.mobile_overlay {
	width: 100%;
	height: 80%;
	background: white;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	gap: 40px;
	box-sizing: border-box;
}

.overlay_img {
    width: 90%;
}

.overlay_title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

.overlay_body {
    font-size: 18px;
    text-align: center;
}

.overlay_buttons {
    display: flex;
    flex-direction: row;
	align-items: center;
}


/* communiuty */

.whatsapp_message {
    display: flex;
    flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 100px;
}

.community_button {
    display: flex;
    flex-direction: column;
	align-items: center;
	margin: 30px;
	gap: 30px;
}
.community_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-decoration: none;
	padding:5px;
    padding-bottom: 7px;
}
.community_button img {
    width: 30px;
}

.whatsapp {
    color: #1c914a;
    border-bottom: 1px solid #1c914a;
}
.whatsapp:hover {
	background: #cae3d4;
}
.whatsapp img {
    filter: invert(36%) sepia(77%) saturate(420%) hue-rotate(90deg);
}

.discord {
    color: #5865F2;
    border-bottom: 1px solid #5865F2;
}
.discord:hover {
	background: #cccbfb;
}
.discord img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(67%) saturate(5163%)
          hue-rotate(223deg) brightness(100%) contrast(101%);
}

/* Support */
.support_overlay {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
	padding: 60px 40px;
    border: 2px solid #e7e7e7;
    border-radius: 35px;
    /* background: rgb(255, 255, 255, 0.1); */
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    width: 300px;
    box-sizing: border-box;
}

.support_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.support_text {
	display: flex;
    flex-direction: column;
}

.support_message {
	margin-bottom: 20px;
}

.support_socials {   
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support_socials > a {
    margin: 0 15px;
	text-decoration: unset;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	gap: 5px;
	margin: 10px 0;
	width: 112px;
	background: #3e44c62e;
	color: black;
	padding: 10px;
	border-radius: 5px;
}
.support_socials > a > img {
    width: 25px;
}

/* Media */

@media screen and (max-width: 700px) {
	.overlay_buttons {
		flex-direction: column;
	}
	.mobile_overlay {
		display: flex;
	}
	.body {
		width: 100%;
		flex-direction: column-reverse;
	}
	.desktop_body {
		display: none;
	}
	.whatsapp_message {
		padding-bottom: 60px;
		margin: 0;
		margin-top: 40px;
	}
	.whatsapp_message h1 {
		margin: 0;
	}
	.support_overlay {
		display: none;
	}
}

@media (min-resolution: 1.2dppx) {
	.body {
		align-items: start;
	}
	.list {
		margin: unset !important;
	}
}