/***
 Theme Name:  merinda
 Theme URI:   http://demos.alithemes.com/merinda
 Description: WordPress Theme like Medium Blog Platform
 Author:    alithemes.com
 Author URI:  http://alithemes.com
 Version:   2.1
 License:   GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
  1. GENERAL
  2. FONTS & TYPOGRAPHY
  3. BEGIN STYLE
      Top Search
      Progress bar
      Meta
      Back to top
      Image zoom
      Transition
      Pagination
  4. HEADER
      Main menu
      Mobile menu
  5. FOOTER
  6. ELEMENTS
      Pagination
      Form
  7. ARCHIVE
  8. SINGLE POST
  9. PAGEs
  10. OTHER
***/

:root {




  --blue: #1769ff;
  --redTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23EA455F'/%3E%3C/svg%3E%0A");
  --greenTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%234CAF50'/%3E%3C/svg%3E%0A");
  --whiteTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  --close: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1.414 16.586 0 9 7.586 1.414 0 0 1.414 7.586 9 0 16.586 1.414 18 9 10.414 16.586 18 18 16.586 10.414 9 18 1.414Z' fill='%23B1B8C9'/%3E%3C/svg%3E");
  --entpIcon: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.813 11.077 21 1.155l17.187 9.922v19.846L21 40.845 3.813 30.923V11.077Z' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='21' cy='21' r='8' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

html {
/*  color: var(--baseColor);
  font-family: var(--fontFamily);
  font-size: var(--baseSize);
  line-height: var(--baseLineHeight);
*/  
}
/* GENERAL */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background:#FAFAFA;
    text-rendering: optimizeLegibility;
    /*animation: fadeInAnimation ease 3s;*/
    /*animation-iteration-count: 1;*/
    /*animation-fill-mode: forwards;*/
}
/*@keyframes fadeInAnimation {*/
/*            0% {*/
/*                opacity: 0;*/
/*            }*/

/*            100% {*/
/*                opacity: 1;*/
/*            }*/
/*        }*/
a:hover {
    text-decoration: none;
}

.text-danger {
    color:#FF6F61 !important;
}
.badge-danger {
    background-color:#FF6F61 !important;
}
.text-danger a{
    text-decoration: underline;
}
a.comm:hover{
    text-decoration: underline; 
}

.canvasjs-chart-credit {
    display: none !important;
}
.container {
    position: relative;
}

.logo img {
    max-width: 200px;
}

.carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(64deg, transparent, black);
    opacity: 1;
}

.carousel-caption hr {
    background: #CCC;
}

.carousel-caption {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 20%;
    width: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: justify;
    font-size: 18px;
}

.carousel-caption h2 {
    font-stretch: expanded;
}

.carousel-item .featured {
    border: 2px solid white;
    padding: 0px 5px;
    position: absolute;
    color: white;
    font-size: 22px;
    top: 15px;
    left: 15px;
    border-radius: 3px;
}

.carousel-caption a {
    color: white;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.stars .far {
    font-size: 26px;
    color: gold;
}

.poppins-font {
    font-family: 'Poppins', sans-serif !important;
}
.cabin-font {
    font-family: 'Cabin', sans-serif !important;
    font-size: 12px !important;
}

.tag_button:hover,
a.tag_button:hover {
    background: #191919 !important;
    color: white !important;
}
.tag_button.active,
a.tag_button.active {
    background: #191919 !important;
    color: white !important;
}
/*
.tag_button:hover {
    background: #191919 !important;
    color: white !important;
}
.tag_button.active {
    background: #191919 !important;
    color: white !important;
}
*/

.tooltip1 {
  position: relative;
  display: inline-block;

}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #191919;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size:16px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}  
.notification-unread {
    background-color:#dc3545;
    display: inline-block;
    position: absolute !important;
    right: 0px;
    top: 25px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    font-size:16px;
}  
  

.line-height-1{
    line-height: 1.2 !important;
}
footer li a:hover {
    color: #f93b37 !important;
}

footer .copyright p {
    color: #9b9b9b !important;
}

footer .copyright a {
    color: #efefef !important;
}

.rounded-tag {
    border-radius: 50px !important;
    margin: 5px;
}

.google-button {
    background: #e84438 !important;
    padding: 10px;
    color: white !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 22px;
    border-radius: 50px
}

.google-button:hover {
    background: white !important;
    color: #e84438 !important;
}

.x-button {
    background: black !important;
    padding: 10px;
    color: white !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 22px;
    border-radius: 50px
}

.x-button:hover {
    background: white !important;
    color: black !important;
}

.facebook-button {
    background: #0866ff !important;
    padding: 10px;
    color: white !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 22px;
    border-radius: 50px
}

.facebook-button:hover {
    background: white !important;
    color: #0866ff !important;
}

.entry-title,
.entry-title a:hover,
.entry-title-2,
.entry-title-2 a:hover {
    /*    color: rgba(0, 0, 0, .84) !important;
    fill: rgba(0, 0, 0, .84) !important;
    */
    color: #e84438 !important;
}

.entry-title {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    --x-height-multiplier: 0.342 !important;
    --baseline-multiplier: 0.22 !important;
    transform: translateY(.96px);
    letter-spacing: -.017px !important;
    text-transform: capitalize;
}

h2.index-h2 {
    font-size:30px !important;
}
.entry-title-2 {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    --x-height-multiplier: 0.342 !important;
    --baseline-multiplier: 0.22 !important;
    transform: translateY(.96px);
    letter-spacing: -.017px !important;
    text-transform: capitalize;
    
}

.single h1.entry-title,
.single h1.entery-title-2 {
    font-weight: 700;
    text-transform: capitalize;
}
h1.entry-title-2 {
    font-size: 42px !important;
    line-height: 52px !important;
}
h2.entry-title-2 {
    font-size: 24px !important;
    line-height:30px !important;
}
h1.entry-title {
    font-weight: bold;
    text-transform: capitalize;
}
h2.entry-title {
    font-size: 1.8em;
    font-weight: bold;
    text-transform: capitalize;
}

h3.entry-title {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: capitalize;
}

h4.entry-title {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
}

h5.entry-title {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
}

.entry-excerpt {
    color: rgba(0, 0, 0, .54) !important;
    fill: rgba(0, 0, 0, .54) !important;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    text-rendering: optimizeLegibility;
}

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}

.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content h5,
.entry-main-content h6 {
    margin: 1.25rem 0 1.875rem 0;
}

h1 {
    font-size: 1.871em;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0px;
}

h2 {
    font-size: 1.694em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.75px;
}

h3 {
    font-size: 1.482em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.67px;
}

h4 {
    font-size: 1.229em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0px;
}

h5 {
    font-size: 1.118em;
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: 0px;
}

h6 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.34px;
}

h2.entry-title {
    margin-top: 0;
}

