@media (max-width: 767px) {
  body.single-listing #site-header {
    display: none !important;
  }
  .container {
    padding-inline: 20px;
    margin-top: -40px !important;
  }
}

.single-listing{
  background: #F7F7F9;
}
.icon-block {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.07s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  max-width: 220px;
  height: 220px !important;
  overflow: hidden;
}
.icon-block a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1A5473;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-out;
}
@media (max-width: 1400px) {
  .icon-block {
    height: 170px !important;
  }

}
@media (max-width: 1199px) {
  .icon-block {
    border-radius: 10px;
    height: 220px !important;
  }
}
@media (max-width: 767px) {
  .icon-block {
    height: 156px;
  }
}
@media (max-width: 576px) {
  .icon-block {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.icon-block .icon {
  height: 170px;
  width: 170px;
}
@media (max-width: 1400px) {
  .icon-block .icon {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .icon-block .icon {
    width: 49px;
    height: 63px;
  }
}
.icon-block .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.icon-block:hover a::after {
  visibility: visible;
  opacity: 0.5;
}
.icon-block .icon-actions {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-block: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 20;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .icon-block .icon-actions {
    padding-block: 6%;
    padding-right: 6%;
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .icon-block .icon-actions {
    display: none;
  }
}
.icon-block .icon-actions .mini {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border: none;
  flex-grow: 1;
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
@media (max-width: 1400px) {
  .icon-block .icon-actions .mini {
    height: 38px;
    width: 38px;
  }
  .icon-block .icon-actions .mini img {
    max-width: 20px !important;
    max-height: 20px !important;
  }
}
@media (max-width: 767px) {
  .icon-block .icon-actions .mini {
    height: 40px;
    width: 45px;
  }
}
.icon-block .icon-actions .mini img {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .icon-block .icon-actions .mini img {
    max-width: 26px;
    max-height: 20px;
  }
}
.icon-block .icon-actions .mini:first-child {
  transform: translateY(calc(200% + 20px));
  transition-delay: 0.1s;
}
.icon-block .icon-actions .mini:nth-child(2) {
  transform: translateY(calc(100% + 10px));
  transition-delay: 0.05s;
}
.icon-block .icon-actions .mini:last-child {
  transform: translateY(10px);
}
.icon-block .icon-actions .mini:hover {
  background-color: #2CB88B;
}
.icon-block .icon-actions .mini:hover img {
  filter: grayscale(1) brightness(10);
}
.icon-block .icon-actions .mini.add-to-collection:hover .collection-icon[src*="atc.svg"] {
  filter: invert(1);
}
.icon-block:hover .icon-actions .mini {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 1400px) {
  .icons-grid {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .icons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .icons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .icons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .icons-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

.detail-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  margin: 60px 0 35px;
}
@media (max-width: 1199px) {
  .detail-box {
    padding: 0;
    border-radius: 0;
  }
}

.icon-editor {
  height: 100%;
}
.icon-editor .carousel {
  border-radius: 12px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .icon-editor .carousel {
    flex-direction: column-reverse;
  }
  .editor{
    display: none !important;
  }
}
.icon-editor .carousel .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.icon-editor .carousel .carousel-indicators {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  left: 0;
  transform: none;
  gap: 10px;
  flex-direction: column !important;
}
@media (max-width: 767px) {
  .icon-editor .carousel .carousel-indicators {
    flex-direction: row !important;
    gap: 5px;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    display: none;
  }
}
.icon-editor .carousel .carousel-indicators button {
  background-color: #FBFBFB;
  border-radius: 5px !important;
  text-indent: 0 !important;
  padding: 20px;
  border: none;
  display: inline-block;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #D4D7DB;
}
@media (max-width: 767px) {
  .icon-editor .carousel .carousel-indicators button {
    padding: 10px;
  }
}
.icon-editor .carousel .carousel-indicators button img {
  height: 42px;
  width: 42px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .icon-editor .carousel .carousel-indicators button img {
    height: 32px;
    width: 32px;
  }
}
.icon-editor .carousel .carousel-indicators button.active {
  border-color: #2CB88B;
}
.icon-editor .carousel .carousel-item {
  text-align: center;
}
.icon-editor .carousel .carousel-item .icon-display {
  display: inline-block;
  margin: 50px auto 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .icon-editor .carousel .carousel-item .icon-display {
    margin: 30px auto 0;
  }
}
.icon-editor .carousel .carousel-item .icon-display img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .icon-editor .carousel .carousel-item .icon-display img {
    height: 140px;
    width: 140px;
  }
}
.icon-editor .carousel .icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.icon-editor .carousel .icon-container .carousel-control-next {
  right: 25px;
}
.icon-editor .carousel .icon-container .carousel-control-prev {
  left: 25px;
}
.icon-editor .carousel .icon-container .carousel-control-next,
.icon-editor .carousel .icon-container .carousel-control-prev {
  opacity: 1;
}
@media (min-width: 768px) {
  .icon-editor .carousel .icon-container .carousel-control-next,
  .icon-editor .carousel .icon-container .carousel-control-prev {
    display: none;
  }
}
@media (max-width: 991px) {
  .icon-editor .carousel .icon-container .carousel-control-next,
  .icon-editor .carousel .icon-container .carousel-control-prev {
    top: 90px;
    width: auto;
    bottom: auto;
    height: auto;
    transform: none;
  }
  .icon-editor .carousel .icon-container .carousel-control-next img,
  .icon-editor .carousel .icon-container .carousel-control-prev img {
    height: 24px;
    width: auto;
  }
}
.icon-editor .carousel .editor {
  display: flex;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .icon-editor .carousel .editor {
    margin-top: 40px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: center;
  }
}
.icon-editor .carousel .group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group {
    align-items: center;
  }
}
.icon-editor .carousel .group label {
  color: #13415A;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.icon-editor .carousel .group .color {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: #000;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .color {
    height: 30px;
    width: 30px;
  }
}
.icon-editor .carousel .group .shapes {
  position: relative;
  cursor: pointer;
}
.icon-editor .carousel .group .shapes .selected {
  border-radius: 5px;
  border: 1px solid #D4D7DB;
  background-color: #fff;
  height: 35px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0px 10px 0px 36px;
  display: flex;
  align-items: center;
  color: #13415A;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .shapes .selected {
    height: 30px;
    padding: 0px 5px 0px 30px;
  }
}
.icon-editor .carousel .group .shapes .selected::before {
  height: 20px;
  width: 20px;
  background-color: var(--shape-bg, #bac8d3);
  position: absolute;
  top: 7px;
  left: 8px;
  content: "";
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .shapes .selected::before {
    height: 18px;
    width: 18px;
    top: 5px;
    left: 5px;
  }
}
.icon-editor .carousel .group .shapes .selected.square::before {
  border-radius: 0;
}
.icon-editor .carousel .group .shapes .selected.rounded::before {
  border-radius: 5px;
}
.icon-editor .carousel .group .shapes .selected.circle::before {
  border-radius: 30px;
}
.icon-editor .carousel .group .shapes .shape {
  user-select: none;
  cursor: pointer;
}
.icon-editor .carousel .group .shapes .options {
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-radius: 5px;
  border: 1px solid #2CB88B;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 220px;
  z-index: 10;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform-origin: left;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
  z-index: 35;
}
.icon-editor .carousel .group .shapes .options::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  transform: translateY(-7px) rotate(45deg);
  border-left: 1px solid #2CB88B;
  border-top: 1px solid #2CB88B;
  border-radius: 4px 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  z-index: 1;
}
.icon-editor .carousel .group .shapes .options p {
  color: #13415A;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  margin: 0 0 8px;
}
.icon-editor .carousel .group .shapes .options.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.icon-editor .carousel .group .shapes .options .d-flex {
  gap: 12px;
}
.icon-editor .carousel .group .shapes .options .shape {
  height: 25px;
  width: 25px;
  min-width: 25px;
}
.icon-editor .carousel .group .shapes .options .shape.transparent {
  background-image: url(../images/transparent.svg);
}
.icon-editor .carousel .group .shapes .options .shape.square {
  background-color: #000;
}
.icon-editor .carousel .group .shapes .options .shape.rounded {
  background-color: #000;
  border-radius: 5px;
}
.icon-editor .carousel .group .shapes .options .shape.circle {
  background-color: #000;
  border-radius: 50px;
}
.icon-editor .carousel .group .shapes .options .shape.outline {
  background-color: transparent;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #000;
}
.icon-editor .carousel .group .field {
  height: 35px;
  border: 1px solid #D4D7DB;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  background-image: url(../images/caretDown.svg);
  background-size: 8px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .field {
    height: 30px;
  }
}
.icon-editor .carousel .group .field select {
  padding: 0px 30px 0px 12px;
  border: none;
  outline: none;
  border-radius: 10px;
  appearance: none;
  color: #13415A;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .field select {
    padding: 0px 24px 0px 8px;
  }
}
.icon-editor .carousel .group .btn-group {
  gap: 15px;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .btn-group {
    gap: 10px;
  }
}
.icon-editor .carousel .group .btn-group .btn {
  padding: 0;
}
.icon-editor .carousel .group .btn-group .btn img {
  transition: transform 0.25s ease-out;
}
@media (max-width: 767px) {
  .icon-editor .carousel .group .btn-group .btn img {
    height: 21px;
    width: auto;
  }
}
.icon-editor .carousel .group .btn-group .btn:hover img {
  filter: brightness(2.5) hue-rotate(306deg);
}
.icon-editor .carousel .group .btn-group .btn.horizontal img {
  transform: rotateY(0deg);
}
.icon-editor .carousel .group .btn-group .btn.horizontal:hover img {
  transform: rotateY(180deg);
}
.icon-editor .carousel .group .btn-group .btn.vertical img {
  transform: rotateX(0deg);
}
.icon-editor .carousel .group .btn-group .btn.vertical:hover img {
  transform: rotateX(180deg);
}
.icon-editor .carousel .group .btn-group .btn.clockwise img {
  transform: rotate(0deg);
}
.icon-editor .carousel .group .btn-group .btn.clockwise:hover img {
  transform: rotate(180deg);
}
.icon-editor .carousel .group .btn-group .btn.anti-clockwise img {
  transform: rotate(0deg);
}
.icon-editor .carousel .group .btn-group .btn.anti-clockwise:hover img {
  transform: rotate(-180deg);
}
.icon-editor .d-flex {
  gap: 40px;
}
@media (max-width: 767px) {
  .d-flex {
    margin-top: 35px !important;
    padding-top: 35px !important;
    border-top: 1px solid #D4D7DB !important;
  }
  .d-flex.justify-content-between {
  border-top: none !important;
  margin-top: 0px !important;
}
.d-flex.align-items-center.justify-content-between{
  margin-top: 35px !important;
    padding-top: 35px !important;
    border-top: 1px solid #D4D7DB !important;
}
.svg-editor {
  height: 430px !important;
  width: 374px !important;
}
.icon-display .svg-editor canvas {
  width: 80% !important;
  height: 70% !important;
  display: block;
}
.carousel .icon-container .carousel-control-prev img {
    height: 24px;
    width: auto;
    margin-top: 150px;
  }
  .carousel-control-next {
  margin-top: 150px;
}
 .icon-block .icon {
    width: 49%;
    height: 63%;
  }
  .icon-block {
    border-radius: 10px;
    height: 116px !important;
  }
  .btn-edit {
  height: 31px !important;
  width: 70px !important;
  border-radius: 6px !important;
  border: 1px solid #D4D7DB;
  gap: 5px;
  left: 0px !important;
  top:3px !important;
}
 .btn-undo {
    top: 1px !important;
    right: 0px !important;
  }
  @media(max-width:767px){
    .btn-undo{
      display:none !important;
    }
  }
}   
.icon-editor .form-check {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.icon-editor .form-check label {
  cursor: pointer;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  position: relative;
  top: 2px;
  padding-left: 15px;
}
.icon-editor .form-check-input {
  border: 1px solid #E2E2E2;
  box-shadow: inset 0 0 0 5px #fff;
  background-image: none !important;
  height: 25px;
  width: 25px;
}
.icon-editor .form-check-input:checked {
  background-image: none !important;
  background-color: #2CB88B;
}

.btn-undo {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50px;
  border: 1px solid #2CB88B;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: 5px;
  left: auto;
  z-index: 10;
  min-width: 0;
}
@media (max-width: 1199px) {
  .btn-undo {
    top: 5px;
    right: 5px;
  }
}
.btn-undo img {
  height: 19px;
  width: auto;
}

.btn-edit {
  height: 40px ;
  width: 40px ;
  border-radius: 50px;
  border: 1px solid #2CB88B;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 10;
  min-width: 0;
  display: none; /* Hidden by default */
}

.btn-back {
  height: 40px !important;
  width: 40px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 1px;
  left: auto;
  z-index: 10;
  min-width: 0;
}

@media (max-width: 767px) {
  .btn-edit {
    display: inline-flex; /* Visible on mobile */
  }
}

@media (min-width: 768px) {
  .btn-back {
    display: none; /* Hidden on desktop */
  }
}

.popover {
  min-width: 400px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  padding: 35px;
}
@media (max-width: 1199px) {
  .popover {
    padding: 25px;
    min-width: 320px;
  }
}
.popover h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 8px;
  color: #13415A;
}
@media (max-width: 1199px) {
  .popover h6 {
    font-size: 16px;
  }
}
.popover h6.uppercase {
  text-transform: uppercase;
}
.popover h6 ~ h6 {
  margin-top: 20px;
}
.popover p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #556771;
  margin-bottom: 10px;
}
.popover p.light {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .popover p {
    font-size: 14px;
  }
}
.popover p img {
  height: 12px;
  width: auto;
  position: relative;
  top: 7px;
}
.popover .popover-body {
  padding: 0;
}

