/* ******** 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; }


/* ******** 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 ******** */


.btn-outline-primary {
	background: #000 !important;
	color: #fff !important;
	border: none !important;
}
.polls1title {
  background: #000 !important;
}
.btn-primary {
  background: #000;
  border: none;
}
.logo_div img {
    max-width: 400px;
}
.border-top-black {
	border-top: 2px solid #000;
}

.border-top-8 {
	border-top: 2px solid #ff0000;
}
.border-top-11 {
	border-top: 2px solid #0033cc;
}
.border-top-10 {
	border-top: 2px solid #1f7a1f;
}
.border-top-4 {
	border-top: 2px solid #4f126e;
}
.border-top-12 {
	border-top: 2px solid #e6b800;
}
.border-top-13 {
	border-top: 2px solid #0099CC;
}
.border-top-9 {
	border-top: 2px solid #802b00;
}
.border-top-26 {
	border-top: 2px solid #e67300;
}
.text-11-hover:hover {
    color: #0033cc !important;
    transition: 100ms linear;
}
.text-10-hover:hover {
    color: #1f7a1f !important;
    transition: 100ms linear;
}
.text-4-hover:hover {
    color: #4f126e !important;
    transition: 100ms linear;
}
.text-12-hover:hover {
    color: #e6b800 !important;
    transition: 100ms linear;
}
.text-13-hover:hover {
    color: #0099CC !important;
    transition: 100ms linear;
}
.text-8-hover:hover {
	color: #ff0000 !important;
	transition: 100ms linear;
}
.text-26-hover:hover {
	color: #e67300 !important;
	transition: 100ms linear;
}
.text-9-hover:hover {
	color: #802b00 !important;
	transition: 100ms linear;
}


.cus-social-123 {
	max-width: 36px;
}
.bg-10 {
	background: #1f7a1f !important;
}
.bg-9 {
	background: #802b00 !important;
}
.bg-11 {
	background: #0033cc !important;
}
.bg-8 {
	background: #ff0000 !important;
}
.bg-26 {
	background: #e67300 !important;
}
.bg-4 {
	background: #4f126e !important;
}
.bg-12 {
	background: #e6b800 !important;
}
.bg-13 {
	background: #0099CC !important;
}
.text-8 {
    color: #ff0000 !important;
}
.text-11 {
    color: #0033cc !important;
}
.text-10 {
    color: #1f7a1f !important;
}
.text-4 {
    color: #4f126e !important;
}
.text-12 {
    color: #e6b800 !important;
}
.text-13 {
    color: #0099CC !important;
}
.text-26 {
    color: #e67300 !important;
}
.text-9 {
    color: #802b00 !important;
}

/* 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: #b0b0b0 !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;} }
