.btn:focus,
buttom,
a:focus {
  box-shadow: none;
}

.side-toggle {
  display: block;
  text-align: center;
}

#content-wrapper {
  padding-bottom: 100px;
}

.layoutSidenav_nav {
  position: fixed;
  width: 15.6rem;
  z-index: 11;
  transition: transform 0.15s ease-in-out;
}

.navbar-brand {
  /*background: #FFFFFF;
  box-shadow: 1px 2px 17px rgba(0, 0, 0, 0.18);*/
  border-radius: 10px;
  margin: 5px 9px 30px;
  /*padding: 10px;*/
  /*margin: 17px 9px 18px;*/
}

.navbar-brand img {
  height: 60px;
  object-fit: contain;
}

.sidebar.toggled .navbar-brand {
  padding: 4px;
  margin: 16px 15px 19px;
  background-color: transparent;
}

.bg-yellow {
  background-color: #000;
/*  background: linear-gradient(90deg, rgba(170, 137, 65, 1) 0%, rgba(205, 156, 49, 1) 13%, rgba(154, 128, 73, 1) 35%, rgba(246, 204, 78, 1) 51%, rgba(181, 147, 56, 1) 75%, rgba(163, 136, 68, 1) 100%);*/
}

.icon-bg {
  background: #fff;
  border-radius: 50%;
  width: 35px !important;
  height: 35px;
  line-height: 33px!important;
  color: #1A202E;
  position: relative;
  top: 3px;
}
.badge{padding: 2px 5px;border-radius: 50%;}
.no-arrow .dropdown-toggle span {
  position: relative;
  top: -9px;
  left:-5px;
  padding: 2px 5px;
}


.border-radius {
  border-radius: 20px;
  border: 1px solid #AAA9A9;
}

.category-label {
  display: block;
}

.category-item {
  display: inline;
  margin-right: 15px;
}

.category-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.check-frame {
  padding-left: 32px;
  padding-top: 40px;
}

/*.image-upload {width: 100%;height: 200px;border: 1px dashed #1A202E;border-radius: 5px;margin-bottom: 20px;position: relative;text-align: center;background: #f8f8f9;color: #1A202E;overflow: hidden;line-height: 45px;}*/
.image-upload i {
  font-size: 2em;
  color: #1A202E;
}

