@charset "UTF-8";
#head_search {
    width: 160px;
    float: left;
    margin-top: 18px;
    margin-left: 15px;
}
.search-form input.keyword {
    width: 100%;
    height: 28px !important;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    color: #333;
    border: 1px solid #01e4c3;
}
.search-form input {
    background: 0 0;
    border: 0;
    line-height: 20px;
    display: block;
    float: left;
    outline: 0;
    border: 1px solid #00c7a3;
}
.navbar-action #j-user-wrap {
   margin-left:10px;
   display: inline-block;
}
.navbar-action .profile .menu-item-name {
    display: inline-block;
    max-width: 52px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
}
@media (max-width: 991px){
  .navbar-action {
    margin-top: 50px;
    overflow: initial !important;
  }
  .navbar-action #j-user-wrap {
      display: flex;
      margin-left: 0px;
  }
}
.d-none {
    display: none !important;
}
.alink_logo{
    position: relative;
    width:130px;
    height:42px;
    display: inline-block;
    cursor: pointer; 
    background: url('https://static.opp2.com/wp-content/uploads/2023/02/300-97-2-1.png') 0px 0px / cover no-repeat;
}

@media (min-width: 900px) {
    .alink_logo{
        position: relative;
        width:155px;
        height:50px;
        display: inline-block;
        cursor: pointer; 
        background: url('https://static.opp2.com/wp-content/uploads/2023/02/300-97-2-1.png') 0px 0px / cover no-repeat;
    }
    .d-lg-block {
      display: block !important;
    }
    .collect_logo{
        position: absolute;
        left: -30px;
        top: 48px;
        z-index: -10;
        max-height: 65px !important;
        height: 100px;
    }
}   
a{ text-decoration:none !important;}

  .bd-downloadInfo{
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .bd-downloadInfo table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .bd-downloadInfo table thead{
    background: #f6f6f6;
    height: 45px;
  }
  .bd-downloadInfo table thead tr{
    display: table-row;
    vertical-align: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
  }
  .bd-downloadInfo table thead th{
    text-align: center;
    font-style: normal;
    font-weight: 700;
    height: 45px;
    font-size: 14px;
  }
  .bd-downloadInfo table tbody{
    background: #fafbfb;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    display: table-row-group;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: initial;
  }
  .bd-downloadInfo table tbody tr{
    display: table-row;
    vertical-align: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
  }
  .bd-downloadInfo table tbody tr td{
    height: 90px;
    font-size: 12px;
    text-align: center;
  }
  .bd-downloadInfo table tbody tr td .bd-el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #00dab8;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration:none !important;
    background: #1abc9c !important;
    color: #fff !important;
  }
  .j-collection {
      display: inline-block;
      padding: 5px 45px;
      font-size: 16px;
      line-height: 30px;
      border: 1px solid #1abc9c !important;
      color: #1abc9c;
      border-radius: 3px;
      vertical-align: top;
      text-decoration: none;
  }
  .j-collection:hover{
    text-decoration: none;
    cursor: pointer;
  }
  .j-collection.liked{
    color: #fff;
    cursor: pointer;
    background-color: #1abc9c;
    border: 1px solid #1abc9c !important;
  }