/* -------------------------------------------------------------------------- */
/*// 1. Login Page
/* -------------------------------------------------------------------------- */

.profile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*! align-items: center; */
  width: 100%;
  /*! min-height: 100vh; */
  /*! padding: 20px; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  transition: all 0.2s ease-in-out;
}

.profile-entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(28,76,156,.15);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.profile-entry-content.before-login h1 {
  margin-bottom: 20px;
  font-size: 34px;
}

.login-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.login-header .header-logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
  width: 200px;
}

.register-form {
  display: none;
}

.profile-entry-content .form-login-submit {
  width: 100%;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.profile-entry-content .lost-password {
  background: #eef3f5;
  margin: 0 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  color: #82818b;
  font-size: 14px;
}

.profile-entry-content .lost-password a:hover {
  color: #9279f3;
}

/* -------------------------------------------------------------------------- */
/*// 2. Profile Page
/* -------------------------------------------------------------------------- */


.profile-entry-content .woocommerce {
  width: 100%;
}

#profile-header {
  margin-bottom: 20px;
}

#mobile-profile-header {
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  padding-bottom: 0;
}

#mobile-profile-header a {
  background: #cdd5ee;
  padding: 10px;
  font-size: 20px;
  color: #82818b;
  background: #f3f5fb;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  z-index: 999;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-profile-header a:hover {
  background: #cdd5ee;
}

#profile-header .user-box {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 8px #3754aa15;
}

#profile-header .user-box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: center;
}

#profile-header .user-box-content .user-box-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

#profile-header .user-box-content .user-box-avatar img {
  border-radius: 10px;
}

#profile-header .user-box-content .user-box-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 50px);
  height: 50px;
  padding-right: 20px;
}

#profile-header .user-box-content .display-name {
  display: block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

#profile-header .user-box-content .display-name span {
  font-size: 16px;
  font-weight: 700;
  color: #6a6a6b;
}


#profile .user-navigation {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
}

#profile {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 300px;
  flex-direction: column;
  width: 100%;
}

#profile aside,
#profile main {
  max-width: 100%;
  /*! padding: 20px; */
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 9px 40px rgba(66,71,74,.09) !important;
}

#profile aside {
  width: 100%;
  padding: 30px;
  margin-bottom: 35px;
}

#profile main {
  width: 100%;
  margin-bottom: 100px;
  background: none;
  box-shadow: none !important;
}

#profile main .table-area {
  background: #fff;
  box-shadow: 0 3px 18px rgba(66,71,74,0.09);
  border-radius: 10px;
  margin-bottom: 20px;
}

.notice-files {
  color: #a55a5d;
  background-color: #ffe2e2;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.notice-files a {
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  background: #ff7070;
  box-shadow: 0 8px 32px rgba(255,112,112,0.25);
  transition: all 0.2s ease-in-out;
}

.notice-files a:hover {
  background: #ff5151;
  box-shadow: 0 10px 40px rgba(255,112,112,0.35);
}

#profile main h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 26px;
  color: #111;
  /*! background: #eee; */
  overflow: hidden;
}

#profile .dashboard-box-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#profile .dashboard-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(25% - 10px);
  border-radius: 10px;
  padding: 40px 55px;
  margin-bottom: 20px;
  color: #6a6a6b;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 9px 40px rgba(66,71,74,.09);
  position: relative;
  height: 200px;
}

#profile .dashboard-box .dashboard-box-col1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
}

#profile .dashboard-box img {
  width: 64px;
  height: auto;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

#profile .dashboard-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

#profile .dashboard-box a h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

#profile .dashboard-box i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

#profile .dashboard-box:after {
  content: "";
  border-radius: 10px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  /*! width: 100%; */
  position: absolute;
  z-index: 0;
}

#profile .box1:after {
  background: rgba(139,114,255,0.07);
}

#profile .box1 a {
  color: #8b72ff;
}

#profile .box2:after {
  background: rgba(0,208,166,0.07);
}