.image-upload input {
  cursor: pointer;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.item-wrapper input {
  height: 43px;
  line-height: 43px;
  border: 1px solid #1A202E;
  border-radius: 4px;
  margin-bottom: 20px;
}

.note-editor.note-frame {
  border: 1px solid #d1d3e2;
  border-radius: 5px;
  margin: 0px;
  padding: 5px;
}

.note-editor.note-frame .note-editing-area .note-editable {
  height: 200px !important;
}

.note-editor.note-frame h1 {font-size: 2em !important;}
.note-editor.note-frame h2 {font-size: 1.5em !important;}
.note-editor.note-frame h3 {font-size: 1.17em !important;}
.note-editor.note-frame h4 {font-size: 1em !important;}
.note-editor.note-frame h5 {font-size: 0.83em !important;}
.note-editor.note-frame h6 {font-size: 0.67em !important;}

.note-editable ul li {
  list-style-position: initial !important;
}

.note-editor .note-editing-area .note-editable a {
  color: #dc7228 !important;
}
.note-editor .note-editing-area .note-editable a:hover {
  color: #000 !important;
}
.note-icon-link {color: #dc7228 !important;}
.note-btn-primary {background: #dc7228 !important;}
.note-recent-color {padding: 0.25rem !important;}

.note-btn[aria-label="Help"], .note-btn[aria-label="Picture"] {
    display: none !important;
}

.social-area {
  position: relative;
}

.social-icon {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
}

.social-area .form-control {
  padding-left: 35px;
}

.profile-button {
  background: linear-gradient(90deg, rgba(220, 114, 40, 1) 70%, #000 100%);
  border: 1px solid #dc7228 !important;
  border-radius: 5px;
  color: #fff !important;
  padding: 5px 30px;
  font-size: 16px;
}

.profile-button:hover,
.profile-button:active,
.profile-button:focus {
  background-color: #dc7228 !important;
  border: 1px solid #dc7228 !important;
  box-shadow: none;
  color: #fff !important;
}

label {
  font-size: 15px;
  font-weight: 600;
}

.inner-title {
  font-size: 18px;
  font-weight: 600;
}

.left-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
}

.r-text {
  font-size: 15px;
  line-height: 40px;
}

.p-text {
  font-size: 15px;
}
.p-text a{
  color: #dc7127;
  font-weight: 600;
}

.social-links a {
  color: #1A202E;
  transition: all linear 0.3s;
}

.social-links a i {
  font-size: 20px;
  padding: 5px 10px;
}

.social-links a:hover {
  color: #FCD152;
}

.card-pricing.popular {
  border: 1px solid #FCD152;
}

.card-pricing .list-unstyled li {
  padding: .5rem 0;
  color: #1A202E;
  font-weight: 300;
  border-bottom: 1px dashed rgba(58, 59, 69, 0.4);
}

.pricing-btn {
  font-weight: 500;
  background: linear-gradient(90deg, rgba(170, 137, 65, 1) 0%, rgba(205, 156, 49, 1) 13%, rgba(154, 128, 73, 1) 35%, rgba(246, 204, 78, 1) 51%, rgba(181, 147, 56, 1) 75%, rgba(163, 136, 68, 1) 100%);
  border: 1px solid #FCD152;
  border-radius: 5px;
  color: #1A202E;
  padding: .5rem 1rem;
}

.pricing-btn:hover {
  color: #fff;
  background-color: #1A202E;
  border: 1px solid #1A202E;
}

.pricing-btn-outline {
  border: 1px solid #1A202E;
  background: #1A202E;
  color: #fff;
  padding: .5rem 1rem;
}

.pricing-btn-outline:hover {
  background-color: #FCD152;
  border: 1px solid #FCD152;
  color: #1A202E;
}

.p-tabs .nav-link {
  border: 1px solid #1A202E;
  background: #1A202E;
  color: #fff;
  border-radius: 5px;
}

.p-tabs .nav-link.active {
  background: linear-gradient(90deg, rgba(170, 137, 65, 1) 0%, rgba(205, 156, 49, 1) 13%, rgba(154, 128, 73, 1) 35%, rgba(246, 204, 78, 1) 51%, rgba(181, 147, 56, 1) 75%, rgba(163, 136, 68, 1) 100%);
  border: 1px solid #FCD152;
  color: #1A202E;
  margin-right: 5px;
}

.p-tabs .nav-link:hover {
  background-color: #FCD152;
  border: 1px solid #FCD152;
  color: #1A202E;
}

.mg-tp {
  margin-top: 40%;
}

.btn-user {
  font-weight: 500;
  background-color: #FCD152;
  border: 1px solid #FCD152;
  border-radius: 5px;
  color: #1A202E;
  padding: .5rem 1rem;
}

.btn-user:hover {
  color: #fff;
  background-color: #1A202E;
  border: 1px solid #1A202E;
}

.inner-sidebar {
  width: auto;
}

.inner-sidebar a {
  color: #fff;
  font-size: 14px;
}

.inner-sidebar .nav-link.active {
  color: #1a202e;
  background-color: #fcd152;
  border-radius: 0;
}

.cover-image {
  position: relative;
}

.cover-edit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(26, 32, 46, 0.5);
  color: #fff;
  text-decoration: none;
  border-radius: .25rem;
  padding: .2rem .5rem;
}

.cover-edit:hover {
  text-decoration: none;
  color: #fff;
}

.cover-profile-pic {
  position: absolute;
  left: 20px;
  bottom: -60px;
}

.cover-profile-pic img {
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  padding: .5rem;
  width: 65%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.manage-frame {
  position: absolute;
  bottom: -40px;
  left: 200px;
}

.create-post-btn {
  font-weight: 500;
  background-color: #FCD152;
  border: 1px solid #FCD152;
  border-radius: 5px;
  color: #1A202E;
  padding: .5rem 1rem;
  position: absolute;
  right: 0;
  bottom: -60px;
}

.create-post-btn:hover {
  color: #fff;
  background-color: #1A202E;
  border: 1px solid #1A202E;
}

.to-do-list {
  margin-top: 10%;
}

.table-todo th {
  padding: 0.3rem;
  font-weight: 600;
  color: #1A202E;
  font-size: 15px;
}

.table-todo td {
  padding: 0.3rem;
  font-weight: 500;
  color: #1A202E;
  font-size: 14px;
}

.table-todo td a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.table-todo td a:hover {
  text-decoration: none;
}

.posts-box a {
  text-decoration: none;
}

.posts-box a:hover {
  text-decoration: none;
}

.posts-box .card-body {
  padding: 1.25rem 1.25rem 0;
}

.btn-boost {
  font-weight: 500;
  background-color: #1A202E;
  border: 1px solid #1A202E;
  border-radius: 5px;
  color: #fff;
  padding: .5rem 1rem;
}

.btn-boost:hover {
  color: #1A202E;
  background-color: #FCD152;
  border: 1px solid #FCD152;
}

.table-area .table th,
.table-area .table td {
  font-size: 14px;
  color: #1A202E;
}

.action ul li {
  margin: 0 3px;
}

.action ul li a {
  font-size: 12px;
  padding: 2px 5px;
}

.ticket-detail p {
  font-size: 14px;
}

.ticket-detail ul li {
  font-size: 14px;
  line-height: 24px;
}

.post-btn {
  background-color: #FCD152;
  border: 1px solid #FCD152;
  border-radius: 5px;
  color: #1A202E;
  padding: 5px 20px;
  font-size: 15px;
}

.post-btn:hover,
.post-btn:active,
.post-btn:focus {
  background-color: #CC9B31;
  border: 1px solid #CC9B31;
  box-shadow: none;
  color: #fff;
}

.table-card .table th,
.table-card .table td {
  font-size: 14px;
  color: #1A202E;
}

.assigne-detail {
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.btn-gradient-primary {
  background-color: #dfdfdf;
  color: #1A202E;
  margin-bottom: 10px;
}

.btn-gradient-primary:hover {
  background-color: #1A202E;
  color: #fff;
}

.assigne-detail h6 .text-body {
  color: #1A202E !important;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.sidebar.toggled .nav-item .collapse {
  left: calc(5.4rem + 1.5rem / 2);
}

.sidebar.toggled .nav-item .collapse .collapse-inner {
  background: #1A202E;
  border-radius: 0;
}

.table-frame.table th {
  font-size: 14px;
  color: #1A202E;
}

.table-frame.table td {
  font-size: 13px;
  color: #1A202E;
  vertical-align: middle;
}

.table-frame.table td a {
  text-decoration: none;
}

.table-frame.table td a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  width: 140px;
  display: block;
}

.table-frame.table td label {
  font-size: 13px;
  font-weight: 400;
}

.main-title {
  display: flex;
  flex-direction: row;
  width: 250px;
  justify-content: space-between;
  align-items: center;
}

.main-title label a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  width: 140px;
  display: block;
}

.table-frame.table td a i {
  color: #999;
}

.p-image {
  margin-bottom: 30px;
}

.cover-image .pimg,
.p-image .pimg {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 5px;
}


@media only screen and (max-width:767px) {
  .r-text-value {
    margin-top: 0px !important;
  }

  .side-toggle {
    display: none;
  }

  .layoutSidenav_nav {
    position: relative;
    width: auto;
  }

  .breadcrumb {
    display: none;
  }

  .sidebar-dark .sidebar-brand {
    height: auto;
    background: transparent;
  }

  .sidebar.toggled .navbar-brand {
    margin: 16px 15px 16px;
  }

  .navbar-brand img {
    height: 40px;
  }

  .sidebar .sidebar-brand .sidebar-brand-text {
    display: block;
  }

  .navbar-brand {
    padding: 3px;
    margin: 0px 0px 0px;
  }

  .mbg-yellow {
    background: #fcd152;
  }

  .sidebar .nav-item .collapse .collapse-inner .collapse-item {
    margin: 0 .2rem 2px;
    border-radius: 0;
  }

  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0 0.35rem 0.35rem 0;
  }

  .sidebar .nav-item .collapse {
    left: calc(5.7rem + 1.55rem / 2);
    top: 0;
  }

  #sidebarToggleTop.btn-link i {
    color: #1A202E;
  }

  .sidebar .nav-item .collapse .collapse-inner .collapse-item,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    color: #1A202E;
  }

  .table-responsive {
    display: block;
  }

  .detail-head {
    font-size: 1.4rem;
  }
}

