/*!
Theme Name: infinityscholarshub
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: infinityscholarshub
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.

infinityscholarshub 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:
----------------------------------------------------------------*/

a.dropdown-item.active {
    color: #444;
    background-color: transparent;
}

/* 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: #971515;
    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 */


/* search 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 #242323;}
.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: #1a74b4;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 16px;
    border-radius: 0px !important;
    background: rgb(255 255 255 / 65%);
}
.theme-navigation .page-numbers .prev {
    margin-right: auto;
    margin-left: 0px;
}


/* 23.02.2026 */
.ppolicy{counter-reset: cards;}
.ppolicy .theme-title-area .theme-title{width: 100%;}
.ppolicy h4{font-weight: 600;}
.ppolicy h4::before{display: block;opacity: 0.2;font-size: 42px;font-weight: 600;color: #ffffff;margin-bottom: -20px;letter-spacing: 3px;counter-increment: cards;content: counter(cards);font-family: "Barlow Semi Condensed", sans-serif;text-shadow: -1px -1px 0 #444444, 1px -1px 0 #444444, -1px 1px 0 #444444, 1px 1px 0 #444444;}
.ppolicy h5{font-size: 20px;font-weight: 500;}
.ppolicy p a{color: #444444;position: relative;}
.ppolicy p a:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: var(--theme-color);transition: 0.5s;}
.ppolicy p a:hover{color: #18488F;}
.ppolicy p a:hover:after{left: auto;right: 0;width: 0;}
.ppolicy ul{margin-bottom: 25px;}
.ppolicy ul li{position: relative;margin-bottom: 5px;padding: 0 0 0 15px;font-size: 100%;}
.ppolicy ul li::before{content: '';position: absolute;top: 9px;left: 0px;width: 6px;aspect-ratio: 1 / 1;background: var(--theme-color);border-radius: 50%;}
@media only screen and (max-width: 767px) {
    .ppolicy h5{font-size: 18px;margin-top: 18px;}
}
