.nav {
  font-family: "Source Sans Pro", sans-serif;
}
.fw-bold {
  font-family: "Source Sans Pro", sans-serif;
}
.mainImg div img {
  width: 60px;
}
.bankImg div a img {
  width: 80%;
}
.linkStoreImg div img {
  width: 60%;
}
.linkStoreImg2 div img {
  width: 100%;
}
.webSiteIco a img {
  width: 65%;
}
.sosyalmedya {
  display: block;
}
.modal-content {
  width: 80%;
  margin: 0 auto;
}
.modal-body {
  padding: 0;
}
.btn-close {
  position: absolute;
  right: 0;
  padding: 1em;
}
h1 {
  font-size: 2.3em;
  font-weight: bold;
}
.myform {
  padding: 2em;
  max-width: 100%;
  color: #fff;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}
.btnColor .btnColor2 {
  background-color: #0e83af;
}
.btnColor .btnColor2 {
  background-color: #0e83af;
}
@media (max-width: 576px) {
  .myform {
    max-width: 90%;
    margin: 0 auto;
  }
}
.form-control:focus {
  box-shadow: inset 0 -1px 0 #7e7e7e;
}
.form-control {
  background-color: inherit;
  color: #fff;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.myform .btn {
  width: 100%;
  font-weight: 800;
  border-radius: 10;
  padding: 0.5em 0;
}

p {
  text-align: center;
  padding-top: 2em;
  color: grey;
}
p a {
  color: #e1e1e1;
  text-decoration: none;
}
p a:hover {
  color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
}

.myform {
  background: #f7f4f4;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
}

.myform label {
  color: #a8aac5;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.myform input {
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.9rem;
  text-indent: 15px;
  border: 2px solid transparent;
  transition: border 250ms;
}

.popupImage img {
  width: 30%;
}

.modal-body .wrapper .form .myform .control-from .uName p {
  position: static;
}
.modal-body .wrapper .form .myform .control-from .uTitle p {
  position: static;
}
.modal-body .wrapper .form .myform .control-from input {
  margin-top: -510px;
}

.profilePicture {
  margin: auto;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}

#photo {
  height: 100%;
  width: 100%;
}

#file {
  display: none;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 1px;
  z-index: 1;
  top: 180px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 225px;
  height: 225px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mobileNavbar {
  display: none;
}

#filter-svg {
  display: none;
}

.navFooter {
  display: none;
}

.form-outline {
  width: 80%;
}

.profileButton a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
}

.profileButton2 a {
  text-decoration: none;
  color: #fff;
  padding: 14px;
}

.profileSearch {
  display: none;
}

/* Hidden Search Box */
.searchInput2 {
  outline: none;
  border: none;
  width: 0px;
  margin-left: 35%;
  transition: width 0.3s ease;
}

.searchInput2::placeholder {
  color: black;
}

.profileSearch2.active .searchInput2 {
  width: 30%;
  padding: 10px 10px;
  left: 50%;
  margin-left: 35%;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mainImg .linkItem {
  position: relative;
}
.mainImg .linkItem .deletexMark {
  position: absolute;
  padding-top: 3px;
  margin-left: -10%;
  font-size: 12px;
}

.bankImg .linkItem .deletexMark {
  position: relative;
  top: -88%;
  left: 42%;
  font-size: 12px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .mainImg .linkItem {
    position: relative;
  }
  .mainImg .linkItem .deletexMark {
    position: absolute;
    margin-top: -105%;
    margin-left: 33%;
    font-size: 12px;
  }
}

.settingsModal .modal-body {
  position: relative;
  overflow-y: auto;
  min-height: 100px !important;
  max-height: 600px !important;
}
