@import './../../styles/variables';
.modal-content {
  padding: 5px;
  background-color: #fefefe;
  border-radius: 20px 20px 0px 0px;
  .app-share {
    max-width: 50px;
    max-height: 50px;
  }
}
.modal-header,
.modal-body,
.modal-footer {
  .custom-btn {
    width: 100%;
  }
  button {
    font-size: 12px;
  }
  .custom-btn-submenu {
    border: none !important;
    box-shadow: none !important;
    color: #00b8f5 !important;
    &:hover {
      color: #00b8f5 !important;
    }
  }
  margin: 10px;
  .alert-text {
    font-size: 13px;
  }
  .open-app-body {
    font-size: 12px;
    margin-bottom: 18px;
    font-weight: 100;
  }
  .get-contact-body {
    display: inline-block;
    width: 220px;
    font-family: $font-family-hiragino;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: $halfsheet-light-text;
  }
  .btn-cancel {
    width: 100%;
    margin-bottom: 28px;
  }
  .image-url {
    max-height: 150px;
    max-width: 150px;
  }
}

.modal-header {
  .app-container {
    text-align: left;
    .app-thumbnail {
      width: 24px;
      height: 24px;
      border-radius: 50%;
    }
    .app-name {
      font-size: 14px;
      color: #444;
      margin-left: 4px;
    }
  }
  .open-app-container {
    .open-app-icon {
      width: 121px;
      height: 64px;
      margin: 15px auto;
      display: block;
    }
    .title {
      font-weight: 900;
      margin-bottom: 10px;
      display: block;
    }
  }
  .get-contact {
    margin-bottom: 16px;
    img {
      margin: 10px 0 16px 0;
    }
    .title {
      font-family: $font-family-hiragino;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: $halfsheet-header-text;
      display: block;
    }
  }
  .alert-title {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
}

.setting-modal {
  display: flex;
  .icon-section {
    line-height: 1;
    .icon-container {
      margin: 8px 4px 0 4px;
      padding: 8px;
      border: 1px solid #bababa;
      border-radius: 8px;
      img {
        width: 25px;
        height: 25px;
      }
      &:hover {
        cursor: pointer;
      }
      &:active {
        transform: translateY(2px);
      }
    }
    .icon-menu-title {
      font-size: 12px;
      text-align: center;
      color: #606060;
    }
  }
}