.detail-body {
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
  padding: 30px 30px 50px;
  max-width: 440px;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .detail-body {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 1199px) {
  .detail-body {
    border-radius: 0;
    max-width: 100%;
    padding: 25px 0px 0px;
  }
}
@media (max-width: 767px) {
  .detail-body {
    padding: 15px 10px 20px;
    border-radius: 0;
    max-width: 100%;
    padding: 25px 0px 0px;
    background-color: #F7F7F9 !important;
  }
}
.detail-body h1 {
  color: #13415A;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 15px;
}
.detail-body h2 {
  color: #13415A;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 15px;
}
.detail-body p {
  color: #556771;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 30px;
}
.detail-body p .no-btn {
  font-weight: 600;
  color: #556771;
  border-bottom: 1px solid #2CB88B;
  cursor: pointer;
}
.detail-body p .no-btn:hover {
  color: #2CB88B !important;
}
.detail-body .icon-type {
  display: flex;
  gap: 10px;
}
.detail-body .icon-type .radio-group {
  position: relative;
}
.detail-body .icon-type .radio-group input {
  display: none;
}
.detail-body .icon-type .radio-group label {
  border: 1px solid #D4D7DB;
  background-color: transparent;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 24px;
  min-width: 90px;
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  justify-content: center;
  cursor: pointer;
}
.detail-body .icon-type .radio-group label:hover {
  background-color: #F4F4F6;
  color: #2CB88B;
  border-color: #F4F4F6;
}
.detail-body .icon-type .radio-group label img {
  height: 14px;
  width: auto;
  display: none;
}
.detail-body .icon-type .radio-group input:checked ~ label {
  background-color: #F4F4F6;
  color: #13415A;
  border-color: #F4F4F6;
  padding-inline: 15px !important;
}
.detail-body .icon-type .radio-group input:checked ~ label img {
  display: inline-block;
}
.detail-body .pngDrop {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 35px 40px;
  border-radius: 12px;
  z-index: 30;
  right: 0;
  min-width: 470px;
  top: calc(100% + 10px);
  left: auto;
  transform-origin: top;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
}
.detail-body .pngDrop.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .detail-body .pngDrop {
    padding: 20px 20px;
    min-width: 320px;
    right: auto;
    left: 0;
  }
  .detail-body .pngDrop .btn {
    font-size: 14px !important;
  }
}
.detail-body .pngDrop .btn {
  width: 100%;
  font-size: 18px;
}
.detail-body .pngDrop h6 {
  color: #13415A;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
.detail-body .pngDrop ul {
  margin: 0 0 30px;
}
.detail-body .pngDrop ul li {
  color: #556771;
  font-size: 16px;
  font-weight: 500;
}
.detail-body .pngDrop ul li ~ li {
  margin-top: 8px;
}
.detail-body .pngDrop ul li img {
  margin-right: 14px;
}
.detail-body .border {
  border-top: 1px solid #EFEFF4 !important;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .detail-body .border {
    margin: 10px 0;
  }
}
.detail-body .downloader {
  display: flex;
  margin: 30px 0 20px;
  position: relative;
}
.detail-body .downloader + .svg-downloader {
  margin-top: -5px;
}
.detail-body .downloader > .btn,
.detail-body .downloader .size {
  height: 60px;
}
.detail-body .downloader.svg-downloader > .btn {
  width: 100%;
  border-radius: 50px;
}
.detail-body .downloader > .btn {
  border-radius: 50px 0 0 50px;
  width: calc(100% - 90px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .detail-body .downloader > .btn {
    width: calc(100% - 75px);
  }
}
.detail-body .downloader > .btn img {
  height: 25px;
  width: auto;
}
.detail-body .downloader > .btn span {
  flex-grow: 1;
  text-align: center;
}
.detail-body .downloader .size {
  border-radius: 0 50px 50px 0;
  background-color: #1A9E6B;
  color: #fff;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .detail-body .downloader .size {
    width: 75px;
  }
}
.detail-body .downloader .size .size-toggler {
  position: absolute;
  inset: 0;
  border-radius: 0 50px 40px 0;
  cursor: pointer;
  z-index: 1;
}
.detail-body .downloader .size .size-toggler.active ~ img {
  transform: rotate(180deg);
}
.detail-body .downloader .size .size-toggler.active ~ .size-options {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.detail-body .downloader .size span {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .detail-body .downloader .size span {
    font-size: 14px;
  }
}
.detail-body .downloader .size .size-options {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 15px);
  border: 1px solid #2CB88B;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 6px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
  z-index: 35;
}
.detail-body .downloader .size .size-options::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  transform: translateY(-7px) rotate(45deg);
  border-left: 1px solid #2CB88B;
  border-top: 1px solid #2CB88B;
  border-radius: 4px 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
}
.detail-body .downloader .size .size-options button {
  border: none;
  outline: none;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 500;
  color: #13415A;
  background-color: transparent;
}
.detail-body .downloader .size .size-options button:hover {
  color: #2CB88B;
}
.detail-body .copy {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  border: 1px solid #D4D7DB;
  height: 30px;
  font-size: 12px;
  color: #556771;
  padding-inline: 20px;
  border-radius: 50px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .detail-body .copy {
    padding-inline: 10px;
  }
}
@media(max-width:786px){
  .detail-body .copy {
    font-size: 12px;
    padding-inline: 24px;
  }

  @media (max-width: 786px) {

  .icon-display {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center;
  }

  .svg-editor {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .svg-canvas {
      max-width: 100%;
      height: auto;
  }

}

}
.detail-body .copy:hover {
  background-color: #556771;
  border-color: #556771;
  color: #fff;
}
.detail-body .save {
  color: #2CB88B;
  font-size: 14px;
  font-weight: 500;
}
.detail-body .save:hover {
  color: #13415A;
}
.detail-body .save img {
  margin-right: 5px;
}
.detail-body .format {
  position: relative;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-body .format .no-btn.lined {
  color: #556771;
  border-bottom: 1px solid #556771;
  font-size: 14px;
  font-weight: 500;
  transition: 0.15s ease-out;
}
.detail-body .format .no-btn.lined:hover {
  color: #13415A;
  border-color: #13415A;
}
.detail-body .format .share {
  position: relative;
  display: inline-flex;
}
.detail-body .format .share .no-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  gap: 10px;
  color: #556771;
  font-size: 14px;
}
.detail-body .format .share .no-btn img {
  position: relative;
  height: 15px;
  width: auto;
  opacity: 0.75;
  top: 1px;
}
.detail-body .format .share .no-btn:hover {
  color: #2CB88B;
}
.detail-body .format .share .no-btn:hover img {
  opacity: 1;
}
.detail-body .format .share .active ~ .share-options {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.detail-body .format .share .share-options {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 5px);
  right: -30px;
  left: auto;
  width: 220px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
  z-index: 35;
}
@media (max-width: 1199px) {
  .detail-body .format .share .share-options {
    right: -15px;
  }
}
.detail-body .format .share .share-options::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 0px;
  transform: translateY(-10px) rotate(45deg);
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-radius: 4px 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .detail-body .format .share .share-options::after {
    right: 25px;
  }
}
.detail-body .format .share .share-options .btn {
  height: 30px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  position: relative;
}
.detail-body .format .share .share-options .btn i {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 14px;
}
.detail-body .format .share .share-options .btn.btn-fb {
  background-color: #1877F2;
}
.detail-body .format .share .share-options .btn.btn-fb:hover {
  background-color: #378eff;
}
.detail-body .format .share .share-options .btn.btn-pint {
  background-color: #BE1E24;
}
.detail-body .format .share .share-options .btn.btn-pint:hover {
  background-color: #d1272c;
}
.detail-body .format .share .share-options .btn.btn-tweet {
  background-color: #55ACEE;
}
.detail-body .format .share .share-options .btn.btn-tweet:hover {
  background-color: #61bbff;
}
.detail-body .format .share .share-options .btn.btn-copy {
  color: #556771;
  border: 1px solid #556771;
}
.detail-body .format .share .share-options .btn.btn-copy:hover {
  background-color: #556771;
  color: #fff;
}
.detail-body .pDesc {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #D4D7DB;
  font-size: 15px;
  color: #556771;
  line-height: 1.45;
}
@media(max-width: 767px) {
  .detail-body .pDesc {
    padding-top: 0px !important;
  border-top: none !important;
  margin-top: 35px !important;
  }
}
.icons-grid.extended.p-50 {
  padding-bottom: 50px;
}
#player {
  width: 150px;
  height: 50px;
  margin-top: 12px;
  top: 80px;
}

