.position-relative {
  position: relative;
}

img {
  max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

button {
  outline: none !important;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  color: #444952;
  font-weight: 700 !important;
}

h1 {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (max-width: 425px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 32px;
  padding-bottom: 20px;
  line-height: 1.2 !important;
}
@media (max-width: 425px) {
  h2 {
    font-size: 19px;
  }
}

h3 {
  padding-bottom: 20px;
  font-size: 28px;
}
@media (max-width: 425px) {
  h3 {
    font-size: 17px;
  }
}

p {
  color: #242e3d;
  line-height: 1.5;
  font-size: 16px;
}

strong {
  font-weight: 500;
}

li {
  font-size: 16px;
}

@media (max-width: 425px) {
  .nomobile {
    display: none;
  }
}

.wp-block-image {
  display: flex;
  justify-content: center;
}
.wp-block-image img {
  align-self: flex-start;
}

.short-desc {
  margin-bottom: 16px;
}

.input-group {
  display: flex;
  margin-bottom: 10px;
}

.instagram-downloader {
  padding-bottom: 32px;
}

input.form-control {
  width: 100%;
  overflow: hidden;
  min-height: 46px;
  padding: 10px;
  padding-left: 40px !important;
  border-radius: 5px !important;
  border: 1px solid #ed4756;
  margin-bottom: 15px;
  background: url(/theme/svg/inst-link.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left center;
  background-position: 10px center !important;
  -ms-word-break: break-all;
  word-break: break-all;
  font-size: 16px;
}
input.form-control:valid {
  padding-right: 10px !important;
}

.is-valid {
  padding-right: 10px !important;
}

.is-invalid {
  padding-right: 10px !important;
}

.btn-download {
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #ed4756 !important;
  background: #ed4756 !important;
}
.btn-download:not(.disabled):hover {
  box-shadow: 0 4px 11px rgba(237, 71, 86, 0.52) !important;
}
.btn-download:not(.disabled):focus {
  box-shadow: 0 4px 11px rgba(237, 71, 86, 0.52) !important;
}

.btn-profile {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 6px;
  background: #454951 !important;
  border-color: #454951 !important;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 10px;
}
.btn-profile:hover {
  background: #454951 !important;
  border-color: #454951 !important;
  box-shadow: 0 4px 11px rgba(69, 73, 81, 0.3) !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  box-shadow: none;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  box-shadow: none;
}

.loading-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 247, 0.8);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 1px);
  font-size: 0.8rem;
  z-index: 100;
}

.d-none {
  display: none !important;
}

.loading-block .loading-image {
  min-width: 75px;
  min-height: 75px;
  background-image: url(/theme/svg/preloaders/circle-preloader.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 25px 0px 0px;
  display: flex;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
  word-break: normal;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.cbp-ready .cbp-item {
  position: absolute;
  top: 0;
  left: 0;
}

.cbp .cbp-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.rounded {
  border-radius: 0.3125rem !important;
}

.cbp-item {
  display: flex;
  justify-content: center;
  margin: 0 10px 20px 0;
  left: 0px;
  top: 0px;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.invalid-feedback {
  color: red;
}

.cbp-caption-defaultWrap {
  border: 2px solid #e3e3e3;
  padding: 0;
  border-radius: 10px;
  background: #020202;
  justify-content: center;
  overflow: hidden;
  min-height: 160px;
}
.cbp-caption-defaultWrap .downloader-post-type {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 1;
}
.cbp-caption-defaultWrap:hover h4 {
  transition: all 0.4s;
  opacity: 1;
}
.cbp-caption-defaultWrap:hover h4:hover {
  background: #ed4756;
  color: #FFFFFF !important;
  border-color: #ed4756;
}
.cbp-caption-defaultWrap img {
  max-width: 100%;
  background: #262626;
  transition: 0.4s;
  height: auto;
  transform: translate(-50%);
  margin-left: 50%;
}
.cbp-caption-defaultWrap h4 {
  opacity: 0;
  width: 80%;
  text-align: center;
  padding: 10px;
  bottom: -0.5px;
  z-index: 1;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 2px solid #e3e3e3;
  border-bottom: none;
  position: absolute;
  color: #ed4756 !important;
  transform: translate(-50%);
  margin-left: 50%;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cbp-caption-defaultWrap h4 {
    opacity: 1;
  }
}

.media-body {
  width: auto;
}

.card-sm-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.card-sm-columns form {
  margin: 0;
  padding-right: 0;
  transition: all 0.5s;
}
.card-sm-columns form:hover {
  transition: all 0.5s;
  opacity: 0.8;
  top: -8px;
}
.card-sm-columns form .card-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
  text-decoration: none;
}
.card-sm-columns form .card-body .media {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-sm-columns form .card-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px #dadada;
}

.short-card {
  max-height: 360px;
  overflow: hidden;
}

.blur-stories {
  filter: blur(10px);
}

.subscribe-placeholder {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  margin: 0.7% 1.3%;
  z-index: 10;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
}
.subscribe-placeholder h4 {
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.subscribe-placeholder p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.7rem;
}
@media (max-width: 575.98px) {
  .subscribe-placeholder p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.subscribe-placeholder p a {
  text-decoration: none;
}
.subscribe-placeholder a i {
  margin-left: 8px !important;
}
.subscribe-placeholder .btn-sign {
  font-size: 16px !important;
  width: fit-content;
  color: #fff;
  background-color: #ed4756 !important;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #ed4756 !important;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
}
.subscribe-placeholder .btn-sign:hover {
  box-shadow: 0 4px 11px rgba(237, 71, 86, 0.52) !important;
}

.img_box > .subscribe-placeholder {
  display: none;
}

.img_box img {
  width: 100%;
}

#breadcrumbs {
  margin-left: 15px;
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
}
#breadcrumbs .breadcrumb_last {
  color: #242e3d;
}
#breadcrumbs a {
  color: #ed4756;
}
#breadcrumbs a:hover {
  color: #242F3D;
}

