/*!
Theme Name: humanpharmalabs
Theme URI: http://underscores.me/
Author: Webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: humanpharmalabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

humanpharmalabs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
.career_page {
    z-index: unset;
}

.product_detail_table .pagination .custom-pagination .active {background: #12684c;border: 1px solid rgb(18 104 76 / 65%);border-radius: 5px;}
.product_detail_table .pagination .custom-pagination .active span,.product_detail_table .pagination .custom-pagination .active prev img {color: #fff;}

/*blog pagination css*/
.theme-navigation .prev{margin-right: auto;margin-left: 0px;}
   .theme-navigation .next{margin-left: auto;  }
   .theme-navigation .page-link{color: #565656;border: none;box-shadow: none;margin: 5px;padding: 7px 16px;border-radius: 0px !important;background: rgb(255 255 255 / 65%);}
   .theme-navigation .page-link:hover, .theme-navigation .page-item.active .page-link {background-color: #2890c2; color: #fff; }
   /*.theme-navigation .pagination{border: solid 1px #f3f3f3;}*/

.theme-navigation .page-numbers {
    border: solid 1px #f3f3f3;
}
.theme-navigation .next {
    margin-left: auto;
}
.theme-navigation .page-numbers {
    justify-content: center!important;
}


.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
}
ul.page-numbers{border: 1px solid rgb(0 0 0 / 5%); background: rgb(0 0 0 / 3%); box-shadow: 2px 2px 9px 0px #0000001f; width: fit-content; margin: 30px auto 0; border-radius:30px; overflow:hidden;}

.theme-navigation .page-numbers.current{
    z-index: 3;
    color: #fff;
    background-color: #10624a;
    border-color: #0d6efd;
}

.page-numbers:not(:first-child) {
    margin-left: -1px;
}

.theme-navigation ul.page-numbers {
    background-color: #a8cf45 !important;    
}
.theme-navigation .page-numbers {
    
    color: #565656;
    border: none;
    box-shadow: none;
    margin: 5px;
    padding: 7px 36px;
    border-radius: 0px !important;
    /*background: rgb(255 255 255 / 65%);*/
}
.theme-navigation .page-numbers:hover {
    color : #fff;
}

.theme-navigation .page-numbers .prev {
    margin-right: auto;
    margin-left: 0px;
}


/* No Record */
.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}

.no-records ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
    background: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-records ul li {display: inline-block;margin: 0px 10px;text-align: left;font-family: 'Montserrat', sans-serif;}
.no-records ul li i {
    background: #12684c;
    width: 150px;
    height: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-records ul li h6 {
    font-size: 50px;
    color: #001c40;
    font-family: "Inter", sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}
.no-records ul li small {
    font-size: 25px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}
/* End No Record */