
  
  .card_search{
    
    border: none;
    background: #eee;
    padding-top: 0px;
  
  }
  .search {
    width: 100%;
        margin-bottom: auto;
      margin-top: 20px;
      height: 50px;
    background-color: #fff;
      padding: 10px;
      border-radius: 5px;
  }
  
  .search-input {
      color: white;
      border: 0;
      outline: 0;
      background: none;
      width: 0;
      margin-top: 5px;
      caret-color: transparent;
      line-height: 20px;
      transition: width 0.4s linear
  }
  
  .search .search-input {
      padding: 0 10px;
      width: 100%;
      caret-color: #536bf6;
      font-size: 19px;
      font-weight: 300;
      color: black;
      transition: width 0.4s linear;
  }
  
  
  .search-icon {
          height: 34px;
      width: 34px;
      float: right;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background-color: #188038;
      font-size: 10px;
          bottom: 30px;
          position: relative;
          border-radius: 5px;
  }
  
  .search-icon:hover{
  
    color: #fff !important;
  }
  
  a:link {
      text-decoration: none
  }
  
  
  
  .card-inner {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: .25rem;
      border:none;
      cursor: pointer;
      transition: all 2s;
  }
  
  
  .card-inner:hover{
  
     transform: scale(1.1);
  
  }
  
  .mg-text span{
  
    font-size: 12px;
  
  }
  
  .mg-text{
  
    line-height: 14px;
  }