.brand-logo {
  width: 96px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --plainclr: #fff;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
  border: 2px solid #555555;
  border-radius: 5px;
}

section {
  padding: 3rem 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.best-widgets {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}

.ul-divider {
  background: rgba(17, 17, 17, 0.1);
  height: 1px;
  margin: 4px 0;
}

.center-heading {
  color: #fff !important;
  margin-bottom: 0;
  text-wrap: balance;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.best-widgets .para-one {
  color: #fff;
  margin-top: 12px;
  text-wrap: balance;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.explore-widgets .all-widgets {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #111;
  background: rgba(17, 17, 17, 0.05);
}

.explore-widgets .all-widgets span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.2s ease;
}

.left-content li {
  color: rgba(17, 17, 17, 0.7);
}

.left-content li i {
  color: rgba(17, 17, 17, 0.7);
}

.explore-widgets .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
}

.explore-widgets .categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 6%;
}

.explore-widgets .categories-one .icons {
  width: 20px;
  height: 20px;
  fill: currentcolor;
  transition: 0.2s;
}

.explore-widgets .search-input {
  background: rgba(17, 17, 17, 0.05);
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  font-size: 15px;
}

/* new code of baibil */
.widgets-card:hover {
  cursor: pointer;
}

.widgets-card:hover .card-title h5 {
  text-decoration: underline;
}

.widgets-card .card-icon {
  display: block;
  width: 38px;
  height: 38px;
  fill: #f93262;
  flex-shrink: 0;
}

.widgets-card .card-icon {
  display: block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.widgets-card .card-icon .logo-icon {
  filter: invert(37%) sepia(83%) saturate(734%) hue-rotate(297deg) brightness(99%) contrast(101%);
  width: 100%;
  height: 100%;
}

.widgets-card .card-content {
  width: calc(100% - 38px);
}

.widgets-card .card-title .badge {
  color: #f93262;
  border: 1px solid #f93262;
  border-radius: 10px;
}
.widgets-card .card-title .badge.badge-outline-success {
  color: #198754;
  border: 1px solid #198754;
}
.widgets-card .card-title .badge.badge-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
}

.widgets-card .card-rating i {
  color: gold;
}

/* new code */
.nav-link svg {
  height: 30px;
  width: 30px;
  margin-right: 0.3rem;
}

/* Nav Widgets Styling */
.nav-widgets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-widgets .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  /* Light Grey Background */
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.nav-widgets .nav-link:hover {
  background: #e2e6ea;
  /* Hover Effect */
  color: #000;
}

.nav-widgets .nav-link.active {
  background: #e2e6ea;
  /* Active Background */
  color: #000;
}

#google-review-widget-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5rem;
}

.select-card {
  position: relative;
}

.select-card.active {
  border: rgb(20, 148, 255) solid 2px !important;
}

@media (min-width: 992px) {
  .border-lg-0 {
    border: none !important;
  }
}

.select-card.active::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgb(20, 148, 255);
  position: absolute;
  top: -16px;
  right: -5px;
}

.explore-widgets:has(input:checked) .card {
  border: none;
  border-radius: 10px !important;
}
.explore-widgets:has(input:checked) .card .card-header {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff;
}
.explore-widgets:has(input:checked) .card .card-header .btn-tool {
  color: #fff;
}
.explore-widgets:has(input:checked) .card .card-body {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.explore-widgets:has(input:checked) #changeScreen {
  color: #000;
}

.checkbox-wrapper-54 input[type=checkbox] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-54 *,
.checkbox-wrapper-54 ::after,
.checkbox-wrapper-54 ::before {
  box-sizing: border-box;
}

/* The switch - the box around the slider */
.checkbox-wrapper-54 .switch {
  --width-of-switch: 3.5em;
  --height-of-switch: 2em;
  /* size of sliding icon -- sun and moon */
  --size-of-icon: 1.4em;
  /* it is like a inline-padding of switch */
  --slider-offset: 0.3em;
  position: relative;
  width: var(--width-of-switch);
  height: var(--height-of-switch);
  display: inline-block;
}

/* The slider */
.checkbox-wrapper-54 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  transition: 0.4s;
  border-radius: 30px;
}

.checkbox-wrapper-54 .slider:before {
  position: absolute;
  content: "";
  height: var(--size-of-icon, 1.4em);
  width: var(--size-of-icon, 1.4em);
  border-radius: 20px;
  left: var(--slider-offset, 0.3em);
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
  transition: 0.4s;
}

.checkbox-wrapper-54 input:checked + .slider {
  background-color: #303136;
}

.checkbox-wrapper-54 input:checked + .slider:before {
  left: calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, 0.3em)));
  background: #303136;
  /* change the value of second inset in box-shadow to change the angle and direction of the moon  */
  box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
}

.select_template {
  position: relative;
}

.view-section {
  height: 850px;
  max-height: 100%;
}
@media (max-width: 992px) {
  .view-section {
    height: 465px;
  }
}

.preview-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease-in-out;
}
.preview-section.small {
  width: 375px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  border-radius: 10px;
  height: 90%;
  max-height: 100%;
  transition: width 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .template-list {
    max-height: 750px;
    height: 100%;
    overflow: auto;
  }
}

iframe {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background: white;
  overflow: auto;
  padding: 20px;
}

.img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 170px;
  border-radius: 4px;
  background: rgb(52, 52, 52);
  overflow: hidden;
}
.img-box img {
  height: 160px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .img-box {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .img-box {
    width: 110px;
    height: 120px;
  }
}
@media (max-width: 345px) {
  .img-box {
    width: 100px;
  }
}/*# sourceMappingURL=widgets.css.map */