﻿@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/WebFonts/eot/iranyekanwebregular.eot");
    src: url("../fonts/WebFonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/WebFonts/woff2/iranyekanwebregular.woff2") format("woff2"), url("../fonts/WebFonts/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/WebFonts/ttf/iranyekanwebregular.ttf") format("truetype");
}

@font-face {
    font-family: IRANYekanBold;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/WebFonts/eot/iranyekanwebbold.eot");
    src: url("../fonts/WebFonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/WebFonts/woff2/iranyekanwebbold.woff2") format("woff2"), url("../fonts/WebFonts/woff/iranyekanwebbold.woff") format("woff"), url("../fonts/WebFonts/ttf/iranyekanwebbold.ttf") format("truetype");
}

@font-face {
    font-family: IRANYekanNum;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/WebFonts(Num)/eot/iranyekanwebregular(fanum).eot");
    src: url("../fonts/WebFonts(Num)/eot/iranyekanwebregular(fanum).eot") format("embedded-opentype"), url("../fonts/WebFonts(Num)/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), url("../fonts/WebFonts(Num)/woff/iranyekanwebregular(fanum).woff") format("woff"), url("../fonts/WebFonts(Num)/ttf/iranyekanwebregular(fanum).ttf") format("truetype");
}

body {
    font-family: IRANYekan;
    direction: rtl;
    background: #f7f7f7;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}



header {
    height: 70px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12);
    display: flex;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.header-right-side {
    display: -webkit-flex;
    display: flex;
}

.logo-container {
    padding: 0px 25px;
}


    .logo-container > a > img {
        height: 40px;
        margin-top: 15px;
    }

.date-container {
    line-height: 70px;
}

.date-block
{
    display:none;
}

.header-left-side {
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
}


.top-btn-container {
    margin-left: 10px;
}


.btn-header {
    display: block;
    color: #777;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #777;
    width: 120px;
    text-align: center;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 14px;
}

.btn-header:hover
{
    background-color:#fcfcfc;
    text-decoration:none;
}

.user-m-container {
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
}

.user-m-container > div{
}

    .user-m-container > div > img {
        height: 35px;
        display: block;
        margin-top: 15px;
    }

    .user-m-container > div > a {
        line-height:70px;
        margin-right:7px;
        font-size:18px;
    }

.float-menu-button
{
    cursor:pointer;
}

.float-menu {
    z-index: 1000;
    position: fixed;
    left: 10px;
    top: 80px;
    background-color: #fff;
    padding: 15px 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12);
    display:none;
}

.float-menu > ul{
    padding:0px;
    margin:0px;
    list-style:none;
}

.float-menu > ul > li > a{
    line-height:40px;
    height:40px;
    color:#777;
    text-decoration:none;
    font-size:13px;
    padding:0px 15px;
    display:block;
}

    .float-menu > ul > li > a:hover, a:active {
        text-decoration: none;
        background-color:#fcfcfc;
    }


.sidebar-wrapper {
    z-index:1;
    width: 200px;
    position: fixed;
    top: 70px;
    height: calc(100vh - 70px);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12);
}

.sidebar
{

}

.sidebar-section {
    border-bottom: 1px solid #eee;
}

.btn-add-account {
    display: block;
    color: #fff;
    background-color: #06b384;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #06b384;
    width: 90%;
    max-width: 300px;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    font-family: IRANYekan;
    cursor:pointer;
}


    .btn-add-account:hover {
        background-color: #06c384;
        text-decoration:none;
    }

.btn-add-account > i 
{
    margin-left:5px;
}

.insta-account-thumbnail {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0px;
    box-sizing: border-box;
}

.side-account-image
{
    width:50px;
    height:50px;
}

    .side-account-image > img {
        height: 50px;
        border-radius:50%;
    }

.side-account-username {
    line-height: 50px;
    padding: 0px 10px;
    box-sizing: border-box;
    width:124px;
    font-size:12px;
}

.side-account-username > a{
    text-decoration:none;
    color:#777;
}

.side-account-action-button {
    line-height: 50px;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-right: auto;
    width:26px;
    cursor: pointer;
}

.side-account-action-button > span{

}

.side-account-action-button > span > i{

}

main{
    margin-right:200px;
    overflow: hidden;
}


.no-profile-wrapper {
    padding: 25px;
    padding-top: 90px;
    margin-top: 25px;
}

.no-profile-title {
    text-align: center;
    font-size: 14px;
    margin-bottom:25px;
}