#profile .box2 a {
  color: #00d0a6;
}

#profile .box3:after {
  background: rgba(92,153,255,0.07);
}

#profile .box3 a {
  color: #5c99ff;
}

#profile .box4:after {
  background: rgba(255,152,84,0.07);
}

#profile .box4 a {
  color: #ff9854;
}

#profile .active-projects {
  padding: 20px;
  background: #fff;
  box-shadow: 0 9px 40px rgba(66,71,74,.09);
  margin-bottom: 20px;
}

#profile .invoice-projects {
  padding: 20px;
  background: #fff;
  box-shadow: 0 9px 40px rgba(66,71,74,.09);
}

#profile .active-projects h2,
#profile .invoice-projects h2 {
  font-size: 20px;
  border-bottom: 1px solid #eef0f3 !important;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#profile .active-projects h2 a {
  background: rgba(139,114,255,0.1);
  color: #8b72ff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  gap: 7px;
}

#profile .active-projects h2 a i {
  font-weight: 600;
}

#profile .active-projects h2 a:hover {
  background: rgba(139,114,255,0.22);
  color: #6949ff;
}

.user-navigation ul {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-navigation ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

.user-navigation ul li a:hover {
  color: #8b72ff;
}

.user-navigation ul li.is-active a {
  background: rgba(139,114,255,0.15);
  padding: 8px 20px;
  color: #8b72ff;
}

.user-navigation ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

.orders-table .pending .cell-order-status {
  color: #f78733;
  background: #f787332b;
}

.orders-table .processing .cell-order-status {
  color: #bb9b3d;
  background: #fff5bd;
}

.orders-table .on-hold .cell-order-status {
  background-color: #bfbdfb;
  color: #5648b3;
}

.orders-table .cancelled .cell-order-status {
  color: #ea5252;
  background: #f4e1df;
}

.orders-table .completed .cell-order-status {
  color: #6bbb3d;
  background: #bdffc0;
}

.orders-table .failed .cell-order-status {
  color: #ea5252;
  background: #f4e1df;
}

.orders-table .cell-order-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.orders-table .cell-order-actions a {
  margin-left: 10px;
}

.orders-table .cell-order-actions a:nth-last-child(1) {
  margin-left: 0;
}

#profile .Pagination-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #f5f5f5;
}

#profile .Pagination-area a {
  min-width: 130px;
}

#profile .addresses {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

#profile .addresses .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 10px);
  border-radius: 5px;
  box-shadow: 0 0px 40px rgba(66,71,74,.09);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  color: #8b72ff;
  background: #eeeaff;
}

#profile .addresses .column .address-header {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #6a6a6b;
  background: #fff;
  overflow: hidden;
}

#profile .addresses .column address {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation-link i {
  margin-left: 10px;
}

.woocommerce-MyAccount-navigation-link--dashboard i::before {
  content: "\f627";
}

.woocommerce-MyAccount-navigation-link--orders i::before {
  content: "\f847";
}

.woocommerce-MyAccount-navigation-link--edit-address i::before {
  content: "\f5a0";
}

.woocommerce-MyAccount-navigation-link--wishlist i::before {
  content: "\f004";
}

.woocommerce-MyAccount-navigation-link--vestaplus i::before {
  content: "\f7d9";
}

.woocommerce-MyAccount-navigation-link--edit-account i::before {
  content: "\f4ff";
}

/* -------------------------------------------------------------------------- */

/*	1. VestaPlus Design
/* -------------------------------------------------------------------------- */

#profile main .vestaplus-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  background: #f47920;
  overflow: hidden;
}

#profile main .vestaplus-title a {
  display: flex;
  width: 50px;
  height: auto;
}


#profile main .gform_fields {
  /*! display: flex; */
  flex-direction: column;
}

#profile main .gfield_checkbox,
#profile main .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}

#profile main .gfield_checkbox li,
#profile main .gfield_radio li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;

}