.select-down {
  position: absolute;
  right: 12px;
  top: 16px;
  z-index: 1;
  font-size: 15px;
}

.any-offer .select-down, .p-choice .select-down{top:45px; right:22px;}

.select-down_discount, .select-down-language{top: 16px!important;}

.choices__list--multiple .choices__item {
  background: #dc7228 !important;
  border: 1px solid #dc7228 !important;
  color: #fff;
}
.choices__list--dropdown{z-index: 11;}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 0;
  line-height: 17px;
  border-radius: 50%;
  background-color: #1A202E;
}

label#title-error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: red;
}

input.form-control.error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

textarea#editor1 {
  font-size: 16px !important;
  line-height: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

label#editor1-error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: red;
}

label#phone-error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: red;
}

label#email-error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: red;
}

label#address-error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: red;
}

label#website-error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: red;
}

select#sub_categories {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

/*label#sub_categories-error {font-size: 16px !important;line-height: 26px !important;width: 100% !important;max-width: 100% !important;color: red;}*/
.error {
  font-size: 16px !important;
  color: red !important;
  width: 100%;
}

select#rete {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

select#benifits {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

select#pay_by {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

select#units {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

select#bathroom {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

select.form-control.error {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.show1 {
  z-index: 999;
  display: none;
}

.show1 .img-show {
  width: 350px;
  height: 270px;
  background: #FFF;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 111;
}

.img-show span {
  position: absolute;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  width: 20px;
  text-align: center;
  border-radius: 5px;
}

.close1 {
  top: 10px;
}

.img-show img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto;
  margin-bottom: 12px !important;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  line-height: 32px;
  text-align: center;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/*.avatar-upload .avatar-edit input + label:after {content: "\f040";font-family: 'FontAwesome';color: #757575;position: absolute;top: 10px;left: 0;right: 0;text-align: center;margin: auto;}*/
.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview #imagePreview {
  border-radius: 50%;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload1 {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload1 .avatar-edit1 {
  position: absolute;
  right: 10px;
  z-index: 1;
  bottom: 5px;
}

.avatar-upload1 .avatar-edit1 input {
  display: none;
}

.avatar-upload1 .avatar-edit1 input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  line-height: 27px;
  text-align: center;
  padding: 4px 0px !important;
}

.avatar-upload1 .avatar-edit1 input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/*.avatar-upload .avatar-edit input + label:after {content: "\f040";font-family: 'FontAwesome';color: #757575;position: absolute;top: 10px;left: 0;right: 0;text-align: center;margin: auto;}*/
.avatar-upload1 .avatar-preview1 {
  width: 192px;
  /*height: 365px;*/
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload1 .avatar-preview1>div {
  width: 100%;
  height: 365px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.avatar-upload1 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.avatar-upload1 .avatar-preview1 {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

#imagecoverPreview {
  border-radius: 0;
}

.edit-btn {
  position: relative;
  left: 81%;
  margin-bottom: 10px;
  display: inline-block;
}

.progress-bar {
  height: 30px;
  width: 100%;
  background-color: #1a202e;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  position: relative;
}

/* #coverimageRemove {
  position: absolute;
  right: 48px;
  top: -39px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FCD152 !important;
} */

*+.progress-bar {
  margin-top: 2rem;
}

.bar {
  width: 0;
  height: 100%;
  background-color: #ca9a33;
  /*Lollipop background gradient*/
  background-image: linear-gradient(-45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent);
  background-size: 30px 30px;
  animation: move 2s linear infinite;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  transition: width 2s ease-out;
}

/*Lollipop background gradient animation*/
@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

.perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}

label.labels {
  display: block;
  margin-bottom: 0.5rem;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.social-area label {
  margin-bottom: 0px;
  padding-left: 10px;
}

.social-area {
  display: inline-flex;
}

.alert .btn-close {
  box-sizing: content-box;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
  font-size: 24px;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  padding: 5px;
}

/* a#cropImageBtn {
    position: relative;
    bottom: -4px;
    right: -22px;
    border-radius: 50%;
} */
/*img#imagecoverPreview {width: 100%;height: 365px;object-fit: cover;object-position: center 20%;}*/
.avatar-upload1 .avatar-preview1>div img#imagecoverPreview {
  width: 100%;
  margin-top: -8%;
  min-height: 100%;
  object-fit: cover;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*   font-size:20px;*/
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 42%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popuptext {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  color: #000;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
}

.popup1 .popuptext1 {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 42%;
  margin-left: -80px;
}

/* Popup arrow */
.popup1 .popuptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup1 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popuptext1 {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  color: #000;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
}



.popup2 .popuptext2 {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 42%;
  margin-left: -80px;
}

/* Popup arrow */
.popup2 .popuptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup2 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.r-text-value {
  margin-top: 15px;
  font-size: 12px;
  line-height: 25px;
}

.left-text-user {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
  font-size: 13px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popuptext2 {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  color: #000;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
}

.show {
  visibility: visible;
}

@media only screen and (max-width:340px) {
  .edit-btn {
    left: 48% !important;
  }
}

@media only screen and (max-width:767px) {
  .edit-btn {
    left: 55%;
  }

  .avatar-upload {
    max-width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .edit-btn {
    left: 72%;
  }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
  .edit-btn {
    left: 74%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
  margin-left: 10px;
}

.switch input {
  display: none;
}

.tooltip-inner {
  font-size: 12px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #dc7228;
}

input:focus+.slider {
  box-shadow: 0 0 1px #000000;
}

input:checked+.slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 62%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  user-select: none;
}

.on {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 32%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  user-select: none;
}

input:checked+.slider .on {
  display: block;
}

input:checked+.slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sett_ing {
  display: flex;
  /*      flex-direction: column;*/
  justify-content: end;
  align-items: center;
  padding: 0;
}


.card.cover-image {
  background: #f0f2f5;
  height: 300px;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}

/* .cover-image label {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(170, 137, 65, 1) 0%, rgba(205, 156, 49, 1) 13%, rgba(154, 128, 73, 1) 35%, rgba(246, 204, 78, 1) 51%, rgba(181, 147, 56, 1) 75%, rgba(163, 136, 68, 1) 100%);
  border: 1px solid #FCD152 !important;
  border-radius: 5px;
  color: #1A202E !important;
  padding: 5px 16px;
  font-size: 16px;
  position: absolute;
  right: 5px;
  bottom: 5px;
} */

.cover-profile-pic {
  position: absolute;
  left: 20px;
  bottom: -50px;
  z-index: 1;
}

.cover-profile-pic img {
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  padding: .5rem;
  width: 150px;
  height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.profile-img input {
  display: none;
}

.profile-img input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  line-height: 32px;
  text-align: center;
  left: 125px;
  bottom: -55px;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
}

#imageRemove {
  position: absolute;
  left: -44px;
  z-index: 1;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -47px;
  border: 1px solid #FCD152 !important;
}


.avatar-preview1 .manage-frame {
  position: absolute;
  bottom: -85px;
  left: 20px;
  color: #a18446 !important;
  font-size: 25px;
  font-weight: 800;
  text-transform: capitalize;
}

.avatar-preview1 .manage-frame i {
  color: #a18446;
}

.form-frame {
  margin-top: 80px;
}

/* Review icon */
.dash-review .review {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 15px;
  /* bottom: 25px; */
  bottom: 65px;
  z-index: 1111;
  opacity: .8;
  transform: rotateY(-180deg);
}

.rate label {
  font-size: 45px;
  margin: 0 15px 0 15px;
  color: #ccc;
  cursor: pointer;
}

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

.rate .checked {
  color: #FFDF00;
}

.rate {
  color: #C5C5C5;
  text-align: center;
}

/* Add custom styles to the icon and input */
.search-container {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fa-map-marker {
  margin-right: 5px;
  color: #ac8c42;
  font-size: 20px;
}

#locationInput {
  border: none;
  outline: none;
  width: 100%;
}

/* Style the location suggestions list */
#locationList {
  list-style-type: none;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
}

#locationList li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

#locationList li:last-child {
  border-bottom: none;
}


/* Style the radio button list */
.radio-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the list items */
.radio-list li {
  margin: 10px 0 0;
}

/* Style the radio buttons (hide them) */
.radio-list input[type="radio"] {
  display: none;
}

/* Style the label for the radio buttons */
.radio-list label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 0;
  width: 100%;
}

/* Style the label when the associated radio button is checked */
.radio-list input[type="radio"]:checked+label {
  background-color: #ac8c42;
  color: #fff;
  border: 1px solid #ac8c42;
  width: 100%;
}

.m-show {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize !important;
}

/* .d-show{display: block;} */

#post_type-error {
  top: 22px !important;
}

