.tabs-item {
  padding: 20px 10px;
}
.tabs-item ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.tabs-item ul li {
  list-style-type: none;
  margin-right: 15px;
}
.tabs-item ul li a {
  font-size: 14px;
  color: #092849;
  background-color: #ffffff;
  border: 2px solid #092849;
  padding: 10px 15px;
  border-radius: 30px;
  display: block;
  margin: 10px 5px;
  line-height: normal;
}
@media (min-width: 768px) {
  .tabs-item ul li a {
    margin: 10px;
    padding: 18px 23px;
    font-size: 16px;
  }
  .tabs-item {
    padding: 30px 30px;
  }
}
.tabs button {
  font-size: 14px;
  color: #092849;
  background-color: #ffffff;
  border: 2px solid #092849;
  padding: 10px 15px;
  border-radius: 30px;
  display: block;
  margin: 10px 5px;
  line-height: normal;
}
@media (min-width: 768px) {
  .tabs button {
    margin: 10px;
    padding: 18px 23px;
    padding: 10px 15px;
  }
}
.tabs button.active {
  color: #ffffff;
  background-color: #092849;
  border: 2px solid #092849;
}
.tabs .automatic {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  overflow: auto;
}
.tabs-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.tabs-content .tabs-content-item {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: -2px 4px 12px rgba(24, 24, 24, 0.08);
  padding: 16px;
}
.tabs-content .tabs-content-item h3 {
  color: #1e1e1e;
  font-size: 16px;
}
.buttons-section button,
.buttons-section .download-collection > a {
  color: #fff;
  background-color: #c05535;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 10px;
  font-size: 18px;
  border-radius: 6px;
  margin: 10px;
  border: none;
  margin: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  button {
    padding: 15px 30px;
  }
  .tabs .automatic {
    white-space: nowrap;
  }
  .buttons-section button,
  .buttons-section .download-collection > a {
    padding: 10px 15px;
  }
  .btn-outline,
  .btn.btn-secondary {
    padding: 10px 15px;
  }
}
@media (min-width: 1023px) {
  button {
    padding: 20px 50px;
    margin: 20px;
  }
  .tabs-content .tabs-content-item h3 {
    font-size: 24px;
  }
  .tabs-item {
    padding: 40px 20px;
  }
  .tabs button {
    padding: 18px 23px;
    font-size: 16px;
  }
}
.btn-outline,
.btn.btn-secondary,
.btn.btn-secondary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  color: #c05535;
  background-color: #ffffff;
  border: 3px solid #c05535;
}
.filter-section {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .filter-section {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1023px) {
  .btn-outline,
  .btn.btn-secondary {
    font-size: 18px;
    padding: 18px 40px;
  }
  .buttons-section button,
  .buttons-section .download-collection > a {
    font-size: 18px;
    padding: 18px 40px;
  }
  .filter-section {
    padding: 20px;
  }
}
.filter-section .Collection {
  align-self: flex-start;
}
.filter-section .buttons-section {
  margin-left: initial;
  display: flex;
}
@media (min-width: 768px) {
  .filter-section .buttons-section {
    margin-left: auto;
  }
}
.collection h3 {
  margin: 0;
}
.category-list .tabs-content-item {
  padding-bottom: 40px;
  position: relative;
}
.category-list .tabs-content-item h3 {
  opacity: 0;
  transition: 0.2s all;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  padding: 15px 10px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  padding: 16px 15px;
}
.category-list .tabs-content-item h3 a {
  color: #1e1e1e;
}
.category-list .tabs-content-item h3 a:hover {
  text-decoration: none;
}
.category-list .tabs-content-item img {
  transform: scale(1);
  transition: 0.3s all;
}
.category-list .tabs-content-item:hover h3 {
  opacity: 1;
  position: absolute;
}
.category-list .tabs-content-item:hover img {
  transform: scale(0.9);
  transition: 0.3s all;
}
.category-list .tabs-content-item .image-holder {
  padding: 16px;
  position: relative;
}
.details-image-container {
  background-image: url("bgpattern.png");
  text-align: center;
}
.details-image-container img {
  max-width: 100%;
  margin: 0 auto;
  margin: 40px;
}
.button-slider {
  text-align: center;
}
.button-slider button {
  position: relative;
}
.button-slider button::after {
  content: "\f054";
  position: absolute;
  top: 34%;
  right: 15%;
  font-family: "FontAwesome";
}
.button-slider button::before {
  content: "\f053";
  position: absolute;
  top: 34%;
  left: 15%;
  font-family: "FontAwesome";
}
td label {
  margin-left: 15px;
}
.label-title {
  color: #4e4c4c;
  font-size: 12px;
}
.label-value,
.label-size {
  font-size: 14px;
  color: #1e1e1e;
}
.image-details {
  background-color: #f2f2f2;
}
.image-details h2 {
  color: #c05535;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.image-details table {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
}
.image-details .details-table {
  margin-top: 10px;
}
.image-details .details-table tr th {
  border: none;
}
.image-details .details-table tr th span {
  padding: 12px 20px;
}
.image-details .details-table tr td {
  border-top: 1px solid #f2f2f2;
}
.image-details .details-table tr td span {
  padding: 12px 20px;
}
.image-details .details-table tr td span.size-value {
  color: #4e4c4c;
  font-size: 12px;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 11px;
}
span.filter-close {
  position: absolute;
  right: 9px;
  top: 0;
}
.apply-btn-section {
  text-align: center;
}

.filter-form .dropdown-menu {
  padding: 20px 10px;
  margin: 30px 0;
  width: 208px;
}

@media (min-width: 768px) {
  .filter-form .dropdown-menu {
    padding: 20px 15px;
  }
}

@media (min-width: 1023px) {
  .filter-form .dropdown-menu {
    padding: 30px 20px;
  }
}

.filter-form .dropdown-menu .dropdown-desc {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.buttons-section .download-collection > a {
  font-size: 0.875rem;
  display: block;
}

/* Download button basic style */
.zip-download-btn,
.download-btn {
  position: relative;
  padding: 8px 16px;
  background: #009579;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #c05535;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

.buttons-section .download-collection > a.button--loading::before {
  background: #dac9c4;
}

.buttons-section .download-collection > a.button--loading {
  background: #dac9c4;
}

button.button--loading:before {
  background: #dac9c4 !important;
}
button.button--loading {
  background: #dac9c4 !important;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

/* Arrow button disable color */
.button-slider .slide-btn button i.disabled {
  color: #dac9c4;
}

.hub-tab-info::before {
  content: '';
  width: 16px;
  height: 100%;
  display: inline-block;
  background-color: #004c97;
  border-radius: 0px 0px 0px 6px;
  position: absolute;
  left: 0;
}
.hub-tab-info {
  display: block;
  margin: 0 5px;
  box-shadow: 0px 4px 4px 0px #0000001a;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #d0e2f4;
  position: relative;
}
.hub-tab-info p::before {
  content: '\f05a';
  font-size: 20px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 23px;
  color: #004c97;
  position: absolute;
  left: 64px;
  top: 12px;
}
.hub-tab-info p {
  padding: 16px 129px 17px 119px;
}

.hub-detail-info::before {
  content: '';
  width: 16px;
  height: 100%;
  display: inline-block;
  background-color: #004c97;
  border-radius: 0px 0px 0px 6px;
  position: absolute;
  left: 0;
}
.hub-detail-info {
  display: block;
  margin: 0 5px;
  box-shadow: 0px 4px 4px 0px #0000001a;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #d0e2f4;
  position: relative;
}
.hub-detail-info p {
  margin-left: 35px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hub-detail-info p::before {
  content: '\f05a';
  font-size: 20px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 23px;
  color: #004c97;
  position: absolute;
  left: 16px;
  top: 7px;
}

.asset-detail-link {
  position: relative;
}
.asset-detail-link.video-thumbnail::before {
  content: '\f144';
  font-size: 40px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 999;
  line-height: 1;
  color: white;
}

@media (max-width: 500px) {
  .hub-tab-info p {
    padding: 16px 31px 17px 58px;
  }
  .hub-tab-info p::before {
    left: 6px;
  }

  .hub-detail-info p::before {
    left: 4px;
  }
}

.image-details .details-table tr td span > label {
  margin-bottom: 0;
  margin-left: 10px;
}
#asset-size-form .details-table tr td:nth-child(1) {
  width: 50%;
}

@media (min-width: 992px) {
  #asset-size-form .details-table tr td:nth-child(1) {
      width: 30%;
  }
}

#asset-size-form .details-table tr td:nth-child(2) {
  width: 50%;
}

@media (min-width: 992px) {
  #asset-size-form .details-table tr td:nth-child(2) {
    width: 44%;
    padding: 0.75rem 0;
  }
}

.image-details .details-table tr td span.size-value.custom {
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}

.image-details .details-table tr td span.size-value.custom input[readonly] {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  box-shadow: none;
  order: 3;
}

.image-details .details-table tr td span.size-value.custom input {
  width: calc(50% - 10px);
  font-size: 0.75rem;
  padding: 2px 5px;
  border: 1px solid #cec3c3;
  box-shadow: none;
  order: 1;
}

@media (max-width: 359px) {
  .image-details .details-table tr td span.size-value.custom input {
    font-size: 0.5rem;
  }
}

.image-details .details-table tr td span.size-value.custom + span {
  font-size: 0.8rem;
  line-height: 14px;
  display: inline-block;
  padding: 7px 0 25px;
}

@media (max-width: 359px) {
  .image-details .details-table tr td span.size-value.custom + span {
    font-size: 0.65rem;
    line-height: normal;
  }
}

.image-details .details-table tr td span.size-value.custom > label.error {
  color: red;
  margin-left: 0;
  font-size: 0.8rem;
  line-height: 14px;
  display: inline-block;
  order: 4;
  padding-top: 7px;
}

@media (max-width: 359px) {
  .image-details .details-table tr td span.size-value.custom > label.error {
    font-size: 0.65rem;
    line-height: normal;
  }
}

.image-details .details-table tr td span.size-value.custom .start-icon {
  order: 2;
  padding: 2px 4px;
}

.image-details .details-table tr td span.size-value.custom input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.6rem;
}

.image-details .details-table tr td span.size-value.custom input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.6rem;
}

.image-details .details-table tr td span.size-value.custom input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.6rem;
}

.image-details .details-table tr td span.size-value.custom input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.6rem;
}
.image-details .details-table tr td span.size-value.custom input[type=number] {
  -moz-appearance: textfield;
}
.image-details .details-table tr td span.size-value.custom input::-webkit-outer-spin-button,
.image-details .details-table tr td span.size-value.custom input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}