@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
  
/***************************************************
****************************************************
        COPY And Paste 17-5-2025 Start
****************************************************
***************************************************/
.top-new-menu .menu-toggle {
  background-color: #000;
  border: 0;
  border-radius: 5px;
  display: flex;
  line-height: 40px;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
}
.top-new-menu .menu-toggle i {
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
.top-new-menu {
  position: relative;
}
.top-new-menu-content {
  position: absolute;
  width: 270px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #00000038;
  border-radius: 15px;
  right: 0;
  top: calc(100% - -30px);
}
.top-profile-detail {
  display: flex;
  background-image: url("../images/profile/profile-bg.svg");
  background-size: cover;
  height: 100%;
  gap: 20px;
  padding: 15px 15px;
  border-radius: 15px 15px 0 0;
}
ul.top-new-menu-list li a {
  line-height: 45px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
}
ul.top-new-menu-list li a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}
.top-profile-detail center {
  border: solid 8px #00000033;
  border-radius: 50%;
}
.top-profile-detail center img {
  border-radius: 50%;
}
.top-profile-detail span {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
  justify-content: space-between;
}
.top-profile-detail span b, .top-profile-detail span i {
  font-style: normal;
  font-weight: normal;
}
.top-profile-detail span a {
  border: solid 1px #707070;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 12px;
  display: flex;
  gap: 10px;
  color: #070707;
}
.top-invite-section {
  border: solid 1px #FC8741;
  border-radius: 12px;
  margin: 0 5px 5px 5px;
  background-image: url("../images/profile/share-bg.svg");
  display: flex;
  background-size: cover;
  height: 75px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 15px;
}
.top-invite-section b {
  font-weight: normal;
  font-size: 18px;
  color: #FC8741;
}
.top-new-menu-content:before {
  content: "";
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-top: solid 25px transparent;
  border-bottom: solid 25px #FFEF8C;
  position: absolute;
  top: -50px;
  right: 30px;
}
.top-new-menu {
  position: relative;
  width: max-content;
  z-index: 99;
}
.top-new-menu.active .top-new-menu-content {
  display: block;
}
.top-new-menu-content {
  display: none;
}
.my-account-title {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
}
.my-account-title {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px 0 10px 0;
}
.my-account-title i {
  font-size: 18px;
  font-style: normal;
}
.my-account-title a {
  border-right: solid 1px #707070;
  padding: 0 10px 0 0;
}
.main-profile-section {
  border-radius: 30px;
  margin: 30px 50px;
  box-shadow: 0px 5px 5px 0px #00000012;
  background-color: #FBFBFB;
  overflow: hidden;
}
 
.profile-maine-detail {
  background-color: #fff;
}
.profile-side-menu li a {
  line-height: 45px;
  padding: 0 15px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 10px;
}
.profile-side-menu ul {
  padding: 30px 10px 10px 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.profile-side-menu li a i {
  margin-left: auto;
}
.profile-side-menu li a:hover {
  background-color: #FEEC00;
  text-decoration: none;
}
.main-profile-section .col-md-8 {
  background-color: #fff;
}
.main-profile-section .col-md-4 {
  padding-right: 0;
}
.profile-user-image {
  display: flex;
  border-bottom: solid 1px #707070;
  align-items: center;
  gap: 20px;
  padding:30px;
}
.profile-user-image center a {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: normal;
}
.profile-user-image center {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%; 
    line-height: 150px;
}
.profile-detail b {
  font-size: 18px;
  font-weight: normal;
}
.profile-complete-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-complete-bar span {
  background-color: #F3F2F2;
  width: 100%;
  border-radius: 20px;
  height: 15px;
  position: relative;
  border: solid 3px #f3f2f2;
}
.profile-complete-bar span em {
  position: absolute;
  left: 0;
  z-index: 9;
  height: 100%;
  border-radius: 10px;
}
.profile-detail {
  width: 100%;
}
.profile-complete-bar i {
  font-style: normal;
}
.profile-maine-detail {
  padding: 0 30px 0 20px;
}
.profile-input-list .input-text {
  border: solid 1px #E6E6E6;
  border-radius: 8px !important;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
}
.profile-input-list .input-text input {
    border: 0;
    padding: 0;
    font-size: 15px;
    color: #0A0A0A;
    background-color: transparent;
}
.profile-input-list .input-text select {
  width: 100%;
  border: 0;
  font-size: 15px;
}
p.info-text {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
  margin: 10px 0 10px 0;
}
.profile-input-list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 25px 0;
}
.profile-input-list input, .profile-input-list select {
  outline: none;
}
.input-group .submit-btn {
  border: solid 1px #D1C478;
  background-color: #FFEC7F;
  width: 100%;
  line-height: 56px;
  border-radius: 10px;
  margin: 20px 0 0 0;
}
section.my-account-section {
  background: #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(254, 245, 196, 1) 100%);
}
.profile-complete-bar.completed span:before {
  background-image: url("../images/profile/complete.svg");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}