#player i {
  margin-top: -6px;
  color: #666;
}

#player i.fa-volume-down {
  margin-left: -8px;
}

#player i.fa-volume-up {
  margin-right: -8px;
  right: 0;
}
.format.no-m {
  margin: 0px;
}
button.btn.btn-single-purchase {
  border: 1px solid #2CB88B;
  width: 100% !important;
  border-radius: 60px !important;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .btn.btn-single-purchase {
  border: 2px solid #2cb88b;
  border-radius: 50px !important;
  width: 100% !important;
}
}

button.btn.btn-single-purchase .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #13415A;
}

button.btn.btn-single-purchase .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #2CB88B;
}

.downloader.single-purchase {
  margin-top: 0px;
}

#volume {
  margin: 0 auto;
  height: 4px;
  width: 150px;
  background: #E7EAF2;
  border-radius: 15px;
  border: none;
}

#volume .ui-slider-range-min {
  height: 5px;
  width: 300px;
  border: none;
  border-radius: 10px;
  outline: none;
}

#volume .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: #2CB88B;
  cursor: pointer;
  outline: none;
}

.tags {
  margin-bottom: 50px;
}
.tags a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 35px;
  border-radius: 5px;
  padding-inline: 20px;
  color: #556771;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
}
@media(max-width: 767px) {
  .tags a {
    margin-top: 10px !important;
    margin-right: 10px !important;
  }
  .tags{
    margin-bottom: 0px !important;
  }
}
.tags a:hover {
  background-color: #2CB88B;
  color: #fff;
}