.d-show {
  display: none;
}


@media only screen and (max-width:767px) {
  .card.cover-image {
    height: 200px;
  }

  .cover-profile-pic img {
    width: 130px;
    height: 130px;
  }

  .cover-profile-pic {
    left: 0px;
    bottom: -40px;
  }

  .manage-frame {
    bottom: -60px;
    left: 84px;
  }

  .form-frame {
    margin-top: 100px;
  }

  .profile-img input+label {
    left: 95px;
    bottom: -34px;
  }

  .m-show {
    display: block;
    font-size: 20px;
  }

  .f-div {
    margin-top: 30px;
  }

  .f-div .text-center {
    text-align: left !important;
  }

  #post_type-error {
    top: 45px !important;
  }

  #imageRemove {
    left: 0;
    bottom: -34px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .card.cover-image {
    height: 200px;
  }

  #sidebarToggleTop.btn-link i {
    color: #1A202E;
  }

  #post_type-error {
    top: 22px !important;
  }

  #imageRemove {
    left: 32px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .card.cover-image {
    height: 200px;
  }

  #post_type-error {
    top: 22px !important;
  }
}

.searcRes {
  position: absolute;
  background-color: #fff;
  padding: 10px 0px;
  z-index: 99999;
  clear: both !important;
  width: 300px;
  display: none;
}

