/* ******** Article cards must have position:relative for Live Editor overlays ******** */
[data-cms-article-id] { position: relative; }

/* ******** Account for Live Editor bar (48px) ******** */
body.cms-lb-active { padding-top: 48px !important; }

/* ******** Google Custom Search Engine (CSE) Custom Styles ******** */

.gsc-adBlock {
    display: none !important;
}

#gsc-i-id1 {
    color: #000 !important
}

#gsc-i-id1::placeholder {
    color: #555 !important;
    opacity: 1;
    font-size: inherit !important
}

.search_content {
    display: flex;
    display: -webkit-flex;
    -ms-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    background-color: rgba(255, 255, 255, .98);
    height: 100%;
    position: fixed;
    top: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 400ms linear;
}

.search-flex {
    top: 0;
    opacity: 1;
    display: flex;
    display: -webkit-flex;
    -ms-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    transition: 300ms linear;
}

.search_remove {
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 10px;
    left: 3%;
}

.search_remove:hover {
    color: gray
}

.gsc-control-cse.gsc-control-cse-en {
    background-color: transparent;
    border-width: 0;
    position: absolute
}

.search_box {
    border-bottom: 2px solid #000;
    width: 70%;
    padding-bottom: 6px
}

.gsib_b,
.gsst_a {
    display: none !important
}

.gscb_a {
    display: none !important
}

.gsc-input {
    background-image: none !important
}

.gsc-input {
    background-color: transparent !important
}

.gsc-input-box {
    background-color: transparent !important;
    border-bottom: 0 solid #ff4500 !important;
    border-width: 0 !important
}

.gsc-input {
    border-width: 0 !important;
    color: #fff !important;
    font-size: 20px !important
}

.gsc-adBlock {
    display: none !important
}

.search-icon-desk {
    cursor: pointer
}

.search-icon-desk {
    float: right;
    height: 54px;
    margin-right: 10px
}

.search-icon-desk i {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000;
    display: block;
    line-height: 35px;
    margin-top: 9px;
    padding: 0 12px
}

.search-icon-desk i:hover {
    color: #79655d
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.gcsc-branding {
    display: none;
}

.gsc-search-button.gsc-search-button-v2 {
    padding: 0 18px;
    line-height: 35px;
    display: inline-block !important;
    background: #ddd;
    border-radius: 5px;
    border-color: #555
}

.gsc-search-button {
    width: auto !important;
    float: right !important
}

.gsc-search-button.gsc-search-button-v2:hover {
    background: #ddd !important
}

.gsc-search-button-v2 svg {
    fill: #000 !important
}

.gsc-search-button.gsc-search-button-v2:hover {
    background: #05a2d3 !important;
    border-color: #006899 !important
}

.gsc-search-button.gsc-search-button-v2:hover svg {
    fill: #fff !important
}

/* ******** /Google Custom Search Engine (CSE) Custom Styles ******** */

/* ******** service package  */

.spbody,
.spbutton,
.spfieldname,
.spfieldinput,
.spinstructions {
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #333;
}

.spbutton {
    background-color: #0d6efd;
    text-transform: capitalize;
    border-radius: 6px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.spbody {
    background-color: transparent !important;
    width: 100% !important;
    padding: 2%;
    border: 1px solid #dee2e6 !important;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23c9d1cb' fill-opacity='0.16'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: auto;

    & #PaymentForm {
        font-weight: bold !important;
        font-family: Trebuchet MS !important;
        color: black !important;
    }
}

/* ******** /service package ******** */


/* ******** classified ******** */

.classifiedbody,
.classifiedheading,
.classifiedcategory,
.classifiedbody a {
    font-family: Trebuchet MS !important;
    font-size: 16px !important;
    color: #333 !important;
}

.classifiedbody a {
    font-weight: bold !important;
    color: #0d6efd !important;
}

body.classifiedbody {
    background-color: transparent !important;
    width: 100% !important;
    padding: 2%;
    border: 1px solid #dee2e6 !important;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23c9d1cb' fill-opacity='0.16'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: auto;

    &>table {
        background: #fff;
        padding: 3%;
        box-sizing: border-box;
        border: 1px solid #dee2e6;
        border-radius: 5px;
    }
}

.classifiedcategory {
    background: transparent !important;

    & td {
        padding: 10px 0;
    }
}

.classifiedbutton {
    background-color: #0d6efd;
    text-transform: capitalize;
    border-radius: 6px;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    transform: translateY(-2px);
}

.classifiedheading td {
    border-bottom: 2px solid #b0b0b0 !important;
    margin-bottom: 8px;
}

.classifiedheading b {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

#SKeyword {
    border: 1px solid gray;
    border-radius: 5px;
    line-height: 30px;
    padding: 4px;
    box-sizing: border-box;
    font-family: Trebuchet MS;
    font-weight: normal !important;
    font-size: 15px;
}

.classifiedbody #form1 {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-top: 15px;
    padding: 20px 0px !important;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 17px;
    color: #555;
}

