/*-- Use For Custom Styling --*/

/* ===================================
Google font
====================================== */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

:root {
    --brand-primary: #5d623f;
    --brand-green-200: #F1F8E9;
    --brand-green-dark: #1B5E20;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    background-size: cover;
    background-color: #fff;
}

/*main wrapper */
.main-wrapper {
    background-color: inherit;
    margin: 8px auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1080px;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1280px;
    }
}

a {
    color: #424242;
    text-decoration: none !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1565c0;
}

p {
    font-size: 13px;
    font-family: inherit;
    color: #424242;
    line-height: 1.5;
    font-weight: 400;
}

.text-primary {
    color: #5d623f !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-secondary {
    color: #ddae11 !important;
}

.text-gray {
    color: #757575 !important;
}

.text-light-gray {
    color: #bdbdbd !important;
}

.text-blue {
    color: #1565c0 !important;
}

.text-xx-large {
    font-size: 36px;
}

.text-x-large {
    font-size: 24px;
}

.text-large {
    font-size: 20px;
}

.text-medium {
    font-size: 14px;
}

.text-small {
    font-size: 12px;
}

.font-weight-600 {
    font-weight: 600;
}

blockquote {
    color: #424242;
    font-size: inherit;
    border-left: 5px solid #ccc;
    padding: 0.5em 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

hr.primary {
    max-width: 80px;
    border: 2px solid #5d623f;
}

hr.white {
    max-width: 80px;
    border: 2px solid #ffffff;
}

.swal2-confirm {
    background-color: #5d623f !important;
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

/*========================================
Header & Navigation Menu
 =========================================*/
header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 10px;
    background-color: #5d623f;
    border-bottom: 6px solid #ddae11;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.navbar .navbar-brand {
    padding: 0px;
    /* firefox bug fix */
}

.navbar .navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.navbar .navbar-brand>span {
    color: #ddae11;
}

.navbar .navbar-brand>img {
    height: 90px;
    width: auto;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1.1);
    z-index: 10;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    background-color: transparent;
    color: #fff !important;
}

.navbar-nav>li {
    display: inline-block;
    padding: 0 6px;
}

.navbar-nav>li::after,
.navbar-nav .active::after {
    content: "";
    display: block;
    width: 100%;
    background: transparent;
    z-index: 101;
    transition: 0.6s all ease-in-out;
}

.navbar-nav>li:hover::after,
.navbar-nav>.active::after,
.navbar-nav>.active-ancestor::after {
    text-decoration: none;
    display: block;
}

.navbar-nav>li a {
    display: block;
    text-decoration: none;
    font-family: inherit;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav li>a i {
    margin-left: 4px;
}

.navbar-nav>li a:hover {
    text-decoration: none;
    color: #ddae11 !important;
}

.navbar-nav .active>a {
    text-decoration: none;
    color: #ddae11 !important;
}

/* search bar */
.inner-addon {
    position: relative;
    display: flex;
    min-width: 100px;
}

.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.inner-addon .fas {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.inner-addon input[type="text"] {
    border-color: #78909c !important;
    color: #212121 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.inner-addon input[type="text"]:focus {
    border-color: #1565c0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.search-faq {
    border-color: #78909c !important;
    color: #212121 !important;
    border: 1px solid grey;
    font-size: 12px !important;
    border-radius: 4px;
    height: 30px;
    width: 100%;
    padding: 2px 30px;
    outline: 0;
}

.search-faq:hover,
.search-faq:focus {
    border: 1px solid #009688;
    background-color: white;
}

#left-fa {
    left: 0px;
}

#right-fa {
    right: 0px;
}