.profile-row
{
    display:block;
    width:95%;
    margin:0px auto;
}

.profile-container
{
    padding : 110px 0px 0px 0px;
}

.short-profile-wrapper {
    width: 33.33%;
    float: right;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.short-profile-container {
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12);
    width:95%;
    margin:0px auto;
    box-sizing:border-box;
}

.short-profile-head {
    padding: 10px;
    background-color: #8cc6ed;
}

.short-profile-logo-container
{

}

    .short-profile-logo-container > img {
        width: 70px;
    }

.short-profile-title-container
{
}

    .short-profile-title-container > h5 {
        font-size: 15px;
        font-weight: 600;
        padding: 0px;
        margin: 10px;
    }

.short-profile-body {
    padding: 10px;
}

.short-profile-statistics
{

}

.short-statistics-row {
    display: -webkit-flex;
    display: flex;
    height: 40px;
    line-height: 40px;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    color:#666;
}

.short-statistics-title
{

}

.short-statistics-value
{

}

.short-profile-bottom {
    padding: 15px 0px;
}

    .short-profile-bottom > a {
        display: block;
        color: #fff;
        background-color: #06b384;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        border: 1px solid #06b384;
        width: 90%;
        max-width: 300px;
        text-align: center;
        margin: 0px auto;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 30px;
        font-size: 14px;
        outline: none;
        font-family: IRANYekan;
        cursor: pointer;
    }

        .short-profile-bottom > a:hover {
            background-color: #06c384;
            text-decoration: none;
        }


.page-container {
    width: 95%;
    margin: 0px auto;
    padding-top: 90px;
    padding-bottom: 20px;
}


.analysis-section {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12);
    margin-bottom:50px;
}


.analysis-header
{
    padding:20px 0px;
    box-sizing:border-box;
    border-bottom:1px solid #eee;
    width:100%;
    background-color:#fefefe;
}

.analysis-title
{
    text-align:center;
}

    .analysis-title > h3 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        color: rgba(0,153,255, 0.7);
    }

.analysis-body
{
    padding:20px;
}

.overview-container
{

}

.overview-container::after
{
    content:'';
    display:block;
    clear:both;
}

.overview-item-container {
    float: right;
    border: 1px solid rgba(6,179,132, 0.5);
    margin-left: 20px;
    background: rgba(6,179,132, 0.2);
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 5px;
    width: 180px;
    height: 195px;
    box-sizing: border-box;
    cursor:default;
}

