.no-record-found.ng-scope {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px;
}

.pdfsimer .shimmer {
    padding: 0;
    width: 95%;
    height: 120px;
    margin: 0;
    /*    background: #fff;*/
}

.pdfsimer .stroke {
    height: 15px;
    background: #777;
    margin-top: 20px;
}

@keyframes fullView {
    100% {
        width: 100%
    }
}

@keyframes shimmer {
    from {
        background-position: -1000px 0
    }

    to {
        background-position: 1000px 0
    }
}

.pdfsimer .wrapper {
    width: 0;
    animation: .5s linear forwards fullView;
}

.pdfsimer .link {
    width: 60%;
}

.pdfsimer .title {
    width: 40%;
}

.pdfsimer .description {
    width: 70%;
}

.pdfsimer .animate {
    animation: 3s infinite shimmer;
    background: linear-gradient(to right, #e6e6e6 5%, #ccc 25%, #e6e6e6 35%);
    background-size: 1000px 100%;
}

.smart-templates-section {
    padding: 0;
    background-color: #f2f4f9a6;
    --filter-padding: 24px;
}

.smart-template-detail-section .ifax-site-container {
    max-width: 1168px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto
}

.smart-template-detail-section .right-side .text-cta {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    opacity: 0.7;
}

.smart-template-detail-section .breadcumb-otr {
    background-color: rgb(95 85 110 / 80%);
    padding: 10px 0;
}

.smart-template-detail-section .breadcumb-otr .breadcuminner ul {
    display: flex;
    margin: 0;
    padding: 8px 20px 8px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 200rem;
    flex-wrap: wrap;
    font-weight: 600;
}

.smart-template-detail-section .breadcumb-otr .breadcuminner ul li {
    padding: 0;
    margin-right: 0;
    font-size: .875rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    
}

.smart-template-detail-section .breadcumb-otr .breadcuminner ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: color 0.5s;
}

.smart-template-detail-section .breadcumb-otr .breadcuminner ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.breadcumb-otr .breadcuminner ul li:not(:first-child):before {
    content: '';
    background-image: url(../../assets/images/right-icon.svg);
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 4px;
    opacity: 0.7;
    display: inline-block;
    filter: invert(1);
}

.smart-templates-section .ifax-site-container {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto
}

.templates-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 28px;
    overflow-y: auto;
    padding: 0;
}

.templates-container .template-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s;
    width: 100%;
}

.templates-container .template-card .card-image {
    padding-bottom: 122%;
    border: 1px solid #9292924D;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
    overflow: hidden;
}

.templates-container .template-card .card-image .gap-5 {
    gap: 5px;
}
.templates-container .template-card .card-image .white_custom_btn:not(.blue_btn):hover {
        color: #009FDA!important;
}
.templates-container .template-card .card-image .white_custom_btn{
    transition: all 0.2s;
}
.templates-container .template-card .card-image .white_custom_btn:hover{
    transform: translateY(-2px);
}
.templates-container .template-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    inset: 0;
}

.templates-container .template-card .card-image:hover .overlay {
    display: flex;
}

.templates-container .template-card .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 5px;
    transition: all 0.5s;
    z-index: 3;
    display: none;
    overflow: hidden;
    background-color: transparent;
}

.templates-container .template-card .card-image:after {
    position: absolute;
    inset: 0;
    background: #009FDA;
    z-index: 2;
    content: '';
    opacity: 0.4;
    transition: .15s ease-in;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
}

.templates-container .template-card .card-image:hover:after {
    transform: translate(-50%, -50%) scale(1.5);
}

.templates-container .template-card .overlay button,
.templates-container .template-card .overlay a {
    z-index: 3;
}

.templates-container .template-card .template-info {
    text-align: center;
}

.templates-container .template-card .template-info .template-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* styles.css */
.smart-templates-section .search-container {
    position: relative;
    display: inline-block;
    /* width: 300px; */
    max-width: 538px;
    width: 100%;
}

.smart-templates-section .search-input {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border: 1px solid #92929280;
    border-radius: 10px;
    background-color: #fafafa;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #00000080;
    max-width: 538px;
    min-width: 100%;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.07);
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.smart-templates-section .search-input::placeholder {
    color: #00000080;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
}


.search-container svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    fill: #a0a0a0;
    pointer-events: none;
}


.smart-templates-section .filter-grid-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.smart-template-detail-section .filter-grid-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: space-between;
}

.smart-templates-section .left {
    max-width: 247px;
    width: 100%;
    flex: 0 0 247px;
    position: fixed;
    display: block;
    z-index: 2;
}

.smart-template-detail-section .singlepage_sidebar {
    border-radius: 15.4607px;
}

.smart-templates-section .partners-results {
    max-width: calc(100% - 247px);
    flex: 0 0 calc(100% - 247px);
    /*    padding-left: 30px*/
}

.smart-templates-section .partners-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding-left: 25px
}

.smart-templates-section .templates-container-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}
.smart-templates-section .templates-container-wrapper .no-record-found{
        min-height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-templates-section .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0006;
    z-index: 1000000
}