.right-addon .fas {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.dropdown {
    margin: 0 20px 0 10px;
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.dropdown>a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.dropdown>a img {
    display: inline;
    width: 32px;
    height: 32px;
}

.dropdown>a img.img-circle {
    border-radius: 50%;
}

.dropdown>a i {
    font-size: 16px;
}

.dropdown:hover {
    cursor: pointer;
    background-color: inherit;
    border: none !important;
}

.dropdown .dropdown-menu {
    border: 1px solid #eceef1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 240px;
    margin-left: -200px !important;
    margin-top: 19px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    z-index: 9999;
}

.dropdown .dropdown-menu:before {
    background-color: #ffffff;
    content: "";
    height: 37px;
    position: absolute;
    right: 40px;
    width: 37px;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-menu .user_set_header {
    padding: 10px 0;
}

.dropdown-menu .user_set_header img {
    margin-right: 15px;
}

.dropdown-menu.user_set_header p {
    font-size: 14px;
    color: #212121;
    line-height: 1.2;
}

.dropdown-menu .user_set_header p span {
    font-size: 12px;
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.dropdown-menu .user_setting_content {
    padding: 10px 0 0;
}

.dropdown-menu a.dropdown-item {
    color: #424242 !important;
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: 500;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown-menu a.dropdown-item:hover {
    color: #5d623f !important;
}

/*=====================================
Carousel slide
==================================== */
.carousel {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 72vh;
    object-fit: cover;
}

/*=====================================
Page wrapper
==================================== */
section {
    width: 100%;
}

.page-wrapper {
    min-height: 600px;
    height: auto;
    background-color: #f2f5f7;
    border-left: 1px solid #f2f5f7;
    border-right: 1px solid #f2f5f7;
    color: #424242;
}

.page-title-box {
    background-color: #fafafa;
    background-image: url("../img/banner-taric.jpg");
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #eceef1;
    text-align: center;
    position: relative;
    padding: 20px 10px;
}

/* Subtle overlay for text contrast over images */
.page-title-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
    pointer-events: none;
}

.page-title-box>* {
    position: relative;
}

.page-title-box h4 {
    font-weight: 600;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
}

.page-title-box .page-title-right>ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-title-box .page-title-right>ol li {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    position: relative;
}

.page-title-box .page-title-right>ol li a {
    color: #ddae11;
}

.page-title-box .page-title-right>ol li::before {
    content: "/";
    position: absolute;
    right: -2px;
    top: 1px;
}

.page-title-box .page-title-right>ol li:last-child:before {
    display: none;
}

/*==================================================
Page content
===================================================*/
.page-content {
    width: 100%;
    left: 0;
    padding: 0 10px;
    margin: 20px 0 10px 0;
}

.page-content ul {
    margin: 0;
    padding: 0;
}

.page-content ol {
    font-weight: 300;
    font-size: 15px !important;
    text-align: justify !important;
}

.page-content li {
    font-weight: 300;
    font-size: 15px !important;
    text-align: justify !important;
}

.page-content blockquote {
    font-weight: 300;
    text-align: justify !important;
}

.page-content img {
    display: block;
    width: 100%;
    padding: 0 10px 0 10px !important;
    object-fit: cover;
}

@media (max-width: 480px) {
    .page-content {
        width: 100%;
        left: 0;
        margin: 20px 0 10px 0;
    }

    .page-content img {
        display: block;
        width: 100%;
        padding: 0 4px 0 4px !important;
        object-fit: cover;
    }
}

/*==================================================
Tabs
===================================================*/
.nav-tabs {
    padding: 8px;

    display: flex;
    justify-content: center;
}

.nav-tabs .nav-item .nav-link {
    background-color: #fff;
    border: 2px solid #eee;
    color: #424242;
    margin: 0 8px;
    border-radius: 20px;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link:hover {
    background-color: #5d623f;
    color: #fff;
}

.nav-tabs .nav-link.active {
    background-color: #5d623f;
    border: 2px solid #ddae11;
    color: #fff;
}

/*Home background */
.home-img {
    position: relative;
    width: 100%;
    height: 45vh;
}

.home-img .bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../img/geometry.png");
    background-size: cover;
    background-position: 50% 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home-img .btn {
    font-size: 28px;
    opacity: 0.9;
}

.bg-header {
    width: 100% !important;
    height: 120px !important;
}

.bg-header img {
    position: relative;
    width: 100%;
    height: 120px !important;
    background-image: url("../img/banner-taric.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    background-position: 50% 50%;
}

/* Show Hide report type */
.report-hide-show {
    display: none !important;
}

/*==================================================

===================================================*/
.login-card {
    width: 100%;
    min-height: 400px;
    padding: 4px 20px;
    background: #ffffff;
    border-radius: 10px;
    /* border-top: solid 5px #022859;
    border-bottom: solid 5px #1565c0; */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 2em #ccc;
    -webkit-box-shadow: 0 0 2em #ccc;
    box-shadow: 0 0 2em #ccc;
}

.bg-login-card {
    margin: auto;
    min-height: 400px;
    padding: 4px 20px;
    background: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 2em #ccc;
    -webkit-box-shadow: 0 0 2em #ccc;
    box-shadow: 0 0 2em #ccc;
}

.bg-login-image {
    min-height: 400px;
    background: url("../img/geometry.png");
    background-position: center;
    background-size: cover;
}

/*==================================
Card
==================================*/
.card {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #eee;
}

.card .card-flat {
    border: 0 !important;
    margin: 6px 0;
}

.cards_landscape_wrap-2:hover {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /* margin-top: 5px; */
    opacity: 0.9;
}

.card-primary {
    border: 2px solid #ddae11;
    background-color: #5d623f;
    color: #fff;
}

.card .card-header {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: inherit;
    border-bottom: 0;
}

.card .card-header h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 0 0 8px;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    color: #212121;
}

.card .card-header h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0 0 8px;
    line-height: 1.5 !important;
    text-align: left;
    text-transform: uppercase;
    color: #424242 !important;
}

.card .card-header h5 a {
    text-decoration: none !important;
    color: inherit;
    transition: all 0.3s ease;
}

.card .card-header h5 a:hover {
    color: inherit;
}

.card .card-body {
    margin: 0;
    padding: 0;
    border: 0;
}

.card-img-top {
    width: 100%;
    height: 16vh;
    object-fit: cover;
}

.card-body h5.card-title {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 0;
    line-height: 1.5 !important;
    text-align: left;
    color: #212121;
}

.card-body h6.card-title {
    font-size: 11px;
    font-weight: 600;
    padding: 6px 0;
    line-height: 1.5 !important;
    text-align: left;
    color: #212121 !important;
}

.card-body p.content {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 6px !important;
    text-align: left !important;
    color: #424242 !important;
    line-height: 1.5 !important;
}

.card .card-footer {
    border-radius: 0 !important;
    margin: 4px;
    padding: 0;
    background-color: #ffffff;
    border: 0;
}

.item-wr {
    width: 98%;
    margin: 4px 4px;
    padding: 4px 8px;
    display: flex;
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
}

.item-wr .item-1 {
    flex-basis: 40%;
    background-size: cover;
    background-position: center;
}

.item-wr .item-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.item-wr .item-2 {
    flex-basis: 70%;
    padding-left: 8px;
}

.item-wr .item-3 {
    flex-basis: 10%;
}

.item-wr h6 {
    font-size: 12px !important;
}

.item-wr a {
    color: #424242;
}

.item-wr a:hover {
    color: #1565c0;
    text-decoration: none;
}

.item-wr p.content {
    line-height: 16px;
    font-size: 12px !important;
    max-lines: 2;
    word-break: break-all;
    white-space: normal;
}

.date-time {
    border: 1px solid #ddae11;
    font-size: 11px !important;
    font-weight: 600;
    padding: 6px;
}

.date-time:hover {
    border: 1px solid #ddae11;
    background-color: #ddae11;
    color: #fff;
    font-size: 11px !important;
    font-weight: 600;
    padding: 6px;
}

/*===tips ====*/
.tip-wr {
    width: 98%;
    margin: 8px 4px;
    padding: 8px;
    display: flex;
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
}

.tip-wr .item-1 {
    flex-basis: 30%;
    background-size: cover;
    background-position: center;
}

.tip-wr .item-1 img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    object-fit: cover;
}

.tip-wr .item-2 {
    flex-basis: 70%;
    padding-left: 8px;
}

.tip-wr h6 {
    font-size: 12px !important;
}

.tip-wr a {
    color: #212121;
}

.tip-wr a:hover {
    color: #1565c0;
    text-decoration: none;
}

.tip-wr p.content {
    line-height: 16px;
    font-size: 12px !important;
    max-lines: 2;
    word-break: break-all;
    white-space: normal;
}

/* .tip-wr h6 {
  font-size: 12px !important;
}
.tip-wr{
  background-color: #fafafa;
}

.tip-wr a {
  color: #212121;
}

.tip-wr a:hover {
  color: #DDAE11;
  text-decoration: none;
} */

/*===========================
    8.BINDUZ MAIN POST css
===========================*/
.binduz-er-main-posts-item {
    margin-bottom: 20px;
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-thumb {
    min-width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 0;
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-thumb img {
    width: 100%;
    transition: all linear 0.2s;
}

@media (max-width: 767px) {
    .binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-thumb {
        margin-bottom: 0;
    }
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-content {
    border: 2px solid #f4f4f4;
    border-top: 0px;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title .binduz-er-title {
    margin-bottom: 5px;
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-main-posts-item .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
        margin-left: 4px;
    }
}

.binduz-er-main-posts-item .binduz-er-trending-news-list-box:hover .binduz-er-thumb img {
    transform: scale(1.1);
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-categories {
    display: inline-block;
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-categories a {
    display: inline-block;
    background: #5d623f;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 15px;
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
    display: inline-block;
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
        margin-left: 5px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date {
        margin-left: 20px;
        margin-top: 0px;
    }
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date span {
    font-size: 12px !important;
    color: #757575;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-meta-item .binduz-er-meta-date span {
        font-size: 11px !important;
    }
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title {
    padding-top: 8px;
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title .binduz-er-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    max-lines: 2;
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title p {
    font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title .binduz-er-title {
        font-size: 14px;
        line-height: 24px;
        max-lines: 2;
    }

    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title .binduz-er-title {
        font-size: 14px;
        max-lines: 2;
    }

    .binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title p {
        font-size: 12px;
    }
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title .binduz-er-title a {
    color: #212121;
}

.binduz-er-trending-news-list-box .binduz-er-content .binduz-er-trending-news-list-title .binduz-er-title a:hover {
    color: #1565c0;
}

.binduz-er-trending-news-list-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.binduz-er-trending-news-list-box:hover .binduz-er-content .binduz-er-meta-item .binduz-er-meta-categories a {
    background: #ddae11;
    color: #fff;
}

/*sub menu */
ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

ul.sub-menu li {
    /* border-bottom: 1px solid #DDAE11; */
    margin: 0;
    padding: 0 25px 0 0;
}

ul.sub-menu li a {
    width: 95%;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: inherit;
    border-bottom: 1px solid #ddae11;
    text-decoration: none !important;
    border-left: 3px solid transparent;
    display: inline-block;
    text-align: left;
    padding: 10px 0 10px 4px;
}

/* ul.sub-menu li:last-child a{
    border-bottom: none;
} */

ul.sub-menu li:hover>a {
    border-left-color: #ddae11;
}

ul.sub-menu li.current-cat:hover>a,
ul.sub-menu li.current-cat>a {
    border-left-color: #ddae11;
}

.filter-data {
    width: 100%;
    min-height: 480px;
    height: auto;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
}

.filter-chart {
    display: none;
    width: 100% !important;
    min-height: 480px;
    height: auto;
}

.intro-text {
    height: inherit;
}

.intro-text p {
    text-align: center;
    padding: 200px 0;
    font-size: 12px;
}

#failed-message p {
    text-align: center;
    padding: 200px 0;
    font-size: 12px;
}

.data-sources {
    margin: 10px 0;
}

.data-sources p {
    font-size: 10px !important;
}

/*single post */
.stm_post_info {
    position: relative;
    margin: 0 0 50px;
}

.stm_post_info .post_thumbnail {
    position: relative;
    margin: 0 0 22px;
}

.stm_post_info .post_thumbnail img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
    transition: all linear 0.5s;
}

.stm_post_info .post_excerpt {
    position: relative;
    margin: 0 0 28px;
}

.stm_post_details {
    position: relative;
    margin: 0;
}

.stm_post_details ul {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.stm_post_details ul li {
    position: relative;
    float: left;
    color: #757575;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0 0 0 21px;
    font-size: 12px !important;
}

.stm_post_details ul li:before {
    width: 1px;
    height: 12px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 3px;
}

.stm_post_details ul li:first-child {
    margin: 0;
    padding: 0;
}

.stm_post_details ul li:first-child:before {
    display: none;
}

.stm_post_details ul li i {
    color: #757575;
    font-size: 12px;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.stm_post_details .right-span {
    float: right;
    width: 30%;
    font-size: 13px !important;
    margin: -3px 0 0;
    text-align: right;
}

.stm_post_details .right-span .fa {
    color: #757575;
    font-size: 12px;
    margin: 0 8px 0 0;
}

.stm_post_details .comments_num {
    float: right;
    width: 30%;
    font-size: 13px;
    margin: -3px 0 0;
    text-align: right;
}

.stm_post_details .comments_num a {
    color: #777;
}

.stm_post_details .comments_num .fa {
    color: #757575;
    font-size: 16px;
    margin: 0 8px 0 0;
}

.stm_post_details span {
    color: #757575;
}

.stm_post_details .download {
    float: right;
    width: 30%;
    font-size: 13px;
    margin: -3px 0 0;
    text-align: right;
}

.stm_post_details img {
    max-width: 100%;
    height: auto;
    display: block;
}

.stm_post_details iframe {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.stm_post_details ul li:before,
ul.comment-list .children>li:before {
    content: "";
}

.post-content p {
    color: #424242;
    text-align: justify;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 400;
}

.binduz-er-sidebar-latest-post-box {
    margin-top: 0px;
}

.binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item {
        display: block;
    }
}

.binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-thumb {
    max-width: 120px;
    height: 90px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: auto;
}

.binduz-er-thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-thumb {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-thumb {
        margin-bottom: 10px;
    }
}

.binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-content span {
    font-size: 12px;
    color: #757575;
}

.binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-content .binduz-er-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-content .binduz-er-title {
        font-size: 12px;
        line-height: 22px;
    }
}

.binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-content .binduz-er-title a {
    color: #212121;
}

.binduz-er-sidebar-latest-post-box .binduz-er-sidebar-latest-post-item .binduz-er-content .binduz-er-title a:hover {
    color: #1565c0;
}


/*==================================================
card 
===================================================*/
.card-product {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.product-list li a {
    display: block;
    padding: 4px 0;
    color: #495057
}

.product-view-nav.nav-pills .nav-item {
    margin-left: 4px
}

.product-view-nav.nav-pills .nav-link {
    width: 36px;
    height: 36px;
    font-size: 16px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    border-radius: 50%
}

.product-ribbon {
    position: absolute;
    right: 0;
    top: 0
}

.product-detail-imgs .nav .nav-link {
    margin: 7px 0
}

.product-detail-imgs .nav .nav-link.active {
    background-color: #f6f6f6
}

.product-color a {
    display: inline-block;
    text-align: center;
    color: #495057
}

.product-color a .product-color-item {
    margin: 7px
}

.product-color a.active,
.product-color a:hover {
    color: #556ee6
}

.product-color a.active .product-color-item,
.product-color a:hover .product-color-item {
    border-color: #556ee6 !important
}

.visa-card .visa-logo {
    line-height: .5
}

.visa-card .visa-pattern {
    position: absolute;
    font-size: 385px;
    color: hsla(0, 0%, 100%, .05);
    line-height: .4;
    right: 0;
    bottom: 0
}

.checkout-tabs .nav-pills .nav-link {
    margin-bottom: 24px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}

.checkout-tabs .nav-pills .nav-link.active {
    background-color: #556ee6
}

.checkout-tabs .nav-pills .nav-link .check-nav-icon {
    font-size: 36px
}

.email-leftbar {
    width: 236px;
    float: left;
    padding: 20px;
    border-radius: 5px
}

.email-rightbar {
    margin-left: 260px
}

.chat-user-box p.user-title {
    color: #343a40;
    font-weight: 500
}

.chat-user-box p {
    font-size: 12px
}

/*==================================================
accordion
===================================================*/
#faq .card {
    margin-bottom: 2px;
    border: 0;
}

#faq .card .card-header {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 2px;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    display: block;
    text-align: left;
    background: #5d623f;
    padding: 10px;
}

#main #faq .card .card-header .btn-header-link:hover {
    color: #ddae11;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #5d623f;
    color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f105";
}

#faq .card .collapsing {
    height: auto;
    max-height: 180px;
    background: #f5f5f5;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 !important;
}

#faq .card .collapse {
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}

#faq .card .collapse.show {
    height: auto;
    max-height: 180px;
    background: #f5f5f5;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 !important;
}

#faq .card ul.listing {
    list-style: none;
    margin: 0;
    padding: 8px;
}

#faq .card ul.listing li {
    margin: 0;
    padding: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #5d623f;
}

.listing li.hide {
    display: none;
}

.faq-search .search-faq {
    width: 100%;
}

/*Non accordion menu*/
#report .card {
    margin-bottom: 2px;
    border: 0;
}

#report .card .card-header {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 2px;
}

#report .card .card-header .btn-header-link {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-align: left;
    background: #5d623f;
    padding: 10px;
}