::-moz-placeholder {
    opacity: 1;
}
.entry-main-content a{
      text-decoration: underline;
}
.text-light .entry-title a {
    transition: all 0.2s linear;
    background: linear-gradient(to right, #fff 0%, #fff 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 85%;
}

.text-light .entry-title a:hover {
    text-decoration: none;
    background-size: 100% 1px;
}

img {
    max-width: 100%;
}

.divider {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-top: 1.5rem;
    margin-bottom: 2.25rem;
}

.divider-2 {
    position: relative;
    margin-bottom: 2.25rem;
}

hr.section-divider {
    margin-top: 52px;
    margin-bottom: 42px;
    display: block;
    border: 0;
    text-align: center;
    overflow: visible;
}

hr.section-divider::before {
    --x-height-multiplier: 0.342;
    --baseline-multiplier: 0.22;
    font-family: medium-content-slab-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: .6em;
    content: '...';
    display: inline-block;
    margin-left: .6em;
    color: rgba(0, 0, 0, .68);
    position: relative;
    top: -30px;
}

.bgcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.clearfix {
    clear: both;
    height: 0;
    line-height: 0;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.no-gutter {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-gutter .entry-content {
    padding: 0 5%;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.bg-lightblue {
    fill: whitesmoke !important;
    background: whitesmoke !important;
    border-radius: 0px;
}
.btn{
    border-color:#191919;
}
.btn-success {
    color: #fff;
    background-color: #03a87c;
    border-color: #03a87c;
}

.small-text {
    font-size: 0.875em;
}

.padding_20 {
    padding: 20px !important;
}

.padding_30 {
    padding: 30px !important;
}

.padding_40 {
    padding: 40px !important;
}

a.read-more:hover {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0);
}

.text-light a.read-more {
    background: none;
}

.m_b_1rem {
    margin-bottom: 1rem;
}

.m_b_2rem {
    margin-bottom: 2rem;
}

.m_b_3rem {
    margin-bottom: 3rem;
}

.m_b_4rem {
    margin-bottom: 3rem;
}

.m-l--15 {
    margin-left: -15px;
}

.btn-green {
    border-width: 1px;
    border-style: solid;
    padding: .3rem .8rem; 
/*    padding: 5px 0px !important;
    width: 70% !important;
    margin:auto;
    margin-top:10px; */
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 300;
}

.btn-green.active {
    background: #191919;
    color: white !important;
}

.btn-green.hover {
    background: #191919;
    color: white !important;
}
.author .author-tabs a.active {
    text-decoration: underline;
    text-underline-offset: 14px;
    text-decoration-thickness: 2px;
    font-weight:600;
}
.author .author-tabs a{
    height:50px;
}
.myblog_posts{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin:20px;
}
.width-70 {
    padding: 5px 0px !important;
    width: 70% !important;
    margin:auto;
    margin-top:10px; 
}

.link-green {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 300;
}

.spanborder {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 1.8rem;
    font-weight: 700;
}

.spanborder span {
    border-bottom: 1px solid rgba(0, 0, 0, .53);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: -1px;
}

.capsSubtle {
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 0.8em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .54) !important;
    fill: rgba(0, 0, 0, .54) !important;
    letter-spacing: -1px;
}

.unfollow-author {
    width:auto;
    padding-left:20px;
    padding-right:20px;
    color: white !important;
    background-color:#191919 !important;
}

.follow-author {
    width:auto;
    padding-left:20px;
    padding-right:20px;
}

/* FONTS & TYPOGRAPHY */

body {
    font-size: 16px;
    /*
    color: rgba(0, 0, 0, .84);
    */
    color: #242424;
    background: #FAFAFA;
}

body,
.entry-meta,
.heading-font {
    font-family: 'Cabin', sans-serif;
}

.entry-meta .ratings .far.gold,
.ratings .far.gold {
    color: gold;
}

.entry-meta .fa {
    font-size: 12px;
}

.content-social-author .fab {
    font-size: 30px;
}

.menu-primary,
.capsSubtle,
.mobi-menu nav {
    font-weight: bold;
    /*    font-family: 'B612 Mono', monospace; */
}

.entry-header,
.entry-wraper .excerpt,
.entry-wraper .entry-main-content {
    /*    font-family: 'Lora', serif; */
}


/*BEGIN STYLE*/

#content {
    max-width: 100%;
    /*  padding-top: 2rem; */
}


/*Top Search*/

.search-popup {
    display: none;
    text-align: center;
    position: relative;
    margin-top: 50px;
    padding: 2rem 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
}

a.searh-toggle:hover,
a.searh-toggle:focus,
a.searh-toggle:active {
    text-decoration: none;
    color: rgba(0, 0, 0, .54) !important;
}

.search-form {
    border-radius: 50px;
}

.search-form.open-search {
    border: 1px solid rgba(0, 0, 0, .34);
}

input.search_field {
    
    background: white !important;
    height: 40px;
    border: 0;
    transition-duration: 0.2s;
    max-width: 300px;
    color: rgba(0, 0, 0, .54) !important;
    /*color: white !important;*/
}

.header-right .search-form input.search_field {
    width: 0;
    display: none;
    height: 30px;
}

.search-form.open-search .search_field:focus {
    /*background: none;*/
    border: 0;
    background:black !important;
    color:white !important;
}

.header-right .search-form {
    padding: 0;
}

.header-right .search-form.open-search input.search_field {
    width: 250px;
    transition-duration: 0.2s;
    display: inline-block;
    background:black !important;
    color:white !important;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    background-color: rgba(0, 0, 0, .54);
}

.menu-search-form {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.menu-search-form input {
    height: 40px;
    border-radius: 50px;
    color: rgba(0, 0, 0, .54) !important;
    border: 1px solid rgba(0, 0, 0, .34);
}


/*Progress bar*/

.top-scroll-bar {
    height: 1px;
    width: 0px;
    z-index: 9999999;
    position: fixed;
    top: 0;
}

.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.sticky-header {
    padding: 10px 0;
    height: 50px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    background: #fff;
}

.sticky-header .logo-small {
    display: block;
    float: left;
}

.sticky-header .author-avatar {
    float: right;
    margin-right: 12px;
}

.sticky-header .social-network {
    margin-top: 3px;
    float: right;
}

.header-right .social-network li {
    display: inline-block;
}

#wrapper {
    min-height: 100%;
    position: relative;
    padding-top: 50px;
}

.boxed #wrapper {
    width: 80%;
    margin: 40px auto;
    background: #fff;
    box-shadow: 0 0 46px #a1c3ff;
}


/*Meta*/

.entry-meta {
    /*color: rgba(0, 0, 0, .54) !important;*/
    /*fill: rgba(0, 0, 0, .54) !important;*/
    font-size: 0.8rem;
    line-height: 1.2;
}

.entry-meta .author-avatar {
    float: left;
    margin: -3px 15px 0 0;
}

.entry-meta .author-avatar img {
    height: 40px;
    width: 40px;
}

.middotDivider {
    padding-right: 1em;
    font-size: 16px;
    position: relative;
}

.middotDivider::after {
    content: '';
    width: 2px;
    height: 2px;
    background: rgba(0, 0, 0, .54) !important;
    position: absolute;
    top: 50%;
    left: 45%;
}

.svgIcon {
    color: rgba(0, 0, 0, .54) !important;
    fill: rgba(0, 0, 0, .54) !important;
    font-size: 15px !important;
}


/* Back to top */

.back-to-top {
    position: fixed;
    bottom: 10%;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 9999;
    transform: rotate(90deg);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1;
    background: rgb(255, 255, 255);
}

.back-to-top i {
    font-size: 12px;
}

.back-to-top span {
    padding-left: 10px;
}


/* Image zoom */

.zoom {
    overflow: hidden;
}

.zoom img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    max-width: 100%;
}

.zoom:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


/*Transition*/

.read-more,
.popup-close {
    transition: color 0.2s ease, background 0.6s ease, border-color 0.2s ease;
}


/* HEADER */

.dropleft a:before,
.dropleft span:before {
    display: none !important;
}

.navbar-brand {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 0px;
    color: #222222;
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.navbar .account-menu.desktop ul li {
    flex: auto;
}

header .logo-wrapper {
    margin-bottom: 0px;
    padding: 15px 0;
    width: 100%;
    z-index: 1;
    position: relative;
}

.searh-toggle {
    float: left;
}

.top-menu a,
.searh-toggle,
.search-form {
    color: rgba(0, 0, 0, .5);
    font-size: 0.875rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 0.1px;
    line-height: 30px;
}

.top-menu a.btn {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 0 .8rem;
    border-radius: 3px;
    margin-left: 1rem;
    color: rgba(0, 0, 0, .84);
}

.social-network a:hover,
.top-menu a:hover,
.searh-toggle:hover {
    color: rgba(0, 0, 0, .7);
}

.social-network a {
    color: rgba(0, 0, 0, .54);
    border-radius: 50%;
    font-size: 13px;
    margin-left: 0.2rem;
    border: 1px solid rgba(0, 0, 0, .34);
    width: 26px;
    height: 26px;
    display: block;
    line-height: 23px;
    text-align: center;
    padding: 0;
}

.author-avatar {
    margin-left: 1rem;
    text-transform: capitalize !important;
}

.author-avatar img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    max-width: unset;
    object-fit: cover;
    background: #CCC;
}

header {
    position: relative;
    padding: 1rem 0 1rem 0;
    width: 100%;
    color: #fff;
    background-color: white;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
}


/* MAIN-MENU */

#main-menu {
    /*width: 100%;
        text-align: justify;
    text-align: left;
    */
}

#main-menu.stick {
    padding: 0.8rem 0;
}

.archive #main-menu.stick {
    padding-top: 20px;
    padding-bottom: 20px;
}

.scroll-to-fixed-fixed {
    background: #fff;
}

#main-menu.scroll-to-fixed-fixed .menu-top .logo-wrapper {
    margin: 0;
}

#main-menu .menu-top {
    height: 0;
    overflow: hidden;
}

#main-menu .menu-top .logo-wrapper {
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #000000;
}

#main-menu .menu-top .logo-wrapper .logo {
    display: block;
    float: left;
    text-align: left;
}

#main-menu .menu-top .logo-wrapper .logo img {
    margin: 0;
}

#main-menu .menu-top .logo-wrapper .social-search {
    list-style: none;
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
}

#main-menu .menu-top .logo-wrapper .social-search>li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    border-right: 1px solid #fff;
    margin-right: 0;
}

#main-menu .menu-top .logo-wrapper .social-search>li:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
}

#main-menu .menu-top .logo-wrapper .social-search>li:hover>ul {
    display: block;
}

#main-menu .menu-top .logo-wrapper .social-search>li>ul {
    display: none;
    position: absolute;
    padding-top: 10px;
    list-style: none;
}

#main-menu .menu-top .logo-wrapper .social-search>li>ul>li {
    padding: 5px 10px;
    background: #fff;
}

