/* colors */
.profile-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 25.1vw;
}

.profile-slider-normal {
  background-image: url("/images/profile/profile-header-normal.jpg");
  background-size: 100% 100%;
}

.profile-slider-blogger {
  background-image: url("/images/profile/Bloger-Baner3.jpg");
  background-size: 100% 100%;
}

.profile-slider-gold {
  background-image: url("/images/profile/profile-header-gold.jpg");
  background-size: 100% 100%;
}

.profile-slider-roze {
  background-image: url("/images/profile/profile-header-roze.jpg");
  background-size: 100% 100%;
}

.profile-slider-silver {
  background-image: url("/images/profile/profile-header-silver.jpg");
  background-size: 100% 100%;
}

.profile-slider > .user-details {
  background-color: rgba(255, 255, 255, 0.78);
  width: 50%;
  top: 7vw;
  left: 25vw;
  height: 17vw;
  position: absolute;
}

.profile-slider > .user-image {
  width: 12vw;
  height: 12vw;
  border-radius: 10vw;
  border: 0.5vw solid whitesmoke;
  top: 1vw;
  left: 44vw;
  position: absolute;
}

.profile-slider > .user-details > .box {
  background-color: transparent;
  width: 40%;
  height: 55%;
  top: 40%;
  left: 30%;
  position: absolute;
}

.profile-slider > .user-details > .box > .badges {
  display: inline-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.4vw;
}

.profile-slider > .user-details > .box > .badges > div {
  display: block;
  text-align: center;
  font-size: 0.9vw;
  font-weight: 500;
  padding: 0.4vw 0.8vw;
  border-radius: 1vw;
  color: #ced2d6;
  border: 1px solid #dee2e6;
}

.profile-slider > .user-details > .box > .badges > div.enable {
  border-color: #ee3d78;
  color: #575757;
}

.profile-slider > .user-details > .box > .follow-statics {
  display: flex;
  justify-content: center;
  direction: ltr;
  width: 100%;
  margin-top: 2vw;
}

@media (max-aspect-ratio: 16/9) {
  .profile-section {
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin: 3vw auto;
  }
}
@media (min-aspect-ratio: 6/4) {
  .profile-section {
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin: 3vw auto;
  }
}
.profile-section > .section-r {
  display: inline;
  width: 26%;
}

.profile-section > .section-l {
  display: inline;
  width: 74%;
  padding: 0 1vw;
}

.menu-box {
  width: 100%;
  border: 0.2vw solid #E1E1E1;
  line-height: 2vw;
  font-weight: bold;
  font-size: 1vw;
}

.menu-title {
  background-color: #f1f1f1;
  display: block;
  border: 1px solid #E1E1E1;
  padding: 0.5vw 0.3vw;
}

.menu-title > .name {
  display: flex;
  align-items: center;
}

.menu-title > .name > img {
  width: 3vw;
  height: 3vw;
  border-radius: 2vw;
}

.menu-title > .name > b {
  font-size: 1.1vw;
  margin-right: 0.7vw;
}

.menu-title > .status {
  display: flex;
  align-items: center;
}

.menu-title > .status > img {
  width: 1vw;
  height: 2vw;
  margin-right: 1vw;
}

.menu-title > .status > span {
  font-size: 1vw;
  margin-right: 0.7vw;
}

.menu-item {
  display: flex;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-top: none;
  padding: 0.9vw 0.3vw;
}

.menu-item > div {
  font-size: 0.9vw;
  margin: 0.4vw 0.2vw;
}

.section-l > hr {
  margin-top: 0;
}

.sec-title {
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 3vw;
  margin: 2vw 0 0.5vw 0;
}

.detail-table {
  border: 0.1vw solid #E1E1E1;
  border-radius: 0.5vw;
  margin: 0.1vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0;
  width: 100%;
}

.detail-table > div {
  position: relative;
  border-bottom: 0.1vw solid #E1E1E1;
  line-height: 3.5vw;
  height: 7vw;
}