.super-search {
  margin: 60px 0;
}
.super-search .icons-filter span {
  border-radius: 40px 0 0 40px;
}
/* @media (min-width: 768px) {
  .super-search .icons-filter:first-of-type {
    display: none;
  }
} */
@media (max-width: 767px) {
  .super-search {
    flex-wrap: wrap;
    border: none;
    gap: 15px;
    margin: 20px 0 30px;
  }
  .super-search .icons-filter {
    min-width: calc(50% - 7.5px);
    order: 2;
  }
  .super-search .icons-filter span {
    border: 1px solid #D4D7DB;
    border-radius: 50px !important;
    width: 100%;
  }
  .super-search .search-field {
    width: 100%;
    order: 1;
    border: 1px solid #D4D7DB;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
  }
}

h3 {
  position: relative;
  color: #13415A;
  font-weight: 600;
  font-size: 20px;
  margin: 60px 0 50px;
}
@media (max-width: 767px) {
  h3 {
    text-align: center;
    font-size: 20px;
  }
}
h3 span {
  display: block;
  color: #13415A;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
@media (max-width: 767px) {
  h3 span {
    font-size: 18px;
  }
}

.fx {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1199px) {
  .fx {
    justify-content: space-between;
  }
}

.btn-filter {
  background-color: #F2F8F8;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 22px;
  cursor: pointer;
  transition: 0.1s ease-out;
  justify-content: center;
  border-radius: 40px;
  min-height: 50px;
  position: relative;
}
.btn-filter span {
  position: absolute;
  color: #fff;
  background-color: #2CB88B;
  border-radius: 20px;
  height: 23px;
  width: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  top: 0px;
  right: 14px;
  transform: translateY(-50%);
}
.btn-filter:hover {
  background-color: #13415A;
  color: #fff;
}

.sort {
  position: relative;
}
.sort span {
  background-color: #fff;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.1s ease-out;
  justify-content: center;
  border-radius: 40px;
  min-height: 50px;
}
.sort span:hover {
  color: #2CB88B;
}
.sort span img {
  height: 7px;
  width: auto;
}
@media (max-width: 1400px) {
  .sort span img {
    height: 6px;
  }
}
@media (max-width: 1199px) {
  .sort span img {
    height: 5px;
  }
}
@media (max-width: 767px) {
  .sort span img {
    position: relative;
    top: 1px;
  }
}
.sort span.open img {
  transform: rotate(180deg);
}
.sort span.open ~ .by {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.sort .by {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
  padding: 12px 15px;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 100%;
  right: 0px;
  min-width: 145px;
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
}
@media (max-width: 586px) {
  .sort .by {
    left: 0;
    right: auto;
  }
}
.sort .by a {
  color: #556771;
  flex-grow: 1;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}
.sort .by a:hover {
  color: #2CB88B;
}

.icon-style {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .icon-style {
    display: none;
  }
}
.icon-style .radio-group {
  position: relative;
}
.icon-style .radio-group input {
  display: none;
}
.icon-style .radio-group label {
  border: 1px solid #D4D7DB;
  background-color: transparent;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 24px;
  min-width: 90px;
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .icon-style .radio-group label {
    padding: 9px 18px;
    font-size: 14px;
    gap: 10px;
  }
}
.icon-style .radio-group label:hover {
  background-color: #F4F4F6;
  color: #2CB88B;
  border-color: #F4F4F6;
}
.icon-style .radio-group label img {
  height: 14px;
  width: auto;
  display: none;
}
.icon-style .radio-group input:checked ~ label {
  background-color: #F4F4F6;
  color: #13415A;
  border-color: #F4F4F6;
  padding-inline: 15px !important;
}
@media (max-width: 991px) {
  .icon-style .radio-group input:checked ~ label {
    padding-inline: 10px 0 15px !important;
    gap: 10px;
  }
}
.icon-style .radio-group input:checked ~ label img {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .super-search .icons-filter:first-of-type span {
    border-radius: 40px !important;
  }
}
.detail-modal {
  z-index: 1300;
}
.detail-modal .modal-dialog {
  max-width: 1160px;
}
.detail-modal .modal-dialog .modal-body {
  padding: 0px !important;
  text-align: left;
  background-color: #FAFAFB;
}
.detail-modal .detail-box {
  background-color: #F7F7F9;
  border-radius: 12px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .detail-modal .detail-box {
    padding: 0;
    border-radius: 0;
  }
}
.detail-modal .iconView {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .detail-modal .iconView {
    padding-block: 80px;
  }
  .detail-modal .iconView img {
    height: 140px;
    width: 140px;
    object-fit: contain;
  }
}
.detail-modal .detail-box {
  margin: 0 !important;
}
.detail-modal .detail-body {
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
  padding: 20px 40px 40px;
}
@media (max-width: 1400px) {
  .detail-modal .detail-body {
    padding: 20px 20px;
  }
}
@media (max-width: 1199px) {
  .detail-modal .detail-body {
    border-radius: 0;
    max-width: 100%;
    padding: 25px 20px;
  }
}
.detail-modal .detail-body h2 {
  color: #13415A;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 15px;
}
.detail-modal .detail-body p {
  color: #556771;
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 30px !important;
}
@media (max-width: 1199px) {
  .detail-modal .detail-body p {
    font-size: 14px !important;
  }
}
.detail-modal .detail-body p a {
  font-weight: 600;
  color: #556771;
  border-bottom: 1px solid #2CB88B;
}
.detail-modal .detail-body p a:hover {
  color: #2CB88B;
}
.detail-modal .detail-body .icon-type {
  display: flex;
  gap: 10px;
}
.detail-modal .detail-body .icon-type .radio-group {
  position: relative;
}
.detail-modal .detail-body .icon-type .radio-group input {
  display: none;
}
.detail-modal .detail-body .icon-type .radio-group label {
  border: 1px solid #D4D7DB;
  background-color: transparent;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 24px;
  min-width: 90px;
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  justify-content: center;
  cursor: pointer;
}
.detail-modal .detail-body .icon-type .radio-group label:hover {
  background-color: #F4F4F6;
  color: #2CB88B;
  border-color: #F4F4F6;
}
.detail-modal .detail-body .icon-type .radio-group label img {
  height: 14px;
  width: auto;
  display: none;
}
.detail-modal .detail-body .icon-type .radio-group input:checked ~ label {
  background-color: #F4F4F6;
  color: #13415A;
  border-color: #F4F4F6;
  padding-inline: 15px !important;
}
.detail-modal .detail-body .icon-type .radio-group input:checked ~ label img {
  display: inline-block !important;
}
.detail-modal .detail-body .pngDrop {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 35px 40px;
  border-radius: 12px;
  z-index: 30;
  right: 0;
  min-width: 470px;
  top: calc(100% + 10px);
  left: auto;
  transform-origin: top;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
}
.detail-modal .detail-body .pngDrop.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .detail-modal .detail-body .pngDrop {
    padding: 20px 20px;
    min-width: 320px;
    right: auto;
    left: 0;
  }
  .detail-modal .detail-body .pngDrop .btn {
    font-size: 14px !important;
  }
}
.detail-modal .detail-body .pngDrop .btn {
  width: 100%;
  font-size: 18px;
}
.detail-modal .detail-body .pngDrop h6 {
  color: #13415A;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
.detail-modal .detail-body .pngDrop ul {
  margin: 0 0 30px;
}
.detail-modal .detail-body .pngDrop ul li {
  color: #556771;
  font-size: 16px;
  font-weight: 500;
}
.detail-modal .detail-body .pngDrop ul li ~ li {
  margin-top: 8px;
}
.detail-modal .detail-body .pngDrop ul li img {
  margin-right: 14px;
}
.detail-modal .detail-body .border {
  border-top: 1px solid #EFEFF4 !important;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .detail-modal .detail-body .border {
    margin: 10px 0;
  }
}
.detail-modal .detail-body .downloader {
  display: flex;
  margin: 30px 0 20px;
  position: relative;
}
.detail-modal .detail-body .downloader > .btn,
.detail-modal .detail-body .downloader .size {
  height: 60px;
}
.detail-modal .detail-body .downloader > .btn {
  border-radius: 50px 0 0 50px;
  width: calc(100% - 90px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .detail-modal .detail-body .downloader > .btn {
    width: calc(100% - 75px);
  }
}
.detail-modal .detail-body .downloader > .btn img {
  height: 25px;
  width: auto;
}
.detail-modal .detail-body .downloader > .btn span {
  flex-grow: 1;
  text-align: center;
}
.detail-modal .detail-body .downloader .size {
  border-radius: 0 50px 50px 0;
  background-color: #1A9E6B;
  color: #fff;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .detail-modal .detail-body .downloader .size {
    width: 75px;
  }
}
.detail-modal .detail-body .downloader .size .size-toggler {
  position: absolute;
  inset: 0;
  border-radius: 0 50px 40px 0;
  cursor: pointer;
  z-index: 1;
}
.detail-modal .detail-body .downloader .size .size-toggler.active ~ img {
  transform: rotate(180deg);
}
.detail-modal .detail-body .downloader .size .size-toggler.active ~ .size-options {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.detail-modal .detail-body .downloader .size span {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .detail-modal .detail-body .downloader .size span {
    font-size: 14px;
  }
}
.detail-modal .detail-body .downloader .size .size-options {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 15px);
  border: 1px solid #2CB88B;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 6px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
  z-index: 35;
}
.detail-modal .detail-body .downloader .size .size-options::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  transform: translateY(-7px) rotate(45deg);
  border-left: 1px solid #2CB88B;
  border-top: 1px solid #2CB88B;
  border-radius: 4px 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
}
.detail-modal .detail-body .downloader .size .size-options button {
  border: none;
  outline: none;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 500;
  color: #13415A;
  background-color: transparent;
}
.detail-modal .detail-body .downloader .size .size-options button:hover {
  color: #2CB88B;
}
.detail-modal .detail-body .copy {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  border: 1px solid #D4D7DB;
  height: 30px;
  font-size: 12px;
  color: #556771;
  padding-inline: 20px;
  border-radius: 50px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .detail-modal .detail-body .copy {
    padding-inline: 10px;
  }
}
.detail-modal .detail-body .copy:hover {
  background-color: #556771;
  border-color: #556771;
  color: #fff;
}
.detail-modal .detail-body .save {
  color: #2CB88B;
  font-size: 14px;
  font-weight: 500;
}
.detail-modal .detail-body .save:hover {
  color: #13415A;
}
.detail-modal .detail-body .save img {
  margin-right: 5px;
}
.detail-modal .detail-body .format {
  position: relative;
  margin-top: 45px;
}
.detail-modal .detail-body .format .share {
  border: 1px solid #2CB88B;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.detail-modal .detail-body .format .share:hover {
  background-color: #2CB88B;
}
.detail-modal .detail-body .format .share:hover img {
  filter: invert(1) brightness(5);
}
.detail-modal .detail-body .format p {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #556771;
}
.detail-modal .detail-body .format .tags a {
  display: inline-flex;
  align-items: center;
  background-color: #FAFAFB;
  height: 35px;
  border-radius: 5px;
  padding-inline: 20px;
  color: #556771;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
}
@media (min-width: 1401px) {
  .detail-modal .modal-body .icon-block {
    height: 205px;
  }
}
@media (min-width: 1401px) {
  .detail-modal .modal-body .mini {
    width: 50px;
  }
}
.detail-modal .modal-body .mini img {
  height: 20px;
  width: auto;
}
.detail-modal .grid-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.detail-modal .mini-h {
  margin: 0;
}
.detail-modal .moreLikeThis {
  padding: 30px;
}
@media (max-width: 576px) {
  .detail-modal .moreLikeThis {
    padding: 15px;
  }
}