li.Search_val {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 20px;
}

li.Search_val:hover {
  background-color: #ccc;
}

.select2-container .select2-selection--single {
  height: 43px !important;
}

/******************New Blog Post Add css***********************************/
.img-thumbnail {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin: 10px;
  display: inline-block;
}

.new-blog .tab {
  min-height: 300px;
  border: 2px solid rgba(0,0,0,.3);
  background: #fff;
  padding: 20px 20px;
}
.tab .image-upload {
  padding: 20px;
  border: 2px dashed #dc7228 !important;
  border-radius: 5px;
  margin-bottom: 20px;
}
.center-items{
  display: flex;
  align-items: center;
}
.next-btn {
 background: linear-gradient(90deg, rgba(220, 114, 40, 1) 50%, #000 100%);
  border:0 !important;
 margin-top: 0px;
  border-radius: 35px;
  border: 0px;
  box-shadow: none;
  color: #fff !important;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
}

.tab label.control-label {
  display: block;
  cursor: pointer;
}

.tab input {
  border: 0;
}

.card-head {
  padding: 0.8rem;
}

.head {
  display: flex;
  justify-content: space-between;
}

.left-img-area {
  height: 70px;
  width: 70px;
}

.single-img {
  height: 70px;
  width: 70px;
}

.arrow {
  transition: 0.25s ease;
  transform: rotate(0deg);
}

.arrow-animate {
  transform: rotate(90deg);
  opacity: 1;
}

/******************New Blog Post Add css***********************************/

/*************New Video Page Css**********************/
.video-thumbnail {
  position: relative;
}

.video-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0;
  height: 250px;
}