#main-menu .menu-top .logo-wrapper .social-search>li>ul>li:first-child {
    padding-top: 12px;
}

#main-menu .menu-top .logo-wrapper .social-search>li>ul>li:last-child {
    padding-bottom: 12px;
}

#main-menu .menu-top .logo-wrapper .social-search>li>ul>li a {
    color: #000000;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#main-menu .menu-top .logo-wrapper .social-search>li>ul>li a:hover {
    color: #341fff;
}

#main-menu .menu-top .logo-wrapper .social-search>li>a {
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#main-menu .menu-top .logo-wrapper .social-search>li>a:hover {
    text-decoration: none;
}

#main-menu .menu-top .logo-wrapper .social-search>li:first-child {
    border-right: 1px solid #000000;
}

#main-menu .menu-top .logo-wrapper .social-search>li>a {
    color: #000000;
}

#main-menu .menu-primary {
    height: 20px;
}

#main-menu .menu-primary ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#main-menu .menu-primary ul>li {
    display: inline-block;
    position: relative;
    /*    padding: 0 0 16px 0; */
    padding: 0 16px 0 0;
}

#main-menu .menu-primary ul>li>a {
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
}

#main-menu .menu-primary ul>li>a:hover {
    color: rgba(0, 0, 0, .7)
}

#main-menu .menu-primary>span {
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
}

#main-menu .menu-primary ul.sub-menu {
    display: none;
}

#main-menu .menu-primary li:hover ul.sub-menu {
    display: block;
}

#main-menu .menu-primary ul.sub-menu {
    border: medium none;
    border-top: 0 none;
    display: none;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 100;
    left: 0;
    padding: 0;
    background: #fff;
    padding: 10px 20px;
    min-width: 220px;
    margin-left: -20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .12);
}

#main-menu .menu-primary li ul.sub-menu li {
    display: block;
    line-height: 1.2;
    padding: 10px 0 !important;
}

#main-menu .menu-primary li ul.sub-menu a {
    display: inherit;
    line-height: 1;
}

#main-menu.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
}


/* MOBILE MENU*/

.menu-toggle-icon {
    height: 30px;
    width: 30px;
    z-index: 99999;
    position: absolute;
    right: 15px;
}

.menu-toggle-icon>span {
    background-color: rgba(0, 0, 0, .84);
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: height 100ms;
}

.menu-toggle-icon>span:after,
.menu-toggle-icon>span:before {
    content: '';
    background-color: rgba(0, 0, 0, .84);
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all 200ms;
}

.menu-toggle-icon>span:after {
    top: -7px;
}

.menu-toggle-icon>span:before {
    bottom: -7px;
}

.menu-toggle-icon.act>span {
    height: 0;
}

.menu-toggle-icon.act>span:after,
.menu-toggle-icon.act>span:before {
    top: 1px;
}

.menu-toggle-icon.act>span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle-icon.act>span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Main menu block */

.mobi-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu-toggle-icon.act>span::after,
.menu-toggle-icon.act>span::before {
    background: #000;
}

.mobi-menu.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobi-menu.act ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobi-menu {
    text-align: center;
}

.mobi-menu ul {
    list-style: none;
    width: 65%;
    margin: 0 auto;
}


/*show the second levele menu of the selected voice*/

.mobi-menu .open-submenu ul.sub-menu {
    max-height: 800px;
    transition: max-height 0.5s ease-in;
    margin-top: 1rem;
}


/*style for the second level menu*/

.mobi-menu ul.sub-menu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    transition: max-height 0.5s ease-out;
    position: relative;
    min-width: 100%;
}

.mobi-menu .open-submenu ul.sub-menu {
    width: 100%;
}

.mobi-menu .open-submenu ul.sub-menu li {
    padding: .8rem 0;
    border: 0;
}

.mobi-menu .open-submenu ul.sub-menu li a {
    font-size: 0.875rem;
}

.mobi-menu li {
    padding: 0.5rem 0;
    line-height: 1;
    position: relative;
}

.mobi-menu li:first-child {
    border: 0;
}

.mobi-menu li a {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    font-size: 0.875rem;
}

.mobi-menu li.menu-item-has-children .sub-menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mobi-menu .sub-menu-toggle::after {
    content: '\e801';
    font-family: "fontello";
    display: inline-block;
    margin-left: 10px;
}

.mobi-menu .open-submenu .sub-menu-toggle::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobi-menu .mobi-menu__logo {
    margin: 5.3rem 0 3rem 0;
    font-size: 3rem !important;
    line-height: 1;
}

.mobi-menu .mobi-menu__socials {
    position: absolute;
    z-index: 1;
    left: 0;
    display: block;
    width: 100%;
    bottom: 3rem;
}


/*FOOTER*/

footer .social-network li {
    margin: 0 !important;
}

footer .social-network a {
    color: black !important;
    background: white;
    border: 1px solid white !important;
}

footer .footer_ul {
    list-style: none;
    margin-left: 5px;
}
.footer_ul {
    list-style: none;
    margin-left: 5px;
}
.copyright {
    font-size: .875rem;
}


/*ELEMENTS*/


/*Pagination*/

ul.page-numbers {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
}

ul.page-numbers i {
    font-size: .875em;
}

ul.page-numbers li {
    display: inline-block;
    padding: 0 10px 0 0;
}

ul.page-numbers li a {
    color: rgba(0, 0, 0, .54) !important;
}

ul.page-numbers li span.current {
    color: rgba(0, 0, 0, .84) !important;
    display: block;
    text-align: center;
    font-weight: bold;
}


/*Form*/

.form-control {
    height: 50px;
    /*    line-height: 50px; */
    padding: 15px;
    background: none;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    font-size: .875rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dee2e6 !important;
}

textarea.form-control {
    min-height: 160px;
    resize: none;
    padding: 10px 20px;
    line-height: 22px;
}

.submit-btn {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    border-radius: 50px;
    font-size: 0.875rem;
    padding: .8em 1.8em .7em;
    font-size: .785em;
}

.submit-btn:hover {
    color: #fff;
}

.form-control:focus {
    color: #5f656b;
    background: none;
    outline: 0;
    box-shadow: none;
}

#comments input.submit {
    max-width: 250px;
}


/*ARCHIVE*/

.archive-intro {
    max-width: 500px;
    margin: 0 auto;
    color: rgba(0, 0, 0, .54) !important;
}

.post-setting .dropdown-toggle:after {
    display: none;
}


/*SINGLE POST*/

.single-header {
    padding: 2rem 0 4rem 0;
}

.row-flex figure {
    width: 45%;
}

.row-flex .entry-content {
    justify-content: center;
    align-self: center;
    padding-left: 30px;
    flex: 1;
    text-align: left;
}

.sing-header .meta span {
    margin-right: 10px;
}

.meta .author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline;
    margin: -5px 5px 0 0;
}

.entry-wraper {
    position: relative;
    background:#FAFAFA;
}

.entry-wraper .excerpt {
    color: inherit;
    /*    font-weight: 600; */
    font-size: 1.345rem;
}

.entry-main-content {
    line-height: 1.8;
    font-size: 1.25rem;
    margin-bottom: 4rem;
}

.entry-main-content p {
    margin-bottom: 1.5rem;
    color: #242424 !important;
}

blockquote {
    position: relative;
    border-left: 0;
    padding: 0px 30px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-style: italic;
}

blockquote::before {
    content: "";
    top: 0px;
    height: 100%;
    left: 0;
    width: 4px;
    position: absolute;
    background: #000;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}


/*Social share icons*/

.entry-left-col {
    position: absolute;
    left: -20%;
    height: 200vh;
    z-index: 2;
    top: 3rem;
    bottom: 0;
}

.social-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.social-sticky a {
    display: block;
    color: rgba(0, 0, 0, .54);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .34);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0.5rem;
    font-size: 16px;
    padding-top:0px;
}

.dropcap p:first-child:first-letter {
    font-size: 4em;
    float: left;
    margin-top: .15em;
    margin-right: 0.15em;
    line-height: 1;
}

.dropcap blockquote p:first-child:first-letter {
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    float: none;
}


/*single tags*/

.entry-bottom {
    margin: 0 0 2rem 0;
    font-size: 1.125em;
}

.tags-wrap {
    margin: 1.5rem 0;
}

.tags-wrap a {
    background: rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-size: 0.875rem;
    padding: 6px 12px;
    margin-right: 3px;
}

.social-network {
    flex-direction: row;
}

.row-sb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
}

/*Author box*/

.entry-main-content .box.box-author a {
    color: rgba(0, 0, 0, .84) !important;
}

.post-author {
    overflow: hidden;
    padding: 50px;
}

.author-img {
    margin-right: 30px;
    position: relative;
}