.collection-modal .modal-dialog {
  max-width: 1160px;
}
.collection-modal .modal-dialog .modal-body {
  padding: 40px 60px;
  text-align: left;
  background-color: #FAFAFB;
}
@media (max-width: 576px) {
  .collection-modal .modal-dialog .modal-body {
    padding: 30px 30px;
  }
}
.collection-modal .modal-dialog .modal-body h4 {
  color: #13415A;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body h4 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.collection-modal .modal-dialog .modal-body .form-group label {
  color: #556771;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.collection-modal .modal-dialog .modal-body .form-group .input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 50px;
}
.collection-modal .modal-dialog .modal-body .form-group .input-group .form-control {
  border-radius: 6px 0 0 6px;
  height: 50px;
  flex-grow: 1;
  border: 1px solid #D4D7DB;
  width: auto;
  color: #556771;
  font-size: 16px;
  font-weight: 700;
  padding-inline: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body .form-group .input-group .form-control {
    font-size: 14px;
    padding-inline: 10px;
    height: 40px;
  }
}
.collection-modal .modal-dialog .modal-body .form-group .input-group .btn {
  height: 50px;
  border: 1px solid #D4D7DB;
  border-radius: 0 6px 6px 0;
  width: auto;
  color: #2CB88B;
  font-size: 18px;
  font-weight: 700;
  padding-inline: 30px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body .form-group .input-group .btn {
    font-size: 14px;
    padding-inline: 12px;
    height: 40px;
  }
}
.collection-modal .modal-dialog .modal-body .form-group .input-group .btn:hover {
  border-color: #2CB88B;
  background-color: #2CB88B;
  color: #fff;
}
.collection-modal .modal-dialog .modal-body .collections {
  margin-bottom: 50px;
}
.collection-modal .modal-dialog .modal-body .form-check {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 10px;
  user-select: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body .form-check {
    padding-top: 0px;
  }
}
.collection-modal .modal-dialog .modal-body .form-check label {
  margin: 0;
  cursor: pointer;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  flex-grow: 1;
  color: #556771;
  padding: 12px 12px 12px 50px;
  margin: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-modal .modal-dialog .modal-body .form-check label span {
  opacity: 0;
  font-weight: 400;
}
.collection-modal .modal-dialog .modal-body .form-check label:hover {
  background-color: #F3F3F3;
}
.collection-modal .modal-dialog .modal-body .form-check label:hover span {
  opacity: 1;
}
.collection-modal .modal-dialog .modal-body .form-check .form-check-input[type=checkbox] {
  height: 25px;
  width: 25px;
  border-radius: 5px;
  box-shadow: none !important;
  position: absolute;
  left: 12px;
  top: 10px;
  margin: 0;
  padding: 0;
}
.collection-modal .modal-dialog .modal-body .form-check .form-check-input:checked {
  background-color: #2CB88B;
  border-color: #2CB88B;
}
.collection-modal .modal-dialog .modal-body .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/checkbox-tick.svg);
  background-size: 17px;
  background-position: center;
}
.collection-modal .modal-dialog .modal-body .form-check .form-check-input:checked[type=checkbox] ~ label {
  background-color: #F3F3F3;
}
.collection-modal .modal-dialog .modal-body .form-check .form-check-input:checked[type=checkbox] ~ label span {
  opacity: 1;
}
.collection-modal .modal-dialog .modal-body .form-check .remove-icon-from-collection {
  background: transparent;
  border: none;
  color: #dc3545;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
}
.collection-modal .modal-dialog .modal-body .form-check .remove-icon-from-collection:hover {
  background-color: #dc3545;
  color: white;
}
.collection-modal .modal-dialog .modal-body .form-check .remove-icon-from-collection:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.collection-modal .modal-dialog .modal-body .modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body .modal-actions {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .collection-modal .modal-dialog .modal-body .modal-actions {
    flex-direction: column;
    gap: 8px;
  }
  .collection-modal .modal-dialog .modal-body .modal-actions .btn {
    width: 100% !important;
    display: block;
  }
}
.collection-modal .modal-dialog .modal-body .modal-actions .btn {
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  width: auto;
  padding-inline: 34px;
}
@media (max-width: 1199px) {
  .collection-modal .modal-dialog .modal-body .modal-actions .btn {
    height: 42px;
    padding-inline: 18px;
    font-size: 14px !important;
  }
}
.collection-modal .modal-dialog .modal-body .modal-actions .btn-new {
  color: #2CB88B;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #D4D7DB;
  background-color: #fff;
}
.collection-modal .modal-dialog .modal-body .modal-actions .btn-new:hover {
  border-color: #2CB88B;
  color: #fff;
  background-color: #2CB88B;
}
.collection-modal .modal-dialog .modal-body .modal-actions .btn-cancel {
  margin-left: auto;
  margin-right: 12px;
  color: #556771;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #D4D7DB;
  background-color: #fff;
}
.collection-modal .modal-dialog .modal-body .modal-actions .btn-cancel:hover {
  background-color: #13415A;
  color: #fff;
  border-color: #13415A;
}