.smart-templates-section .smart-templates-inner {
    background-color: #fff;
    border: 1px solid #D4D4D4;
    /*    border-radius: 6px;*/
}

.smart-templates-section .smart-templates-inner ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.smart-templates-section .smart-templates-inner ul::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px;
}

.smart-templates-section .smart-templates-inner ul::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 5px;
}

.smart-templates-section .smart-templates-inner h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.smart-templates-section .smart-templates-inner .category-title.active{
    font-weight: 600;
}

.smart-templates-section .smart-templates-inner .active h3{
    color: #fff;
}

.smart-templates-section .smart-templates-inner ul a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.5s;
    width: 100%;
    padding: 10px 10px;
    display: block;
    border-radius: 5px;
    background-color: transparent;
}
.smart-templates-section .smart-templates-inner ul li{
    list-style: none;
}
.smart-templates-section .smart-templates-inner .list-wrapper > ul > li.active-title > a {
    background-color: #009FDA;
    color: #fff;
    border-left:4px solid #3c3447;
}
.smart-templates-section .smart-templates-inner .list-wrapper > ul > li.active-title > a  h3{
    color: #fff;
    font-weight: 600;
}
.smart-templates-section .smart-templates-inner .list-wrapper > ul > li:not(.industry-item) > a  h3{
    padding: 0;
}

.smart-templates-section .smart-templates-inner .list-wrapper > ul {
    padding-left: 0;
    margin-bottom: 0;
    overflow-y: auto;
    max-height: calc(100dvh - 110px);
    padding:  var(--filter-padding) 14px;
    min-height: calc(100dvh - 110px);
    /*    min-height: calc(100dvh - 233px);*/
}
.category-title {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.category-title .arrow {
     position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-image: url(../../assets/images/down-arrow-black.svg);
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    transform-origin: center;
    background-size: 100%;
}
.smart-templates-section .smart-templates-inner .category-list {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.smart-templates-section .smart-templates-inner .category-list:has(.active){
    height: 100% !important;
}
.smart-templates-section .smart-templates-inner .category-list li a{
    padding: 0 10px 0 15px;
    margin-bottom: 10px;
}

.category-title.active .arrow,
.smart-templates-section .smart-templates-inner .list-wrapper ul li.industry-item:has(.category-list .active) .category-title .arrow{
  transform: translateY(-50%) rotate(180deg);
}

.smart-templates-section .smart-templates-inner .list-wrapper >  ul > li {
    list-style: none;
    margin-bottom: 6px;
    border-radius: 5px;
}
.smart-templates-section .smart-templates-inner .list-wrapper >  ul > li h3{
    padding: 10px 25px 10px 10px;
    transition: all 0.3s;
}
.smart-templates-section .smart-templates-inner .list-wrapper ul li.industry-item:hover, 
.smart-templates-section .smart-templates-inner .list-wrapper ul li.industry-item:has(h3.active) ,
.smart-templates-section .smart-templates-inner .list-wrapper ul li.industry-item:has(.category-list .active){
    background-color: rgba(0,159,218,.07);
}

.smart-templates-section .smart-templates-inner ul a:hover,
.smart-templates-section .smart-templates-inner ul a:focus,
.smart-templates-section .smart-templates-inner .category-list li.active a{
    color: #009FDA;
}

.white_custom_btn {
    border-radius: 4px;
    font-size: 12px;
    padding: 7px 13px;
    text-transform: capitalize;
    font-weight: 500;
    width: auto;
    background-color: #fff;
    color: #009FDA;
    width: 100%;
    max-width: 100%;
    position: relative;
    gap: 18px;
    text-align: center;
    outline: none;
    border: none;
}

.white_custom_btn.blue_btn {
    color: #fff;
    background-color: #009FDA;
}

.partners-modal .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    z-index: 1000000;
    width: 100%;
    text-align: center;
    max-height: 90dvh;
    overflow-y: auto;
    max-width: 1140px;
    height: auto;
    transition: none
}

.partners-modal .modal .modal-body {
    padding: 0
}

.partners-modal .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    color: #1C1B1F;
    z-index: 2;
    height: 30px;
    display: flex
}

.no-data-found {
    width: 100%;
    text-align: center;
    margin-top: 26px
}

.smart-templates-section .templates-container:has(.no-data-found) {
    grid-template-columns: repeat(1, 1fr)
}

/* detail section css start  */
.smart-template-detail-section .right-side {
    max-width: 427px;
    position: sticky;
    top: 140px;
}

.smart-template-detail-section .left-side {
    max-width: calc(100% - 427px);
    flex: 0 0 calc(100% - 427px);
    padding-right: 20px;
}

.smart-template-detail-section .left-side .pdf-page,
.smart-template-detail-section .left-side .pdf-page canvas {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}

.smart-template-detail-section .right-side .img-grid {
    justify-content: space-between;
    gap: 10px;
    margin-top: 26px;
}

.smart-template-detail-section .right-side .sidebar-button {
    display: flex;
    gap: 10px;
}

.smart-template-detail-section .singlepage_sidebar.blog_sticky_div .blog_btn {
    flex-grow: 1;
    margin: 0;
    border-radius: 6px;
}

