[data-isb-theme=dark] {
  --bodybackground: #161616;
  --overbodybackground: #ffffff14;
  --headerbackground: #000000;
  --headercolor: #ffffff;
  --bodybg: #242424;
  --textcolor: #ffffffa4;
  --textwhite: #ffffffa4;
  --primarybg: #242424;
  --secondarybg: #303030;
  --darkbg: #1d1d1d;
  --inputbg: #4a4a4a;
  --orange: #fe6600;
  --blue: #4285f4;
  --green: #0f9d58;
  --yellow: #fbbc04;
  --buttonbg: #000000;
  --buttoncolor: #ebebeb;
  --mapmarker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  color: #ffffff;
}

[data-isb-theme=light] {
  --bodybackground: #abc3ff;
  --overbodybackground: #ffffff;
  --headerbackground: #001240;
  --headercolor: #ffffff;
  --bodybg: #f4f4f4;
  --textcolor: #050505;
  --textwhite: #ffffffa4;
  --primarybg: #e7e7e7;
  --secondarybg: #ffffff;
  --darkbg: #dbdbdb;
  --inputbg: #ffffff;
  --orange: #fe6600;
  --blue: #4285f4;
  --green: #0f9d58;
  --yellow: #fbbc04;
  --buttonbg: #323030;
  --buttoncolor: #ebebeb;
  --mapmarker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  color: #ffffff;
}

@media (max-width: 990px) {
  main {
    margin-bottom: 10.2564102564vw;
  }
}