#report .card .card-header .btn-header-link:hover {
    color: #ddae11;
}

/* This will work on Firefox */
.collapse {
    scrollbar-width: 0.8vw;
    scrollbar-color: #ddae11 #ddae11;
}

/* Targtes on Chrome, Edge, and Safari */
.collapse::-webkit-scrollbar {
    width: 0.8vw;
    height: 3.4vh;
}

.collapse::-webkit-scrollbar-track {
    background: inherit;
}

.collapse::-webkit-scrollbar-thumb {
    background-color: #ddae11;
    border-radius: 20px;
    border: 2px solid #ddae11;
}

img.production-img {
    width: 100% !important;
    margin: 10px auto;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    z-index: 10;
}

/*==================================================
Button
===================================================*/
.bg-primary {
    background-color: #5d623f !important;
}

.bg-secondary {
    background-color: #ddae11 !important;
}

.bg-light-blue-grey {
    background-color: #e3f2fd !important;
}

.bg-light-blue-grey:hover {
    background-color: #64b5f6 !important;
}

.bg-light-grey {
    background-color: #fafafa;
}

.bg-grey {
    background-color: #eeeeee;
}

.bg-dark-200 {
    background-color: #2f4050;
}

.bg-dark-100 {
    background-color: #293846;
}

.bg-dark-50 {
    background-color: #556270;
}

