/* @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Karla:ital,wght@0,200..800;1,200..800&family=Moderustic:wght@600&display=swap'); */
 @font-face {
	font-family: 'Karla';
	src:  url('../fonts/Karla-VariableFont_wght.ttf');
    font-display: swap;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


*{
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
p{
  font-family: "Karla", sans-serif;
  font-weight: 400;
  /* font-style: italic; */
}

.d-inline-block {
    display: inline-block !important;
    width: 90%;
}
.small-img {
    width: 8%;
    display: none;
    vertical-align: middle;
}
.grecaptcha-badge {
    display: none !important;
}
.ig_video .ig_img {
    width: 100%;

}
.ig_img_profile {
    width: auto;
}
.front-page .nav-tabs {
    margin-top: 30px;
    justify-content: center;
    padding: 0;
}
.front-page .nav-tabs .nav-item {
    width: 20%;
}
.front-page .nav-tabs .nav-link {
    text-decoration: none;
    font-size: 16px;
    color: #63139b;
    padding: 10px 0;
    text-align: center;
}
.front-page .nav-tabs .nav-link svg {
    fill: #63139b;
    font-size: 30px;
    margin-inline-end: 5px;
    vertical-align: middle;
}
.front-page .nav-tabs .nav-link:hover,
.front-page .nav-tabs .nav-link:focus,
.front-page .nav-tabs .nav-link.active,
.front-page .nav-tabs .nav-item.show .nav-link {
    background-color: #e5eff1;
    color: #63139b;
}
.front-page .nav-tabs .nav-link:hover svg,
.front-page .nav-tabs .nav-link:focus svg,
.front-page .nav-tabs .nav-link.active svg,
.front-page .nav-tabs .nav-item.show .nav-link svg {
    /* fill: #7830a9; */
    fill:#63139b;
}

.front-page .tab-content {
    background-color: #e5eff1;
    padding: 40px 20px;
}
.front-page .download-instagram-input {
    position: relative;
}
.front-page .download-instagram-input .input-group-start {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.front-page .download-instagram-input .input-group-text {
    line-height: 2;
}
.front-page .input-group-end {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-page .input-group-end .input-group-text {
    background-color: #ddd;
    border: 1px solid #fff0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front-page .download-instagram-input .col-md-10 {
    padding-right: 0;
}
.front-page .download-instagram-input .input-with-icon {
    border: none;
    min-height: 3em;
    padding-left: 45px;
    border-radius: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0.9);
    transform: scale(1);
}

.front-page .download-instagram-input .submit {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
}
.front-page .tab-content .form-inline {
    justify-content: space-around;
}

.front-page .download-instagram-input {
    justify-content: space-around;
}

.front-page .download-instagram-input .input-icon svg {
	vertical-align: middle;
}

.front-page .download-result {
    margin-top: 25px;
    justify-content: center;
}
.front-page .download-result .img_box .post-wrapper a,
.front-page a.download-caption, .front-page a.download-caption-2 {
    color: #fff;
    background-color: #405DE6;
    text-decoration: none;
    padding: 10px 30px;
    margin-block: 15px 20px;
    display: block;
    min-height: 45px;
    font-weight: bold;
}
.front-page .download-result .img_box .post-wrapper a:hover,
.front-page a.download-caption:hover, .front-page a.download-caption-2:hover  {
    background-color: #358ae1;
}
.front-page .download-result .img_box .post-wrapper a svg,
.front-page a.download-caption svg, .front-page a.download-caption-2 svg {
    font-size: 35px;
    fill: #fff;
    stroke: #fff;
}
img.tap_image.alignnone {
    width: 18px;
}
.private-downloader .btn {
    cursor: pointer;
}
.btn-clear {
    margin: 1em !important;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-clear:hover {
    color: #fff;
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}
/* start download page */
.download-page .download-result {
    padding: 40px 15px;
    margin: 50px 0;
    border: 1px solid #ddd0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 9px;

}
.download-page .download-text {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 400px;
    width: 50%;
    gap: 5px;
}
.download-page .download-text a {
    order: 1;
    color: #fff;
    text-decoration: none;
    background: #008000;
    text-align: center;
    padding: 10px 22px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    margin-inline-start: 15px;
}
.download-page .download-text a:hover {
    background-color: #018801;
}
.download-page .download-result .ig_video,
.download-page .download-result .ig_img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
/* end download page */

/* start insta viewer */
.insta-viewer {
    padding: 50px 0;
}
.insta-viewer .download-instagram-input .input-with-icon {
    border: 1px solid #ddd;
}
.insta-viewer .nav-tabs {
    margin-top: 60px;
    justify-content: center;
    border-top: 1px solid #ddd;
    width: 100%;
}
.insta-viewer .tab-content {
    background-color: transparent;
    width: 100%;
}
.insta-viewer .nav-tabs .nav-link:hover, .insta-viewer .nav-tabs .nav-link:focus, .insta-viewer .nav-tabs .nav-link.active, .insta-viewer .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}
.insta-viewer .nav-tabs .nav-link svg {
    font-size: 25px;
}
.insta-viewer .nav-tabs .nav-link {
    margin: -1px;
}
.insta-viewer .nav-tabs .nav-link.active {
    border-top: 2px solid #63139b;
}
.list p {
    background-color: #eee;
    margin-inline: 5px;
    padding: 5px 15px;
    border-radius: 3px;
}
.downloader-img-block{
    display: flex;
    flex-wrap: wrap;
}

.page-template-download-page {
    background-color: #8b8b8b24;
}
.page-template-download-page .download-result {
    background-color: white;
}

.page-template-download-page  h2 {
    font-size: 50px;
    color: #0c3a8e;
    font-family: sans-serif;
    font-weight: 500;
}
.page-template-download-page  strong {
    display: block;
    font-weight: bold;
}
.page-template-download-page p {
    color: black;
    line-height: 1.5;
    margin-bottom: 55px;
    font-size: 17px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: inherit;
        margin-bottom: 10px;
}
.page-template-download-page .downloader-img-block .content {
    width: 50%;
    text-align: start;
}
.download-page .download-text a {
    padding: 14px 24px;
    background-color: #0c3a8e;
    color: white;
    text-decoration: none;
    z-index: 99;
    border-radius: 5px;
}
.show-media .card {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    height: 98%;
}
.show-media .card .card-body {
    padding: 10px;
}
.show-media .card .show-post {
    position: relative;
}
.show-media .card .isvideo {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    padding: 6px 7px;
}
.show-media .card .isvideo svg {
    vertical-align: sub;
    font-size: 20px;
}
.show-media .card .small p {
    font-size: 15px;
}
.show-media .card .icons {
    margin-bottom: 15px;
}
.show-media .card .icons > span {
    margin-inline-end: 10px;
}
.show-media .card .icons > span svg {
    font-size: 14px;
    vertical-align: sub;
    margin-inline-end: 3px;
}
.overlay {
     position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    z-index: 1;
}
.vedio_icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 95px;
    height: 180px;
}

.download-text img{
      display: block;
  width: 100%;
  height: auto;
}
/* end insta viewer */

@media(max-width: 767px) {
    .download-page .download-result .ig_img {
        width: 100%;
    }
    .front-page .nav-tabs .nav-link svg {
        display: block;
        margin: 3px 0;
    }
    .front-page .nav-tabs .nav-link {
        padding: 0;
        font-size: 15px;
        display: grid;
        justify-content: center;
    }

    .private-downloader .nav-tabs .nav-item {
        width: 50%;
    }
    .private-downloader .nav-tabs .nav-link svg {
        margin-inline: auto;
    }
    .page-template-download-page .downloader-img-block .content {
    width: 100%;
    text-align: start;
}
.download-page .download-text{
    width:100%;
}
.page-template-download-page h2{
    font-size: 27px;
}
.page-template-download-page p{
        text-align: justify;
}

}

@media(max-width: 510px) {
    .front-page .download-instagram-input .submit {
        margin: 15px auto 0;
    }
    .download-page .download-text a {
        /* padding: 14px 24px; */
        background-color: #0c3a8e;
        color: white;
        text-decoration: none;
        z-index: 99;
        border-radius: 5px;
        width: 69% !important;
    }
    .download-page .download-text {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        max-width: 400px;
        gap: 5px;
    }

}
/*
.error-messages{
    background-color: #e5497c42;
    border: 1px solid #eac2cf;
    padding: 5px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #2b2424;
    width: 100%;

}
*/
.external-ig-link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v2h5.59l-9.3 9.29 1.41 1.41L21 6.41V12h2V3h-9z"/><path d="M5 5v14h14v-5h2v5c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h5v2H5z"/></svg>') no-repeat center center;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: -3px;
}
/*
.story-section {
    margin: 0px;
    padding: 30px;
}
*/
.btn-primary:disabled {
    color: #aaa !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
    pointer-events: none !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

a.back:hover {
    color: #d8d2d2;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.009);
}

.tabs-component {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #b7b7b7
}

.tabs-component__button {
    cursor: pointer;
    display: block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 16px 12px 0;
    font-size: .875rem;
    font-weight: 700;
    color: #b7b7b7;
    text-transform: uppercase
}

.tabs-component__button--active {
    margin-top: -1px;
    color: #353535;
    border-top: 1px solid #353535
}

.tabs-component__button--disabled {
    pointer-events: none
}

.search-result {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    max-width: 930px;
    padding: 0 12px;
    width: 100%;
}
/* edit by ziad abo alkamar */
.modal-dialog.modal-dialog-centered.modal-sm {
    max-width: 497px;
}
.image_of_logo {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .modal-title {
    margin: 0px !important;
}
button.close {
    background: no-repeat;
    color: black;
    font-size: 23px;
}
.bio_paragraph_data{
    display: inline-flex;
    cursor: pointer;
}
.bio_paragraph_data .copy_icon{
    margin-left: 10px;
}
li.profile-media-list__item{
    width: 45% !important;
}
.show_image_of_post .image_of_post {
    width: 300px;
    margin: 0 auto;
}
.comments .user_name{
    margin-bottom: 0px;
    /* margin-top: -1px; */
    padding-left: 10px;
    color: #81519b;
    font-size: 18px;
    font-weight: 400;
}
.comments svg{
    width: 35px;
    fill: #81519b;
}
.comments .row .col {
    display: contents;
}
.comments .comment{
    text-align: left;
    padding-top: 15px;
}
.dispaly_content{
    display: contents;
}
.comment-block {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .comment-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .user-icon svg {
    width: 32px;
    height: 32px;
  }

  .user-name p {
    margin: 0;
    font-weight: 600;
    color: #6c2eb9;
  }

  .comment-body {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
    color: #333;
    line-height: 1.4;
    word-break: break-word;
  }
  .media-content__meta-comment{
    cursor: pointer;
  }
  .cky-preference-center.cky-rtl{
    position: relative;
  }

.search__buttons .btn-group {
    justify-content: center;
    display: flex
;
    align-items: center;
}
.search__buttons{
    align-items: flex-start;
}
.search__button_download-desktop{
    border-radius: 0px;
    margin-right: 3px;
    background-image: unset;
}
    .gradient-button:hover {
      opacity: 0.9;
    }
    button.search__button.search__button_paste.js__search-paste, button.search__button.search__button_clear {
    padding: 0px 23px;
    height: 65px;
    /* padding: 12px 24px; */
    font-size: 16px;
    /* color: white; */
    border: none;
    /* border-radius: 8px; */
    /* background: linear-gradient(45deg, #6a11cb, #2575fc); */
    cursor: pointer;
    transition: opacity 0.3s;
}
.tabs-sub-menu {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 40px !important;
    border-top: 0px;
    border-radius: 30px;}
    .tabs-sub-menu {
    width: 100%;
    /* margin: 0 !important; */
    background-color: white;
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 40px !important;
    border-top: 0px;
    border-radius: 30px;
    margin-left: 0px !important;
    text-align: center;
}
.tabs-sub-menu  li {
    display: inline-block;
    margin-top: 1px;
    margin: 0px;
}
.tabs-sub-menu  li:has(> a.is-active),.tabs-sub-menu  li:hover {
    border-top: 2px solid #e10668;

}

.tabs-sub-menu .menu-item.is-active, .tabs-sub-menu .menu-item:hover {
    background-color: #fff;
    text-decoration: none;
    color: #e10668;
}
    .menu-item.is-active svg#fi_5948875,
    .menu-item.is-active svg#fi_1182016844,
    .menu-item.is-active svg#fi_15049720,
    .menu-item.is-active svg#fi_15069877,
    .menu-item:hover svg#fi_5948875,
    .menu-item:hover svg#fi_1182016844,
    .menu-item:hover svg#fi_15049720,
    .menu-item:hover svg#fi_15069877{
    fill: #e10668;
}
.tabs-sub-menu .menu-item.is-active .item-text ,.tabs-sub-menu .menu-item:hover .item-text {
        color: #e10668;
}
    .profile-name {
    text-decoration: revert;
}
.copy_icon {
     margin-left: 10px;
    flex: 69%;
    align-items: center;
    display: flex;
    margin-top: 19px;
}
swiper-container.mySwiper.media-content.media-content--post {
    position: relative;
    top: 11px;
}
.fi_9518022  path{
    fill: white;
}
.button_of_modal{
    margin-top: 5px;
}
.widget-content img{
    display: inline-block;
}
.show_image_of_post ,.show_image_of_profile {
    z-index: 999999999999999999999999999999999;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 999;
}
.hidden {
  display: none;
}
.show_image_of_post .modal-dialog {
    max-width: 492px;
}
.media-content__info.media_info_swiper{
    background: white;
}
swiper-slide video.ig_video.media-content__image{
    height: 68% !important;
    width: 100%;
    object-fit: contain;
}
.cf-turnstile {
    margin-top: 30px;
}
.cky-preference-center.cky-rtl {
    top: 0;
}
.error-messages,.alert-danger {
    text-align: center;
    color: #842029;
    background-color: #f8d7da82;
    border: 1px solid #f5c2c7;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
    background: white;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-left: 4px solid red;
    padding-bottom: 1px;
}
.profile-media-list__item  img , .profile-media-list__item video{
    width: 100%;
}
#modalButtonContainerProfile{
    text-align: center;
}

@media(max-width: 510px) {
    .modal-dialog{
        max-width: 100%;
    }
    .cf-turnstile {
    margin-top: 0px;
}
    .cky-modal.cky-modal-open{
        max-height: 520px;
    }
    .features,.info,.howto,.faq{
        background-color: white !important;
    }
    .image_of_logo {
        width: 100%;
    }
    .rtl .copy_icon {
    margin-left: 10px;
    flex: 100%;
    margin-top: 10px;
    }
    .copy_icon {
    margin-left: 10px;
     flex: 100%;
    margin-top: 10px;
    }
    li.profile-media-list__item.story-media-list__item {
    margin: 0px;
    }
    swiper-container.mySwiper.media-content.media-content--post {
    position: unset;
    top: 0px;
}
.show_image_of_post .image_of_post {
    width: 213px;
    margin: 0 auto;
}
button.search__button.search__button_paste.js__search-paste, button.search__button.search__button_clear{
    height: 53px;
}
.search__buttons {
    align-items: flex-start;
}
.download-result .tabs-sub-menu .item-text{
    display: none;
}
.download-result  .tabs-sub-menu svg{
 width: 23px;
}
ul.profile-media-list.media-mb{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.profile-media-list__item ,#highlightStory swiper-container{
    display: block !important;
    width: 100%;
    margin-right: 0px;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white;
    padding: 14px;
}
li.profile-media-list__item.story-media-list__item{
    width: 100% !important;
}
.info .background-border {
    width: 100%;
    box-shadow: unset;
    background: unset;
}
ul.profile-media-list {
    margin: 0px !important;
    width: 100%;
    padding: 0px;
}
.img_box.col-12.mx-auto {
    width: 100% !important;
    padding: 0px;
}
.tabs-sub-menu li{
    margin-right: 30px;
}
.profile-media-list__item video,.ig_video{
    width: 100%;
} 
.info{
    display: block;
}
    .profile-media-list__item.media-mb {
        margin: 0px;
        margin-bottom: 30px;
    }
        .tabs-sub-menu li {
        margin-left: 25px;
       margin-right: 0;
    }
    a.menu-item.tab.is-active {
    padding: 0px;
    padding-top: 11px;
    text-align: justify;
    display: flex
;
    justify-content: center;
}
    .swiper-button-next, .swiper-button-prev {
        top: 45% !important;
    }
    .cky-revisit-bottom-left {
    bottom: 59px;
}
    .to-the-top {
        bottom: 59px;
    }
    .rtl p.note_parg {
        font-size: 13px;
        text-align: right;
        padding-right: 21px;
           padding-left: 0px;
    }
    p.note_parg {
        font-size: 13px;
        text-align: left;
        padding-left: 21px;
    }
}
.pro_btn_link.profile_btn_style{
      background-color: var(--primary-plugin-color) !important;
}
svg#fi_5948875, svg#fi_1182016844, svg#fi_15049720, svg#fi_15069877{
  fill: var(--primary-plugin-color) !important;
}
.pro_btn_link{
  background-color:var(--secondary-plugin-color) !important;
}
.swiper-button-next, .swiper-button-prev{
  background: var(--primary-plugin-color) !important;
}
.svg_link .StyledBtnIcon-sc-svg {
    color: var(--primary-plugin-color) !important;
}
.swiper-button-next, .swiper-button-prev{
  background: var(--primary-plugin-color) !important;
}
p.note_parg {
    color: var(--disclimare-plugin-color);
    margin-top: 14px;
}
p.note_parg span{
   display: ruby;
}
.note_parg a{
    color: var(--disclimare-link-plugin-color);
}

  /* end of edit by ziad */