.author-img>img {
    max-width: 120px;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.author-content {
    vertical-align: middle;
}

.post-author .top-author {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.top-author {
    font-family: 'Poppins', sans-serif !important;
    color: #191919 !important;
    font-size: 1.118rem;
    line-height: 1.35em;
    font-weight:400;
}

.author-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0px 0 10px;
    display: block;
    margin: 0;
}

.author-content p {
    margin: auto;
    color: #555;
}

.post-author .content-social-author {
    padding-top: 15px;
}

.author-content .author-social {
    padding-right: 15px;
    font-size: 16px;
}


/*Related posts*/

.related-posts h3 {
    text-align: left;
}


/*PAGEs*/


/*contact*/

input:focus,
textarea:focus,
/*button:focus,*/
select:focus {
    border: 1px solid #888890;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/*
input {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
    padding: 7px 15px;
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    color: rgba(0, 0, 0, 0.54);
}
*/

textarea,
select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 7px 15px;
    background: white;
    border: 1px solid #ebebeb;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    color: rgba(0, 0, 0, 0.54);
}
/*
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    border-style: solid;
    padding: 0 20px;
    border-radius: 3px;
    cursor: pointer;
    width: unset;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    
}
*/

/*404*/

.page-404 .entry-wraper {
    min-height: 500px;
}

.page-404 .entry-wraper h1 {
    font-size: 8em;
}

.page-404 .search-form {
    max-width: 400px;
    margin: 0 auto;
    line-height: 40px;
    padding-left: 15px;
}


/*Gallery*/

.gallery figcaption {
    display: none;
}

.gallery-item {
    position: relative;
}

.gallery-item::after {
    content: '\e80e';
    position: absolute;
    z-index: 1;
    top: .5rem;
    right: 1rem;
    font-family: "fontello";
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
}

.gallery-item:hover::after {
    opacity: 1;
    transition-duration: .4s;
}


/*Elements*/

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.entry-main-content dd,
.single-comment dd {
    margin: 0 0 1.65em;
}

.entry-main-content ul {
    list-style: disc;
    padding-left: 1rem;
}

.entry-main-content ul li {
    list-style: disc;
}

ul ul,
ol ol {
    margin-left: 0.5rem;
}

ol {
    float: none;
    list-style: decimal inside;
    margin-left: 1.5rem;
}

ol li {
    list-style: decimal;
    width: 100%;
}

ol li:last-child {
    margin-bottom: 5px !important;
}

table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
    border-collapse: collapse;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-color: rgba(0, 0, 0, 0.06);
}

table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-color: rgba(0, 0, 0, 0.06);
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*OTHER*/

button.owl-prev:hover,
button.owl-next:hover {
    background: none !important;
}

.signup-box {
    background: #E3DFF5;
    border-radius: 10px;
    margin: 0 auto;
    color: #2E2E2E;
}
.signup-box a {
    color: #ffffff !important;
    text-decoration: none;
}
.signup-box a:hover {
    color: #FF6F61 !important;
    text-decoration: none;
}
.border-radius-10 {
    border-radius: 10px;
}

.user_login {
    background: #bdbdbd;
    width: 35px;
    height: 35px;
    line-height: 32px !important;
    text-align: center;
    border-radius: 50%;
}

.author-avatar.dropdown-toggle:after {
    content: unset;
}
.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
    
  padding: 0 15px;
}
.myprofile .profile-dp {
    width: 150px;
    height: 150px;
    background: url(../../images/loader.gif) white;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid white;
    object-fit: cover;
}

.myprofile .upload-dp {
    position: absolute;
    background: #e7453b;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50px;
    cursor: pointer;
    color: white;
    font-size: 12px;
    top: 10px;
}

.myprofile .upload-dp:hover {
    background: #0a4a65;
    transition: .5s;
}

.myprofile .date-reg {
    top: -35px;
    left: -35px;
}

.rank-icon {
    width: 35px;
}

.status {
    background: #341fff;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.status.active {
    background: #00bd06;
}

.status.pending {
    background: #9a9a9d;
}

.status.suspended {
    background: red;
}

input.valid,
textarea.valid {
    background: url("../../images/check.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-origin: content-box;
}

input.invalid,
textarea.invalid {
    background: url("../../images/cross.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.words_count {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.topics .topic-box {
    width: 24%;
}

.topics .topic-box .tag_button {
    top: 5px;
    right: 5px;
    padding: 5px 0px !important;
    width: 70% !important;
    margin:auto;
    margin-top:10px;
}

.tag_button {
    cursor: pointer;
    
/*    
    padding: 5px 0px !important;
    width: 70% !important;
    margin:auto;
    margin-top:10px;
*/    
}

.membership label {
    cursor: pointer;
}

.membership .box:hover {
    background-color: #f14033 !important;
    transition: .5s;
    color: white;
}

.membership input[type="checkbox"]:checked+label {
    background-color: #f14033 !important;
    color: white;
    cursor: pointer;
}

.membership input[type="radio"] {
    display: none;
}

.membership input[type="radio"]:checked+label {
    background-color: #03a87c !important;
    color: white;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-item:active {
 background-color: #eee;   
} 

.btn-primary {
border-width: 1px;
border-style: solid;
padding: .3rem .8rem;
border-radius: 3px;
font-size: 0.875rem;
font-weight: 300;   
color: #FFFFFF !important;
fill: #FFFFFF !important;
user-select: none;
background-color: #647DEE;
border: 1px solid #647DEE;
}    

.btn-primary:hover {
border-width: 1px;
border-style: solid;
padding: .3rem .8rem;
border-radius: 3px;
font-size: 0.875rem;
font-weight: 300;   
color: #fff !important;
fill: #fff !important;
user-select: none;
background-color: #526AC4 !important;
border: 1px solid #526AC4 !important;
}    
.highlight {
    background: #e84233;
    color: white;
}

.highlight-2 {
    background: #0c4f6b;
    color: white;
}

.posts article figure img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.posts article .related figure img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.form-inline .form-control {
    line-height: unset !important;
    height: auto !important;
    padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: sans-serif;
    color: #787676 !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
    height: 50px !important;
    padding: 12px;
    font-size: .875rem;
    border-radius: 2px !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-family: inherit;
}

.post-story .select2-container {
    line-height: 27px;
}

.post-story .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px !important;
    vertical-align: unset !important;
    margin-top: 0px !important;
}

.post-story .select2-container .select2-search--inline .select2-search__field {
    vertical-align: middle !important;
    margin-top: unset !important;
    height: 30px !important;
}


/*
.posts article .views {
    position: absolute;
    left: 15px;
    background: rgb(0 0 0 / 75%);
    padding-right: 6px;
    padding-left: 6px;
    color: white;
    line-height: 17px;
    border-radius: 25px;
}
*/

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px !important;
    cursor: pointer !important;
    float: right !important;
    background: red !important;
    font-weight: bold;
    height: 13px !important;
    margin-right: 10px !important;
    line-height: 0px !important;
    padding: 5px 2px !important;
}

.header-right .new-post,
.sticky-header .new-post {
    font-size: 14px;
    color: black;
    /*border: 1px solid #00000069;*/
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.sticky-header .logo img {
    width: 150px;
}

.header-right .new-post-dropdown,
.sticky-header .new-post-dropdown {
    color: black;
    /*    width:115px; */
    margin-right: 25px;
    text-align: left;
}

.searchdiv button[type="submit"] {
    background-color: white !important;
    border: 0px;
}

.searchdiv {
/*    position: fixed; */
    top: 20px;
    display: none;
    background: white;
    min-width: 300px;
    margin: 0 auto;
    right: 25%;
}
.searchdiv .search_field {
    border-radius:20px;
}

.searchdiv button[type="submit"]:hover {
    background-color: #084d64 !important;
    color: white;
}

.header-right .dropdown .dropdown-menu,
.sticky-header .dropdown .dropdown-menu {
    border: 0px;
    border-radius: 0px !important;
    box-shadow: 0px 0px 3px #CCC;
}

.dropdown .dropdown-menu .border-bottom-2 {
    border-bottom: 2px solid #ebebeb;
}
.dropdown-menu.show {
    left: -150px !important;
    transform: translate3d(-5px, 20px, 0px) !important;
}    

.header-right .new-post-dropdown.dropdown-toggle::after,
.sticky-header .new-post-dropdown.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle:empty::after {
    display: none;
}

.dropdown-toggle::after {
    display: none;
}

.bg-red {
    background-color: red;
}

.bg-gray {
    /*background: #e8e8e8;*/
    background: #efefef;
}

.bg-black {
    background: black;
    color: white !important;
}

.bg-white {
    background-color: #FAFAFA !important;
}

.bg-light {
    background-color: #f1f1f1;
}

.bg-lighter {
    background-color: #fbfbfb;
}

.bg-green {
    background-color: #00bd06;
}

.bg-light-green {
    background-color: #e9ffea;
}

.box-shadow-gray {
    box-shadow: 1px 1px 1px #e3e3e3;
}

.bg-pink {
    background-color: rgb(255 214 221 / 58%);
}

.bg-red {
    background-color: #df5041;
}

.text-black {
    color: black !important;
}

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

.text-red {
    color: red !important;
}

.text-shadow-0 {
    text-shadow: 0px 0px 0px black;
}

.text-shadow-1 {
    text-shadow: 1px 1px 1px black;
}

.fa.fa-ellipsis-v,
.fas.fa-ellipsis-v {
    background: #f8f8f8;
    height: 20px;
    width: 20px;
    line-height: 22px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}

.loader {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
    position: fixed;
    z-index: 999999999999;
    text-align: center;
    color: white !important;
    top: 0;
}

.loader .fa {
    margin: 20% auto;
    color: white;
}

.ql-align-center {
    text-align: center;
}

#editor {
    background: white;
    min-height: 375px;
}

.story-status {
    display: inline-block;
    width: auto;
    height: 32px;
    padding: 0 20px;
    font-size: 1.25rem;
    appearance: auto;
    vertical-align: middle;
}

.user-status {
    display: inline-block;
}

.user-status.active {
    color: #3CB371;
    font-size: 35px;
    vertical-align: middle;
}

.user-status.suspended {
    color: red;
    font-size: 25px;
    vertical-align: middle;
}

.user-status.pending {
    color: blue;
    font-size: 25px;
    vertical-align: middle;
}

.user-stat-box {
    border: 1px solid #f7f7f7;
}

.user-stat-box small {
    font-size: 22px;
}

.blog .header-photo {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.directory-header {
    background-image: linear-gradient(140deg, #fafafa 10%, #ffc107 60%, #ee4133 75%);
}

.form-submit-button {
    background: transparent;
    border: 0px;
    padding: 0px;
}

.form-submit-button:hover {
    background: transparent !important;
}

#header .notifications .dropdown-toggle:after {
    display: none;
}

.btn-xs {
    font-size: 10px;
    padding: 1px 5px;
    height: 20px;
}

.bootstrap-select .btn {
    background-color: white;
}

.bootstrap-select .btn:hover {
    background-color: white !important;
}

.user-dp-20 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.user-dp-30 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.user-dp-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-dp-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-dp-70 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.user-dp-130 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.list-user {
    cursor: pointer;
    border-radius: 10px;
}

.list-user:hover {
    background: #f8f8f8;
    transition: .5s;
}

.scroll-design {
    overflow-y: scroll;
}

.scroll-design::-webkit-scrollbar,
.scroll-messages::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.scroll-design::-webkit-scrollbar-track,
.scroll-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.scroll-design::-webkit-scrollbar-thumb,
.scroll-messages::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.scroll-design::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll {
    min-height: 400px;
    overflow-y: scroll;
    max-height: 400px;
}

.scroll::-webkit-scrollbar,
.scroll-messages::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.scroll::-webkit-scrollbar-track,
.scroll-messages::-webkit-scrollbar-track {
    background: white;
}


/* Handle */

.scroll::-webkit-scrollbar-thumb,
.scroll-messages::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-messages {
    min-height: 350px;
    overflow-y: scroll;
    max-height: 350px;
}

article.first .article-photo {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.newsletter-email {
    padding: 4px;
    border: 0px;
    box-shadow: 0px 0px 0px #CCC;
    border-radius: 4px
}

.newsletter-subscribe {
    background: #df5041;
    color: white;
}

.bootstrap-select button {
    background-color: white !important;
}

.text-underline {
    text-decoration: underline;
}

.dtp_modal-content {
    z-index: 999999 !important;
}

.blog_topics {
    /*width: 300px;*/
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgb(0 0 0 / 85%));
    z-index: 9;
    height: 100%;
    padding: 20px;
    color: white;
    display: none;
    align-content: flex-end;
    padding-bottom:40px;
}

.blog_topics a {
    color: white !important;
    align-self: flex-end;
    border: 1px solid white;
    border-radius: 20px;
    padding: 2px 5px;
    /*background-color: white;*/
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgb(0 0 0 / 85%));
}


.blog_topics a:hover{
    color: white !important;
    align-self: flex-end;
    border: 1px solid white;
    border-radius: 20px;
    padding: 2px 5px;
    /*background-color: white;*/
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgb(0 0 0 / 85%));
}