.video-info {
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
}

.video-creator {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.video-creator img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.video-text {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.video-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.video-channel {
  color: #606060;
  font-size: 0.9rem;
}

.video-thumbnail .avatar-edit {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
}

.video-thumbnail .avatar-edit input {
  display: none;
}

.video-thumbnail .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pFointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  line-height: 25px;
  text-align: center;
  padding: 4px 0px !important;
}

.video-frame .caption-area input {
  border: 0;
}

.card {
  cursor: pointer;
}

.left-icon i::before {
  line-height: 1.5;
  padding-right: 5px;
}

textarea {
  resize: none;
  overflow: hidden;
  min-height: 70px;
}

.save-btn {
  background: linear-gradient(90deg, rgba(170, 137, 65, 1) 0%, rgba(205, 156, 49, 1) 13%, rgba(154, 128, 73, 1) 35%, rgba(246, 204, 78, 1) 51%, rgba(181, 147, 56, 1) 75%, rgba(163, 136, 68, 1) 100%);
  border: 1px solid #FCD152 !important;
  border-radius: 5px;
  color: #1A202E !important;
  padding: 5px 30px;
  font-size: 16px;
}

.video-thumbnail video {
  border: 1px solid #000;
  display: block;
  background-color: #000;
}

/*************New Video Page Css**********************/

.ribbon {
  position: absolute;
  width: 20px;
  height: 75px;
  background: #000;
  top: -0.625rem;
  left: 0;
  transition: opacity 0.3s ease-in;
  visibility: visible;
  opacity: 1;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8em;
}

.text-div {
  transform: rotate(-90deg);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-top: 0.225rem;
}

.card .ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.563rem;
  border-left: 0.313rem solid #510560;
  border-right: 0.313rem solid transparent;
  border-top: 0.313rem solid transparent;
  border-bottom: 0.313rem solid #510560;
}

