/*Panel düzenleme*/
.w-100 {
    width: 100%;
  }
  
  .home-full-img-item {
    padding: 0px 15px;
  }
  
  .panel-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #485155;
    padding: 10px 0px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  .panel-menu-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .panel-menu-container ul {
    display: flex;
    align-items: center;
    list-style-type: none;
  }
  .panel-menu-container ul li {
    margin-right: 40px;
  }
  .panel-menu-container ul li a {
    text-decoration-line: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  
  .mobil-menu-btn {
    display: none;
  }
  
  .sol-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    background-color: #ffffff;
    padding: 44px 0;
    border-right: 2px solid #eeebeb;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    height: 100vh;
    display: flex;
    z-index: 999;
  }
  .sol-menu.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  .sol-menu-tabs {
    width: 65px;
    height: 100vh;
    border-right: 1px solid #eeebeb;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .sol-menu-tabs-item {
    height: 65px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sol-menu-tabs-item a {
    text-decoration-line: none;
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.5s;
  }
  .sol-menu-tabs-item a img {
    width: 20px;
  }
  .sol-menu-tabs-item a.active {
    background-color: #dbdbdb;
  }
  .sol-menu-tabs-item a:hover {
    background-color: #dbdbdb;
  }
  .sol-menu-tabs-item-link-footer {
    text-decoration-line: none;
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.5s;
  }
  .sol-menu-tabs-item-link-footer img {
    width: 25px !important;
  }
  .sol-menu-tabs-item-link-footer.active {
    background-color: #dbdbdb;
  }
  .sol-menu-tabs-item-link-footer:hover {
    background-color: #dbdbdb;
  }
  .sol-menu-tabs-footer {
    position: absolute;
    bottom: 44px;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .sol-menu-content {
    width: 100%;
  }
  .sol-menu-content-body {
    display: flex;
  }
  .sol-menu-content-bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
  }
  .sol-menu-content-bg.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 20px 15px;
  }
  .sol-menu-content-bg-item {
    width: 48%;
    margin-bottom: 15px;
  }
  .sol-menu-content-bg-item-link {
    cursor: move;
    width: 100%;
    height: 85px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #d5d8dc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration-line: none;
  }
  .sol-menu-content-bg-item-link-img img {
    width: 25px;
  }
  .sol-menu-content-bg-item-link h5 {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
  }
  .sol-menu-content-bg-row {
    width: 100%;
    margin-bottom: 20px;
  }
  .sol-menu-content-bg-row-title {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
  }
  .sol-menu-content-bg-row .sol-menu-input {
    padding: 10px;
    height: auto;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 10px 0px;
    width: 100%;
  }
  .sol-menu-content-bg-row label {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
  .sol-menu-content-bg-row select {
    height: 37px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 10px 0px;
    width: 100%;
  }
  .sol-menu .component-item {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0px;
    position: relative;
  }
  
  #icerik_alani {
    padding: 20px 0px;
  }
  
  #icerik_alani .component.ui-draggable.ui-draggable-handle {
    width: 100% !important;
    height: auto !important;
  }
  
  .main-component {
    position: relative;
    z-index: 99;
  }
  .main-component .component-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    background-color: #f1f1f1;
    z-index: 99;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 5px 5px;
    gap: 10px;
  }
  .main-component .drag-handle {
    cursor: move;
  }
  .main-component .drag-handle img {
    width: 15px;
  }
  .main-component .pen-handle img {
    width: 15px;
  }
  .main-component .delete-handle img {
    width: 15px;
  }
  
  .droppable-area {
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
  }
  
  .component {
    position: relative;
  }
  
  .sol-menu-content-bg-row-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sol-menu-content-bg-row-flex .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
  }
  .sol-menu-content-bg-row-flex .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .sol-menu-content-bg-row-flex .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
  }
  .sol-menu-content-bg-row-flex .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
  }
  .sol-menu-content-bg-row-flex input:checked + .icon::before {
    font-family: "FontAwesome";
    content: "\f00c";
    transform: rotate(45deg);
    padding-top: 5px;
  }
  .sol-menu-content-bg-row-flex .toggle {
    font-family: "FontAwesome";
    font-style: normal !important;
  }
  .sol-menu-content-bg-row-flex .dev-footer {
    margin-top: 71px;
    color: #4e4a46;
  }
  .sol-menu-content-bg-row-flex input + .icon::before {
    font-family: "FontAwesome";
    content: "\f00d";
    padding-top: 5px;
  }
  .sol-menu-content-bg-row-flex .slider.w-color:before {
    background-color: #a37eba;
  }
  .sol-menu-content-bg-row-flex .slider.w-color {
    background-color: #ccc;
    transition: 0.4s;
  }
  .sol-menu-content-bg-row-flex input:checked + .slider.w-color {
    background-color: #ccc;
  }
  .sol-menu-content-bg-row-flex input:checked + .slider.icon {
    background-color: #a37eba;
  }
  .sol-menu-content-bg-row-flex .slider.icon:before {
    background-color: #ffe05d;
  }
  .sol-menu-content-bg-row-flex .slider.icon:after {
    background-color: #e2df23;
  }
  .sol-menu-content-bg-row-flex input:checked + .slider {
    background-color: #2196f3;
  }
  .sol-menu-content-bg-row-flex input:checked + .slider:before {
    transform: translateX(25px);
  }
  .sol-menu-content-bg-row-flex .slider.round {
    border-radius: 34px;
  }
  .sol-menu-content-bg-row-flex .slider.round:before {
    border-radius: 50%;
  }
  .sol-menu-content-bg-row-flex .disabled-toggle {
    opacity: 0.5;
    cursor: default;
  }
  
  @media only screen and (max-width: 1199px) {
    .panel-menu-container {
      padding: 0px 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .mobil-menu-btn {
      display: block;
    }
    .mobil-menu-btn svg {
      width: 22px;
      fill: #fff;
    }
    #sol_menu_btn {
      display: none;
    }
    .sol-menu-content-bg-item {
      width: 100%;
    }
    .sol-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      opacity: 0;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      transition: 0.1s linear;
      background-color: transparent;
      padding: 0;
    }
    .sol-menu.active {
      opacity: 1;
      pointer-events: auto;
    }
    .sol-menu-content_bg {
      background-color: #fff;
      height: 50vh;
      max-height: 100vh;
      padding-top: 25px;
      width: 100%;
      max-width: 1100px;
      border-radius: 12px 12px 0 0;
      position: relative;
      transform: translateY(100%);
      transition: 0.3s ease;
      border-radius: 0;
      overflow-y: hidden;
      border-top: 1px solid #dbdbdb;
      box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.3);
    }
    .sol-menu-content_bg-header {
      display: flex;
      justify-content: center;
    }
    .sol-menu-content_bg-header .drag-icon {
      cursor: grab;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      padding: 15px;
      margin-top: -15px;
    }
    .sol-menu-content_bg-header .drag-icon span {
      height: 4px;
      width: 40px;
      display: block;
      background-color: #C7D0E1;
      border-radius: 50px;
    }
    .sol-menu-tabs {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      height: auto;
      border-right: none;
      border-top: 1px solid #e7e7e7;
      background-color: #fff;
      z-index: 99999;
    }
    .sol-menu-tabs-item {
      width: 65px;
      position: relative;
      border-bottom: none;
    }
    .sol-menu-tabs-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 60%;
      background-color: #e7e7e7;
    }
    .sol-menu-content-bg.active {
      overflow-y: scroll;
      padding-bottom: 100%;
      height: 80%;
    }
    .sol-menu.active .sol-menu-content_bg {
      transform: translateY(0%);
    }
    .sol-menu-tabs-footer {
      display: flex;
      width: auto;
      left: auto;
      right: 0;
      bottom: 0;
    }
  }