div.classifiedbody {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;

    & .classifiedheading {
        font-size: 20px !important;
        color: #0d6efd !important;
    }

    &.classifiedheading+div,
    & .classifiedruler+div {
        width: 100%;
        float: left;
        color: #555;
    }

    & .classifiedheading+div b,
    & .classifiedruler+div b {
        color: #fff;
        background: gray;
        padding: 7px 10px;
        display: inline-block;
        border-radius: 5px;
    }
}

.classifiedruler {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.custom_classified_image {
    max-width: 300px !important;
    max-height: none !important;
    padding-right: 0 !important;
    margin-right: 10px;
    cursor: zoom-in;
}

/* ******** /classified ******** */


/* ******** dark-theme ******** */

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1rem;
    background-color: currentcolor;
    opacity: .25;
}

.user-none {
    user-select: none;
}

html[data-theme="dark"] {

    & body,
    & .bg-body {
        background-color: #212529 !important;
    }

    & .text-black,
    & .polls1question {
        color: #fff !important;
    }

    & .border,
    & .border-gray {
        border-color: rgba(255, 255, 255, .1) !important;
    }

    .border-light,
    & .border-gray {
        border-color: #000 !important;
    }
    & .cus-active-menu {
        border-color: #ff1d1d !important;
    }

    & .text-dark {
        color: #f0e6e6 !important;
    }

    & .dropdown-menu {
        background-color: #535455;
    }

    & .text-muted {
        color: #9b9898 !important;
    }

    & .btn-primary {
        background-color: #000;
        border-color: #000;
    }
    & vr.bg-secodary {
        background: #fff !important;
    }

    & div[style="background-color:#f3f3f3;"] {
        background-color: #131313 !important;
    }

}

/* /dark-theme */@media screen and (max-width:992px) {
    .pagebody .pagephoto {
        max-width: 100%;
    }
}

@media (min-width: 992px) {[data-sticky] {position: sticky;} }

#divMain {float: left;}

/* ******** Custom Form ******** */
.custom-form {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23c9d1cb' fill-opacity='0.16'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
      border-radius: .25rem !important;
      border: 1px solid #dee2e6 !important;
}
.formdivider.formdivider_custom {
	border-left: 5px solid #ffc107;
}
.custom-form .form-label {
	color: #797979;
	font-weight: bold;
	font-size: 13px;
}

/* ******** /Custom Form ******** */


/* ******** Article Hashtags ******** */
.article-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;

  .hashtag {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 4px 12px;
    border-radius: 999px;

    font-size: 14px;
    letter-spacing: 0.2px;
    text-decoration: none;

    color: #444;
    background: #f1f3f5;
    border: 1px solid #e2e5e9;

    overflow: hidden;
    isolation: isolate;

    transition:
      transform 0.2s ease,
      color 0.2s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;

      background: linear-gradient(
        135deg,
        #7c3aed 0%,
        #4f46e5 50%,
        #2563eb 100%
      );

      opacity: 0;
      transition: opacity 0.25s ease;

      z-index: -1;
    }

    &:hover {
      color: #fff;
      border-color: transparent;

      transform: translateY(-2px);

      box-shadow:
        0 8px 18px rgba(79, 70, 229, 0.25),
        0 2px 8px rgba(37, 99, 235, 0.15);

      &::before {
        opacity: 1;
      }
    }

    &:active {
      transform: scale(0.96);
    }
  }
}
/* ******** /Article Hashtags ******** */

/* ******** Article Search ******** */
.search-container {
	max-width: none !important;
}
/* ******** /Article Search ******** */


/* ******** Directory ******** */
.directory-header-label > span::before {
	bottom: -20px;
}

/* ******** /Directory ******** */

/* ******** Image Slider ******** */
img.compact-slider-single {
    max-width: 100%;
    height: auto;
}

/* ******** /Image Slider ******** */
