﻿
.top-info-title a:hover {
    border-bottom: 2px solid #ff9b12 !important;
}
.ui-autocomplete {
    border-radius: 5px;
}
.logos-img {
    height: 69px;
    max-width: 155px;
}

@media only screen and (max-width: 720px) and (min-width: 120px) {
    .btn.btn-danger.btnGoToWorkSpace {
        width: 202px !important;
        height: 50px !important;
        padding-top: 7px !important;
        margin-top: 0px !important;
    }

        .btn.btn-danger.btnGoToWorkSpace.min {
            margin-top: 10px !important;
        }
}
/* ------------------------------------------------------------ *\
                               Mobile Orientation Portrait
        \* ------------------------------------------------------------ */
/* Portrait Straight*/
@media only screen and (max-width: 768px) and (orientation: portrait) {
    #s3 {
        margin-top: 30px !important;
    }
}

.loadmoredataset {
    font-weight: 600;
    cursor: pointer;
}

    .loadmoredataset:hover {
        font-weight: 600;
    }


html {
    scroll-behavior: smooth
}