@media (min-aspect-ratio: 8/5) and (max-width: 991px) {
    .top-container {
        height: 25vh !important;
    }

    .table td {
        font-size: 0.7rem !important;
    }

    .table thead th {
        font-size: 0.8rem !important;
    }

    .pagination-lg {
        padding-bottom: 20vh !important;
    }

    .result-container {
        height: 65vh;
    }

    /*SEARCHINPUT.HTML*/
    nav#search-input-nav {
        margin-left: 0 !important;
        padding: 0 2vw 0 2vw !important;
        /*margin-left: 2% !important;*/
        width: 60vw !important
    }

    .d-inline-flex.flex-grow-1.button_search {
        flex-grow: 0 !important;
    }

    /*MODAL DOWNLOAD*/
    .button-requests-download {
        margin-right: 1vw !important;
    }

    .button-requests-cancel {
        height: 11vh !important;
        width: 8vw !important;
    }

    .button-requests-download {
        height: 11vh !important;
        width: 8vw !important;
    }

    .modal-notify.modal-info {
        width: 40vw !important;
        min-width: 342px !important;
    }

    .modal-body {
        padding: 2vw !important;
    }

    h5 {
        font-size: 1.0rem !important;
    }

}

@media (max-aspect-ratio: 3/2) and (max-width: 991px) {

    /*.top-container{*/
    /*    height: 15vh !important;*/
    /*}*/
    .table td {
        font-size: 0.75rem !important;
    }

    .table thead th {
        font-size: 0.65rem !important;
    }

    .logo-img.navbar-brand.img-fluid {
        width: 19vw !important;

    }

    .form-search .input-group input {
        /*height: 6vh !important;*/
        width: 25vw;
    }

    .search-container {

        height: 87vh !important;
        margin-top: 6vh !important;
    }

    .form-search .input-group button {
        /*height: 6vh !important;*/
        width: 20vw;
    }

    span.title-name {
        font-size: 7vw;
    }

    footer {
        /*height: 10vh;*/
        position: absolute;
    }

    /*    nav.navbar {*/
    /*        !*height: 10vh !important;*!*/
    /*        !*min-height: 5px !important;*!*/
    /*    }*/
    /*    .nav-item a {*/
    /*    !*padding: 5px 20px 5px 5px;*!*/
    /*    !*margin: 5px;*!*/
    /*    color: #1065C9;*/
    /*}*/
    .table-wrapper-scroll-y {
        /*display: block;*/
        /*padding: 10vh 0 0 0;*/
        width: 98vw !important;
        /*height: 55vh !important;*/
        /*overflow: auto;*/
    }

    .pagination-lg {
        padding-bottom: 10vh !important;
    }

    img.icone-img {
        /*height: 12vh;*/
        width: 20vw;
    }

    .table-wrapper-scroll-y {
        /*display: block;*/
        /*padding: 5vh 0 0 0;*/
        /*width: 80vw;*/
        /*height: 50vh;*/
    }

    .searchbox {
        /*padding: 8vh 0px 3vh 0px;*/
        /*position: fixed;*/
        /*height: 80vh;*/
        /*width: 100vw;*/

    }

    .s.input-group .form-control {
        height: 2vh;
    }


    table {
        width: 98vw !important;
        margin: auto;
    }

    tr:nth-of-type(odd) {
        background: #EEEEF3 !important;
    }

    th {
        /*padding: 6px !important;*/
    }

    td {
        /*padding: 6px !important;*/
        text-align: left !important;
    }

    table, thead, tbody, th, td, tr {
        display: block !important;
    }

    thead tr {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    td {
        border: none !important;
        position: relative !important;
        padding-left: 40vw !important;
        color: #555555 !important;
        border-top: 1px solid #dee2e6 !important;
    }

    td:before {
        position: absolute !important;
        top: 6px !important;
        left: 6px !important;
        /*width: 45% !important;*/
        /*padding-right: 10px !important;*/
        white-space: nowrap !important;
        color: #555555 !important;
    }

    td:nth-of-type(1):before {
        content: "ASN" !important;
    }

    td:nth-of-type(2):before {
        content: "IP address" !important;
    }

    td:nth-of-type(3):before {
        content: "Risk score" !important;
    }

    td:nth-of-type(4):before {
        content: "Risk type" !important;
    }


    td:nth-of-type(5):before {
        content: "Blacklisted at" !important;
    }

    td:nth-of-type(6):before {
        content: "Last occurrence date" !important;
    }

    td:nth-child(7) {
        display: none !important;
    }

    /*SEARCHINPUT.HTML*/
    nav#search-input-nav {
        margin-left: 0 !important;
        padding: 0 2vw 0 2vw !important;
        /*margin-left: 2% !important;*/
        width: 50vw !important
    }

    .d-inline-flex.flex-grow-1.button_search {
        flex-grow: 0 !important;
    }

    /*::placeholder {*/
    /*    font-size: 11px !important;*/
    /*}*/
    div#header-nav {

        /*padding: 0.4vh 0.6vh 0 0.6vh !important;*/
        /*padding: 0.9116vh 0.9116vh 0.9116vh 0.9116vh !important*/
    }


    .navbar-toggler {
        padding: 0;
        margin: 0 1vw 0 1vw;
    }

    /*MODAL ALERTS*/
    .modal-dialog.modal-sm {
        margin-left: 20vw !important;
        margin-right: 20vw !important;
    }

    #form-control-nav {
        font-size: 0.8rem !important;
        border-radius: 10px 0 0 10px;
        max-height: 52px !important;
        min-height: 32px !important;
        height: auto !important;
        width: 20vw !important;

}
    nav.navbar {
        min-height: 47px !important;
}

    .form-control{
        padding: 0.3rem !important;
    }

}


