@font-face {
    font-family: Graphik;
    src: url(/wp-content/themes/Agility/fonts/Graphik-Light-Web.woff);
    font-weight: normal;
}
@font-face {
    font-family: Graphik;
    src: url(/wp-content/themes/Agility/fonts/Graphik-Medium-Web.woff);
    font-weight: 500;
}
@font-face {
    font-family: Graphik;
    src: url(/wp-content/themes/Agility/fonts/Graphik-Bold-Web.woff);
    font-weight: bold;
}

html {
    font-family: "Graphik", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
:root {
    --primary-color: #FF9700;
    --secondary-color: #FFD827;
    --text-color:#2D363A;
    --black: #000000;
    --white: #ffffff;
    --border-color:#d1d1d1;
}

body {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.65;
    font-family: "Graphik", sans-serif;
    overflow-x: hidden;
    word-wrap: break-word;
    width:100%;
}
body * {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0;
}
/* ============= Global Css =============== */
.container, .gri-container {
    max-width: 1440px;
    margin: 0 auto;
    padding:15px;
}
.row {
    display: flex;
    gap: 30px;
}

h1 {
    font-size: 60px;
    line-height: 1.35;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}
h2 {
    font-size: 44px;
    line-height: 1.35;
    margin: 5px 0px;
    color: var(--text-color);
}
h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
h6 {
    font-size: 18px;
}
h3,h4,h5,h6 {
    margin: 0px;
    color: var(--text-color);
}
.button, button {
    background: #fff;
    border: none;
    border-radius: 10px;
    color: var(--text-color);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    padding: 14px 20px;
    -webkit-appearance: none;
    transition: 0.2s ease-in-out;
    font-family: "Graphik", sans-serif;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button:hover {
    background-color: var(--secondary-color);
}
a {
    text-decoration: none;
    color: var(--primary-color);
}
a:focus {
    outline: none;
}
img {
    height: auto;
    max-width: 100%;
}
/* ============= Header Css =============== */
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 60;
}
.admin-bar header {
    top: 32px;
}
.header-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-menu-col {
    display: flex;
    align-items: center;
    gap: 80px;
}
a.custom-logo-link img {
    max-width: 140px;
}
.main-navigation a:hover {
    color: var(--secondary-color);
}
.desktop-menu .menu {
    list-style: none;
    display: flex;
    gap: 20px;
}
.main-navigation ul li a {
    color: #ffffff;
    font-weight: 500;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
    color: var(--secondary-color);
}
.mobile-primary-menu {
    display: none;
}
/*============Footer Css ==================*/
.site-footer {
    background-color: #000;
}
.footer-logo img {
    max-width: 140px;
    filter: brightness(0) invert(1);
}
.footer-main-wrapper {
    align-items: center;
    justify-content: space-between;
}
.copywrite p {
    color: #fff;
}
/*=================================================================================================================*/
/*================== Gri table Css ==================*/

.banner-section {
    background-image: url("/wp-content/uploads/2024/07/overhead-aerial-shot-thick-forest-with-beautiful-trees-greenery.jpg");
    background-size: cover;
    background-color: #00000031;
    background-blend-mode: overlay;
    height:60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.hero-banner-content {
    text-align: center;
}
.hero-banner-content span {
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 26px;
}
.hero-banner-content .white-line {
    height: 10px;
    background-color: #fff;
    width: 80px;
    border-radius: 50px;
    margin: 15px auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.loader_as {
    border: 6px solid  var(--primary-color);
    border-radius: 50%;
    border-top: 6px solid #000000;
    max-width: 24px;
    width: 100%;
    /*width: 15px;*/
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin-left: auto;
    margin-right: 8px;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*new css mz*/
section#gre-table-area {
    padding: 20px 25px;
}
.main-accordion {
    padding-right: 25px;
}

/*link css*/

li.accordion-single-tab span {
    width: 100%;
    display: block;
}

.scrol-height {
    height: 100vh;
    overflow: auto;
    margin-top: 20px;
}

.scrol-height *{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important;
        background-color: transparent;
    }
    ::-webkit-scrollbar {
        width: 3px !important;
        background-color: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
}
.on-scrollbar{
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.on-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

.on-scrollbar::-webkit-scrollbar {
    width: 6px !important;
    background-color: transparent;
}

.on-scrollbar::-webkit-scrollbar-thumb {
    background-color: #acacac;
}

/* sticky nav end */

/*New css mz*/
.overlay {
    display: none;
    height: 300%;
    width: 100%;
    background: #0000005c;
    z-index: 99 !important;
    position: absolute;
}
.desktop-posts{
    position: relative;
}

.desktop-search-box {
    width: 100%;
    z-index: 999;
}
.banner-section .gri-page-title {
    color: #fff;
    font-size: 60px;
    line-height: 73px;
    font-weight: 700;
    text-align: center;
}
.banner-section .gri-page-description {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}
.gre-main-content {
    background-color: #f5f5f5;
    padding: 2% 0 3%;
}
.gri-table-rw {
    display: flex;
}
.gri-table-rw .col-lg-4 {
    flex-basis: 23%;
    background-color: #f5f5f5;
}
.reported-by-gri {
    padding-block: 15px;
}
.main-accordion {
    max-width: 300px;
    padding-top: 15px;
}
.main-accordion .accordion-content {
    padding: 0px 0px 0 10px;
    display: none;
    background-color: transparent;
}
.main-accordion .accordion-content.active-acc {
    display: block;
    animation: fadeIn 1s;
}
/* .accordion-item {
  margin-bottom: 10px;
} */
.accordion-item .accordion-title {
    background-color: transparent;
    color: #717170;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    padding: 1% 0;
}
.accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-title img {
    height: 12px;
    width: 12px;
    filter: brightness(0%);
}
.accordion-title.active-open img {
    transform: rotate(180deg);
    filter: brightness(100%);
}
.accordion-item .accordion-single-tab {
    color: #717170;
    font-size: 14px;
    line-height: 28px;
    list-style-type: none;
}
a.single-acc-post {
    position: relative;
}
ul.accordion-single-tabs {
    border-left: 1px solid var(--border-color);
    padding-left: 18px;
}
.single-post-tit:before {
    content: "";
    background-color: var(--border-color);
    width: 15px;
    height: 1px;
    position: absolute;
    left: -18px;
    top: 13px;
}
.gri-table-rw .col-lg-8 {
    flex-basis: 77%;
}
.gri-single-post-title h4 {
    background-color: var(--primary-color);
    padding: 20px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom:0px !important;
}
.for-column-content td, .for-column-headings th {
    padding: 20px;
    vertical-align: top;
    border: 1px solid var(--border-color);
}
.for-column-headings th {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.topic-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.post-content-table {
    animation: fadeIn 0.4s;
}
.table-header th {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.gri-table-rw .post-content-table {
    margin-bottom: 20px;
}
.gri-table-rw tr.table-col-header {
    background-color: #fff !important;
}
.gri-table-rw .gri-right-col ul {
    margin: 10px 40px 0;
}
.gri-table-rw .gri-right-col ul {
  margin: 10px 40px 0;
}
ul.gri-categories {
    padding: 0;
    list-style: none;
    column-count: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.gri-categories button {
    margin-right: 0;
    width: 100%;
    border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
    color: var(--text-color);
}
.gri-categories button:hover, .gri-categories button.gri_btn_active {
    border: 1px solid #BCBCBC;
    background: var(--white);
}
/* Serch Box */
.gri-search-form, .gri-mobile-search-form {
    margin-bottom: 5px;
    display: flex;
    position: relative;
}
div#term-heading {
    margin-top: 20px;
}
.gri-search-form input[type="text"], .gri-mobile-search-form input[type="text"] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    border: 0;
    margin-right: 4px;
    box-shadow: 6px 10px 0px 0px #dddddd10;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #BCBCBC;
}
.gri-search-form input[type="text"]:focus-visible {
    outline: 1px solid #de612750;
    background-color: #ffffff;
}
.gri-mobile-search-form input[type="text"]:focus-visible {
    outline: 0px solid #de612750;
    background-color: #ffffff;
}
#griSearchIcon {
    cursor: pointer;
}
#griSearchIcon img {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.gri-search-form input[type="submit"], .gri-mobile-search-form input[type="submit"] {
    width: 20%;
    height: 55px;
    border: 0;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
}
#gri-search #datafetch {
    position: relative;
}
.search-item-box {
    background-color: #fff;
    box-shadow: 1px 0px 10px 0px #ddd5;
    border-radius: 4px;
    top: -20px;
    width: 100%;
    padding: 0%;
    margin: 0% 0%;
    border: 1px solid #de612760;
    max-height: 400px;
    height: 100%;
    overflow-y: scroll;
}
.search-item-box a {
    display: block;
    border-bottom: 1px solid rgb(112 112 112 / 31%);
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 2% 10px;
}
.search-item-box a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.search-title-term {
    text-transform: uppercase;
}
a.submitted-searched-title {
    font-size: 20px;
    font-weight: 600;
}
.search-error-msg {
    font-size: 18px;
    padding: 15px 2% 10px;

}
.gri-search-form input[type="submit"]{
    cursor: pointer;
}
.gri-search-content-by-btn .gri-searched-content {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.gri-search-content-by-btn .gri-single-topic-posts-title {
    margin-bottom: 20px;
}
.whole-overlay {
    background-color: #0005;
    position: absolute;
    height: 100vh;
    width: 100%;
}
#gri_search_form_submit {
    position: relative;
}
.for-search-form {
    position: absolute;
    width: 100%;
}
.dropdown-filters {
    display: flex;
    margin: 2% 0 3%;
}
.dropdown-filters label {
    font-size: 14px;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    font-weight: 600;
}
.dropdown-filters select {
    background-color: transparent;
    border: 1px solid #0008;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.dropdown-filters select:focus-visible {
    outline: 0;
    /*border: 0;*/
}
.dropdown-filters label {
    font-size: 14px;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    font-weight: 600;
}
.dropdown-filters .sct-filter,
.dropdown-filters .scm-filter {
    margin-right: 20px;
}
.stake_filters-show .sct_filter
.hide-filters,
.hide-term-heading {
    display: none;
}
.box-from-top {
    top: -10px;
}
.stake_filters-show {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 20px;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: var(--border-color);
	gap: 15px;
}
.stake_filters-show b {
    font-size: 14px;
}
.stake_filters-show span.stake_name {
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #000;
}
.sct_filter>p, .scm_filter>p {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.scm_filter>p,.sct_filter>p,span.stake_name{
    font-size: 14px !important;
    line-height: 1.2 !important;
}
.stake_filters-show.sasb-stake-filter-wy {
    flex-wrap: wrap;
}
.stake_filters-show:nth-child(2) {
    padding-bottom: 0px !important;
}
.stake_filters-show:nth-child(4) {
    padding-top: 0px !important;
}
.s_stakeholder_term_all .stake_filters-show:nth-child(2) {
    padding-bottom: 12px !important;
}
.mobile-search-box {
    display: none;
}
.mobile-nav-post {
    margin-top: 3%;
    display: none;
}
.mobile-post-title,
.for-mobile {
    display: none;
}
.for-mobile-search {
    display: none;
}
.for-mobile-search a {
    font-size: 16px;
}
.gri-search-content-by-btn {
    /* border-bottom: 1px solid #00000070; */
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.reset-btn-div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
a.reset-btn {
    background-color: transparent;
    border: 1px solid;
    padding: 6px 60px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px !important;
}
/* New */
.main-btns {
    display: flex;
    padding-bottom: 15px;
}
button.main-btn {
    background-color: transparent;
    border: 1px solid #BCBCBC;
    width: 100%;
    margin: 2px;
    color: #000;
}
button.main-btn.active-btn {
    background-color: var(--secondary-color);
    color: var(--text-color);
    border-color: var(--secondary-color);
}
/* .reported-by-gri {
  padding: 15px 0;
} */
.gri-standard {
    padding: 20px 0;
}
.gri-left-col hr {
    background-color: #ddd;
    height: 1px;
    width: 85%;
    /* margin-top: 20px; */
}
.gri-left-col h4{
    margin-bottom: 10px;
}
.stakeholder_capitalism_metrics {
    padding: 20px 0;
}
.accordion-title h2{
    font-size: 14px;
    color: #717170;
    font-weight: 500;
}
.active-open h2{
    font-weight: 600;
    color: var(--primary-color);
}
.active-single-post {
    color: var(--primary-color);
}
.gri-right-col.col-lg-8.desktop-posts{
    margin-top: -68px;
    padding-left: 20px;
}

/* for 2024 */
.term-62 .gri-right-col.col-lg-8.desktop-posts{
  margin-top: -190px;
}
.term-62 .desktop-posts .scrol-height {
    height: 112vh;
}
/* New End */




/*========================Media Queries =====================*/
@media screen and (min-width: 1460px){
    .main-btns {
        max-width: 22%;
    }
}

@media screen and (min-width: 980px){
    li.accordion-single-tab {
        display: flex;
        align-items: center;
    }
    li.accordion-single-tab span {
        width: 87% !important;
    }
}

@media screen and (min-width: 1088px) and (max-width: 1462px){
    .main-btns {
        width: 22%;
    }
    button.main-btn.gri-btn {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1440px) {
    .banner-section .gri-page-description {
        font-size: 16px;
    }
    .for-column-content td,
    .for-column-headings th {
        font-size: 14px;
    }
    .banner-section .gri-page-title {
        font-size: 40px;
    }
    .main-accordion {
        max-width: 280px;
    }
}
@media screen and (max-width: 1300px) {
    .banner-section .gri-page-title {
        font-size: 34px;
    }
    .main-accordion {
        max-width: 250px;
    }
    .gri-table-title .topic-title {
        font-size: 20px;
    }
    .accordion-title img {
        width: 8px;
    }
    .search-error-msg {
        font-size: 16px;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1180px){
    .gri-categories button {
        padding: 10px 10px;
        font-size: 12px;
    }
    .main-btns {
        max-width: 24%;
    }
    button.main-btn.gri-btn {
        margin-right: 05px;
    }
}
@media screen and (max-width: 1100px) {

    .banner-section .gri-page-title {
        font-size: 28px;
        line-height: 40px;
    }
    .banner-section .gri-page-description {
        font-size: 14px;
    }
    .accordion-item .accordion-title {
        font-size: 13px;
    }
    .for-column-content td,
    .for-column-headings th,.for-column-content td a {
        font-size: 12px;
    }
    .main-accordion {
        max-width: 230px;
    }
    .gri-single-post-title h4 {
        font-size: 18px;
        padding: 10px 30px;
    }
    p {
        font-size: 12px !important;
    }
    .stake_filters-show span.stake_name {
        display: block;
        width: fit-content;
    }
    .gri-categories button {
        padding: 10px 10px;
        font-size: 12px;
    }
    .gri-table-rw .col-lg-4 {
        flex-basis: 25%;
    }
    .gri-table-rw .col-lg-8 {
        flex-basis: 75%;
    }
}
@media screen and (max-width: 1000px){
    button.main-btn {
        width: 100% !important;
        max-width: 500px !important;
    }
    button.main-btn.gri-btn {
        margin-right: 29px;
    }
    .stake_filters-show span.stake_name {
        padding: 4px 10px !important;
    }
    .gri-table-rw {
        flex-wrap: wrap;
    }
    .gri-table-rw .col-lg-4 {
        flex-basis: 100%;
    }
    .gri-table-rw .col-lg-8 {
        flex-basis: 100%;
    }
    .main-accordion {
        max-width: unset;
    }
    .desktop-search-box {
        display: none;
    }
    .mobile-search-box {
        display: block;
    }
    .active-post {
        display: block;
    }
    .desktop-posts,
    .gri-search-form,
    .term-heading {
        display: none;
    }
    .stake_filters-show b {
        font-size: 10px;
    }
    .single-post-open-a span:fist-child {
        color: #d86018;
        font-weight: 600;
    }
    .active-open span {
        font-weight: 600;
        color: var(--primary-color);
    }
    .for-column-content td,
    .for-column-headings th {
        line-height: 22px;
    }
    .desktop-post-title,
    .for-desktop {
        display: none;
    }
    .mobile-post-title,
    .for-mobile {
        display: block;
    }
    .for-mobile {
        display: flex;
    }
    .for-mobile-search {
        display: block;
    }
    .post-content-table table td ul, .post-content-table table td ol {
        padding-left: 15px;
    }
    .scm_filter>p, .sct_filter>p, span.stake_name {
        font-size: 10px !important;
    }
}

@media (max-width:1024px) {
    .mobile-primary-menu {
        display: block;
    }
    .desktop-menu {
        display: none;
    }
    #menuToggle {
        display: block;
        -webkit-user-select: none;
        user-select: none;
    }
    #menuToggle a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
        position: relative;
        max-width: fit-content;
        display: block;
    }
    #menuToggle input {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: var(--primary-color);
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    span.fs {
        width: 30px !important;
    }
    span.ls {
        width: 30px !important;
        float: right;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(8px, -1px);
        background: var(--primary-color);
    }
    #menuToggle input:checked ~ span:nth-last-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(1) {
        transform: rotate(-45deg) translate(-2px, 2px);
        width: 30px;
    }
    #menuToggle input:checked ~ ul {
        transform: none;
    }
    .mobile-primary-menu .mobile-main-menu {
        display: none;
        position: absolute;
        z-index: 9 !important;
        background-color: var(--primary-color);
        left: 0;
        top: 0px;
        min-height: 100vh;
    }
    .mobile-primary-menu ul#menu {
        list-style: none;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        width: 60vw;
    }
    .mobile-primary-menu .menu a {
        color: #fff;
        transition: color 0.3s ease;
        position: relative;
        max-width: fit-content;
        display: inline-block;
        padding: 8px 20px;
        font-weight: 500;
    }
    .button, button {
        font-size: 12px;
        padding: 10px 12px;
        height: 48px;
    }
    a.custom-logo-link img {
        max-width: 100px;
    }
    .row {
        gap: 15px;
    }
    body.fixed-position {
        overflow: hidden;
    }
    .footer-logo img {
        max-width: 100px;
    }
}
@media screen and (max-width: 999px) {
    .main-accordion {
        padding-right: 0px;
    }
    .main-accordion #all_topics {
        display: none !important;
    }
    .banner-section .gri-page-description {
        padding: 0;
        line-height: 22px;
        font-size: 13px;
    }
    .banner-section .gri-page-title {
        font-size: 22px;
        line-height: 30px;
    }
    .gri-search-form input[type="submit"], .gri-mobile-search-form input[type="submit"] {
        height: 45px;
    }
    .gri-search-form input[type="text"], .gri-mobile-search-form input[type="text"] {
        height: 45px;
        line-height: 45px;
    }
    .scrol-height {
        overflow-y: hidden;
    }
    .gri-table-title table,.for-mobile-search  table{
        overflow-x: scroll;
    }
    .stake_filters-show {
        flex-wrap: wrap;
        gap: 10px;
    }
    .stake_filters-show span.stake_name {
        width: auto;
    }
    .stake_filters-show .sct_filter {
        padding-right: 0%;
    }
    .scrol-height {
        height: auto;
        margin-top: 5px;
    }
    .overlay {
        display: none !important;
    }
}
@media screen and (max-width: 980px){
    img.arrow_down {
        transform: rotate(180deg) !important;
    }
    .hero-banner-content span {
        font-size: 20px;
    }
    .hero-banner-content .white-line {
        height: 6px;
        width: 60px;
        margin: 5px auto;
    }
    .main-btns form {
        width:100%;
    }
}
@media (max-width:782px){
    .admin-bar header {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {

    .main-accordion .accordion-content {
        padding: 20px 0px 0 0px;
    }
    .for-column-content td,
    .for-column-headings th {
        padding: 10px 5px;
    }
    .gri-single-post-title h4 {
        font-size: 10px;
        padding: 10px 10px;
    }
    .stake_filters-show {
        padding: 10px 5px;
    }
    .gri-mobile-search-form {
        margin-bottom: 15px;
    }
    .row.footer-main-wrapper {
        flex-direction: column;
        gap: 5px;
    }
}

@media screen and (max-width: 455px) {
    .for-column-content td, .for-column-headings th, .for-column-content td a {
        font-size: 11px;
    }
    .post-content-table table td p{
        word-wrap: break-word;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
    }
    .post-content-table table td a {
        font-size: 11px;
    }
    .post-content-table table td {
        padding: 5px 6px !important;
    }
    .gri-table-rw .post-content-table {
        margin-bottom: 20px;
        overflow-y: auto;
        max-width: 445px;
        width: 100%;
    }
    section#gre-table-area {
        padding: 20px 0px;
    }
}
@media screen and (max-width: 400px) {
    .post-content-table table td ul, .post-content-table table td ol {
        padding-left: 10px;
    }
    .stake_filters-show {
        display: block;
    }
    .stake_filters-show span.stake_name {
        width: auto;
    }
    .stake_filters-show .sct_filter {
        padding-right: 0%;
    }
    .post-content-table table tr, .post-content-table table td {
        padding: 0px;
    }
}
@media (max-width:350px) {
    .header-btn-col .button {
        font-size: 10px;
        padding: 5px 8px;
        height: 40px;
    }
}