.detail-table > div:nth-child(odd) {
  border-left: 0.1vw solid #E1E1E1;
}

.detail-table > div > .label {
  font-size: 1vw;
  line-height: 0.8vw;
  margin: 1.5vw 1vw;
  font-weight: bolder;
}

.detail-table > div > .value {
  font-size: 1vw;
  line-height: 2.1vw;
  margin: 0.2vw 1vw;
}

.detail-table > div > .btn {
  left: 1vw;
  top: 1.5vw;
  position: absolute;
  margin: 0;
}

.bg-white {
  border: 0.1vw solid whitesmoke;
  padding: 1vw;
  font-size: 0.9vw;
}

.bg-white a {
  color: #2480ff;
  line-height: 2vw;
}

.btn-border {
  display: block;
  width: 9vw;
  mix-blend-mode: normal;
  z-index: 1;
  text-align: center;
  padding: 1.3vw 1vw;
  font-size: 0.9vw;
  font-weight: bold;
  transition: 0.3s;
  background-color: #434343;
  color: #eeeeee;
  border: 1px solid #212529;
}

.btn-border:hover {
  font-weight: bolder;
  background: white;
  color: black;
  border: 1px solid #212529;
}

.btn-round-gradient {
  background-color: light #ee3d78yellow;
  border-radius: 1vw;
}

.flex-column {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.box-1 {
  border: 1px solid #dee2e6;
}

.box-1 .inf-box img {
  width: auto;
  height: 23vw;
  display: block;
}

.box-1 .inf-box p {
  width: 100%;
  font-size: 1vw;
  text-align: center;
}

.half-width {
  margin: 0 auto;
  width: 50%;
}

.icon-card {
  display: flex;
  height: 3vw;
  line-height: 1.5vw;
  font-size: 0.9vw;
  font-weight: bold;
}

.icon-card > img {
  width: auto;
  height: 100%;
  margin: 0 0.1vw;
}

.chart-sell {
  width: 500px;
  height: 500px;
  background-color: red;
}

.video-upload-box {
  width: 80%;
  margin: 1vw auto;
  border: dashed 0.5vw lightgrey;
  text-align: center;
  padding: 1vw;
}

.btn-fill-red {
  padding: 0.5vw 1.5vw;
  width: 7vw;
  margin: 0 auto;
  background-color: #e3a19d;
  color: white;
  border-radius: 1vw;
}

.btn-fill-green {
  padding: 0.5vw 1.5vw;
  width: 7vw;
  margin: 0 auto;
  background-color: #9ce4a0;
  color: white;
  border-radius: 1vw;
}

.address-table {
  position: relative;
  border: 0.1vw solid #e9e9e9;
  margin: 0.1vw;
}

.profile-box {
  border: 0.1vw solid #E1E1E1;
  border-radius: 0.5vw;
  padding: 2vw auto;
}

.title-dastnevis {
  color: #d83543;
  font-size: 1vw;
  font-weight: bolder;
  line-height: 2vw;
}

.linear-notification {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  position: relative;
  min-height: 4vw;
  border-top: 1px solid #dee2e6;
  margin: 0 2vw;
  padding: 2vw;
}

.linear-notification > .counter {
  width: 5%;
  text-align: right;
}

.linear-notification > .description {
  width: 95%;
  text-align: right;
  font-size: 1vw;
  line-height: 1.3vw;
}

.linear-notification > .close {
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  text-align: left;
}

.linear-notification > .close > button {
  background-color: transparent;
  border: none;
  font-size: 0.9vw;
  color: #111111;
  font-weight: bold;
  cursor: pointer;
}

.linear-notification > .date {
  position: absolute;
  left: 1vw;
  top: 1vw;
  text-align: left;
  font-size: 0.8vw;
  direction: ltr;
  font-weight: bold;
}

.modal__container {
  min-width: 40vw;
}