.bg-blue {
    background-color: #1565c0 !important;
}

.bg-dark-blue {
    background-color: #0d47a1 !important;
}

.bg-teal {
    background-color: #00897b;
}

.bg-dark-teal {
    background-color: #004d40;
}

.bg-light-grey {
    background-color: #f2f5f7 !important;
}

.bg-light-grey-1 {
    background-color: #fafafa !important;
}

.bg-primary-subtle {
    background-color: #EEF3E5 !important;
}

.bg-danger-subtle {
    background-color: #FFCDD2 !important;
}

/*==================================================
Button
===================================================*/
.btn {
    font-size: 13px;
    font-weight: 400;
}

.btn-xss {
    padding: .12rem .30rem;
    font-size: .750rem;
    background: rgba(25, 103, 210, 0.07);
    line-height: 1.4;
    border-radius: 2px;
    color: #1967D2;
    transition: all 300ms ease;
}

.btn.btn-primary {
    background: #5d623f;
    color: #fff;
    border: 1px solid #5d623f;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #5d623f;
    border: 1px solid #5d623f;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-outline-primary {
    color: #5d623f;
    border: 1px solid #5d623f;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
    background: #5d623f;
    border: 1px solid #5d623f;
    color: #ffffff;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-secondary {
    background: #ddae11;
    color: #fff;
    border: 1px solid #ddae11;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
    background: #ddae11;
    border: 1px solid #ddae11;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-outline-secondary {
    color: #ddae11;
    border: 1px solid #ddae11;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary.active {
    background: #ddae11;
    border: 1px solid #ddae11;
    color: #ffffff;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.export-btn {
    color: #5d623f !important;
}

