#icons-listings .cCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 30px 50px 30px;
  border-radius: 12px !important;
}
#icons-listings .cCard img {
  max-width: none;
  aspect-ratio: 16/12;
  width: 100%;
  object-fit: contain;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: invert(0);
  transform: scale(1);
}
#icons-listings .cCard:hover img {
  filter: invert(1);
  transform: scale(1.07);
}
.icon-block {
  position: relative;
  background-color: #FFF;
  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;
  padding:17px;
}
.icon-block.selected {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #D4D7DB;
}
.icon-block a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #2C4BB8;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-out;
  border-radius: 14px;
}
div#icons-listings {
  background: #F7F7F9;
}
@media (max-width: 1400px) {
  .icon-block {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .icon-block {
    border-radius: 10px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .icon-block {
    height: 156px;
  }
}
@media (max-width: 576px) {
  .icon-block {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.icon-block .icon {
  height: 115px;
  width: 115px;
}
@media (max-width: 1400px) {
  .icon-block .icon {
    height: 95px;
    width: 95px;
  }
}
@media (max-width: 767px) {
  .icon-block .icon {
    width: 50%;
    height: 50%;
  }
}
.icon-block .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.icon-block .icon-actions {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-block: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 20;
}
@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;
  }
}
.header.header-blue form#home-search {
  padding-bottom: 13px;
}
.title-bar {
  padding-top: 66px;
  margin-bottom: 36px;
}

.title-bar p {
  color:  #134155;
  font-size: 16px;
}
.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);
  padding:5px;
  font-size: 11px !important;
}
@media (max-width: 1400px) {
  .icon-block .icon-actions .mini {
    height: 38px;
    width: 38px;
  }
}
@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: 1400px) {
  .icon-block .icon-actions .mini img {
    max-width: 20px;
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  .icon-block .icon-actions .mini img {
    max-width: 20px;
    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 .icon-actions .active ~ .dl-options {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.icon-block .icon-actions .dl-options {
  background-color: #fff;
  position: absolute;
  top: calc(100% - 5px);
  right: 20px;
  left: auto;
  width: 175px;
  padding: 25px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  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: 135;
}
@media (max-width: 767px) {
  .icon-block .icon-actions .dl-options {
    right: 0px;
    width: 160px;
    top: calc(100% + 1px);
  }
}
.icon-block .icon-actions .dl-options::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  transform: translateY(-7px) rotate(45deg);
  border-radius: 4px 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 1199px) {
  .icon-block .icon-actions .dl-options::after {
    right: 25px;
  }
}
.icon-block .icon-actions .dl-options .downloader {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
}
.icon-block .icon-actions .dl-options .downloader > .btn {
  margin: 0;
  border-radius: 50px;
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 14px;
  min-width: 0;
}
.icon-block .icon-actions .dl-options .downloader > .btn img {
  height: 14px;
  width: auto;
}
.icon-block .icon-actions .dl-options .downloader > .btn span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.icon-block.constant {
  z-index: 100;
}
.icon-block:hover a::after, .icon-block.constant a::after {
  visibility: visible;
  opacity: 0.5;
}
.icon-block:hover .icon-actions .mini, .icon-block.constant .icon-actions .mini {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.icon-block .select-icon {
  position: absolute;
  z-index: 12;
  left: 10px;
  top: 8px;
}
.icon-block .select-icon .form-check-input {
  cursor: pointer;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  box-shadow: none !important;
  border-color: #D4D7DB;
}
@media (max-width: 991px) {
  .icon-block .select-icon .form-check-input {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    position: relative;
    top: -1px;
    background-size: 14px !important;
  }
}
.icon-block .select-icon .form-check-input:checked {
  background-color: #fff;
  background-size: 16px;
  background-image: url(../images/greenCheck.svg);
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-bottom: 74px;
}
@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));
  }
}


.super-search {
  margin: 60px 0;
}
.super-search .icons-filter span {
  border-radius: 40px 0 0 40px;
}


.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;
}

h3 {
  position: relative;
  color: #13415A;
  font-weight: 600;
  font-size: 20px;
}
@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;
}
@media (max-width: 575.98px) {
  .pt-mobile-30 {
    padding-top: 30px;
  }
}

.sort {
  position: relative;
}
.sort span {
  background-color: #f7f7f9;
  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;
}

.collection-modal .modal-dialog {
  max-width: 1160px;
}
.collection-modal .modal-dialog .modal-body {
  padding: 40px 60px;
  text-align: left;
}
@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;
}

.detail-modal {
  z-index: 1300;
}
.detail-modal .modal-dialog {
  max-width: 1160px;
}
.detail-modal .modal-dialog .modal-body {
  padding: 0px !important;
  text-align: left;
}
.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-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;
}
.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;
  }
}

.title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .title-bar {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .title-bar h3 {
    text-align: center;
  }
}
.title-bar .select-actions {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .title-bar .select-actions {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-bar .select-actions {
    flex-direction: column;
    gap: 15px;
  }
}
.title-bar .select-actions span {
  color: #EFEFF4;
}
.title-bar .select-actions .inline-flex {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.title-bar .select-actions .inline-flex .clear {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #2CB88B;
  padding: 0;
}
@media (max-width: 991px) {
  .title-bar .select-actions .inline-flex .clear {
    font-size: 15px;
  }
}
.title-bar .select-actions .inline-flex .clear:hover {
  color: #F44B4B;
}
.title-bar .btn-green,
.title-bar .btn-outline {
  height: 50px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .title-bar .btn-green,
  .title-bar .btn-outline {
    font-size: 14px;
    height: 45px;
    padding-inline: 20px !important;
  }
}
.title-bar .form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.title-bar .form-check label {
  color: #556771;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 991px) {
  .title-bar .form-check label {
    font-size: 15px;
  }
}
.title-bar .form-check input {
  height: 25px;
  width: 25px;
  border-radius: 5px;
  border-color: #D4D7DB;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 991px) {
  .title-bar .form-check input {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    position: relative;
    top: -1px;
  }
}
.title-bar .form-check input:checked {
  background-image: url(../images/greenCheck.svg);
  background-size: 16px;
  background-color: transparent;
  border-color: #2CB88B;
}
.title-bar .form-check input:checked + label {
  color: #2CB88B;
}
@media (max-width: 991px) {
  .title-bar .form-check input:checked {
    background-size: 14px;
  }
}
.title-bar .btn-outline {
  border: 1px solid #D4D7DB;
  color: #2CB88B;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-inline: 32px;
  justify-content: center;
  margin-left: auto;
  border-radius: 50px;
}
.title-bar .btn-outline:hover {
  background-color: #13415A;
  border-color: #13415A;
  color: #fff;
}

.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;
}

.btn-undo {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50px;
  border: 1px solid #D4D7DB;
  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;
}