.download-svg-modal .modal-dialog {
  max-width: 1170px;
}
.download-svg-modal .modal-dialog .modal-content {
  background-color: transparent !important;
  border: none;
}
.download-svg-modal .modal-dialog .modal-body {
  background-color: #2C4BB8 !important;
}
.download-svg-modal .modal-body {
  padding: 20px !important;
  display: flex;
  text-align: left !important;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .download-svg-modal .modal-body {
    flex-direction: column-reverse;
  }
}
.download-svg-modal .modal-body .btn-close {
  z-index: 10;
  background-color: #fff;
}
.download-svg-modal .modal-body .premium {
  padding: 30px 32px;
  background-color: #fff;
  max-width: 520px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .download-svg-modal .modal-body .premium {
    max-width: 100%;
    padding: 20px 20px 20px;
  }
}
.download-svg-modal .modal-body .premium .arrow {
  position: absolute;
  right: 0;
  bottom: 20%;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .download-svg-modal .modal-body .premium .arrow {
    transform: translateX(20%) rotate(-20deg);
    bottom: 90%;
  }
}
.download-svg-modal .modal-body .premium h6 {
  color: #13415A;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .download-svg-modal .modal-body .premium h6 {
    font-size: 20px;
  }
}
.download-svg-modal .modal-body .premium ul {
  margin: 0 0 25px;
}
.download-svg-modal .modal-body .premium ul li {
  color: #13415A;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .download-svg-modal .modal-body .premium ul li {
    font-size: 14px;
  }
}
.download-svg-modal .modal-body .premium ul li ~ li {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .download-svg-modal .modal-body .premium ul li ~ li {
    margin-top: 8px;
  }
}
.download-svg-modal .modal-body .premium ul li img {
  margin-right: 14px;
}
@media (max-width: 991px) {
  .download-svg-modal .modal-body .premium ul li img {
    height: 16px;
    position: relative;
    top: 1px;
  }
}
.download-svg-modal .modal-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .download-svg-modal .modal-body .btn {
    height: 56px;
    font-size: 17px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .download-svg-modal .modal-body .btn {
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    min-width: 140px;
  }
}
.download-svg-modal .modal-body .btn-outline {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.download-svg-modal .modal-body .btn-outline:hover {
  background-color: #fff;
  color: #2C4BB8;
}
.download-svg-modal .modal-body .btn-green {
  background-color: #2CB88B;
  color: #fff;
}
.download-svg-modal .modal-body .btn-green:hover {
  background-color: #2C4BB8;
  color: #fff;
}
.download-svg-modal .modal-body .login {
  width: 100%;
  position: relative;
}
.download-svg-modal .modal-body .login .form-overlay {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 90px 60px;
  text-align: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}
.download-svg-modal .modal-body .login .form-overlay h5 {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .download-svg-modal .modal-body .login .form-overlay h5 {
    margin: 0 0 15px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .download-svg-modal .modal-body .login .form-overlay {
    padding: 45px 60px;
  }
}
@media (max-width: 991px) {
  .download-svg-modal .modal-body .login .form-overlay {
    padding: 25px 20px 30px;
  }
}
.download-svg-modal .modal-body .login .form-overlay .btn-green:hover {
  background-color: #fff;
  color: #2C4BB8;
}

.limit-modal .modal-dialog {
  max-width: 1130px;
}
.limit-modal .modal-dialog .modal-content {
  background-color: transparent !important;
  border: none;
}
.limit-modal .modal-dialog .modal-body {
  background-color: #2C4BB8 !important;
}
@media (max-width: 991px) {
  .limit-modal .modal-dialog {
    max-width: 500px;
  }
}
.limit-modal .modal-body {
  padding: 20px !important;
  text-align: left !important;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .limit-modal .modal-body {
    padding: 15px !important;
  }
}
.limit-modal .modal-body .btn-close {
  z-index: 10;
  background-color: #fff;
}
.limit-modal .modal-body h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0 30px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 991px) {
  .limit-modal .modal-body h6 {
    font-size: 20px;
    margin: 10px 50px 30px;
    text-align: left;
  }
}
.limit-modal .modal-body .premium {
  width: 100%;
  border-radius: 12px;
  position: relative;
  background-color: #fff;
  padding: 50px 60px 40px;
}
@media (max-width: 767px) {
  .limit-modal .modal-body .premium {
    padding: 40px 50px 35px;
  }
}
@media (max-width: 767px) {
  .limit-modal .modal-body .premium {
    padding: 30px 30px 25px;
  }
}
.limit-modal .modal-body .premium ul {
  margin: 0 0 25px;
}
.limit-modal .modal-body .premium ul li {
  color: #13415A;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .limit-modal .modal-body .premium ul li {
    font-size: 14px;
  }
}
.limit-modal .modal-body .premium ul li ~ li {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .limit-modal .modal-body .premium ul li ~ li {
    margin-top: 8px;
  }
}
.limit-modal .modal-body .premium ul li img {
  margin-right: 14px;
}
@media (max-width: 991px) {
  .limit-modal .modal-body .premium ul li img {
    height: 16px;
    position: relative;
    top: 1px;
  }
}
.limit-modal .modal-body .premium .col-12 > img {
  display: block;
  margin-left: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .limit-modal .modal-body .premium .col-12 > img {
    max-width: 320px;
    width: 100%;
  }
}
.limit-modal .modal-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 400px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .limit-modal .modal-body .btn {
    height: 56px;
    font-size: 17px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .limit-modal .modal-body .btn {
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    min-width: 140px;
  }
}
.limit-modal .modal-body .btn-green {
  background-color: #2CB88B;
  color: #fff;
}
@media (max-width: 991px) {
  .limit-modal .modal-body .btn-green {
    margin-bottom: 40px !important;
  }
}
.limit-modal .modal-body .btn-green:hover {
  background-color: #2C4BB8;
}