.active-filter {
    color: #ddae11 !important;
}

.btn-add-import {
    background-color: #ddae11 !important;
    color: #fff;
}

/*===============================================
Tables
===============================================*/

table.table {
    margin: 10px 0;
    border-collapse: collapse;
    /* table-layout: fixed; */
    width: 100%;
}

table.table th {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #424242;
    padding: 10px !important;
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
}

table.table td {
    font-size: 12px;
    /* vertical-align: top; */
    background: #fff;
    color: #424242;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px !important;
}

table.table td a {
    text-decoration: none !important;
    font-weight: normal !important;
}

table.table th a {
    text-align: right;
    text-decoration: none !important;
    font-weight: normal !important;
}

table.table td i {
    font-size: 14x;
    font-weight: 500;
}

/* .table tr:nth-child(odd) td {
    background-color: #fff;
}

.table tr:nth-child(even) td {
    background-color: #e8f5e9;
} */

/*==================================================
Footer
===================================================*/
.footer {
    background-color: #5d623f;
    border-top: 4px solid #ddae11;
}

.footer .footer-title {
    padding-bottom: 10px;
    font-family: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.footer .footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 50px;
    background-color: #5d623f;
}

.footer .footer-top {
    padding: 10px 0;
}

.footer strong {
    font-weight: 700 !important;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer li {
    margin-top: 6px;
    padding-top: 6px;
    line-height: 24px;
}

.footer li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #ddae11 !important;
    text-decoration: none;
}