.singlepage_sidebar.blog_sticky_div .blog_btn.tryitfree_btn:hover {
    color: #009FDA !important;
}

.smart-template-detail-section .mobile_button {
    display: none;
    position: sticky;
    bottom: 20px;
    padding: 0 15px;
    margin-top: 20px;
    z-index: 999;
    width: 100%;
    top: auto;
    padding: 0;
    margin-bottom: 20px;
}

.smart-template-detail-section .mobile_button a {
    background-color: #009fda;
    color: #ffffff !important;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 1px 9px #00000059;
    display: block;
}

.smart-templates-section .mobile_dropdown {
    display: none;
    position: relative;
    margin-bottom: 20px;
}
.smart-templates-section .mobile_dropdown:after{
    position: absolute;
    right: 30px;
    top: 50%;
    background-image: url(../../assets/images/right-icon.svg);
    transform: translateY(-50%)  rotate(90deg);
    content: '';
    width: 20px;
    height: 20px;
    background-size: 20px 20px;

}
.smart-templates-section .mobile_dropdown select {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #92929280;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.07);
    padding: 0 10px;
    appearance: none;
    background-color: #fafafa;
}
.smart-templates-section .mobile_dropdown select:focus{
    outline: none;
}
@media(max-width:1199px) {
    .smart-template-detail-section .left-side {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        order: 2;
    }

    .smart-template-detail-section .right-side {
        margin: 0 0 10px 0 !important;
        position: relative;
        top: 0;
        order: 1;
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid rgb(146 146 146 / 30%);
        border-radius: 0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        border: 1px solid #ddd;
    }

    .smart-template-detail-section .right-side .singlepage_sidebar {
        background-color: #fff;
        box-shadow: none;
        color: #000 !important;
    }

    .smart-template-detail-section .singlepage_sidebar .sidebar-content .text-cta,
    .smart-template-detail-section .singlepage_sidebar .sidebar-title h2.title-cta,
    .smart-template-detail-section .singlepage_sidebar .sidebar-title span.h2.title-cta,
    .smart-template-detail-section .right-side .text-cta {
        color: #000;
    }

    .smart-template-detail-section .singlepage_sidebar .sidebar-button {
        display: none;
    }

    .smart-template-detail-section .singlepage_sidebar {
        margin: 0;
    }

    .smart-template-detail-section .mobile_button {
        display: block;
    }
.smart-template-detail-section .right-side .text-cta{
    font-size: 18px;
}
}

@media(max-width:991px) {
    .smart-templates-section .left {
        display: none;
    }

    .smart-templates-section .partners-results {
        max-width: 100%;
        flex: 0 0 100%
    }
    .smart-templates-section .mobile_dropdown {
    display: block;
}
.smart-templates-section .search-container{
    max-width: 100%;
}
.smart-templates-section .partners-results-header{
    padding-left: 0;
}
.smart-templates-section .templates-container-wrapper{
    padding: 0 0 30px 0;
}
.smart-templates-section .partners-results-header, .smart-templates-section .mobile_dropdown, .smart-templates-section .templates-container-wrapper{
    padding-left: 25px;
    padding-right: 25px;
}
}


@media(max-width:767px) {
    .templates-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .smart-templates-section .mobile_dropdown select{
        border-radius: 6px;
    }
    .smart-templates-section .search-input {
        border-radius: 6px;
        border: 1px solid #92929280;
    }

    .smart-templates-section .partners-results {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0
    }

    .partners-modal .modal {
        padding: 40px 20px 20px
    }

    .partners-modal .close-btn {
        top: 10px;
        right: 10px
    }

    .smart-templates-section .smart-templates-inner {
        position: relative;
        margin-bottom: 0;
    }

    .smart-templates-section .smart-templates-inner h3 {
        cursor: pointer;
        padding: 14px 15px;
        margin: 0;
        position: relative;
    }

    .smart-templates-section .smart-templates-inner h3::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 8px;
        transition: transform 0.3s ease;
        margin-left: auto;
        position: absolute;
        right: 14px;
    }

    .smart-templates-section .smart-templates-inner .list-wrapper {
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index: 4;

    }

    .smart-templates-section .smart-templates-inner.dropdown-open .list-wrapper {
        height: 100%;
        min-height: max-content;
    }

    .smart-templates-section .smart-templates-inner ul {
        max-height: 200px;
        padding: 10px 15px;
        border: 1px solid #D4D4D4;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        min-height: auto;
    }

    .smart-templates-section .smart-templates-inner ul li+li {
        margin-top: 10px;
    }

    .smart-template-detail-section .right-side .sidebar-button {
        width: 100%;
    }

    .smart-template-detail-section .right-side .Blog_Right_Siticky_div {
        min-width: 100%;
    }

    .smart-template-detail-section .right-side {
        margin: 30px 0;
        max-width: 100%;
        width: 100%;
    }
    .smart-template-detail-section .right-side .text-cta{
     font-size: 15px;
    }
}

@media(max-width:479px) {
    .smart-template-detail-section .right-side .img-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .smart-template-detail-section .right-side .sidebar-button {
        flex-direction: column;
    }
}