/*.card .ribbon::after {content: "";position: absolute;bottom: -0.063rem;left: 0;border-left: 1.25rem solid transparent;border-right: 1.25rem solid transparent;border-top: 1.25rem solid transparent;border-bottom: 1.25rem solid #1b1b1b;}*/
.bump-ribbon {
  left: auto;
  right: 0px;
}

.list-view .bump-ribbon {
  left: 185px;
  right: 0px;
}

.card .ribbon.bump-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9.5px;
  right: auto;
  border-left: 0.313rem solid #510560;
  border-right: 0.313rem solid transparent;
  border-top: 0.313rem solid transparent;
  border-bottom: 0.313rem solid #510560;
  transform: rotate(270deg);
}

.card .ribbon.bump-ribbon .text-div {
  transform: rotate(90deg);
}

#plan-banner-image button.slick-prev {
  left: -8px !important;
  top: 37%;
}

#plan-banner-image button.slick-next {
  right: -8px !important;
  top: 37%;
}

#plan-banner-image button.slick-prev::before {
  background: linear-gradient(to right, #c49735, #9c8148, #b79539, #ab8d3f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#plan-banner-image button.slick-next::before {
  background: linear-gradient(to right, #c49735, #9c8148, #b79539, #ab8d3f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}





/*----------31-07-24------------*/
#resume_form .select2-container{
  width: 100% !important;
}
.form-validation .select2-container{
  width: 100% !important;
}
#realState_form_new .select2-container{
  width: 100% !important;
}

@media only screen and (max-width:767px) {
  #plan-banner-image button.slick-prev {
    top: 48%;
  }

  #plan-banner-image button.slick-next {
    top: 48%;
  }

  .avatar-upload1 .avatar-preview1>div img#imagecoverPreview {
    margin-top: 0;
  }
  .sidebar-toggled .icon-bg{width:30px!important; height: 30px; line-height: 30px;}
  .sidebar-toggled .navbar-nav{align-items: center;}
  .sidebar-toggled .navbar-expand .navbar-nav .nav-link{margin-top: 0!important;}
  .sidebar-toggled .sidebar .nav-item .nav-link .img-profile, .sidebar-toggled .topbar .nav-item .nav-link .img-profile{width:30px; height: 30px;}
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .list-view .bump-ribbon {
    left: 145px;
  }

  #plan-banner-image button.slick-prev {
    top: 50%;
  }

  #plan-banner-image button.slick-next {
    top: 50%;
  }
  .tab .image-upload {
    /* height: 407px; */
    height: auto;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .list-view .bump-ribbon {
    left: 185px;
  }

  #plan-banner-image button.slick-prev {
    top: 23%;
  }

  #plan-banner-image button.slick-next {
    top: 23%;
  }
  .tab .image-upload {
    height: 429px;
  }
}


@media screen and (max-width:475px) {
  #post-listing .profile-button{
    padding: 5px 15px;
    font-size: 13px;
  }
}