/*@media only screen and (max-width: 760px),*/
/*(min-device-width: 768px) and (max-device-width: 1024px) {*/

/*    .my-custom-scrollbar {*/
/*        margin-right: 10px !important;*/
/*        margin-left: 10px !important;*/
/*    }*/

/*    tbody {*/
/*        height: auto!important;*/
/*        overflow-y: auto!important;*/
/*        overflow-x: auto!important;*/
/*    }*/

/*    table {*/
/*        width: 100% !important;*/
/*    }*/

/*    tr:nth-of-type(odd) {*/
/*        background: #EEEEF3 !important;*/
/*    }*/

/*    th {*/
/*        padding: 6px !important;*/
/*    }*/

/*    td {*/
/*        padding: 6px !important;*/
/*        text-align: left !important;*/
/*    }*/
/*    table, thead, tbody, th, td, tr {*/
/*        display: block !important;*/
/*    }*/

/*    thead tr {*/
/*        position: absolute !important;*/
/*        top: -9999px !important;*/
/*        left: -9999px !important;*/
/*    }*/

/*    td {*/
/*        border: none !important;*/
/*        position: relative !important;*/
/*        padding-left: 50% !important;*/
/*        color: #555555 !important;*/
/*        border-top: 1px solid #dee2e6 !important;*/
/*    }*/

/*    td:before {*/
/*        position: absolute !important;*/
/*        top: 6px !important;*/
/*        left: 6px !important;*/
/*        width: 45% !important;*/
/*        padding-right: 10px !important;*/
/*        white-space: nowrap !important;*/
/*        color: #555555 !important;*/
/*    }*/

/*    td:nth-of-type(1):before {*/
/*        content: "IP address" !important;*/
/*    }*/

/*    td:nth-of-type(2):before {*/
/*        content: "Risk score" !important;*/
/*    }*/

/*    td:nth-of-type(3):before {*/
/*        content: "Risk type" !important;*/
/*    }*/

/*    td:nth-of-type(4):before {*/
/*        content: "Last occurrence date" !important;*/
/*    }*/

/*    td:nth-of-type(5):before {*/
/*        content: "Blacklisted at" !important;*/
/*    }*/

/*    td:nth-of-type(6):before {*/
/*        content: "ASN" !important;*/
/*    }*/

/*    td:nth-of-type(7):before {*/
/*        content: "Download" !important;*/
/*    }*/
/*}*/


/*RESULTS*/

/*@media (min-width: 320px) {*/
/*    .modal-dialog {*/
/*        width: 400px;*/
/*    }*/
/*}*/

/*!*RESOLUTIONS MOBILE*!*/

/*!*Resolution Mobile*!*/
/*@media only screen and (max-width: 414px) and (max-height: 812px) {*/
/*    .pagination-lg {*/
/*        margin-top: 20px;*/
/*    }*/
/*    .focus-button{*/
/*        width: 70px !important;*/
/*        height: 40px !important;*/
/*        font-size: 11px !important;*/
/*    }*/
/*    .table td{*/
/*        font-size: 11px !important;*/
/*    }*/
/*    .table thead th{*/
/*        font-size: 11px !important;*/
/*    }*/
/*    th{*/
/*        padding: 10px !important;*/
/*    }*/

/*    #search-input{*/
/*        padding: 50px 0px 30px 0px !important;*/
/*    }*/
/*    .input-group input{*/
/*        height: 40px !important;*/
/*    }*/
/*    .my-custom-scrollbar {*/
/*    position: center;*/
/*    height: 40vh;*/
/*    overflow: auto;*/
/*    margin-right: 50px;*/
/*    margin-left: 50px;*/
/*    }*/


/*}*/
/*@media only screen and (width: 320px) and (height: 568px) {*/
/*     #search-input{*/
/*         width: 19em !important;*/
/*     }*/
/*}*/


/*RESULTS*/

/*@media only screen and (max-width: 450px) and (min-width: 300px) {*/

/*    .button-requests-cancel {*/
/*        height: auto !important;*/
/*        width: 54px !important;*/
/*    }*/

/*    .button-requests-download {*/
/*        height: auto !important;*/
/*        width: auto !important;*/
/*    }*/

/*    .modal-header {*/
/*        padding: 0 !important;*/
/*    }*/

/*    .modal-dialog {*/
/*        width: auto !important;*/
/*    }*/

/*    div.container3 {*/
/*        width: 220px !important;*/
/*        position: relative;*/
/*    }*/

/*    div.container3 h5 {*/
/*        font-size: 15px;*/
/*        margin-bottom: 10px !important;*/
/*    }*/

/*    div.modal-body {*/
/*        padding: 10px 0px;*/
/*    }*/

/*}*/

/*@media only screen and (max-width: 450px) and (min-width: 300px) {*/
/*    .my-custom-scrollbar {*/
/*        margin-right: 10px !important;*/
/*        margin-left: 10px !important;*/

/*    }*/

/*    .box {*/
/*        margin-right: auto !important;*/
/*        margin-left: auto !important;*/
/*    }*/

/*    .modal-content {*/
/*        margin-bottom: 30%;*/
/*        margin-top: 0;*/
/*    }*/
/*     div.input-group input {*/
/*        width: 19em !important;*/
/*    }*/
/*    #search-input button{*/
/*        width: 90px!important;*/
/*    }*/

/*}*/

