@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
.edit-section_1 span {
    background: #004368;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 254px;
    padding: 16px;
    width: 55px;
    height: 55px;
    font-size: 22px;
    margin: 10px 25px;
}
.edit-section_1 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 25px;
}
.edit-section_1 p {
    margin-left: 25px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #5e5c5c;
}
.info-buttom {
    margin-left: 25px;
    margin-top: 10px;
}
.info-buttom a {
    background: #ffcb03;
    color: #004368;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
}

.info-buttom a:hover{
    background: #004368;
    color: #fff;
}
div#v-pills-tab {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 0px;
    margin-top: 154px;
    background: #fff;
}
ul {
    padding: 0px 10px;
}
.dashboard  li {
    list-style: none;
    border-bottom: 1px solid #afacac !important;
    padding: 8px 12px;
    color: #5e5c5c;
    font-size: 16px;
    cursor: pointer;
}
.dashboard  li.Active{
    color: #004368!important;
    font-weight: 600;
}
.dashboard  li:hover{
    color: #004368!important;
}
div#v-pills-tab .nav-link.active, div#v-pills-tab .show>.nav-link {
    color: #fff !important;
    background-color: #234d6e;
    border-radius: 0px;
}

hr{
    margin-bottom: 0px;
}
.profile_section {
    margin-top: 20px;
}
table.table.table-bordered.table-hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.heading_section {
    background: #004368;
    color: #fff;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.heading_section a {
    background: #ffcb03;
    color: #004368;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 25px;
}
.heading_section h2 {
    font-size: 17px;
    margin: 0px;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin-top: 20px;
    margin-left: 24px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 120px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\1F4F7";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;   
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #004368;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.picture-section {
    display: flex;
    align-items: center;
}
.name-section {
    margin-left: 30px;
}
.name-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 1px;
}
.name-section p {
    font-size: 14px;
    color: #5e5c5c;
}
.profile_edit a {
    background: #ffcb03;
    color: #004368;
    text-decoration: none;
    padding: 9px 30px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 25px;
}
.profile_edit a:hover {
    background:#004368;
    color: #fff;
}
.profile_edit {
    margin: 0 auto;
}
.form-section {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
input.form-control {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    font-size: 14px;
    color: #5e5c5c;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
label {
    color: gray;
    font-size: 15px;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    color: gray;
}
.card-body.block .info-buttom {
    float: right;
    display: inline-block;
    margin: -0px;
}.Account_page {
    border-top: solid 4px #ffcb03;
}.col-md-12.text-center.text-align-center .info-buttom a {
    background: #004368;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}
.light-section {
	background: #fdfdfd;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	margin: 10px;
	padding: 14px 25px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.member-section h3 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #004368;
    width: 100%;
    height: 30px;
}
.rounded-gradient-borders {
    width: 145px;
    height: 145px;
    border: double 5px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ffcb03,#fdcd14);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    line-height: 130px;
}
.rounded-gradient-borders span {
    justify-content: center;
    display: flex;
    margin-top: 0px;
    font-size: 62px;
    font-weight: 600;
    color: #004368;
}
.Health a {
    text-decoration: none;
    background: #ffcb03;
    color: #004368;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 25px;
}
.rounded-corners-gradient-borders-2 {
  border: double 10px black;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-clip: content-box;
  background-color: red;
  float: left;
}
.Health a:hover {
    background: #004368;
    color: #fff;
}
.dashboard-section {
    margin-top: 20px;
}
.total_address h2 {
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    color: #004368;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.box-section_1 {
    display: flex;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.Address {
    display: flex;
    background: #004368;
    width: 200px;
    padding: 10px;
    justify-content: space-around;
    align-items: center;
    border-radius: 3px;
}
.Order{
     display: flex;
    background: #ffcb03;
    width: 200px;
    padding: 10px;
    justify-content: space-around;
    align-items: center;
    border-radius: 3px;
}
.number-section span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.Address p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.Order span{
    font-size: 20px;
    font-weight: 700;
    color: #004368;
}
.Order p{
    font-size: 16px;
    font-weight: 700;
    color:#004368;
}
.Order i{
    font-size: 54px;
    opacity: 0.6;
    color: #004368!important;

}
.icon_section1 i {
    font-size: 54px;
    opacity: 0.6;
    color: #fff;
}
select.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}


/*my order start*/
 .order-box {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 26px 20px;
    margin-bottom: 20px;
}
.flex-inline {
    display: flex;
    justify-content: space-between;
     
}
 
 .action-order {
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 31%);
    background-color: #004368;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
}
.item-right.button-start {
    display: grid;
    gap: 7px;
}
 
.action-order:hover {
    background-color: #f8cc45;
    transition: 0.3s;
    color: #004368;
}
 
 .order-box .order-details {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #394e59;
    display: inline-block;
    margin-left: 10px;
}

.col-md-5.col-sm-12.text-right{
    text-align: right;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.new-2.mb-5 {
    margin-top: 20px;
}
/*my order end*/

.Account_page .card{
    padding-bottom: 10px;
}
.nav-link a{
    text-decoration: none;
    color:#5e5c5c;
}
.nav-link.active a{
    text-decoration: none;
    color: #fff;
}


.cancel-1 {
    display: grid; 
    gap: 10px;
    float: right;
}

@media(max-width: 767px){
    .name-section {
        margin: 0 auto;
        text-align: center;
        margin-top: 16px;
    }
    .picture-section {
        flex-flow: column;
    }
    .Account_page {
        margin-top: 10rem;
    }
    .avatar-upload{
        margin-left: 0px;
    }

  .action-order {
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 31%);
    background-color: #004368;
    font-size: 12px;
    font-weight: 500;
    width: 140px;
    text-align: center;
    color: #fff;
    padding: 18px 24px;
    text-decoration: none;
}

.cancel-1 {
    display: flex;
    gap: 10px;
    float: left;
}
}.nav-link.active a {
    display: block;
}
@media (max-width:767px){
.add-star {
    margin-left: 10px!important;
    width: 100% !important;
    margin-bottom: 10px;
}
div#v-pills-tab .nav-link a {
    display: block;
    color: #fff;
}
.edit-section_1 {
    text-align: center;
}
.edit-section_1 span {
    background: #004368;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 254px;
    padding: 16px;
    width: 55px;
    height: 55px;
    font-size: 22px;
    margin: 10px 25px;
    margin: auto;
    margin-bottom: 10px;
margin-top: 10px;
}
.info-buttom {
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
}
.edit-section_1 h3 {
    margin-left: 0px;
}
#v-pills-home .box-section_1 {
    display: flex;
    flex-direction: column;
}
#v-pills-home .box-section_1 >div {
    width: 100%;
}div#v-pills-tab {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px;
    margin: 41% 3% 3% 3%;
    width: 94%;
}
.light-section {
    padding: 14px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.member-section {
    width: 100%;
}
.Health {
    margin-top: 15px;
}
.order-box {
    padding: 15px 15px;
    margin-bottom: 20px;
}.order-box .flex-inline {
width: 100%;
    display: inline-flex;
    flex-direction: column;
}.item-right.button-start {
    display: block;
    float: left;
    padding: 15px 0px;
}
.Account_page {
    margin-top: 0rem;
}
}
.picture-section {
    padding-bottom: 20px;
}.modal-content .modal-header button.btn-close {
    background-color: #234d6e;
    opacity: 1;
    padding: 10px;
    top: 0px;
    position: absolute;
    right: 0px;
}input#update_address {
    background: #ffcc29;
    border-radius: 30px;
    color: #234d6e;
    padding: 8px 36px;
    border: none;
}
div#v-pills-tab .nav-link a {
    display: block;
}.dashboard-section .card {
    height: 460px;
}

button.btn.btn-primary.desktop {
    background: #004368;
    border: none;
text-center
}
button.btn.btn-primary.desktop img {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}.member-section h3 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #004368;
    width: 100%;
    height: auto;
    padding-top: 0px !important;
padding-left: 0px !important;
}
@media (min-width:767px){
.box-section_1 >div {
    width: 33%;
}.order-box .order-details {
    font-weight: normal!important;
}
button.btn.btn-primary.desktop {
    display: none;
}.collapse.wraps:not(.show) {
    display: block;
}.member-section table tr td {
    padding-right: 10px;
    line-height: 30px;
vertical-align: top;
}
div#v-pills-tab {
    margin-top: 22px !important;
  
}
}
.order-box {

    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin: 10px;
    padding: 14px 25px;
    border-radius: 3px;

}.Health a {
    display: inline-block;
    width: 130px;
    text-align: center;
}