.tabs {
    background: #f2f2f2;
    display: table;
    width: 100%;
  }
  .tabs .tabs-header {
    position: relative;
    background: #9ea0a3;
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
  }
  .tabs .tabs-header:before {
    content: "";
    position: absolute;
    background-image: url("assets/el-cafe/resize.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    width: 20px;
    height: 90%;
    top: 0;
    right: 5px;
    cursor: not-allowed;
  }
  .tabs .circles {
    display: inline-block;
    width: 68px;
    margin: 0;
    padding: 5px 7px;
  }
  .tabs .circles li {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    list-style: none;
    border-radius: 50%;
    cursor: not-allowed;
  }
  .tabs .circles li:nth-child(1) {
    background: #da7154;
  }
  .tabs .circles li:nth-child(2) {
    background: #e6be57;
  }
  .tabs .circles li:nth-child(3) {
    background: #58b68c;
  }
  .tabs .tabs-bar {
    position: relative;
    background: #e7e8ea;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    padding: 5px 40px 5px 5px;
  }
  .tabs .tabs-bar:before {
    content: "";
    background-image: url("assets/el-cafe/bars.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    background-size: 25px;
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 5px;
    cursor: not-allowed;
  }
  .tabs .tabs-bar .icons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 5px 0 0;
    padding: 0;
  }
  .tabs .tabs-bar .icons li {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    background-position: center;
    display: inline-block;
    list-style: none;
    width: 18px;
    height: 100%;
    margin: 0 3px;
    cursor: not-allowed;
  }
  .tabs .tabs-bar .icons li.i-prev {
    background-image: url("assets/el-cafe/prev-off.png");
  }
  .tabs .tabs-bar .icons li.i-next {
    background-image: url("assets/el-cafe/next-off.png");
  }
  .tabs .tabs-bar .icons li.i-reload {
    background-image: url("assets/el-cafe/reload.png");
  }
  .tabs .tabs-bar .url {
    position: relative;
    background: #fff;
    max-width: 80%;
    width: 100%;
    padding: 0 20px 0 10px;
    color: #9ea0a3;
    border-radius: 0.3rem;
  }
  .tabs .tabs-bar .url:before {
    content: "";
    position: absolute;
    background-image: url("assets/el-cafe/fav.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
    top: -1px;
    right: 5px;
  }
  .tabs .tabs-bar .val {
    display: inline-block;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.6rem;
    vertical-align: middle;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tabs .tabs-menu {
    background: #e7ad47;
  }
  .tabs .tabs-links {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
  }
  .box-container-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: hsla(0, 21%, 100%, 0.4);
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .box-inside-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .p-content-01 {
    width: 140px;
    text-align: justify;
    hyphens: auto;
    font-size: 0.78rem;
    /*background-color: #58b68c;*/
    margin-right: 20px;
    margin: 10px;
    border-radius: 5px;
  }
  .p-content-02 {
    font-size: 0.9rem;
    
  }
  .styl-textarea {
    font-size: 0.9rem;
    height: 40px;
    width: 85px;
  }
  .styl-textarea-02 {
    height: 50px;
  }
  .styl-btn-01 {
    /*border-radius:10px 100% 10px 20px;*/
    /*border-radius: 1px 100% 1px 1px;*/
    border-radius: 100px 1% 10px 1px;
    padding: 5px 50px;
  }
  .btn-on {
    margin-right: -10px;
    background-color: #cdcdcd;
    border: solid 2px #9ea0a3;
  }
  .btn-on-02 {
    margin-right: -10px;
    background-color: #cdcdcd;
    border: solid 2px #9ea0a3;
  }
  .btn-on:hover, .btn-on-02:hover {
    background-color: hsla(0, 0%, 80%, 0.8);
  }
  .radio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .radio-02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .input-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .m-input-01 {
    margin-right: 24px !important;
  }
  @media (max-width: 950px) {
    .box-inside-a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .p-content-01 {
      width: 200px;
    }
  }
  @media (max-width: 800px) {
    .p-content-01 {
      width: 350px;
    }
  }