body{
    background-color: #fff;
      
    }
    
    .card{
      
      border: none;
      background: #eee;
    
    }
    .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: #536bf6;
        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;
    }

    em {
        background-color: yellow; /* Highlight the background */
        font-weight: bold;        /* Make the text bold */
        color: red;               /* Set text color to red */
    }

    h1 {
        color: #333;
    }

    .result {
        margin-bottom: 20px;
    }

    .doc-id {
        font-weight: bold;
        color: #555;
    }

    .no-highlights {
        color: #999;
    }

    .rank-image {
        margin-top: 2rem;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .btn-extra-small {
        margin-top: -.5rem;
        padding: .10rem .10rem;
        font-size: .7rem;
        line-height: .5;
        border-radius: .2rem;
    }

    .empty-record-container {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 23vh;
    }