@media only screen and (max-width:600px) {
  #profile main .gfield_checkbox,
  #profile main .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #profile main .gfield_checkbox li,
  #profile main .gfield_radio li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #profile main .gfield_checkbox li label, #profile main .gfield_radio li label {
    width: 100% !important;
  }
}

#profile main .gfield_checkbox li input[type="checkbox"],
#profile main .gfield_radio li input[type="radio"] {
  display: none;
}

/* checkbox aspect */
#profile main .gfield_checkbox li label:before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 10px;
  transition: all .2s;
}

#profile main .gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  background: #fff;
}

#profile main .gfield_checkbox li input[type="checkbox"]:checked + label:before {
  content: '\2713';
  background: #fff;
  color: #01d18d;
}

#profile main .gfield_radio li label:before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 10px;
}

#profile main .gfield_radio li input[type="radio"]:not(:checked) + label:before {
  content: '';
  background: #fff;
}

#profile main .gfield_radio li input[type="radio"]:checked + label:before {
  content: '';
  background: #01d18d;
  border: 5px white solid;
}

#profile main .gfield_checkbox li input[type="checkbox"]:checked + label,
#profile main .gfield_radio li input[type="radio"]:checked + label {
  background: #01d18d;
  color: #fff;
}

#profile main .gfield_checkbox li label,
#profile main .gfield_radio li label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 20px;
  padding-left: 10px;
  width: auto;
  font-size: 14px;
  background: #e3e3e3;
  border: none;
  border-radius: 10px;
  transition: all .2s;
}

#profile main .gform_page_footer input {
  width: 100px;
}

#profile main .gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 20px !important;
  height: auto;
  border: 2px solid #ededed;
  border-radius: 10px !important;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  background: #fff;
  box-shadow: none;
}

#profile main .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #f47920;
  background-image: none;
  color: #fff;
}

#profile main .gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 8px;
}

#profile main .gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 12px;
}

#profile main .gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 12px;
}

#profile main .gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #f47920;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#profile main .gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#profile main .gform_wrapper .gform_footer input {
  min-width: 200px;
}

#profile main .gform_wrapper .gform_ajax_spinner {
  position: absolute;
}

#profile main .gform-refresh-link {
  height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #6bbb3d;
  background: #bdffc0;
}

/* -------------------------------------------------------------------------- */

/*	0. Responsive Design
/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 465px) {

  #profile .dashboard-box {
  	width: 100% !important;
  }

}

@media only screen and (min-width:768px) {

}

@media only screen and (max-width:600px) {

  #profile-header .user-box-content .user-box-meta.desktop {
    display: none;
  }

  #profile .addresses {
  	flex-direction: column;
  }

  #profile .addresses .column {
    width: 100%;
  }

  #profile .addresses .column:nth-child(1) {
    margin-bottom: 20px;
  }

}

@media only screen and (min-width:600px) {

  #profile-header .user-box-content .user-box-meta.mobile {
    display: none;
  }

}

@media only screen and (max-width:768px) {

  #mobile-profile-header {
    display: flex;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .user-navigation ul {
    flex-direction: column;
    width: 100%;
  }

  .user-navigation ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .user-navigation ul li a {
    width: 100%;
    padding: 8px 20px;
    background: #f3f5fb;
  }

  #profile {
    flex-direction: column;
  }

  #profile aside {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    margin-bottom: 0;
    display: none;
  }

  #profile main {
    width: 100%;
  }

}

@media only screen and (max-width: 991px) {

  #profile .dashboard-box {
    width: calc(50% - 10px);

  }

}

@media only screen and (min-width:992px) {

  #profile .dashboard-box {
    width: calc(25% - 20px);
  }

  #profile .dashboard-box a {
    font-size: 13px;
  }

  #profile .dashboard-box i {
    font-size: 19px;
  }

}

@media only screen and (max-width: 1024px) {

  .notice-files {
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .notice-files a {
    font-size: 14px;
    margin-top: 10px;
  }

  .profile-entry-content {
    width: 100%;
  }
}
