* {
    padding: 0;
    margin: 0;
}

.search-icon-NK {
    cursor: pointer;
    background-color: rgb(226, 226, 226);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: darkgray;
}

.search-icon-NK:hover {
    background-color: rgb(2, 87, 65);
    color: white;
    transition: 0.3s ease-in-out;
}

.search-box-NK {
    /* border: 1px solid black !important; */
}

.a-text-color-NK {
    color: darkgray;
    text-decoration: none;
    font-size: 20px;
}

.a-text-color-NK:hover {
    color: rgb(2, 87, 65);
    transition: 0.3s ease-in-out;
}

.dropdown-content-NK {
    border: transparent !important;
    z-index: 1;
    box-shadow: 1px 6px 12px rgba(30, 10, 58, .04);
    ;
}

.print-btn-NK {
    background-color: rgb(129, 129, 129);
    border: darkgray;
}

.print-btn-NK:hover {
    background-color: darkgray;
}

.screenshot-btn-NK {
    background-color: #088178;
}

.screenshot-btn-NK:hover {
    background-color: rgb(35, 153, 124);
}

.a-text-new-NK {
    text-decoration: none;
    color: #088178;
}

.a-text-new-NK:hover {
    color: blue;
}
.in-laptop-none{
   display: none !important; 
}
.in-laptop-block{
    display: block !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
    .in-mobile-none{
        display: none !important;
    }
    .in-mobile-block{
        display: block !important
    }
}

@media screen and (min-width: 601px) and (max-width:992px) {
    .in-tablet-none{
        display: none !important
    }
    .in-tablet-block{
        display: block !important;
    }
}