.blog.posts article figure:hover .blog_topics {
    display: flex;
}
.blog.posts figure {
    overflow:hidden;
    background: #292929;
    padding: 20px;
    border-radius:10px;
}
.blog.posts figure img {
    object-fit:cover;
}
.blog-list
{
    background: #fff;
    border-radius: 1px; 
    /*scale:.9;*/
    /*filter: drop-shadow(1px 2px 20px #ddd);*/
    transition: 1s;
}
.blog-list:hover{
    /*filter: drop-shadow(2px 4px 6px #ccc);*/
    scale:1;
}
.social-icon {
    padding: 1px;
    font-size: 18px;
    /*height: 25px;*/
    /*width: 25px;*/
    text-align: center;
    display: inline-block;
    /*border: 1px solid black;*/
    /*border-radius: 50%;*/
}
.social-icon:hover {
  color:#ccc !important;
    
}

.follower-link {
    cursor: pointer;
    text-decoration: underline !important;
}

.follower-link:hover {
    text-decoration: underline;
}

.far.fa-heart,
.fat.fa-heart,
.fas.fa-heart {
    cursor: pointer;
}

.font-post {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size:1.4em !important;
    line-height:2em !important;
}
.font-notice {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size:1rem !important;
    line-height:1.5  !important;
}
.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-36 {
    font-size: 36px;
}

.followh5 {
    min-height:50px;
    padding: 0 10px 0 10px;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    font-family:'Poppins', sans-serif !important;
    color: #191919 !important;
    font-size: 1.118em;
    line-height: 1.35em;
}

.follow-box {
    text-align: center;
}

.follow-box .user-dp-70 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0%)
}

.follow-box .inner-box {
    background: #efefef;
    border-radius: 12px;
    padding-top: 35px;
}

w-90 {
    width: 90%;
}

.navbar.bg-lightblue {
    border-radius: 10px;
    background-color: #f0f4f5 !important;
}

.nav-link.active {
    border-radius: 3px;
    background: white;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 4px 4px 10px 0px #dbdbdb;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
.nav-link {

    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.badge-custom {
    background: white;
    border: 1px solid #CCC;
}

.badge-button {
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
    border-radius: 0.5rem !important;
}

.blog-post-comments,
.post-comments {
    direction: rtl;
}

.blog-post-comments div,
.post-comments div {
    direction: ltr !important;
}

.choose-date {
    cursor: pointer;
    font-family: 'Cabin', sans-serif !important;
    font-size: 16px !important;
}

.choose-date {
    color: #e8e8e8;
}

.choose-date:hover {
    color: black;
    transition: .5s;
}

.choose-date.active {
    color: black;
    font-weight: 900;
/*    text-decoration: underline; */ 
}

.blog-photo {
    object-fit: cover;
    width: 160px;
    height: 107px;
}
.blog-photo-big {
    object-fit: cover;
    width: 100%;
    height: 214px;
}
.home-icon {
    border-right: 2px solid white;
}

.mymessages .chat-users {
    padding-right: 10px !important;
}

.dots {
    width: 150px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:575px) {
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 100%;
    }
    .row {
        margin-left:0px;
        margin-right:0px;
    }
    .col-sm-8, .col-sm-12, .col-sm-9 {
        padding-left:0px;
        padding-right:0px;
        width: 100%;
        flex: 0 0 100%;
    }
    .blog-photo {
        height:auto !important;
    }
    .mymessages .chat-users {
        padding-right: 0px !important;
    }
}

@media screen and (max-width:575px) {
    .topics .follow-box {
        width: 50% !important;
    }
    section.pattern {
        min-height: 0px !important;
    }
    .message-div {
        border: 1px solid #CCC;
        margin-top: 10px;
    }
    .mymessages .scroll {
        min-height: auto !important;
    }
    .mymessages .chat-users {
        padding-right: 0px !important;
    }
    .dots {
        width: 76px;
        max-width: 76px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-post-comments {
        width: 75% !important;
    }
}

@media screen and (max-width:576px) {
    section.pattern {
        min-height: 38px;
    }
    .home-icon {
        text-align: center;
        border: 0px;
    }
    .mymessages .chat-users {
        padding-right: 0px !important;
    }
}

@media screen and (min-width:577px) and (max-width:991px) {
    section.pattern {
        min-height: 0px;
    }
    .home-icon {
        border: 0px;
    }
    .mymessages .chat-users {
        padding-right: 0px !important;
    }
    .dots {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-post-comments {
        width: 35% !important;
    }
}

@media screen and (max-width: 992px) {
    .user-dp-130,
    .user-dp-70 {
        width: 50px !important;
        height: 50px !important;
    }
    .blog-photo {
        object-fit: cover;
        width: 100%;
        height: 100px;
    }
    .mobile-menu-fixed {
        justify-content: end;
    }
    .mobile-menu-fixed .logo-small.navbar-brand {
        width: 50% !important;
        text-align: left;
    }
    .mobile-menu-fixed .dropdown.heading.navbar-nav {
        width: auto !important;
    }
    .mobile-menu-fixed .dropdown.heading.navbar-nav .new-post-dropdown {
        margin-right: 0px !important;
    }
    .account-menu.mobile {
        display: block !important;
    }
    .account-menu.desktop {
        display: none !important;
    }
    section.pattern {
        min-height: 30px;
    }
    .mymessages .chat-users {
        padding-right: 0px !important;
    }
}

@media screen and (min-width:993px) and (max-width:1348px) {
    section.pattern {
        min-height: 70px;
    }
}

.account-menu.mobile {
    display: none;
}

.account-menu.desktop {
    display: block;
}
.carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transform: rotateX(-20deg) translateY(-70px);
  transform-style: preserve-3d;
  perspective: 800px;
  user-select: none;
  cursor: grab;
}

.carousel-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  transform: translate3d(0, 0, -10px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform-origin: 50% 50%;
}

@media (max-width: 600px) {
  .carousel {
    transform: rotateX(-10deg) scale(.6) translateY(-60px);
  }
}

.plans {
  width: 96%;
/*  max-width: 1128px;  */
  margin: 0 auto;
}
.plans__container {
  padding: 1rem 0 2rem;
}

.plansHero {
  text-align: center;
  padding: 5rem 0 4.5rem;
  line-height: 1.21;
}
.plansHero__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #000;
}
.plansHero__subtitle {
  margin: 0;
}

.planItem {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: none;
  padding: 2rem 1.5rem;
  display: inline-flex;
  flex-direction: column;
}
.planItem__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 1.5rem;
}
.planItem .price {
  --priceMargin: 2rem 0;
}
.planItem--pro {
  border: 1px;
  box-shadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}
