.searchresult .title {
    font-size: 19px;
    line-height: 26px;
    font-weight: normal;
    color: rgb(29, 1, 189);
    margin-bottom: 3px;
}

.searchresult .href {
    font-size: 14px;
    line-height: 14px;
    color: green;
    margin-bottom: 5px;
}

.searchresult p {
    width: 625px;
    font-size: 13px;
    color: rgb(82, 82, 82);
}

.has-thumb {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.has-thumb:hover {
    z-index: 50;
}

.has-thumb span {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    display: none;
    background-color: #fff;
}

.has-thumb:hover span {
    display: block;
}

.has-thumb span img {
    max-width: 500px;
}

.btn-label {
    margin-top: 0;
    margin-bottom: 0;
}

.select2-dropdown {
    z-index: 1060;
}

@media (max-width: 991px) {
    .fileuplod-holder-info .display-6 {
        font-size: 1.75rem;
    }
}

@media (max-width: 540px) {
    .fileuplod-holder-info .display-6 {
        font-size: 1rem;
    }
}