.footer ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #5d623f;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .footer-top .footer-share {
    display: inline-block;
}

.footer .footer-top .footer-share ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.footer .footer-top .footer-share ul li {
    list-style: none;
    display: inline-block;
}

.footer .footer-top .footer-share ul li+li {
    margin-left: 10px;
}

.footer .footer-top .footer-share ul li a {
    font-size: 18px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ddae11;
    transition: all 0.3s ease 0s;
    padding-left: 0;
}

ul .nav-item a:hover {
    color: #ddae11 !important;
}

.footer .footer-top .footer-share ul li a:hover {
    background-color: #5d623f;
    color: #fff;
}

.footer .footer-top .footer-share ul li a:after {
    background: none;
}

.app a:hover {
    filter: brightness(0) invert(1);
}

/* footer bottom */
.footer .footer-bottom {
    border-top: 1px solid #ddae11;
    text-align: center !important;
    padding: 10px 0;
}

.footer .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #fff !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400;
}

.footer .footer-bottom .copyright p:hover,
.footer .footer-bottom .copyright p:focus {
    color: #fff;
}

img.footer-img {
    width: 120px !important;
    width: auto;
    margin: 10px auto;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1.4);
    z-index: 10;
}

.footer-modal {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    border: none;
    border-radius: 12px 12px 0 0 !important;
}

