.mps-appbar-button {
    height: 60px !important;
    padding: 20px !important;
    padding-top: 18px !important;
    border-radius: 0 !important;
    color: #a1a5b7 !important;
    font-size: 14px !important;
    /**justify-content: left !important;**/
}

.mps-appbar-button-active {
    background: #dedede !important;
    color: #000 !important;
}

.mps-app-card{
    min-height: 250px !important;
    border-radius: 0px !important;
}

.mps-app-card-content{
    padding: 0px !important;
    height: 185px !important;
}

.mps-map-card{
    height: auto;
    border-radius: 5px !important;
}

.mps-map-card-content{
    padding: 0px;
    height: 255px;
}

.mps-blog-card{
    height: auto;
    border-radius: 5px !important;
}

.mps-blog-card:hover{
   cursor: pointer;
   color: #4958ea
}

.thumbnail-container {
    width: 100%;
    height: 130px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.thumbnail-container-map {
    width: 100%;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.thumbnail iframe {
    width: 1220px;
    height: 925px;
}

.thumbnail {
    position: relative;
    zoom: 1;
    -ms-zoom: 1;
    transform: scale(0.28);
    -moz-transform: scale(0.28);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.28);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.28);
    -webkit-transform-origin: 0 0;
}

.thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.iframe-container {
    position: relative;
    width: 100%;
    /* Set the width of the container as needed */
    height: 230px;
    /* Initially set the height to 0 
    padding-bottom: 56.25%;*/
    /* Set the aspect ratio for a 16:9 iframe (9 divided by 16) */
    overflow: hidden;
    /* Hide any overflowing content */
}

.iframe-container iframe {
    width: 100%; height: 100%; border: none; transform: scale(0.5); transform-origin: top left;
}

.mps-app-add-icon {
    font-size: 80px !important;
    margin-top: 50px !important;
    color: #989898 !important;
}

.mps-link {
    color: #fff;
    text-decoration: none !important;
}

.mps-link:hover {
    text-decoration: none !important;
}

.profile-menu {
    z-index: 1000;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

@media (max-width: 768px) {
    /* Mobil ekranlarda gizle */
    .profile-menu-username {
      display: none;
    }

    .profile-menu-container{
        width: auto;
    }
  }