.profilepage .profileinput .input {
  margin-bottom: 0.3125vw;
}
.profilepage .profileinput .buttons {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 0.625vw;
  justify-content: right;
}
@media (max-width: 990px) {
  .profilepage .profileinput .buttons {
    margin-top: 1.5384615385vw;
    gap: 1.5384615385vw;
  }
}
.profilepage .profileinput .buttons button {
  height: 2.6041666667vw;
}
@media (max-width: 990px) {
  .profilepage .profileinput .buttons button {
    height: 10.2564102564vw;
  }
}
.profilepage .submit button {
  width: 12.5vw;
  height: 2.6041666667vw;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid transparent;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: block;
  margin: auto;
  font-size: 0.7291666667vw;
  font-weight: 600;
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 990px) {
  .profilepage .submit button {
    width: 100%;
    font-size: 3.5897435897vw;
    height: 11.5384615385vw;
    border-radius: 1.5384615385vw;
    border-width: 0.2564102564vw;
  }
}
.profilepage .container > .row {
  margin: 0;
  gap: 1.25vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row {
    flex-direction: column;
    margin: initial;
  }
}
.profilepage .container > .row > div {
  padding: 0;
}
.profilepage .container > .row .profilelinks {
  width: 15.625vw;
  padding: 0.625vw 0;
  background-color: var(--secondarybg);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  height: calc(100vh - 4.2708333333vw - 1.7708333333vw - 1.0416666667vw);
  overflow-y: auto;
  border-radius: 0.625vw;
  position: sticky;
  top: 4.7916666667vw;
}
.profilepage .container > .row .profilelinks::-webkit-scrollbar {
  display: none;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profilelinks {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    box-shadow: none;
    background-color: transparent;
    max-width: initial;
    order: 2;
    top: 0;
  }
}
.profilepage .container > .row .profilelinks ul {
  width: calc(100% - 0.2604166667vw);
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profilelinks ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.profilepage .container > .row .profilelinks ul li a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  color: var(--textcolor);
  font-size: 0.8333333333vw;
  font-weight: 500;
  border-radius: 0.5208333333vw 0.5208333333vw;
  padding: 1.0416666667vw 0.5208333333vw 1.0416666667vw 1.25vw;
  width: 100%;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profilelinks ul li a {
    padding: 3.8461538462vw;
    font-size: 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
}
.profilepage .container > .row .profilelinks ul li a svg {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-right: 0.78125vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profilelinks ul li a svg {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    margin-right: 1.5384615385vw;
  }
}
.profilepage .container > .row .profilelinks ul li a.logout {
  margin-top: 0.625vw;
}
.profilepage .container > .row .profilelinks ul li a.logout svg {
  fill: #bd0000;
}
.profilepage .container > .row .profilelinks ul li a.logout {
  color: #bd0000;
}
.profilepage .container > .row .profilelinks ul li a.active, .profilepage .container > .row .profilelinks ul li a:hover, .profilepage .container > .row .profilelinks ul li a.logout {
  background-color: var(--primarybg);
}
@media (max-width: 990px) {
  .profilepage .container > .row .profilelinks ul li a.active, .profilepage .container > .row .profilelinks ul li a:hover, .profilepage .container > .row .profilelinks ul li a.logout {
    background-color: var(--darkbg);
  }
}
.profilepage .container > .row .profilelinks ul li a.sellbutton {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 0.5208333333vw solid #000000;
  border-top-color: #fe6600;
  border-right-color: #4285f4;
  border-bottom-color: #0f9d58;
  border-left-color: #fbbc04;
  width: 5.78125vw;
  height: 2.6041666667vw;
  border-radius: 0.5208333333vw;
}
.profilepage .container > .row .profilelinks ul li a.sellbutton img {
  width: 1.5625vw;
  margin-right: 0.5208333333vw;
}
.profilepage .container > .row .profileview {
  width: calc(100% - 16.875vw);
  padding: 0.625vw 1.25vw;
  border-radius: 0.625vw;
  background-color: var(--secondarybg);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview {
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
}
.profilepage .container > .row .profileview .responseMessage {
  padding: 10px;
  background: #ffdddd;
  border-left: 4px solid #f44336;
  margin-bottom: 15px;
  color: #000000;
}
.profilepage .container > .row .profileview .usercard {
  padding: 1.25vw;
  border-radius: 0.625vw;
  background-color: var(--darkbg);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 1.25vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard {
    padding: 3.0769230769vw;
    border-radius: 1.5384615385vw;
    box-shadow: none;
  }
}
.profilepage .container > .row .profileview .usercard .row {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row {
    margin: 0;
  }
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row > div {
    padding: 0;
  }
}
.profilepage .container > .row .profileview .usercard .row .image {
  width: 11.6666666667vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .image {
    width: 25.641025641vw;
    margin: auto;
    margin-bottom: 6.1538461538vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .image form {
  width: 100%;
  position: relative;
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection {
  width: 100%;
  height: 10.4166666667vw;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection > * {
  cursor: pointer;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .image form .uploadsection {
    height: 25.641025641vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection:hover label {
  opacity: 0.9;
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--textcolor);
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 1.25vw;
  font-size: 0.625vw;
  z-index: 1;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .image form .uploadsection label {
    padding: 6.1538461538vw;
    font-size: 2.5641025641vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 8;
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection #preview {
  width: 100%;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection #preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profilepage .container > .row .profileview .usercard .row .image form .uploadsection #preview p {
  font-weight: bold;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  background-color: var(--primarybg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 2.0833333333vw;
  color: var(--secondarybg);
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .image form .uploadsection #preview p {
    font-size: 10.2564102564vw;
    color: var(--secondarybg);
  }
}
.profilepage .container > .row .profileview .usercard .row .image form button {
  width: 80%;
  border-radius: 0.625vw;
  height: 2.6041666667vw;
  position: absolute;
  bottom: -1.3020833333vw;
  left: 50%;
  transform: translate(-50%, -25px);
  background-color: var(--secondarybg);
  font-weight: bold;
  display: none;
  z-index: 99;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .image form button {
    border-radius: 3.0769230769vw;
    height: 12.8205128205vw;
    bottom: -6.4102564103vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .info {
  width: calc(100% - 11.6666666667vw);
  position: relative;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .info {
    width: 100%;
    padding-left: 0vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .info p {
  color: var(--textcolor);
  font-size: 0.7291666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 0.625vw;
  position: relative;
  max-width: 100%;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .info p {
    font-size: 2.5641025641vw;
    margin-bottom: 1.0256410256vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .info p span:first-child {
  font-weight: 500;
  margin-right: 0.2604166667vw;
}
.profilepage .container > .row .profileview .usercard .row .info p span:nth-child(2) {
  margin-left: 0.2604166667vw;
}
.profilepage .container > .row .profileview .usercard .row .info p button {
  border: none;
  padding: 0;
  margin-left: auto;
  background-color: transparent;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .info p button {
    bottom: -1.5384615385vw;
  }
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .usercard .row .info p button svg {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.profilepage .container > .row .profileview .usercard .row .info p button svg path {
  fill: var(--textcolor);
}
.profilepage .container > .row .profileview .changephonenumber {
  height: 100%;
}
.profilepage .container > .row .profileview .changephonenumber .box {
  height: 100%;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .changephonenumber .box {
    padding: 3.8461538462vw;
  }
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .changephonenumber .box .header h4 {
    font-size: 3.5897435897vw;
    font-weight: 600;
  }
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .dashboardbox {
    margin: 3.0769230769vw 0;
  }
}
.profilepage .container > .row .profileview .dashboardbox .row {
  margin: -0.625vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .dashboardbox .row {
    margin: -1.5384615385vw;
  }
}
.profilepage .container > .row .profileview .dashboardbox .row > div {
  padding: 0.625vw;
  width: 20%;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .dashboardbox .row > div {
    padding: 1.5384615385vw;
    width: 50%;
  }
}
.profilepage .container > .row .profileview .dashboardbox .box {
  padding: 1.25vw;
  border-radius: 0.625vw;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: block;
  width: 100%;
  background-color: var(--darkbg) !important;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .dashboardbox .box {
    border-radius: 1.5384615385vw;
    padding: 3.0769230769vw;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
}
.profilepage .container > .row .profileview .dashboardbox .box h3 {
  font-size: 0.7291666667vw;
  font-weight: 600;
  color: var(--textcolor);
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .dashboardbox .box h3 {
    font-size: 3.5897435897vw;
  }
}
.profilepage .container > .row .profileview .dashboardbox .box p {
  font-size: 1.7708333333vw;
  color: var(--textcolor);
  margin: 0;
  font-weight: 700;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .dashboardbox .box p {
    font-size: 8.7179487179vw;
  }
}
.profilepage .container > .row .profileview .changepassword h3 {
  margin-bottom: 1.25vw;
  color: var(--textcolor);
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .changepassword h3 {
    margin-bottom: 6.1538461538vw;
  }
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .changepassword form label {
    font-size: 3.0769230769vw;
    font-weight: bold;
  }
}
.profilepage .container > .row .profileview .changepassword form input {
  height: 2.6041666667vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .changepassword form input {
    height: 12.8205128205vw;
  }
}
.profilepage .container > .row .profileview .contact-form-group {
  position: relative;
  margin-bottom: 1.25vw;
}
.profilepage .container > .row .profileview .contact-form-group input {
  padding-left: 3.125vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .contact-form-group input {
    padding-left: 15.3846153846vw;
  }
}
.profilepage .container > .row .profileview .contact-form-group span {
  position: absolute;
  bottom: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .contact-form-group span {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    border-radius: 1.5384615385vw;
  }
}
.profilepage .container > .row .profileview .contact-form-group span svg {
  height: 1.5625vw;
}
@media (max-width: 990px) {
  .profilepage .container > .row .profileview .contact-form-group span svg {
    height: 7.6923076923vw;
  }
}
.profilepage .container > .row .profileview .contact-form-group span svg {
  width: auto;
}
.profilepage .container > .row .profileview .contact-form-group span.location {
  background-color: #ff7a00;
}
.profilepage .container > .row .profileview .contact-form-group span.location svg path {
  fill: #000000;
}
.profilepage .container > .row .profileview .contact-form-group span.phone {
  background-color: #0027ff;
}
.profilepage .container > .row .profileview .contact-form-group span.phone svg path {
  fill: #ffffff;
}
.profilepage .container > .row .profileview .contact-form-group span.whatsapp {
  background-color: #25d366;
}
.profilepage .container > .row .profileview .contact-form-group span.whatsapp svg path {
  fill: #ffffff;
}
.profilepage .container > .row .profileview .contact-form-group span.facebook {
  background-color: #0866ff;
}
.profilepage .container > .row .profileview .contact-form-group span.facebook svg path {
  fill: #ffffff;
}
.profilepage .container > .row .profileview .contact-form-group span.instagram {
  background-image: linear-gradient(72.44deg, #ff7a00 11.92%, #ff0169 51.56%, #d300c5 85.69%);
}
.profilepage .container > .row .profileview .contact-form-group span.instagram svg path {
  fill: #ffffff;
}
.profilepage .container > .row .profileview .contact-form-group span.telegram {
  background-color: #28a7e8;
}
.profilepage .container > .row .profileview .contact-form-group span.telegram svg path {
  fill: #ffffff;
}
@media (min-width: 991px) {
  .profilepage .phonefooter {
    display: none;
  }
}
.profilepage .phonefooter p {
  font-size: 2.5641025641vw;
  padding: 2.5641025641vw 1.2820512821vw;
  background: var(--darkbg);
  border: 0.2564102564vw solid #ced4da;
  border-radius: 1.2820512821vw;
  font-weight: 600;
  text-align: center;
  color: var(--textcolor);
  margin-top: 10.2564102564vw;
}
.profilepage .phonefooter p svg {
  height: 3.8461538462vw;
  width: auto;
  margin-left: 1.2820512821vw;
}
.profilepage .phonefooter p img {
  border-radius: 0.7692307692vw;
  height: 3.8461538462vw;
  width: auto;
  margin: 0 1.2820512821vw;
}/*# sourceMappingURL=profile.css.map */