:root {
    --abi: #2DA5DF;
    --sefid: #edecec;
    --kerem: #dcdbdb;
    --tire: #282c3f;
    --zard: #e5dc3e;
    --ghermez: #f84f1a;
    --nokmedadi: #302323dc;
    --kamrang: #dbdada29;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.eot');
    src: url('Shabnam.eot?#iefix') format('embedded-opentype'), url('Shabnam.woff2') format('woff2'), url('Shabnam.woff') format('woff'), url('Shabnam.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Bold.eot');
    src: url('Shabnam-Bold.eot?#iefix') format('embedded-opentype'), url('Shabnam-Bold.woff2') format('woff2'), url('Shabnam-Bold.woff') format('woff'), url('Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Thin.eot');
    src: url('Shabnam-Thin.eot?#iefix') format('embedded-opentype'), url('Shabnam-Thin.woff2') format('woff2'), url('Shabnam-Thin.woff') format('woff'), url('Shabnam-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Light.eot');
    src: url('Shabnam-Light.eot?#iefix') format('embedded-opentype'), url('Shabnam-Light.woff2') format('woff2'), url('Shabnam-Light.woff') format('woff'), url('Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Medium.eot');
    src: url('Shabnam-Medium.eot?#iefix') format('embedded-opentype'), url('Shabnam-Medium.woff2') format('woff2'), url('Shabnam-Medium.woff') format('woff'), url('Shabnam-Medium.ttf') format('truetype');
    font-weight: 500;
}

body {
    font-family: 'Shabnam', sans-serif;
    background: var(--sefid);
}

main {
    width: 80% !important;
    height: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
}

nav {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    background-color: var(--abi);
    margin-bottom: 1rem !important
}

#flexContainer {
    /* Specifies that the contents will be laid out according to Flexbox rules. */
    display: flex;
    width: 100%;
}