.go-premium-modal .modal-dialog {
  max-width: 585px;
}
.go-premium-modal .modal-dialog .modal-content {
  background-color: transparent !important;
  border: none;
}
.go-premium-modal .modal-dialog .modal-body {
  background-color: #2C4BB8 !important;
}
.go-premium-modal .modal-body {
  padding: 50px 60px !important;
  text-align: left !important;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .go-premium-modal .modal-body {
    padding: 40px 50px !important;
  }
}
@media (max-width: 991px) {
  .go-premium-modal .modal-body {
    padding: 30px 25px !important;
  }
}
.go-premium-modal .modal-body .btn-close {
  z-index: 10;
  background-color: #fff;
}
.go-premium-modal .modal-body .premium {
  max-width: 520px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .go-premium-modal .modal-body .premium {
    max-width: 100%;
  }
}
.go-premium-modal .modal-body .premium h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .go-premium-modal .modal-body .premium h6 {
    font-size: 20px;
  }
}
.go-premium-modal .modal-body .premium ul {
  margin: 0 0 25px;
}
.go-premium-modal .modal-body .premium ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .go-premium-modal .modal-body .premium ul li {
    font-size: 14px;
  }
}
.go-premium-modal .modal-body .premium ul li ~ li {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .go-premium-modal .modal-body .premium ul li ~ li {
    margin-top: 8px;
  }
}
.go-premium-modal .modal-body .premium ul li img {
  margin-right: 14px;
}
@media (max-width: 991px) {
  .go-premium-modal .modal-body .premium ul li img {
    height: 16px;
    position: relative;
    top: 1px;
  }
}
.go-premium-modal .modal-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .go-premium-modal .modal-body .btn {
    height: 56px;
    font-size: 17px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .go-premium-modal .modal-body .btn {
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    min-width: 140px;
  }
  a.see-all {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #2cb88b;
}
}
@media (max-width: 786px) {

  #m-see-all {  
      display: block;
      width: 100%;
      background-color: #2cb88b;   /* green */
      color: #ffffff;              /* white text */
      text-align: center;
      padding: 14px 0;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
      margin-top: 16px;
      transition: background-color 0.3s ease;
      margin-top: -60px;
  }

  #m-see-all:hover {
      /*background-color: #218838;   /* slightly darker green */
      color: #ffffff;
  }
  .see-all {
    display: none;
  }
   .mini-h {
    font-size: 18px;
  }
  .icons-grid.extended.p-50 {
  padding-bottom: 100px;
}
.extended .icon-block {
  height: 116px !important;
  width: 117px !important;
}
.col-xl-8.col-12 {
  border-radius: 10px !important;
  background-color: #fff !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
 .detail-box {
    padding: 0px;
    border-radius: 10px;
  }
}
@media(min-width:786px){
  #m-see-all {
    display: none;
  }
}

.go-premium-modal .modal-body .btn-outline {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.go-premium-modal .modal-body .btn-outline:hover {
  background-color: #fff;
  color: #2C4BB8;
}
.go-premium-modal .modal-body .btn-green {
  background-color: #2CB88B;
  color: #fff;
}
.go-premium-modal .modal-body .btn-green:hover {
  background-color: #fff;
  color: #2C4BB8;
}