.text-dark {
  color: black;
}

.text-white {
  color: #fff !important;
}

.has-text-align-center {
  text-align: center;
}

.has-medium-font-size {
  font-size: 20px;
}

.form-img-photo {
  bottom: 190px;
  margin-bottom: -107px;
}
@media (max-width: 991px) {
  .form-img-photo {
    bottom: 0;
    margin-bottom: 0px;
  }
}

.form-img-igtv {
  bottom: 80px;
  margin-bottom: -45px;
}
@media (max-width: 991px) {
  .form-img-igtv {
    bottom: 0;
    margin-bottom: 0px;
  }
}

.form-img-stories {
  bottom: 90px;
  margin-bottom: -85px;
}
@media (max-width: 991px) {
  .form-img-stories {
    bottom: 0;
    margin-bottom: 0px;
  }
}

.form-img-profile {
  bottom: 90px;
  margin-bottom: -100px;
}
@media (max-width: 991px) {
  .form-img-profile {
    bottom: 0;
    margin-bottom: 0px;
  }
}

.downloader-profile-nav > .nav-link {
  color: #444952 !important;
}

.downloader-profile-nav > .nav-link:hover {
  color: #ed4756 !important;
}

.downloader-profile-nav > .active {
  border-bottom-color: #ed4756 !important;
}

