/* * { outline: 1px solid rgba(255,0,0,0.2); } */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #102A4B;
} 
.account p {
	font-size: 17px;
}
.account-nav-container {
    /* width: 360px; */
	border-right: 2px solid rgba(16, 42, 75, 0.2);
}
.account-nav h3 {
    color: #0099FF;
}
.account-content-container {
    width: 100%;
    padding-left: 50px;
}
.account-menu ul {
    width: max-content;
}
.account-menu a {
    display: flex;
    align-items: center;
    height: 45px;
}
.account-menu p {
    font-size: 16px;
}
.account-nav {
    display: flex;
    flex-direction: column;
	color: #0099FF;
    padding-right: 50px;
    height: 90%;
}
.account-nav-item {
    /* max-width: 320px; */
	width: 100%;
}
.account-nav-item a {
	font-size: 15px;
    font-weight: bold;
}
.account-nav-item p:hover {
	color: #0099FF;
}
.account-nav-item img {
	width: 24px;
}
.a-selected {
    background-color: #E5F5FF;
	border-radius: 20px;
}
.text-selected {
	color: #0099ff  !important;
}
.account-content-container .nav-icon {
    width: 35px;
}
.list-group p {
	font-weight: 700;
}
.deactivate-text {
    color: #D60000;
}
.deactivate-img {
    width: 24px;
}
@media (max-width: 768px) {
    .account-nav-container {
        width: 100%;
        border-right: 0px solid rgba(16, 42, 75, 0.2);
    	border-bottom: 2px solid rgba(16, 42, 75, 0.2);
    }
    .account-content-container {
        width: 100%;
        padding-left: 0px;
    }
    .account-nav {
        margin-top: 15px;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .account-nav h3 {
        font-size: 1.6rem;
    }
    .account-nav-item {
        max-width: 330px; 
    }
    .account-nav li {
        border: solid 1px #8794A4;
        border-radius: 25px;
        width: 100%;
        justify-content: center;
    }
    .a-selected {
        border: solid 1px #E5F5FF !important;
    }
    .account-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .account-menu a {
        max-width: 335px;
        height: 50px;
    }
    .account-menu p {
        font-size: 18px;
    }
    .title h3 {
        font-size: 1.6rem;
    }
}
/* Close account sidebare */
.close-sidebar .offcanvas{
	background-color: white;
}
.close-sidebar .offcanvas-header {
    align-items: center;
}
.close-sidebar .offcanvas-title{
	color: #0099ff;
}
.close-sidebar li{
	font-family: 'Centrale Sans regular', Trebuchet, sans-serif;
	font-weight: 200;
	list-style-position: inside;
}
.close-sidebar .offcanvas ul li::before {
    display: inline-block;
    content: "\2022";
    color: #102a4b;
    width: 1rem;
    font-size: 20px;
}
.close-sidebar .offcanvas-body {
	display: flex;
	flex-direction: column;
	padding-top: 0px;
}
.close-sidebar .offcanvas-body h4 {
	font-size: 20px;
	color: #0099FF;
}
.close-sidebar .offcanvas-body .next-box {
    padding: 25px;
    padding-bottom: 10px;
    background-color: #E9F6FF;
    border: solid 1px #AFDDFC;
    border-radius: 10px;
}
.close-sidebar .offcanvas-body .next-box h5 {
    color: #0099FF;
}
.close-sidebar .offcanvas-body .offcanvas-text {
    font-size: 15px;
}
.close-sidebar ul {
  list-style-type: none;
}
.close-form-buttons {
	display: flex;
	position: sticky;
	margin-top: auto;
	flex-direction: column;
}
.close-deactivate {
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	border-radius: 25px;
	color: white !important;
	background-color: #0099FF;
	width: 100%;
	height: 43px;
	padding: 10px 15px;
}
.close-stay {
	border: solid 1px #0099FF;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	border-radius: 25px;
	color: #0099FF;
	background-color: white;
	width: 100%;
	height: 43px;
	padding: 10px 15px;
}
.close-stay:hover {
	background-color: #32abff;
	color: #ffffff;
}
@media (max-width: 768px) {
	.deactivate-account {
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
	}
	.deactivate-account ul {
		width: 100%;
	}
	.deactivate-account li {
		justify-content: center;
		border: solid 1px #D60000;
		border-radius: 25px;
		width: 100%;
	}
}