.overview-item-title {
    padding: 15px;
    min-width: 80px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .overview-item-title > span {
        font-size: 14px;
    }

.overview-item-value {
    padding: 15px;
    min-width: 80px;
    text-align:center;
}

.overview-item-value > span{

}

.profile-picture-container {
    padding: 0px 0px 20px 0px;
}

    .profile-picture-container > img {
        display: block;
        width: 70px;
        margin: 0px auto;
        border-radius:50%;
    }


.float-form {
    border-radius: 3px;
    min-height: 180px;
    width: 400px;
    top: 50px;
    position: fixed;
    left: calc(50vw - 200px);
    min-height: 200px;
    z-index: 1003;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    min-height: 180px;
    display:none;
}

    .float-form fieldset {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .float-form fieldset:not(:first-of-type) {
            display: none;
        }

.visible-float-form {
    display: block;
    visibility: visible;
    animation: 0.3s linear formSlideDown 1;
}

.blocker {
    width: 100vw;
    height: 100vh;
    background-color: rgba(50,50,50,0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1002;
    display: none;
}


.block-visible {
    display: block;
    visibility: visible;
}

.my-form {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    min-height: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    .my-form h3 {
        color: #777;
        text-align: right !important;
        font-weight: 700;
        padding: 20px 40px;
        font-size: 1.29rem;
        border-bottom: 1px solid #ccc;
    }

.account-form-body {
    padding: 20px 40px;
}

.account-form-bottom {
    font-size: 14px;
    padding: 20px 40px;
    background-color: rgba(240, 128, 128, 0.1);
}

.form-head {
    width: 97%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    font-size: 24px;
}

.form-body {
    min-height: 200px;
}


.form-bottom {
    width: 97%;
    margin: 0px auto;
    margin-top: 10px;
    padding: 10px;
    height: 40px;
    border-top: 1px solid #e5e5e5;
}

.form-group {
    margin-bottom: 1rem;
}


.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    font-family: IRANYekan;
}

.form-button {
    display: block;
    color: #777;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #777;
    width: 120px;
    text-align: center;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 14px;
    cursor:pointer;
    outline:none;
    font-family: IRANYekan;
}

    .form-button:hover {
        background-color: #0099ff;
        border: 1px solid #0099ff;
        text-decoration: none;
        color: #fff;
    }

.control-label
{
    color:#999;
}

.visible{
    display:block !important;
}

.panel-section {
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12);
    background-color: #fff;
    min-height: 500px;
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.profiles{
    width:1200px;
    max-width: 100%;
}

.profiles > thead{
    font-size:13px;
}

    .profiles > thead > tr {
    }

        .profiles > thead > tr > th {
            text-align: center;
            padding: 15px 0px;
            cursor:pointer;
        }

    .profiles > tbody > tr
    {
        font-size:14px;
    }

    .profiles > tbody > tr:hover {
        background-color: #f0f0f0 !important;
    }

.profiles > tbody > tr:nth-child(2n+1)
{
    background-color:#fafafa;
}

.profiles > tbody > tr > td{
    padding:7px;
    color:#777;
}

.td-page
{
    display:flex;
    line-height:70px;
    width:250px;
}

.td-page > a > img {
    width: 70px;
    margin-left:15px;
    border-radius:50%;
}

.td-text {
    width: 250px;
    text-align: center;
}

.td-number{
    /*width:200px;*/
    text-align:center;
}

.overflow-auto-x
{
    overflow-x:auto;
}

.profile-intro{
    padding:0px 20px;
    margin-bottom: 30px;
}

.profile-intro-top
{
    display:flex;
}

.profile-image-intro
{

}

.profile-image-intro > img{
    border-radius:50%;
}

.profile-name-intro
{
    padding:30px 30px 0px 0px;
}

.profile-name-intro > a{
    color:#333;
}

    .profile-name-intro > a:hover {
        color: #f88080;
    }

.profile-name-intro > h3{
    font-size:25px;
    font-weight:500;
    color:#777;
}

.profile-intro-bottom
{

}

.sort-actions-container
{

}

.sort-section-title
{
    text-align:center;
    font-size:14px;
}

.sort-section-buttons
{
    margin-top:15px;
}

.sort-buttons
{
    list-style:none;
    padding:0px;
    margin:0px auto;
    display:flex;
    width:300px;
    border:1px solid #ccc;
    border-radius:30px;
    margin-bottom: 20px;
}

    .sort-buttons > li {
        display: block;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
        min-width: 95px;
        text-align: center;
        margin:0px;
        padding: 10px 0px;
    }

        .sort-buttons > li:hover {
            background-color: #0099ff;
            color: #fff;
        }

        .sort-buttons > li:first-child {
            width: 110px;
            border-radius: 0px 30px 30px 0px;
        }

        .sort-buttons > li:last-child {
            border-radius: 30px 0px 0px 30px;
        }

    .sort-buttons > li.active{
        background-color:#0099ff;
        color:#fff;
    }

.top-statistics-container
{

}

.top-statistics-container:after
{
    display:block;
    content: '';
    clear:both;
}

.top-statistics-section
{
    float:right;
    width:33.33333%;
    height:400px;
    overflow-y:auto;
    overflow-x:hidden;
}

.top-statistics-header {
    margin: 10px;
}

    .top-statistics-header > h3 {
        margin: 0px auto;
        padding: 20px 0px 10px 0px;
        border-bottom: 1px solid #999;
        text-align: center;
        font-weight: unset;
    }

.top-statistics-body
{

}

.top-statistics-item {
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
    border-bottom: 1px solid #ddd;
}

.top-statistics-item-image
{
    width:30px;
    margin-left:5px;
}

.top-statistics-item-image > img {
    width: 30px;
    border-radius: 50%;
}

.top-statistics-item-body {
    width: calc(100% - 70px);
}

.tsb-content {
    font-size: 14px;
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.tsb-content > a{
    text-decoration:none;
    color:#515253;
}

.tsb-date
{
    font-size:12px;
    color:#999;
}

.top-statistics-item-info
{
    width:40px;
    font-size:13px;
}

.top-statistics-item-info > div{
}

.two-section-container {
    display: -webkit-flex;
    display: flex;
    box-sizing:border-box;
}

    .two-section-container > div:first-child {
        width: 66.66666%;
        margin-left: 20px;
        box-sizing: border-box;
    }

.two-section-container > div:last-child {
    width: 33.33333%;
    height: 500px;
}

    .two-section-container.same-sized > div {
        width: 50% !important;
    }

.pricing-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 100%;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
    padding: 12% 0;
}

.card {
    padding: 50px;
    background: rgba(6,179,132, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

.card_title {
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 20px;
}

.pricing {
    font-weight: normal;
    font-size: 30px;
    padding:0px;
    margin:0px;
}

    .pricing .small {
        font-size: 16px;
    }

hr {
    margin-top: 70px;
}

.features {
    margin: 40px 0;
    list-style-position: inside;
    padding: 0px;
}

    .features li {
        padding-bottom: 10px;
    }

a.cta_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: rgba(21, 23, 24, 0.7);
    border-radius: 29px;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    /*letter-spacing: 2px;*/
    transition: background .3s ease;
}

    a.cta_btn:hover {
        background: #000;
    }

.link {
    position: fixed;
    background-color: #D12322;
    padding: 23px 40px;
    right: -99px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .1s ease-in-out;
}

    .link i {
        padding-left: 7px;
    }

    .link:hover {
        text-decoration: underline;
        background-color: black;
    }

.panel-container {
    padding: 110px 20px 50px 20px;
}

.thin-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.3125rem;
    width: 100%;
    max-width: 450px;
    margin: 0px auto;
}

    .thin-form hr {
        margin: 0px;
        border: none;
        border-bottom: 1px solid #ccc;
    }

.form-body
{

}

.form-bottom {
    padding: 20px 30px;
}

.card-description {
    padding: 20px 30px;
}

.form-title {
    padding: 0px 30px;
}

.btn-submit-form {
    display: inline-block;
    color: #fff;
    background-color: #06b384;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #06b384;
    max-width: 300px;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    font-family: IRANYekan;
    cursor: pointer;
    padding: 0px 15px;
}

button.cta_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: rgba(21, 23, 24, 0.7);
    border-radius: 29px;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    /*letter-spacing: 2px;*/
    transition: background .3s ease;
    font-family: IRANYekan;
    cursor: pointer;
}

    button.cta_btn:hover {
        background: #000;
    }

.confirm-card
{
    max-width: 400px;
    margin:0px auto;
}

.confirm-card > h2{
    margin:0px;
    font-size: 24px;
}

    .confirm-card > hr {
        margin-top: 25px;
    }

    .confirm-card > .features > li{
        line-height: 40px;
        font-size: 15px;
    }

.tab
{
    display:none;
}

.active-tab {
    display: block;
    min-height: 400px;
    background-color: #fff;
}

.top-hashtags-section
{
    display:flex;
}

.topTagesTable
{
    flex-grow: 1;
}

    .topTagesTable > table {
        width: 100%;
        max-width: 400px;
        margin: 0px auto;
    }

#topTags > svg {
    margin: 0px auto;
    display: block;
}

.overview-item-title > svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
}