/*=============================================
Icons
============================================*/

i.fa-production {
    content: "";
    background-image: url("../icons/farmer.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-processing {
    content: "";
    background-image: url("../icons/processing.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
    filter: brightness(0) invert(1);
}

i.fa-market-trends {
    content: "";
    background-image: url("../icons/monitor.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-weather {
    content: "";
    background-image: url("../icons/rainy-day.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-logistics {
    content: "";
    background-image: url("../icons/logistics.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-consumption {
    content: "";
    background-image: url("../icons/diet.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-inputs {
    content: "";
    background-image: url("../icons/agronomy.png");
    width: 36px;
    height: 36px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-consumption-sm {
    content: "";
    background-image: url("../icons/diet.png");
    width: 20px;
    height: 25px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-production-sm {
    content: "";
    background-image: url("../icons/farmer.png");
    width: 20px;
    height: 25px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-trading-sm {
    content: "";
    background-image: url("../icons/checkout.png");
    width: 20px;
    height: 25px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
    filter: brightness(0) invert(1);
}

i.fa-table-chart-1 {
    content: "";
    background-image: url("../icons/table-chart.png");
    width: 56px;
    height: 56px;
    display: inline-block;
    background-size: cover;
}

i.fa-bar-chart-1 {
    content: "";
    background-image: url("../icons/bar-chart.png");
    width: 56px;
    height: 56px;
    display: inline-block;
    background-size: cover;
}

i.fa-line-chart-1 {
    content: "";
    background-image: url("../icons/line-chart.png");
    width: 56px;
    height: 56px;
    display: inline-block;
    background-size: cover;
}

i.fa-stacked-bar-chart-1 {
    content: "";
    background-image: url("../icons/stacked-chart.png");
    width: 56px;
    height: 56px;
    display: inline-block;
    background-size: cover;
}

i.fa-pie-chart-1 {
    content: "";
    background-image: url("../icons/pie-chart.png");
    width: 56px;
    height: 56px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-map-chart-1 {
    content: "";
    background-image: url("../icons/map-chart.png");
    width: 56px;
    height: 56px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-playstore {
    content: "";
    background-image: url("../icons/play-store.svg");
    width: 40px;
    height: 40px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-appstore {
    content: "";
    background-image: url("../icons/app-store.svg");
    width: 40px;
    height: 40px;
    color: #fff !important;
    display: inline-block;
    background-size: cover;
}

i.fa-presentation {
    content: "";
    background-image: url("../icons/presentation.png");
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: cover;
}

i.fa-pdf {
    content: "";
    background-image: url("../icons/pdf.png");
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: cover;
}

i.fa-vid {
    content: "";
    background-image: url("../icons/play-button.png");
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: cover;
}

i.fa-read {
    content: "";
    background-image: url("../icons/read.svg");
    width: 32px;
    height: 32px;
    color: #5d623f !important;
    display: inline-block;
    background-size: cover;
}

.fa-read:hover {
    opacity: 0.8;
}

/* =============================
 Video Training
 ==============================*/
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: 0.3s ease;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contain {
    position: relative;
}

.play-icon {
    position: absolute;
    color: black;
    font-size: 2rem;
    cursor: pointer;
    padding-left: 45%;
    bottom: 40%;
}

/* ===============================
 RESEARCH AND PUBLICATION
=================================*/
.research {
    width: 100% !important;
}

.research img {
    width: 100% !important;
    height: 300px;
}

.research h6 {
    margin-top: 5% !important;
    word-break: break-all;
    white-space: normal;
}

.research h6 a:hover {
    color: #ddae11;
    text-decoration: none;
}

.research .content {
    width: 100%;
    margin-top: 1% !important;
    float: left;
    word-break: break-all;
    white-space: normal;
}

.button {
    background-color: #5d623f;
    /* Green */
    border: none;
    color: white;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: white;
}

.status-pill {
    display: inline-block;
    padding: .10rem .5rem;
    font-size: .60rem;
    border-radius: 50rem;
    font-weight: 500;
}

.status-info {
    background: #BBDEFB;
    color: #1565C0;
}

.status-success {
    background: #e6f4ea;
    color: #4CAF50;
}

.status-pending {
    background: #fff4e6;
    color: #b76e00;
}

.status-failed {
    background: #fdecea;
    color: #c53030;
}

/*pagination */
ul.pagination>li.page-item>a {
    background-color: white;
    color: #5d623f;
}

ul.pagination>li.page-item>a:focus,
ul.pagination>li.page-item>a:hover,
ul.pagination>li.page-item>span:focus,
ul.pagination>li.page-item>span:hover {
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

ul.pagination>li.active>a {
    color: white;
    background-color: #5d623f !important;
    border: solid 1px #5d623f !important;
}

ul.pagination>li.page-item .active>a:hover {
    background-color: #5d623f !important;
    border: solid 1px #5d623f;
}

/*error templates */
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

/* custom cluster icon */
.custom-clustericon {
    background: var(--cluster-color);
    color: #fff;
    border-radius: 100%;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.custom-clustericon::before,
.custom-clustericon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: var(--cluster-color);
    opacity: 0.2;
    border-radius: 100%;
}

.custom-clustericon::before {
    padding: 7px;
}

.custom-clustericon::after {
    padding: 14px;
}

.custom-clustericon-1 {
    --cluster-color: #d32f2f;
}

.custom-clustericon-2 {
    --cluster-color: #ff9b00;
}

.custom-clustericon-3 {
    --cluster-color: #ff6969;
}

.error-main {
    background-color: #fff;
    margin-top: 40px;
    padding: 20px;
}

.error-main h1 {
    font-weight: bold;
    color: #444444;
    font-size: 80px;
    text-shadow: 2px 4px 5px #6e6e6e;
}

.error-main h6 {
    color: #42494f;
    font-size: 20px;
}

.error-main p {
    color: #9897a0;
    font-size: 15px;
}

/*===============================================
Map
===============================================*/
#map {
    height: 100%;
    /* width: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    z-index: 100; 
}

.leaflet-container {
    width: 100% !important;
    height: 560px !important;
}

.info {
    height: auto;
    width: 200px !important;
    padding: 6px 8px;
    font: 14px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.my-custom-icon {
    width: 40px !important;
    height: 40px !important;
    padding: 10px 0;
    text-align: center;
    border-radius: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #78909c;
    font-size: 10px;
    font-weight: 600;
}

.my-custom-icon-none {
    width: 0px !important;
    height: 0px !important;
    color: transparent;
    background-color: transparent;
}


/*payments */
.payment-methods ul {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    /* columns: 2; 
    -webkit-columns: 2;
    -moz-columns: 2; */
}

.payment-methods ul li {
    margin: 4px 0;
    height: 48px !important;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
}

.payment-methods ul li img {
    float: right;
    width: 48px !important;
    height: 36px !important;
    padding: 4px 10px;
}

.payment-methods ul li span {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}

/* sidebar container */
.sb-card {
    background: #ffffff;
    /* border-radius: 1rem; */
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.sb-header {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary) 100%);
    color: #ffffff;
    padding: .5rem 1rem;
}

.sb-title {
    font-weight: 600;
    margin: 0;
}

.sb-nav .nav-link {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .6rem 1rem;
    border-left: 3px solid transparent;
    color: #424242;
    border-radius: .5rem;
    transition: all .2s ease;
}

.sb-nav .nav-link:hover {
    background: #f7f9f7;
    color: #5D623F;
}

.sb-nav .nav-link.active {
    background: #EEF3E5;
    color: #5D623F;
    /* font-weight: 600; */
}

.sb-footer {
    border-top: 1px dashed #e9ecef;
    padding: .85rem 1rem;
    font-size: .875rem;
    color: #6c757d;
}

/* Mobile: make sidebar full-width; desktop: fixed width */
/* @media (min-width: 992px) {
    .sb-container {
        width: 260px;
    }
} */

/*avatar */
.avatar-xs {
    height: 2rem;
    width: 2rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EEF3E5;
    color: #fff;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group,
.avatar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


/* Global pagination theme */
/* Base */
.pagination .page-link {
    color: #5D623F;
    font-size: 12px !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-link:hover {
    color: #5D623F;
    background-color: #e9f2ff;
    border-color: #bed8ff;
}

/* Active page */
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #5D623F;
    border-color: #5D623F;
}

/* Disabled */
.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}