.planItem--pro .label {
  --labelBg: #fdb72e;
  --labelColor: #fff;
}
.planItem--entp {
  --bgColor: var(--blue);
}
.planItem--entp .card {
  --titleColor: #fff;
  --descColor: rgb(255 255 255 / 80%);
}
.planItem--entp .card__icon {
  background-image: var(--entpIcon);
  background-size: cover;
}
.planItem--entp .price,
.planItem--entp .featureList {
  --color: #fff;
}
.planItem--entp .featureList {
  --icon: var(--whiteTick);
}
.planItem .button {
  margin-top: auto;
}

.button {
  
 
  shadowColor: rgb(234 76 137 / 30%);

  border-radius: 0.5rem;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;

  line-height: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--bgColor);
  color: var(--color);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button--pink {

  color: #fff;
  shadowColor: rgb(234 76 137 / 50%);
}
.button--white {
  bgColor: #fff;
  shadowColor: rgb(255 255 255 / 30%);
  outline: #fff;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 10px var(--shadowColor);
}
.button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--outline);
}

.card {
  --titleColor: #000;
  --descColor: #656c7c;
  border:0px !important;
  /*margin-top: 50px;*/
}
.card__header {
  display: flex;
  gap: 10rem;
  align-items: center;
  /*position: absolute;*/
  /*top: -5.8rem;*/
}
.card__icon {
  width: 80px;
  /*height: 2.625rem;*/

}
.card h2 {
  color: var(--titleColor);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
}
.card__desc {
  margin: 1.5rem 0 0;
  color: var(--descColor);
}

.label {
  --labelColor: #656c7c;
  --labelBg: #e5e5e5;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1rem;
  text-align: center;
  padding: 0.625rem 1.125rem;
  border-radius: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--labelBg);
  color: var(--labelColor);
}

.price {
  --color: #000;
  --priceMargin: 0;
  display: flex;
  color: var(--color);
  align-items: center;
  gap: 0.5625rem;
  font-weight: 600;
  font-size: 2rem;
  margin: var(--priceMargin);
}
.price span {
  font-size: 1rem;
  font-weight: 400;
  color: #656c7c;
}