/*
.overview-item-container:hover
{
    color:#ff0066;
}

    .overview-item-container:hover > .overview-item-title > svg {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%) !important;
    }

.overview-item-container:hover >.overview-item-value
{
    font-size:18px;
}

.payment-result-page-container {
    direction: rtl;
}
*/

.error-head-message > h1 {
    font-size: 20px;
    color: #ffad00;
    margin-top: 50px;
    padding: 20px;
}

.success-head-message > h1 {
    font-size: 20px;
    color: #519e07;
    margin-top: 50px;
    padding: 20px;
}

.payment-message-wrapper {
    display: -webkit-flex;
    display: flex;
}

    .payment-message-wrapper > div {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

.error-image-wrapper {
}

    .error-image-wrapper > img {
        max-width: 400px;
        display: block;
        margin: 0px auto;
    }

.error-reasons-wrapper {
    padding-top: 30px !important;
    padding-right: 30px !important;
}

    .error-reasons-wrapper > ul
    {
        list-style:none;
    }

    .error-reasons-wrapper > ul > li {
        padding: 0px 0px 20px 0px;
    }

.ham-nail {
    margin-top: 17px;
    margin-left: 7px;
    display: none;
    border: 1px solid #212123;
    height: 20px;
    width: 20px;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}

    .ham-nail:hover {
        background-color: #fafafa;
    }

.ham-nail > div {
    width: 6px;
    height: 3px;
    background-color: #143240;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}

        .ham-nail > div:first-child {
            width: 16px;
        }
        .ham-nail > div:nth-child(2) {
            width: 13px;
        }
        .ham-nail > div:nth-child(3) {
            width: 19px;
            margin-bottom: 0;
        }

.active-sidebar{
    display:block !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.active-package-name {
    line-height: 70px;
    color: #0099ff;
    font-size: 15px;
}

.active-package-pane {
    margin-top: 70px;
    padding: 10px;
    display: flex;
    font-size: 14px;
    background-color: #fcfcfc;
    margin-bottom: -50px;
    display: none;
}

.active-package-info {
    margin-left: 20px;
}

.active-package-info:last-child
{
    margin-left:0px;
}

    .active-package-info > span {
        font-size: 12px;
    }

    .active-package-info > b {
        color: #0099ff;
        font-size: 15px;
    }

.v-spin {
    animation: vertical-spin 2s infinite;
    color: #0099ff;
}

@keyframes vertical-spin
{
    from{
        transform: rotateX(0deg)
    }
    to {
        transform: rotateX(360deg)
    }
}

.s-active-account {
    border-left: 5px solid;
    background-color: #fafafafa;
}

.spn-success {
    color: #3c763d;
}

.spn-info {
    color: #31708f;
}

.spn-warning {
    color: #8a6d3b;
}

.panel-card {
    background: #FFF;
    padding: 50px;
    backdrop-filter: blur(10px);
}

.dataTable
{
    text-align:right;
}


.card .card-body {
    overflow-x: auto;
}

.patience-row {
    display: none;
    color: #8a6d3b;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #333;
    font-size: 14px;
}

#formSeachPost
{
    margin-top: 25px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: IRANYekan;
    cursor:pointer;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    text-decoration: none;
}
    .btn-dark:hover, .btn-dark:active {
        background-color: #000000;
        text-decoration: none;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    text-decoration:none;
}
    .btn-info:hover, .btn-info:active {
        background-color: #3ba0be;
        text-decoration: none;
    }

.btn-update-profile {
    display: block !important;
    width: 300px;
    margin: 0px auto;
    background-color: rgba(255, 0, 102, 0.6);
    color: #fff;
}

    .btn-update-profile:hover {
        background-color: rgba(255, 0, 102, 0.8);
    }

.big-chart-placeholder {
    background-image: url(/images/blur-bg.png);
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 250px !important;
}

.small-chart-placeholder {
    background-image: url(/images/blur-bg2.png);
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.insta-account-thumbnail-container {
    position: relative;
}

.insta-account-thumbnail-actions {
    position: absolute;
    left: -110px;
    top: 10px;
    background-color: #fff;
    width: 100px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 0px 0px 0 rgb(0 0 0 / 12%);
    padding: 5px;
    display:none;
}

.insta-account-thumbnail-action {
    line-height: 30px;
    font-size: 14px;
}

.insta-account-thumbnail-action > a {
    text-decoration:none;
    display:block;
}

.active-thumbnail-menu
{
    display:block;
}

.update-notice {
    display: none;
    color: #8a6d3b;
}

.chart-update-needed {
    height: 70px;
    position: absolute;
    top: 50%;
    right: 50%;
    -ms-transform: translateY(50%, -50%);
    transform: translate(50%, -50%);
}

.chart-upgrade-btn {
    padding: 12px;
    min-width: 140px;
    display: inline-block;
    background: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #777;
    font-family: 'IRANYekan';
    border-radius: 32px;
    text-decoration: none;
    color:#777;
}

    .chart-upgrade-btn:hover, .chart-upgrade-btn:focus {
        background-color: rgba(255, 255, 255, 1);
        text-decoration: none;
        color:#0099ff;
    }

.chart-upgrade-btn > i{
    margin-right: 5px;
}

.message-container {
    width: 95%;
    margin: 0px auto;
    max-width: 800px;
    padding-top: 20px;
    box-sizing: border-box;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.warning-notice {
    text-align: center;
    margin-bottom: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.update-btn-container
{
    text-align:center;
}

.btn-update-profile {
    display: inline-block !important;
}

.mobile-title{
    display:none;
}

.border-box
{
    box-sizing: border-box;
}












@media (max-width: 1300px) {
    .two-section-container > div:last-child
    {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .profiles > thead > tr > th:nth-child(7) {
        display: none;
    }
    .profiles > tbody > tr > td:nth-child(7)
    {
        display:none;
    }
    .profiles > thead > tr > th:nth-child(8) {
        display: none;
    }

    .profiles > tbody > tr > td:nth-child(8) {
        display: none;
    }
}

@media only screen and (max-width: 1160px) {
    .grid {
        grid-template-columns: 1fr 1fr;
        gap: 2%;
    }
}

@media (max-width:1100px) {
    .top-statistics-section {
        width: 50%;
    }
}

@media (max-width:1000px) {
    .short-profile-wrapper
    {
        width:50%;
    }

    .sidebar-wrapper
    {
        display:none;
    }

    main{
        margin-right: 0px;
    }

    .ham-nail
    {
        display:block;
    }

}

@media (max-width:800px)
{
    .active-package-info > span
    {
        display:none;
    }

    .active-package-info {
        width: 100%;
    }

        .active-package-info > b
        {
            font-size:13px;
        }

    .profiles {
        width: 100%;
        max-width: unset;
    }
}


@media (max-width:750px) {
    .short-profile-wrapper {
        width: 100%;
    }

    .two-section-container
    {
        display:block;
    }

        .two-section-container > .analysis-section
        {
            width:100% !important;
        }

    .top-hashtags-section
    {
        display:block;
    }

    .two-section-container > div:last-child
    {
        height:auto;
    }

    .two-section-container.same-sized > div
    {
        width:100% !important;
    }

}

@media (max-width: 650px)
{
    .payment-message-wrapper
    {
        display:block;
    }
}

@media (max-width:600px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .pricing-container {
        margin-top: 50px;
        max-width: 400px;
    }

    .top-statistics-section{
        width:100%;
    }

    .profiles {
        clear: both;
        display:block;
    }

    .profiles > thead
    {
        display: none;
    }
        .profiles > tbody
        {
            display:block;
            width: 100%;
        }

        .profiles > tbody::after
        {
            content: "";
            display: block;
            clear:both;
        }

        .profiles > tbody > tr {
            display: block;
            padding: 10px;
            -webkit-box-shadow: 0 2px 5px 0 rgb(0 135 255 / 16%), 0 2px 10px 0 rgb(0 135 255 / 12%);
            box-shadow: 0 2px 5px 0 rgb(0 135 255 / 16%), 0 0px 0px 0 rgb(0 135 255 / 12%);
            width: 50%;
            float: right;
            box-sizing: border-box;
            margin-bottom: 7px;
        }
        .profiles > tbody > tr > td
        {
            display: block !important;
        }
            .profiles > tbody > tr > td:nth-child(7) {
                display: none !important;
            }
            .profiles > tbody > tr > td:nth-child(8) {
                display: none !important;
            }

        .profiles > tbody > tr > td:first-child > a > img {
            display: block;
            border: 2px solid #0099ff;
            margin: 0px auto !important;
        }

            .profiles > tbody > tr > td > a {
                display: block;
                text-align: center;
            }

    .td-page
    {
        width: 100%;
    }

    .mobile-title {
        display: block;
    }
}

@media (max-width: 470px)
{
    .profiles > tbody > tr {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 2%;
        padding-bottom: 25%;
    }

    .container {
        padding: 0 1rem;
    }

    body {
        font-size: 14px;
    }

    .card {
        padding: 30px;
    }

    .card_title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .pricing {
        font-size: 52px;
    }

    hr {
        margin-top: 50px;
    }

    a.cta_btn {
        font-size: 11px;
    }

    .btn-dashboard
    {
        display:none;
        width: 0px;
    }

    .overview-item-container {
        margin-left: 10px;
        width: 158px;
        height: 195px;
        overflow:hidden;
    }

    .package-info
    {
        display:none;
    }

}







@media print
{
    header {
        display: none !important;
    }

    .float-menu {
        display: none !important;
    }

    .sidebar-container-wrapper {
        display: none !important;
    }

    .active-package-pane {
        display: none !important;
    }

    .active-package-pane > *{
        display:none !important;
    }

    #EngagementSection {
        display: none !important;
    }

    #FollowersSection {
        display: none !important;
    }

    #DiscoverSection > div:first-child {
        display: none !important;
    }

    #DiscoverSection > .analysis-section {
        margin: 0px auto !important;
    }

    #postTypeCanvas {
        margin: 0px auto !important;
    }

    .last-update-notice > * {
        display: none !important;
    }

    body {
        /**/zoom: 80%;
    }

    .btn{
        display:none !important;
    }
}