/**************Mobile Menu*************/
 

#container {
  position: relative;
}

#checkbox {
  /* checkbox is hidden*/
  display: none
}

#icon-container {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 40px;
    margin: 0;
    background-color: #FEEC00;
    padding: 0 10px;
    border-radius: 5px;
}

/* common styles*/
.icon-menu, .icon-menu::before, .icon-menu::after, .icon-close, .icon-close::before, .icon-close::after {
  content: '';
  display: block;
  height: 2.7px;
  position: absolute;
  width: 28px;
  border-radius: 20px;
  transition: top ease 0.3s, transform ease 0.3s 0.3s, background 0.3s ease 0.3s;
  background: #000;
}


/* bottom line of hamburger */
.icon-menu::before {
  top: -7px;
  transition: background ease 0.3s,top ease 0.3s 0.3s, transform ease 0.3s;
}

/* top line of hamburger */
.icon-menu::after {
  top: 7px;
  transition: background ease 0.3s,top ease 0.3s 0.3s, transform ease 0.3s;
}

.icon-close {
  background: transparent;
}

/* line one of close icon */
.icon-close::before {
  transform: rotate(45deg);
  top: 0px;
  background: #000;
}

/* line two of close icon */
.icon-close::after {
  transform: rotate(-45deg);
  top: 0px;
  background: #000;
}

#icon {
    top: 16px;
    left: 6px;
    transition: background ease 0.3s,top ease 0.3s 0.3s, transform ease 0.3s;
}
div#menu-togle {
    margin-right: 15px;
    float: right;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.profile-side-menu.show-menu ul {
    display: block;
}
.profile-side-menu.show-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
div#menu-togle {
    display: none;
}
.right-nav {
    display: flex;
    margin-left: auto;
}
.profile-user-image center > img {
    border-radius: 50%;
    max-height: 100%;
}
.profile-side-menu {
    padding: 0 0 0 20px;
}
@media only screen and (max-width:990px) {
 .main-profile-section {
    border-radius: 30px;
    margin: 20px 0; 
}
 .profile-side-menu li a {
    line-height: 40px;
    padding: 0 10px; 
    font-size: 14px; 
    gap: 15px; 
}
    .profile-user-image { 
    gap: 10px;
    padding: 20px 0 20px 0;
}
    .profile-maine-detail {
    padding: 0 15px 0 15px;
}
}
@media only screen and (max-width: 767px) {
 .main-profile-section {
    border-radius: 30px;
    margin: 20px 0; 
}
    .main-profile-section .col-md-4 {
    padding-right: 15px;
}
    .profile-side-menu ul {
    padding: 10px 10px 10px 10px;
}
.profile-side-menu ul { 
    display: none;
}
    div#menu-togle {
    display: block;
}
    .profile-side-menu li a {
    font-size: 16px;
}
}