.featureList {
  --color: #000;
  --icon: var(--greenTick);
  --height: 0.875rem;
  margin: 0 0 2.75rem;
  padding: 0;
  font-weight: 500;
}
.featureList li {
  color: var(--color);
  /*margin-bottom: 2rem;*/
  display: flex;
  align-items: center;
  gap: 1rem;
  padding:20px;
}
.featureList li:before {
  content: "";
  background-image: var(--icon);
  background-size: cover;
  display: block;
  width: 1.125rem;
  height: var(--height);
}
.featureList li:last-child {
  margin-bottom: 0;
}
.featureList li.disabled {
  --color: #b1b8c9;
  --height: 1.125rem;
  --icon: var(--close);
}
.featureList li.none {
  --color: #000;
  --height: 1.125rem;
  --icon: var(--whiteTick);
}
.symbol {
  --big: 2.625rem;
  --small: 1.5rem;
  --radius: 0.25rem;
  border: 2px solid var(--blue);
  width: var(--big);
  height: var(--big);
  border-radius: var(--radius);
  position: relative;
}
.symbol--rounded {
  --radius: 2rem;
}
.symbol:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid var(--pink);
  width: var(--small);
  height: var(--small);
  border-radius: var(--radius);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.main-caption h1, .main-caption p.sub-caption{color:#fff !important;}

.newsletter-subscribe-hero {color:#FFF!important;border: 2px solid #FFC1F5;
border-radius: 32px;padding:5px 10px;}


@media screen and (max-width: 640px) {
  .plans {
    max-width: 480px;
    width: 90%;
  }

.planItem__container {
    grid-auto-flow: row;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  :root {
    16px: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  :root {
    16px: 14px;
  }
}
/* CSS */
.button-64 {
  align-items: center;
  background-image: linear-gradient(144deg,#3CB371, #3CB371 50%,#3CB371);
  border: 0;
  border-radius: 30px;
  box-shadow: rgba(162, 223, 247, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 1em;
  max-width: 80%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin:auto;

}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: #2E2E2E;
  padding: 16px 24px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}

.button-64.a span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64.a:hover span {
  background: none;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 16px;
    min-width: 196px;
  }
}
.grad-bg {
    border-radius:10px;
    background: rgb(254,240,255); 
    /*background: linear-gradient(90deg, rgba(254,240,255,1) 0%, rgba(255,255,255,1) 35%, rgba(199,200,234,1) 100%);*/
    background: linear-gradient(90deg, rgba(254,240,255,1) 0%, rgba(255,255,255,1) 35%, rgba(254,240,255,1) 100%);
    /*background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);*/
}

.slider-container {
    position: relative;
    width: 100%;
    width-max: 700px;
    /*margin: 20px auto;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 8px;*/
    overflow: hidden;
}
.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.slide {
    /*min-width: 300px;*/
    min-width: 50%;
    box-sizing: border-box;
    padding: 20px;
    /*border-right: 1px solid #ddd;*/
}
.slide:last-child {
    border-right: none;
}
.slide h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.slide p {
    font-size: 1em;
    color: #666;
}

.slide:after {
  content: '\f781';
  font-family: 'Font Awesome 6 Pro';
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  margin-left: 15px;
  background-image: linear-gradient(242deg, #FFC1F5 0%, #484974 100%);
  clip-path: polygon(0% 0, 100% 0%, 0 100%);
  width: 40px;
  height: 40px;
  font-size: 10px;
  padding: 8px;
  font-weight: 400;
  color: white;
}
.chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(255, 255, 255, 0.7);*/
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 2em;
    z-index: 1000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 3px 6px #00000029;*/
    border-radius: 5px;
    opacity: 1;
}
.chevron.left {
    left: 10px;
}
.chevron.right {
    right: 10px;
}
.chevron:hover {
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 2em;
    z-index: 1000;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
    color:#ccc !important;
}
button:focus {
    outline: none;

}
@media (max-width: 600px) {
            .slide {
                min-width: 100%;
            }
        }
.btn-sec {
  border-radius: 5px;
  text-align: center;
  border: 2px solid #000;
  background:#191919;
  color:#fff !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  /*width: 300px;*/
  transition: all .5s ease;
  /*height: 3rem;*/
  display: table;
  /*letter-spacing: 0.125rem;*/
}        
.btn-sec:hover , .btn-sec:focus {
  background: 
    linear-gradient(#FFFFFF, #FFFFFF) padding-box,
    /*linear-gradient(90deg, rgba(254,240,255,1) 0%, rgba(255,255,255,1) 35%, rgba(254,240,255,1) 100%) border-box;*/
    linear-gradient(144deg,#AF40FF 0%, #5B42F3 50%,#00DDEB) border-box;
  border: 2px solid transparent;
  /*color:#191919;*/

}
.grad-line {
    background: linear-gradient(144deg,#00DDEB, #5B42F3 50%,#AF40FF) no-repeat;
    background-size:50%;
    height:2px;
    
}
.corner-tri {
    background: transparent linear-gradient(294deg, #FFC1F5 0%, #484974 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}
.text-grad-1 p{
    background: linear-gradient(90deg, #FEC0F4 0%, #f1a6f0 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-grad-2 p{
    background: linear-gradient(90deg, #ea99ee 0%, #db85e4 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-grad-3 p{
    background: linear-gradient(90deg, #d17bdd 0%, #9162a7 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-grad-4 p{
    background: linear-gradient(90deg, #8963a6 0%, #7964a3 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .myprofile{border-top:1px solid #edebeb; padding-top:20px;}
}

.search-results {
    min-height: 200px;
    background: white;
    color: black;
    margin-top: 5px;
    border: 0px;
    box-shadow: 0px 0px 6px #CCC;
    padding:10px;
    position:absolute;
}

.search-results .search-author-box {
    text-align:left;
    margin:10px;
}
.search-results h6 {
    text-align:left; 
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

@media screen and (max-width:365px) {
    .searchdiv {
        min-width: 300px;
        margin: 0 auto;
        right: 10%;
        padding: 0 !important;
        margin-top: 31px !important;
        background: transparent !important;
    }
}

@media screen and (min-width:366px) and (max-width:768px) {
    .searchdiv {
        min-width: 300px;
        margin: 0 auto;
        right: 18%;
        padding: 0 !important;
        margin-top: 31px !important;
        background: transparent !important;
    }
}

/* CSS for fading effect */
#ajax-content.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out; /* Adjust duration and easing as needed */
}

#ajax-content.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in; /* Adjust duration and easing as needed */
}


.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out; /* Adjust duration and easing as needed */
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in; /* Adjust duration and easing as needed */
}
.faded-loader{
    background: #eee;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;

}
.mainloader_bg {
/*background-image: linear-gradient(-90deg, #eee 50%, #eee 50%);*/
/*animation: slide 1s ease-in-out infinite alternate;*/
/*position: relative;*/
/*top: 0;*/
/*bottom: 0;*/
/*left: 100px;*/
/*right: -50%;*/
opacity: 0.5;
z-index: -1;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite;

}

@keyframes slide {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(0%);
}
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.skeleton-em5zg7w2741:empty {position: relative; height: 900px; background-color: #ffffff; border-radius: 0px 0px 0px 0px; background-image: linear-gradient( #F5F7F9 107px, transparent 0 ),linear-gradient( #F5F7F9 20px, transparent 0 ),linear-gradient( #F5F7F9 20px, transparent 0 ),linear-gradient( #F5F7F9 20px, transparent 0 ),linear-gradient( #F5F7F9 1px, transparent 0 ),linear-gradient( #F5F7F9 20px, transparent 0 ),linear-gradient( #F5F7F9 20px, transparent 0 ),radial-gradient( circle 15px at 15px 15px, #F5F7F9 99%, transparent 0 );background-repeat: repeat-y;background-size: 160px 298px,30% 298px,365px 298px,31% 298px,100% 298px,58% 298px,88px 298px,30px 298px;background-position: left 600px top 93px,left 4px top 138px,left 37px top 49px,left 4px top 200px,left 0px top 251px,left 4px top 99px,left 1px top 6px,left 1px top 43px;}.skeleton-em5zg7w2741:empty:before {content: ' '; position: absolute; z-index: 1; width: 100%; height: 900px;-webkit-mask-image: linear-gradient( 94deg, rgba(255, 255, 255, 0) 20%,rgba(255, 255, 255, 1) 50%,rgba(255, 255, 255, 0) 80% ); -webkit-mask-repeat : repeat-y; -webkit-mask-size : 90px 900px; -webkit-mask-position: -20% 0;background-image: linear-gradient( rgba(226,227,233,1) 107px, transparent 0 ),linear-gradient( rgba(226,227,233,1) 20px, transparent 0 ),linear-gradient( rgba(226,227,233,1) 20px, transparent 0 ),linear-gradient( rgba(226,227,233,1) 20px, transparent 0 ),linear-gradient( rgba(226,227,233,1) 1px, transparent 0 ),linear-gradient( rgba(226,227,233,1) 20px, transparent 0 ),linear-gradient( rgba(226,227,233,1) 20px, transparent 0 ),radial-gradient( circle 15px at 15px 15px, rgba(226,227,233,1) 99%, transparent 0 );background-repeat: repeat-y;background-size: 160px 298px,30% 298px,365px 298px,31% 298px,100% 298px,58% 298px,88px 298px,30px 298px;background-position: left 600px top 93px,left 4px top 138px,left 37px top 49px,left 4px top 200px,left 0px top 251px,left 4px top 99px,left 1px top 6px,left 1px top 43px;animation: shineForSkeleton-em5zg7w2741 2s infinite;}@keyframes shineForSkeleton-em5zg7w2741 {to {-webkit-mask-position: 120% 0}}

.footer-menu  {
    /*margin-right: 15px;*/
    /*margin-bottom: 15px;*/
    display: inline-block;

}

.footer-menu a {
    color: #666666;
    font-size: 12px;
    padding: 3px 5px;
    display: inline-block;
    min-width: 48px;
    text-align: center;
}
.tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.tabs-container {
  display: flex;
  overflow-x: hidden; /* Hide the default scrollbar */
  white-space: nowrap;
  scroll-behavior: smooth; /* Smooth scrolling effect */
  flex: 1; /* Allow the container to grow */
}

.tab {
  flex: 0 0 auto;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  margin-right: 5px;
  /*background-color: #f0f0f0;*/
  border-radius: 5px;
}

.scroll-btn {
  background: none;
  border: none;
  font-size: 24px; /* Adjust size as needed */
  cursor: pointer;
  padding: 10px;
  user-select: none; /* Prevent text selection */
  z-index: 10; /* Keep buttons above other elements */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}
.scroll-btn:hover {
 background-color: white !important;
  border: none;
  font-size: 24px; /* Adjust size as needed */
  cursor: pointer;
  padding: 10px;
  user-select: none; /* Prevent text selection */
  z-index: 10; /* Keep buttons above other elements */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}

.scroll-btn.left {
  margin-right: 5px; /* Space between the caret and tabs */
}

.scroll-btn.right {
  margin-left: 5px; /* Space between the caret and tabs */
}

.scroll-btn:disabled {
  opacity: 0.3; /* Style for disabled state */
  cursor: not-allowed;
}
.list-title{
    font-size:1.4em !important;  
}
.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top:0px !important;
}   
#author-display .letter {
    font-size: 24px;
    margin-right: 5px;
    display: none; /* Hidden by default */
}

#game-container {
    text-align: center;
    margin-top: 20px;
    padding:10px;
    /*max-width:310px;*/
    border: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 10px;    
    padding-bottom: 20px;
}
.space{
    margin-right:30px;
}
.dot{
    height:25px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-top:5px;
}    
.key{
    width:30px;
    height:30px;
    margin:5px;
    border:0px;
    border-radius:5px;
}
.hidden-letter{
    width:20px;
    height:25px;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:2px;
    margin-right:2px;
    
}
.underscore{
    width:20px;
    height:25px;
    border-bottom: 1px solid black;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:2px;
    margin-right:2px;
    display:flex;
}
.author-name{
    margin-bottom:20px;
    margin-top:10px;
}
.message a{
    text-decoration: underline;
}
.word {
    display: flex;  /* Each word will be treated as a block */
    margin-bottom: 10px;    /* Add some space between lines */
    text-align: center;     /* Center-align each word */
    justify-content: center !important;
}
.games-played{
    font-size: 11px;
    font-weight: 600;
}
.games-won{
    font-size: 11px;
    font-weight: 600;
}
.button:disabled{
    background-color:#cccccc6b;
}
.blog-banner {
    background: linear-gradient(135deg, #6cc1ff, #3a8dff);
    color: white;
    padding: 40px;
    text-align: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    position: relative;
    /*top: 50px;*/
    /* left: 50%; */
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.blog-banner h1{
    color: #fff !important;
}

.blog-profile-container {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.blog-profile-details {
    display: flex;
    /*gap: 20px;*/
}

.blog-profile-picture {
    /*max-width: 200px;*/
    height: 230px;
    /*border-radius: 50%;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.blog-profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-profile-info {
    /*display: flex;*/
    /*flex-direction: column;*/
    justify-content: space-between;
}

.blog-profile-info h1 {
    margin: 0;
    font-size: 28px;
}
.blog-profile-info h1:hover {
    margin: 0;
    text-decoration:underline;
}
.blog-tags {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.blog-tags span {
    background: #e7f3ff;
    color: #3a8dff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}
.blog-follow{
   margin:0;
   font-size:12px;
}
.blog-followers {
    height:30px;
}
.blog-follow-btn {
    align-self: center;
    /*background: #3a8dff;*/
    /*color: white;*/
    /*border: none;*/
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.blog-follow-btn:hover {
    /*background: #6cc1ff;*/
}

.blog-sidebar {
  background: #ffffff;
  /*border-radius: 12px;*/

  /*padding: 20px;*/
  font-family: 'Arial', sans-serif;
  /*max-width: 280px;*/
  color: #333;
}
.blog-sidebar-box {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.blog-sidebar-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #5a5af3; /* Accent color for title */
}

.blog-stat-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
}

.blog-stat-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.blog-stat-value {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.blog-sidebar-footer {
  margin-top: 20px;
  text-align: center;
}

.blog-learn-more-btn {
  padding: 10px 20px;
  background-color: #5a5af3;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.blog-learn-more-btn:hover {
  background-color: #4545d6;
}


.blog-main-content {
    flex-grow: 1;
    /*margin-left: 20px;*/
}

.blog-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.blog-post-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.blog-post-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-post-content {
    padding: 15px;
}

.blog-post-content h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.blog-post-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

blog-footer {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    color: #999;
}
.blog-card {
    /*width: 350px;*/
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-card .content {
    padding: 20px;
}
.blog-card .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    height: 50px;
}
.blog-card .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}
.blog-card .description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}
.blog-card .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-card .actions .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    cursor: pointer;
    transition: color 0.3s ease;
}
.blog-card .actions .icon:hover {
    color: #333;
}
.blog-card .actions .icon svg {
    width: 20px;
    height: 20px;
}
.mt-10{
    margin-top: -6rem !important;
}
  .accepting-section {
    background-color: #fff; /* Add background to blend with the card style */
    /*border-radius: 8px;*/
    /*padding: 16px;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    margin-top: 16px;
    /*display: flex;*/
    /*gap: 10px;*/
  }

  .accepting-section h4 {
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
  }

  .accepting-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .accepting-list li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .blog-status {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .blog-status.accepted {
    background-color: #28a745; /* Green for accepted */
  }

  .blog-status.rejected {
    background-color: #dc3545; /* Red for rejected */
  }
 .kt-svg-icon-list-style-default{
     display:inline-flex;
     gap:20px;
 } 
 .cropped-image {
  width: calc(100% - 10px); /* Adjust width to fit after cropping */
  height: calc(100% - 10px); /* Adjust height to fit after cropping */
  clip-path: inset(5px);
  object-fit: cover; /* Ensures the image scales correctly */
}
.kt-blocks-accordion-header{
  border:none;
  background:initial;
}
.kt-blocks-accordion-header:hover{
  border:none;
  background:initial;
}
.cursor-pointer{
    cursor:pointer;
}
.remove-bookmark{
    cursor:pointer;
}
.bookmark{
    cursor:pointer;
}

.home-banner{
    position: relative;
    height: 500px;
    width: 100%;
    z-index: 1;
}
.home-banner::before{
    /*width: 100%;*/
    /*text-align: center;*/
    background-image: url(https://images.writeupcafe.com/xKX9WwOTIqIjKIC2FihhPBw8OcHr658XCgpkIXfZ_NY/resize:fill:1520:/gravity:sm/aHR0cHM6Ly9kZXYudGhlb21uaWJ1enouY29tLy9pbWFnZXMvYmFubmVyLndlYnA);
    /*background-size: cover;*/
    /*background-position: center;*/
    /*height: 600px;*/
    /*margin: auto;*/
    /*opacity: .4;*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-size: contain;
    background-position: center;
    opacity: 0.3;
    z-index: -1;    
}
.stats-section {
    background-color: #E3DFF5; /* Soft Lavender */
    text-align: center;
    padding: 50px 20px;
}
.stats-section h2 {
    font-size: 40px;
    color: #2E2E2E; /* Charcoal */
    margin-bottom: 10px;
    font-family:'Poppins', sans-serif !important;
}
.stats-section .highlight {
    width: 50px;
    height: 3px;
    background-color: #FF6F61; /* Coral Pink */
    margin: 10px auto 20px;
}
.stats-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.stat-item {
    background-color: #FFFFFF; /* White */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 200px;
}
.stat-item h3 {
    font-size: 32px;
    color: #647DEE; /* Slate Blue */
    margin: 0;
}
.stat-item p {
    font-size: 14px;
    color: #2E2E2E; /* Charcoal */
    margin-top: 5px;
}
@media (max-width: 768px) {
    .stat-item {
        width: 100%;
        max-width: 300px;
    }
}
.special{
    border:1px #A2DFF7 solid;
    background-color:#A2DFF7;
    color:#FFFFFF;
    font-weight:600;
}
.badge-success {

   background-color: #3CB371; 
}
.text-clamp {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.5em;
    line-height:1.5em;
    font-family:'Tahoma', sans-serif;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    height: 70px;
}
.pinterest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 40px;

}
.pinterest-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    margin-top:40px;
}
.pinterest-item {
    overflow: hidden;
    
}
.pinterest-item:hover {
    /*transform: scale(1.05);*/
}
.pinterest-card {
    text-decoration: none;
    color: inherit;
    display: block;
}
.pinterest-image {
    border-radius: 10px;
    width: 100%;
    height: 280px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}
.pinterest-archive-image {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}
.pinterest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pinterest-content {
    padding: 10px;
    /*background: #fff;*/
}
.pinterest-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #666;
}
.pinterest-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    height: 50px;
}
.pinterest-item .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    font-weight:normal;
}
.pinterest-item .meta a{
    font-size: 14px;
    color: #777 !important;
    margin-bottom: 15px;
    font-weight:normal;
}
#floatingFooterAd {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.footer-ad-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-ad-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

#closeFooterAd {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}
p:has(sub) {
  /* Your custom styles for <p> with <sub> inside */
  font-style: italic;
  line-height:100%;
  margin:0px !important;
  opacity: 0.5;
}
.chart-container {
    width: 100%;
    margin-top: 30px;
    background: #fff;
}
.charts {
    width: 100%;
    background: #fff;
    height: 550px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius:10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#chartContainer {
  width: 100%;
  height: 400px;
  background: #fff;
  /*margin-top: 20px;*/
  /*padding: 20px;*/
  /*border-radius: 10px;*/
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}
/* Button styles for chart selection */
#chartButtons {
  text-align: center;
  margin: 20px 0;
  background: #fff;
}
#chartButtons button {
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #202020;
  border-radius: 30px;
  background: #fff;
  color: #202020;
  cursor: pointer;
  transition: background 0.3s ease;
}
#chartButtons button:hover {
  background: #2980b9;
  color:#fff;
}
#chartButtons button.active {
  background: #202020;
  color:#fff;
}
#earningsChartDiv {
    height: 400px;
}
label {
    margin-right: 20px;
}
#controls {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  /*margin-bottom: 20px;*/
  justify-content: center;
  align-content: center;
}
#controls label {
  padding: 10px 20px;
  border-radius: 30px;
  background: #f0f0f0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#controls label:hover {
  background: #e0e0e0;
}
#controls select {
  border-radius: 50px;
  padding: 10px;
  padding-right:30px;
  padding-left:20px;
  background-color: #202020;
  border: 1px solid #202020;
  background-image: url(/images/down.png);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size:8%;
  -webkit-appearance: none;
  appearance: none;

}
select#dateRange option {
color: #202020 !important; 
background-color:white;
} 
#dateRange:focus {
  outline: none;
  box-shadow: none;
  /*background-image: url(/images/up.png);*/
}
#controls select:focus {
  /*background-image: url(/images/up.png);*/
}
/* Class that toggles the caret image */
#controls select.toggled {
  background-image: url(/images/up.png);
}
/* Flatpickr Date Picker Styling */
.flatpickr-input {
  width: 250px;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #3498db;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.flatpickr-input:focus {
  border-color: #2980b9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.totals-header {
    display: flex;
    justify-content: center;
    gap: 30px;
    /*margin-bottom: 30px;*/
    padding: 20px;
    /*background: linear-gradient(135deg, #6a11cb, #2575fc);*/
    border-radius: 10px;
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
    color: #fff;
}
.total-box {
    text-align: center;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.total-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.total-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgba(11, 10, 10, 0.8);
}
.total-amount {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #070707;
}
/*.am5-layer-30{*/
/*    height:500px !important;*/
/*}*/
/*.am5-tooltip-container{*/
/*    height:400px !important;*/
/*}*/
.stats-menu-container {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.stats-nav-list {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.stats-nav-link {
    display: block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    color: #2d3436;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

.stats-nav-link:hover {
    background: #4b8ef1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(75, 142, 241, 0.2);
    border-color: transparent;
}

.stats-nav-link.active {
    /*background: #2b6cd4;*/
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 4px rgba(43, 108, 212, 0.2);
}