@media (max-width: 767px) {
  .subscribe-placeholder {
    display: none;
  }

  .img_box > .subscribe-placeholder {
    display: grid;
    margin: 0 2.5%;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.p-banner {
  max-height: 350px;
}
@media (max-width: 1199px) {
  .p-banner {
    max-height: fit-content;
  }
  .p-banner .btn-danger {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .p-banner .premium-banner-wrapper {
    width: 100%;
  }
}

.langs-block {
  margin: 10px 0 30px;
}
.langs-block img {
  height: 20px;
  margin-right: 10px;
}

.images-list li {
  position: relative;
  min-height: 310px;
}

.images-list-text {
  padding: 0;
  padding-top: 100px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .images-list-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.images-list-image {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.images-list li:nth-child(odd) .images-list-image {
  top: 0;
  right: 0;
}

@media (min-width: 992px) {
  .images-list li:nth-child(even) {
    margin-left: 50%;
  }

  .images-list-image {
    position: absolute;
  }

  .images-list-image, .images-list-text {
    width: 50%;
    max-width: 50%;
  }

  .images-list li:nth-child(even) .images-list-image {
    top: 0;
    right: 100%;
    width: 100%;
    max-width: 100%;
  }

  .images-list li:nth-child(even) .images-list-text {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 585px) {
  .cbp-wrapper-outer {
    overflow: unset !important;
  }
}

@media (max-width: 585px) {
  .nomobile {
    display: none;
  }
}

.m-post-count {
  display: none;
}
@media (max-width: 585px) {
  .m-post-count {
    display: flex;
    margin-right: 6px;
  }
}

@media (max-width: 585px) {
  .text-mob-up {
    text-transform: uppercase;
  }
}

.da-cbp-item {
  overflow: visible !important;
}
@media (max-width: 585px) {
  .da-cbp-item {
    opacity: 0;
    position: fixed !important;
    bottom: 0 !important;
    top: unset;
    left: 0 !important;
    z-index: 100;
    width: 100%;
    background: #fff;
    border-radius: 26px 26px 0 0 !important;
    box-shadow: 0 -12px 12px 0 rgba(80, 86, 131, 0.1);
    padding: 0 15px;
  }
}
.da-cbp-item .da-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f8f9fa;
  width: 98%;
}
@media (max-width: 767.98px) {
  .da-cbp-item .da-block {
    width: 100%;
  }
}
@media (max-width: 585px) {
  .da-cbp-item .da-block {
    flex-direction: row-reverse;
    justify-content: space-around;
    background-color: transparent;
  }
}
.da-cbp-item .da-avatar {
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .da-cbp-item .da-avatar {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .da-cbp-item .da-avatar {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 585px) {
  .da-cbp-item .da-avatar {
    position: absolute;
    top: -30px;
  }
}
.da-cbp-item .da-avatar-wrapper {
  margin: 1.5rem 0;
}
@media (max-width: 991px) {
  .da-cbp-item .da-avatar-wrapper {
    margin: 1rem 0;
  }
}
@media (max-width: 585px) {
  .da-cbp-item .da-avatar-wrapper {
    position: relative;
    order: 1;
    height: 80px;
    width: 60px;
    margin: 0;
  }
}
.da-cbp-item .da-username {
  margin: 0 0.5rem 0.5rem 0;
}
.da-cbp-item .da-header {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .da-cbp-item .da-header {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .da-cbp-item .da-header {
    margin-bottom: 0;
    font-size: 1rem;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .da-cbp-item .da-header {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    display: flex;
  }
}
@media (max-width: 585px) {
  .da-cbp-item .da-header {
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    margin: auto 0;
    flex-basis: calc(50% - 30px);
  }
}
.da-cbp-item .da-quantity {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .da-cbp-item .da-quantity {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .da-cbp-item .da-quantity {
    font-size: 2rem;
  }
}
.da-cbp-item .link-mob {
  margin-bottom: 0.5rem !important;
}
@media (max-width: 585px) {
  .da-cbp-item .link-mob {
    width: auto !important;
    background: transparent !important;
    color: black !important;
    font-weight: 600 !important;
    border: none !important;
    font-size: 1rem;
    padding: 0 !important;
    margin: auto 0 !important;
    flex-basis: calc(50% - 36px);
    order: 1;
  }
}

.card-frame:hover {
  border-color: rgba(255, 55, 55, 0.3);
  box-shadow: 0 0 35px rgba(255, 55, 55, 0.13);
}

.downloading-instruction {
  padding: 0 15px;
}
.downloading-instruction .images-list {
  padding-inline-start: 0;
}
.downloading-instruction .images-list li {
  position: relative;
  min-height: auto;
}
.downloading-instruction .images-list-text {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .downloading-instruction .images-list-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.downloading-instruction .images-list-image {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.downloading-instruction .images-list li:nth-child(1) {
  min-height: 275px;
  margin-bottom: 50px;
}
.downloading-instruction .images-list li:nth-child(1) .images-list-image {
  top: 0;
  right: 0;
}
.downloading-instruction .images-list li:nth-child(3) .images-list-image {
  top: 0;
  right: 100%;
}
@media (min-width: 992px) {
  .downloading-instruction .images-list li:nth-child(2), .downloading-instruction li:nth-child(3), .downloading-instruction li:nth-child(4) {
    margin-left: 50%;
    padding-bottom: 1rem;
  }
  .downloading-instruction .images-list-image {
    position: absolute;
  }
  .downloading-instruction .images-list-image, .downloading-instruction .images-list-text {
    width: 50%;
    max-width: 50%;
  }
  .downloading-instruction .images-list li:nth-child(2) .images-list-image, .downloading-instruction li:nth-child(3) .images-list-image, .downloading-instruction li:nth-child(4) .images-list-image {
    top: 0;
    right: 100%;
    width: 100%;
    max-width: 100%;
  }
  .downloading-instruction .images-list li:nth-child(2) .images-list-text, .downloading-instruction li:nth-child(3) .images-list-image, .downloading-instruction li:nth-child(4) .images-list-text {
    width: 100%;
    max-width: 100%;
  }
}

ol.column-list li p {
  margin-top: 1rem;
  margin-left: -40px;
}

.list-num-inside {
  list-style: inside numeric;
  padding-inline-start: 0;
}

.list-style-none {
  list-style: none;
  padding-inline-start: 0;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 585px) {
  .mt-100 {
    margin-top: 0;
  }
}

/*# sourceMappingURL=instagram-downloader.css.map */
