
.content-aspendos-1 {margin-top: -18px}  
.content-aspendos-2 {margin-top: 12px; margin-bottom: 12px}
.content-aspendos-3 {margin-top: -16px;}
.content-aspendos-4 {padding-top: 8px; margin-bottom:0px;}
.card-aspendos {margin-top: -18px}

.file{
background: url();
}

.upload-btn {
font-size: 0px;
}
.upload-btn i{
font-size: 0px;
}
.aspendos-profile-text {
  padding-bottom: 5px; 
  padding-top: 5px; 
  padding-left: 7px; 
  padding-right: 7px; 
  font-weight: 500; 
  font-size: 12px;
}
.aspendos-profile-text-sm {
  padding-bottom: 2px; 
  padding-top: 2px; 
  padding-left: 5px; 
  padding-right: 5px; 
  font-weight: 500; 
  font-size: 11px;
}

.user-logo-main {
  display:flex;
  left: 33%;
  }
.user-logo-main img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.product-logo-main {
  display:flex;
  left: 33%;
  }

.product-logo-main-left {
  display:flex;
  left: 33%;
  }
.product-logo-main-left img {
  width: 45px;
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  object-fit: cover;
}

.product-logo-main-right {
  display:flex;
  left: 33%;
  }
.product-logo-main-right img {
  width: 45px;
  height: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  object-fit: cover;
}





.translator-logo-main {
  display:flex;
  left: 33%;
  }

.translator-logo-main-left {
  display:flex;
  left: 33%;
  }
.translator-logo-main-left img {
  width: 30px;
  height: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  object-fit: cover;
}

.translator-logo-main-right {
  display:flex;
  left: 33%;
  }
.translator-logo-main-right img {
  width: 30px;
  height: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  object-fit: cover;
}





.language-logo-main {
  display:flex;
  left: 33%;
  }
.language-logo-main img {
  width: 45px;
  height: 30px;
  border-radius: 4px;
  object-fit: cover;
}


.user-logo-header {
  margin-top: -7px; 
  display:flex;
  left: 33%;
}
.user-logo-header img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.user-logo-sidebar {
  display:flex;
  left: 31%;
  margin-top: 4px;
}
.user-logo-sidebar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}






.user-logo-index {
  display:flex;
  left: 31%;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
    
.user-logo-index {
  display:flex;
  left: 31%;
  margin-top: 4px;
}}

@media screen and (max-width: 414px) {
 
.user-logo-index {
  display:flex;
  left: 31%;
  margin-top: 4px;
}}


.user-logo-index img {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}


@media screen and (max-width: 768px) {
.user-logo-index img {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}}

@media screen and (max-width: 414px) {
.user-logo-index img {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}}



.modal-box-out input {
  width: 124px;
  height: 124px;
  cursor: pointer;
  opacity: 0

}


.modal-box-out {
  width: 124px;
  height: 124px;
  position: relative;
  background-color: rgba(166,165,165,0.08);
  border-radius: 3px;
  border: thin solid rgba(166,165,165,0.25);
}
.modal-box-out p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-box-out p img{
  max-height: 114px;
  max-width: 114px;
  object-fit: cover;
}




.preview-modal {
  width: 124px;
  height: 124px;
  position: relative;
  margin-top: -124px;
  margin-left: 5px;
  background-color: rgba(166,165,165,0.08);
  border-radius: 3px;
  border: thin solid rgba(166,165,165,0.25);
}

.preview-modal p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preview-modal p img{
  max-height: 114px;
  max-width: 114px;
  object-fit: cover;
}















.box-out {
  width: 124px;
  height: 124px;
  position: relative;
}

.box-out p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-out p img{
  max-height: 114px;
  max-width: 114px;
  object-fit: cover;
}


.preview-box-in {
  width: 114px;
  height: 114px;
  position: relative;
  margin-top: -119px;
  margin-left: 5px;
}

.preview-box-in p { 
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preview-box-in p img {
  width: 114px;
  height: 114px;
  object-fit: cover;
}


.preview-box-yukleme {
  width: 114px;
  height: 114px;
  position: relative;
  margin-top: 0px;
  margin-left: 5px;
}

.preview-box-yukleme p { 
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preview-box-yukleme p img {
  width: 114px;
  height: 114px;
  object-fit: cover;
}

    .aspendos-options {
      display: none;
    }
    .aspendos-options-transfer {
      display: none;
    }
    .aspendos-options-sh {
      display: block;
    }



.user-logo-index-sm {
  display:flex;
  left: 31%;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
    
.user-logo-index-sm {
  display:flex;
  left: 31%;
  margin-top: 4px;
}}

@media screen and (max-width: 414px) {
 
.user-logo-index-sm {
  display:flex;
  left: 31%;
  margin-top: 4px;
}}


.user-logo-index-sm img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}


@media screen and (max-width: 768px) {
.user-logo-index-sm img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}}

@media screen and (max-width: 414px) {
.user-logo-index-sm img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 6px 0.5px rgba(255,255,255,0.8);
}}