.topmenublu {
    background-color: var(--kerem);
    left: 0px !important;
    right: 0px !important;
    min-width: auto;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

header {
    flex-direction: column;
    min-height: 100%;
    left: 0px !important;
    right: 0px !important;
}


leftnav {
    background: var(--kerem);
    /* Shorthand property specifying flex-grow, flex-shrink, and flex-basis. */

    min-width: 150px;
    margin: 3px;
    padding: 3px;
    font-size: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
}

    leftnav img {
        vertical-align: middle;
    }

    leftnav a {
        text-decoration: none;
        font-size: 1vw;
        color: #818181;
        display: block;
    }

        leftnav a:hover {
            color: #f1f1f1;
        }

.leftmenuItem {
    box-sizing: content-box;
    left: 0px;
    right: 0px;
    width: auto;
}

.menuLeftItem {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    height: auto;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    flex-wrap: wrap;
}

.leftmenuSeperator {
    padding: 5px;
}

aside {
    background: var(--kerem);
    /* Shorthand property specifying flex-grow, flex-shrink, and flex-basis. */
    flex: 1 1 15%;
    min-width: 150px;
    padding: 3px;
    margin: 3px;
}

.row_post {
    width: 100% !important;
    padding: 2px;
}

.heade_asli {
    display: flex;
    margin-top: 10px;
    padding-top: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 4px rgb(225, 226, 226);
    direction: rtl;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .heade_asli > div {
        padding: 5px 5px 5px 0px;
    }

.tag_ha {
    padding: 5px;
    color: #000;
    background-color: #c1c2c2;
    border-color: black;
    border: solid 1px;
    border-radius: 5px;
}

.height220-left {
    height: 220px;
    margin-left: auto;
    margin-right: 20px;
    align-items: center;
    width: 70%;
}

.height220-right {
    width: 30%;
}

.height20 {
    height: 10px;
    text-align: left;
    margin-top: 14px;
}


.subscribers {
    font-size: 12px;
    justify-content: center;
}

.img_post_heade_asli {
    width: 70px;
    justify-content: center;
}

.title_post {
    font-style: oblique;
    background: linear-gradient(90deg, rgba(210, 24, 35, 1) 0%, rgba(210, 5, 28, 1) 100%);
    display: inline-block;
    width: auto;
    margin: 0 !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 15px !important;
    text-decoration: none;
    color: aliceblue;
    line-height: 1.5;
    border-radius: 5px;
}
.title_post_top {
    font-style: oblique;
    background: linear-gradient(90deg, rgba(210, 24, 35, 1) 0%, rgba(210, 5, 28, 1) 100%);
    display: inline-block;
    width: auto;
    margin: 0 !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 15px !important;
    text-decoration: none;
    color: aliceblue;
    line-height: 1.5;
    border-radius: 5px;
    text-align:center;
}


.removeHtmls {
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    margin: 0 auto;
    
    width: 85%;
    max-width: 380px;
    height: auto;
    display: table-footer-group;
}


.du_tayi {
    display: grid;
    grid-template-columns: 6fr 1fr;
    text-align: right;
}

.chanel {
    padding: 10px;
    /* font-size: 24px; */
    border: 1px solid;
    border-radius: 10px;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.contact {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: right;
}







.description_post {
    height: 120px;
    padding-top: 20px;
    text-align: right;
    display: flex;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    height: 100px;
    white-space: normal;
    width: 110px;
    justify-items: center;
    justify-self: center;
}

#content {
    min-height: 800px;
    background: var(--sefid);
    /* Shorthand property specifying flex-grow, flex-shrink, and flex-basis. */
    flex: 2 1 70%;
    margin: 3px;
    padding: 3px;
}

.pagination a {
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

    .pagination a.active {
        background-color: #2da5df;
        color: white;
        border: 1px solid #4CAF50;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .page-link:hover {
        z-index: 2;
        color: #0a58ca;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 3;
        color: #0a58ca;
        background-color: #e9ecef;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

footer {
    height: 50px;
    background: var(--abi);
    min-height: 6px;
    margin: 0px;
    padding: 3px 0;
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    margin-top: -30px !important;
}

#textview {
    font-size: 1.6vw;
    direction: rtl;
    height: auto;
    overflow: visible;
}


/*
ghesmate bala baraye search
 */
.Seperator-top-30px {
    padding-top: 30px;
}

.Seperator-top-15px {
    padding-top: 15px;
}

.Seperator-bottom-30px {
    padding-top: 30px;
}

.Seperator-bottom-15px {
    padding-bottom: 15px;
}

.some-page-wrapper {
    margin: 2px;
}

Seperator-buttom-50px {
    background: var(--ghermez);
    color: var(--sefid);
    padding: 15px !important;
    height: 50px;
}

.row {
    width: 100%;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    font-size: 12px;
    display: grid;
    grid-template-columns: 100%;
}

.column {
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: auto;
    padding-bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid thick;
    font-size: 11px;
    transition: background 5s ease;
    transition: color 1s;
}

    .column:hover {
        cursor: pointer;
        background: var(--kerem);
        color: var(--abi);
    }

.column-inside {
    font-size: 18px;
}

    .column-inside img {
        border-radius: 10px;
        max-width: 90%;
    }


/* When the page is resized, use the styles below */
#imageoflink > img {
    border-radius: 25%;
    max-width: 100%;
}





.searchbody {
    background: var(--kamrang);
    padding: 20px;
    max-width:200px;
    height:30px;
    font-size:15px;
}

.searchheader {
    padding: 20px 0px;
    font-size: 25px;
}
.search-box-center {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.center-text {
    text-align: center;
}

.center-text-font-titr {
    text-align: center;
    font-size: 3vw;
    color: #010b10;
    padding: 10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
}

    .gg-search::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        border-radius: 3px;
        width: 2px;
        height: 8px;
        background: currentColor;
        transform: rotate(-45deg);
        top: 10px;
        left: 12px
    }

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

    .alert.success {
        background-color: #04AA6D;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #ff9800;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.alert-dismissible {
    padding-right: 10px;
}


    .alert-dismissible .btn-close {
        position: relative;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    --bs-alert-color: #1d5ad9;
    --bs-alert-bg: #e4c403;
    --bs-alert-border-color: #32e430;
    --bs-alert-link-color: #970bc7;
}

.alert-secondary {
    --bs-alert-color: #b02a2a;
    --bs-alert-bg: #1cdc0d;
    --bs-alert-border-color: #003d78;
    --bs-alert-link-color: #98a3b2;
}

.alert-success {
    --bs-alert-color: #3ed41a;
    --bs-alert-bg: #bba7a7;
    --bs-alert-border-color: #129802;
    --bs-alert-link-color: #0a58ca;
}

.alert-info {
    --bs-alert-color: #c1c2c2;
    --bs-alert-bg: #0a58ca;
    --bs-alert-border-color: #ffdb00;
    --bs-alert-link-color: #26bd65;
}

.alert-warning {
    --bs-alert-color: #e6b101;
    --bs-alert-bg: #4eb043;
    --bs-alert-border-color: #117292;
    --bs-alert-link-color: #f1d75e;
}


.loader {
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: absolute;
    background-color: #FFF;
    background: radial-gradient(ellipse at center, #FF3D00 0%, #FF3D00 14%, #FFF 15%, #FFF 100%);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

    .loader::after,
    .loader::before {
        content: '';
        position: absolute;
        height: 16px;
        width: 4px;
        background: #FF3D00;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);
        transform-origin: 25% 0;
        box-sizing: border-box;
        animation: rotation 10s linear infinite;
    }

    .loader::before {
        height: 22px;
        width: 2px;
        transform: translateX(-50%) rotate(0deg);
        animation-duration: 1s;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}



/* shoroe menu*/


.navbar {
    background: var(--abi);
    color: var(--sefid);
    padding: 15px !important;
    height: 85px !important;
    display: flex !important;
    align-items: center !important;
}

    .navbar .logo_on_top {
        cursor: pointer;
        transition: background 1s ease;
        transition: color 3s ease;
        font-family: Lacquer;
    }

.logo_on_top:hover {
    color: var(--kamrang);
}

.navbar ul.links {
    margin-left: auto;
    margin-right: 50px;
    list-style: none;
    display: flex;
    align-items: center;
}

    .navbar ul.links li {
        text-transform: uppercase;
        padding: 0 15px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s ease all, 0s ease margin;
        color: #fff;
    }

        .navbar ul.links li a {
            text-decoration: none;
            color: #fff;
        }

        .navbar ul.links li:hover {
            border-radius: 30px;
            background: var(--kamrang);
            cursor: pointer;
        }

            .navbar ul.links li:hover a {
            }





.navbar.sticky {
    position: fixed;
    z-index: 40;
}

    .navbar.sticky ~ main {
        position: relative;
        z-index: 20;
        top: 65px;
    }



@media screen and (max-width: 750px) {
    .navbar .right {
        height: 0;
        overflow: hidden;
    }

    #logotext {
        display: none;
    }

    .toggle {
        position: absolute;
        top: 40px;
        z-index: 99;
        transform: translateY(-50%);
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: auto;
        right: auto;
        padding-bottom: 45px;
    }

        .toggle > * {
            width: 80%;
            height: 2px;
            background: var(--sefid);
            margin: 3px 0;
        }

    .navbar.collapsed .toggle .line1 {
        transform: rotate(-45deg) translate(-4px, 5px);
    }

    .navbar.collapsed .toggle .line2 {
        opacity: 0;
    }

    .navbar.collapsed .toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navbar.collapsed .logo_on_top {
        position: absolute;
        z-index: 44;
        height: 0;
        overflow: hidden;
    }

    .navbar .links {
        position: fixed;
        background: var(--abi);
        z-index: 40;
        top: 0;
        left: -100%;
        flex-direction: column;
        width: 45vw;
        height: 100vh;
    }

        .navbar .links li:first-child {
            margin-top: 30px;
        }

    .navbar.collapsed .links {
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        left: 0;
    }

        .navbar.collapsed .links a {
            color: var(--sefid);
        }

        .navbar.collapsed .links li {
            width: 80%;
        }

            .navbar.collapsed .links li:hover a {
                color: var(--tire);
            }

    .navbar.collapsed .right {
        position: fixed;
        width: 45vw;
        text-align: center;
        height: auto;
        bottom: 40px;
        left: 22.5vw;
        transform: translateX(-50%);
        z-index: 45;
    }

    .navbar.collapsed ~ main {
        filter: blur(1px);
        opacity: 0.8;
    }

    .navbar.sticky {
        position: fixed;
        z-index: 40;
    }
}

/* payane menu*/

.button-btn {
    cursor: pointer;
    box-shadow: 1px 1px 2px 2px #999;
    position: relative;
    background-color: #2da5df;
    border: 1px solid #607d8b63;
    display: inline-block;
    width: auto;
    margin: 5px !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 15px !important;
    text-decoration: none;
    color: #ffffff !important;
    line-height: 1.5;
    border-radius: 12px;
}

    .button-btn:hover {
        background-color: var(--abi);
    }

    .button-btn:active {
        background-color: var(--kerem);
        box-shadow: 0 3px #666;
        transform: translateY(4px);
    }

.column-inside-description {
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 15px;
    font-size: 11px;
    transition: color 1s ease 0
}

.moshahede {
    position: relative;
    background-color: #d2d3d461;
    border: 1px solid #607D8B;
    display: inline-block;
    width: auto;
    margin: 5px !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 15px !important;
    text-decoration: none;
    color: #ffffff !important;
    line-height: 1.5;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.red_text_top {
    padding: 30px 0px 28px 0px !important;
    text-decoration: none;
    color: aliceblue;
    height: 45px;
    width: auto;
    display: list-item;
}
.title_post-top {
    background: linear-gradient(69deg, rgb(255 0 0) 0%, rgb(107 0 255) 100%);
    box-sizing: border-box;
    height: 66px;
    width: auto;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
}
    .search-box {
    display: flex;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

    .search-box .form-control {
        width: 100%;
        border: 0;
        height: 36px;
        padding: 0 10px;
        outline: 0;
    }

    .search-box .btn {
        background: #fff;
        border: 1px solid #000;
        height: 36px;
        padding: 10px;
        margin-right: 0px;
        border: 0;
        cursor: pointer;
        outline: 0;
    }

.tabligh {
    padding-bottom: 20px;
    box-sizing: content-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.input-plus {
    background: url(/images/plus-24.svg)no-repeat 100% !important;
    background-size: 22px !important;
}

.tablighe_left {
    max-width: 90%;
    height: 100px;
    background: url(/images/lefttabligh/lefttabligh_background.png)no-repeat 100%;
    background-size: cover;
    left: 0px;
    right: 0px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -3px;
    box-sizing: content-box;
    align-items: center;
    margin: 5px;
    color: var(--kerem);
}

.column-with-sliders-left {
    /*
        slider left
    */
}

.textcenteronimage {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:390px) {



    leftnav {
        background: var(--kerem);
        /* Shorthand property specifying flex-grow, flex-shrink, and flex-basis. */

        min-width: 60px;
        margin: 1px;
        padding: 1px;
        font-size: 10px;
        left: 0px;
        right: 0px;
        text-align: center;
    }

    .menuLeft-text {
        display: none;
    }

    /* smartphones, iPhone, portrait 480x320 phones */
}

.login_logout {
    /*
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 20%;
    color: var(--tire);
    background-color: var(--kerem);
    margin: 0px;
    width: 100%;
    border: solid 1px #e4e7ef;
    white-space: normal;
    height: 65px;
        */
}

@media (min-width:412px) {
    .heade_asli {
        display: flex;
        margin-top: 3px;
        padding-top: 2px;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px 2px rgb(225, 226, 226);
        direction: rtl;
        width: 100%;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

        .heade_asli > div {
            padding: 5px 5px 2px 0px;
        }

    .tag_ha {
        padding: 2px;
        color: #000;
        background-color: #c1c2c2;
        border-color: black;
        border: solid 1px;
        border-radius: 3px;
        font-size: 10px;
    }

    .height220-left {
        height: 220px;
        margin-left: auto;
        margin-right: 20px;
        align-items: center;
        width: 80%;
    }

    .height220-right {
        height: 220px;
        width: 20%;
    }


    .subscribers {
        font-size: 10px;
        justify-content: center;
    }

    .img_post_heade_asli {
        width: 50px;
        justify-content: center;
        margin-top: 35px;
        border-radius: 5px;
    }

    .title_post {
        font-size: 11px;
        margin-top: 15px;
        font-style: oblique;
    }

    .description_post {
        height: 150px;
        padding-top: 10px;
        text-align: right;
        display: block;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        height: 100px;
        white-space: normal;
        min-width: 95%;
        font-size: 12px;
    }
    .nextpageInDetails {
        position: absolute;
        z-index: 1000;
        background-color: #04AA6D;
        border: none;
        color: white;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .previouspageInDetails {
        position: absolute;
        z-index: 1000;
        background-color: #04AA6D;
        border: none;
        color: white;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

}

@media (min-width:481px) {
}

@media (min-width: 576px) {
}

@media (min-width:641px) {


    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) {


    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {


    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {


    /* hi-res laptops and desktops */
}
