﻿
/********************/

/*body {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-family: IRANSansfanum !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    word-spacing: -1px;
    background-color: #f2f2f2;
}
*/

/*body {
    margin: 0;
    padding: 0;
    font-family: 'BYekan';
    font-size: 14px;
    word-spacing: -1px;
    background-color: #f2f2f2
}*/

/***********Default setting************/

a:link, a:hover, a:active {
    text-decoration: none;
    outline: 0 !important
}

i, span, label, a {
    display: inline-block;
    font-weight: normal;
}

ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

/********** Transition ************/
a, i, input[type="submit"], form button {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

.user-account .avatar-layer ul:after, .term-content aside .statistics ul:after,
.term-content aside .share-layer:after, .term-content .term-description ul li:after,
.comment-list .comment-row:after,
.term-categories .switch-field:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
    line-height: 0
}

.landing-layer {
    width: 100%;
    background: url('../images/slide.jpg') no-repeat center center / cover;
    position: relative;
}


    .landing-layer nav {
        padding: 25px 0
    }

        .landing-layer nav ul li {
            display: inline-table;
        }

            .landing-layer nav ul li a {
                line-height: 25px;
                color: #fff;
                font-size: 14px;
                padding: 0 0 0 15px
            }

        .landing-layer nav .clientarea {
            text-align: left;
            color: #fff
        }

            .landing-layer nav .clientarea i {
                color: #fff;
                font-size: 18px;
                position: relative;
                top: 3px;
                margin-left: 4px
            }

            .landing-layer nav .clientarea a {
                color: #fff;
            }

                .landing-layer nav ul li a:hover,
                .landing-layer nav .clientarea a:hover {
                    color: #20991d
                }

    .landing-layer header {
        padding: 50px 0;
        text-align: center;
        color: #fff;
        word-spacing: -1px
    }

        .landing-layer header .logo {
            width: 250px;
            display: block;
            margin: 0 auto 20px
        }

        .landing-layer header h1 {
            line-height: 30px;
            padding: 10px 0 20px;
            font-size: 31px
        }

        .landing-layer header h2,
        .landing-layer header h3 {
            line-height: 30px;
            padding: 10px 0;
            font-size: 23px
        }

    .landing-layer .search-form {
        width: 500px;
        margin: 0 auto;
        padding-bottom: 30px
    }

        .landing-layer .search-form form {
            width: 100%;
            height: 45px;
            position: relative;
            margin-bottom: 50px
        }

            .landing-layer .search-form form input {
                background-color: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                width: 100%;
                line-height: 50px;
                border: 0;
                padding: 0 20px 0 60px;
                color: #2C373B
            }

            .landing-layer .search-form form button {
                background-color: darkgrey;
                color: #fff;
                font-size: 24px;
                width: 50px;
                height: 48px;
                position: absolute;
                left: 1px;
                top: 1px;
                border: 0;
                padding: 0 !important;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-bottomleft: 3px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

                .landing-layer .search-form form button i {
                    position: relative;
                    top: 5px
                }

                .landing-layer .search-form form button:hover {
                    background-color: #2C373B
                }

.main-menu {
    background-color: royalblue; /*#2aaf27*/
    position: relative;
}

    .main-menu nav {
        position: relative;
    }

        .main-menu nav > ul > li {
            float: right;
            padding: 15px 0;
            position: relative;
        }

            .main-menu nav > ul > li:first-child a {
                padding-right: 0
            }

        .main-menu nav > span {
            font-size: 36px;
            color: #fff;
            display: none
        }

            .main-menu nav > span:hover {
                color: blueviolet; /*#0c740a;*/
                cursor: pointer;
            }

        .main-menu nav > ul > li > a {
            color: #fff;
            padding: 0 15px;
            border-left: 1px solid #1cbdf9; /*#20991d;*/
            font-size: 16px
        }

        .main-menu nav > ul > li:last-child > a {
            border-left: 0
        }

        .main-menu nav > ul > li > ul {
            position: absolute;
            top: 50px;
            right: 0;
            background-color: royalblue; /*#2aaf27;*/
            padding: 5px 10px;
            border-bottom: 3px solid mediumblue; /* #0c740a;*/
            min-width: 230px;
            white-space: nowrap;
            display: none;
            z-index: 1000
        }

            .main-menu nav > ul > li > ul > li {
                width: 100%;
            }

                .main-menu nav > ul > li > ul > li > a {
                    padding: 6px 15px 6px 10px;
                    line-height: 22px;
                    color: #fff
                }

                    .main-menu nav > ul > li:hover > a:hover,
                    .main-menu nav > ul > li > ul > li > a:hover {
                        color: darkblue; /*#0c740a*/
                    }



footer .top-footer {
    width: 100%;
    background-color: #26292c;
    padding: 40px 0 20px
}

.top-footer .list {
    margin-bottom: 20px
}

    .top-footer .list header {
        margin-bottom: 20px;
        position: relative;
    }

        .top-footer .list header:before {
            width: 100%;
            content: '';
            position: absolute;
            height: 12px;
            right: 0;
            top: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #404E51;
            z-index: 10
        }

        .top-footer .list header h4 {
            color: #fff;
            font-size: 16px;
            line-height: 20px;
            display: inline-block;
            background-color: #26292c;
            z-index: 11;
            position: relative;
            padding-left: 20px
        }

    .top-footer .list ul li a {
        display: block;
        line-height: 25px;
        padding: 2px 15px 2px 0;
        color: #fff;
        font-size: 14px;
        position: relative;
    }

        .top-footer .list ul li a:hover {
            padding-right: 17px;
            color: #37d43b
        }

        .top-footer .list ul li a:before {
            position: absolute;
            color: #37d43b;
            font-size: 6px;
            font-family: 'FontAwesome';
            content: '\f111';
            right: 0;
            top: 3px
        }

.bottom-footer {
    background-color: #1e2023;
    padding: 15px 0
}

    .bottom-footer p {
        color: #B2BFC5;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        padding: 0;
        margin: 0
    }

        .bottom-footer p a {
            color: #B2BFC5;
        }

            .bottom-footer p a:hover {
                color: #09E3B1
            }

.client-page {
    width: 100%;
    padding: 100px 0;
}

    .client-page .container-content {
        width: 450px;
        margin: 0 auto;
        padding: 20px 25px;
        background-color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 0 15px #ccc;
    }

        .client-page .container-content .input-group {
            padding: 10px 0;
            width: 100%;
        }

        .client-page .container-content .input-group-addon {
            margin: 0.2rem;
            font-size: 24px;
            text-align: center;
            horiz-align: center;
        }

        .client-page .container-content .form-control {
            height: 40px;
        }

        .client-page .container-content header h2 {
            font-size: 26px;
            font-weight: bold;
            line-height: 45px;
            display: block;
            text-align: center;
            word-spacing: -2px;
            margin-bottom: 15px;
        }

        .client-page .container-content .link {
            padding: 15px 0
        }

            .client-page .container-content .link a {
                display: block;
                line-height: 30px;
                font-size: 14px;
                color: #1CBDF9
            }

                .client-page .container-content .link a:hover {
                    color: #2C373B
                }

                .client-page .container-content .link a i {
                    font-size: 17px;
                    margin-left: 5px;
                    position: relative;
                    top: 2px
                }

                    .client-page .container-content .link a i.zmdi-account {
                        font-size: 18px;
                        right: -1px
                    }

        .client-page .container-content .remember-me,
        .client-page .container-content .accept-rules {
            margin-top: 10px
        }

        .client-page .container-content input[type="checkbox"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }

main {
    padding: 35px 0 45px
}

    main#home-page {
        background-color: #fff
    }

.terms-items header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 35px
}

    .terms-items header h2 {
        text-align: center;
        font-size: 21px;
        line-height: 30px;
        color: #252a2b
    }

    .terms-items header a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #4b4f4f
    }

        .terms-items header a:hover {
            color: #2aaf27
        }

.terms-items .term-col article {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 6px #ccc;
    background-color: #fff
}

    .terms-items .term-col article .img-layer,
    .terms-items .term-col article .img-layer img {
        width: 100%;
        display: block;
    }

    .terms-items .term-col article h2 a {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        color: #252a2b;
        padding: 0 10px;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .terms-items .term-col article h2 a:hover {
            color: #2aaf27;
        }

    .terms-items .term-col article span {
        color: #2aaf27;
        padding: 10px;
        border-top: 1px solid #ebebeb;
        width: 100%;
        display: block;
    }

    .terms-items .term-col article i {
        color: #ccc;
        font-size: 13px;
        position: absolute;
        left: 10px;
        bottom: 12px;
        font-style: normal;
    }

.breadcrumb {
    background-color: transparent;
    margin: 15px 0;
    padding-right: 0
}

    .breadcrumb li a,
    .breadcrumb li {
        color: #26292c
    }

.user-account aside > section,
.user-account .avatar-layer {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff
}

    .user-account .avatar-layer .img-layer {
        margin: 25px auto 0;
        position: relative;
        z-index: 1;
        width: 130px;
        height: 130px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .user-account .avatar-layer .img-layer img {
            width: 130px;
            height: 130px;
            border: 3px solid #ecf1f8;
            z-index: 1;
            position: relative;
        }

        .user-account .avatar-layer .img-layer .change-image {
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 27px;
            color: #657d9a;
            background-color: rgba(228,235,245,0.4);
            position: absolute;
            z-index: 2;
            opacity: 0;
        }

        .user-account .avatar-layer .img-layer:hover .change-image {
            opacity: 1;
        }

    .user-account .avatar-layer .detail {
        width: 100%;
        padding: 10px 0 15px;
        text-align: center;
    }

        .user-account .avatar-layer .detail h3 {
            font-size: 14px;
            font-weight: bold;
            word-spacing: -1px;
            line-height: 25px;
            padding-bottom: 3px;
            color: #4b5b74
        }

        .user-account .avatar-layer .detail span {
            font-size: 14px;
            word-spacing: -1px;
            line-height: 25px;
            color: #7389a3;
            display: block;
        }

    .user-account aside > section header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8
    }

        .user-account aside > section header h3 {
            font-size: 15px;
            line-height: 35px;
        }

    .user-account aside > section .inner {
        padding: 10px 15px
    }

        .user-account aside > section .inner ul li a {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222
        }

            .user-account aside > section .inner ul li a:hover {
                color: #2aaf27
            }

.user-account .user-account-content {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 5px;
}

    .user-account .user-account-content > header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8
    }

        .user-account .user-account-content > header h1 {
            font-size: 15px;
            line-height: 35px;
        }

    .user-account .user-account-content .inner {
        padding: 20px
    }

        .user-account .user-account-content .inner .account-information h3 {
            font-size: 17px;
            margin-bottom: 10px;
            color: #2aaf27
        }

        .user-account .user-account-content .inner .account-information ul li {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222
        }

            .user-account .user-account-content .inner .account-information ul li i {
                margin-left: 5px;
                position: relative;
                top: 3px;
                font-size: 16px;
                color: #ccc
            }

.user-account .form-layer {
    padding: 0 20px
}

    .user-account .form-layer .input-group {
        margin-bottom: 15px;
    }

    .user-account .form-layer .link {
        padding: 15px 0
    }

        .user-account .form-layer .link a {
            display: block;
            line-height: 30px;
            font-size: 14px;
            color: #1CBDF9
        }

            .user-account .form-layer .link a:hover {
                color: #2C373B
            }

            .user-account .form-layer .link a i {
                font-size: 17px;
                margin-left: 5px;
                position: relative;
                top: 2px
            }

    .user-account .form-layer .checkbox-layer {
        margin-top: 10px
    }

        .user-account .form-layer .checkbox-layer input[type="checkbox"],
        .user-account .form-layer .radio-layer input[type="radio"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }

        .user-account .form-layer .checkbox-layer label,
        .user-account .form-layer .radio-layer label {
            margin-left: 25px
        }

.term-content > header,
.term-content aside .statistics,
.term-content aside .teacher-info,
.term-content aside .term-info,
.term-content aside .tags-layer,
.term-content aside .share-layer,
.term-content .term-description,
.term-content .user-comments,
.term-categories .aside-section {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background-color: #fff
}

    .term-content > header h1 {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        padding: 20px 25px
    }

.term-content aside .statistics {
    padding: 30px 20px 20px
}

    .term-content aside .statistics ul li {
        display: inline-table;
        width: 33.33%;
        text-align: center;
        float: right;
    }

        .term-content aside .statistics ul li span {
            font-size: 14px;
            color: #8c9395;
            display: block;
            padding-bottom: 5px
        }

        .term-content aside .statistics ul li i {
            font-size: 16px;
            display: block;
            font-style: normal;
        }

    .term-content aside .statistics > a {
        width: 100%;
        border-radius: 5px;
        line-height: 48px;
        text-align: center;
        display: block;
        background-color: #2aaf27;
        color: #fff;
        font-size: 17px;
        margin-top: 25px
    }

.term-content aside .teacher-info {
    padding: 25px
}

    .term-content aside .teacher-info img {
        width: 140px;
        height: 140px;
        border-radius: 100%;
        display: block;
        margin: 0 auto
    }

    .term-content aside .teacher-info h2 {
        width: 100%;
        line-height: 25px;
        text-align: center;
        font-size: 15px;
        margin: 15px 0
    }

    .term-content aside .teacher-info p {
        line-height: 24px;
        text-align: justify;
        font-size: 14px;
        margin: 0;
        padding: 0 10px;
        color: #8c9395;
    }

.term-content aside .term-info {
    padding: 20px 25px
}

    .term-content aside .term-info h2 {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px
    }

    .term-content aside .term-info ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 0
    }

.term-content aside .tags-layer,
.term-content aside .share-layer {
    padding: 15px 20px;
}

    .term-content aside .tags-layer a {
        font-size: 12px;
        line-height: 20px;
        padding: 1px 5px;
        background-color: #f2f2f2;
        margin: 3px;
        color: #333
    }

    .term-content aside .share-layer span {
        line-height: 25px;
        font-size: 14px;
        color: #333;
        width: auto;
        display: table;
        float: right;
    }

    .term-content aside .share-layer a {
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 18px;
        color: #fff;
        background-color: #999;
        border-radius: 100%;
        text-align: center;
        float: left;
        margin-right: 6px
    }

        .term-content aside .share-layer a:hover {
            background-color: #333
        }

.term-content .term-description {
    padding: 25px 25px 10px
}

    .term-content .term-description img {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .term-content .term-description h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 25px 0
    }

    .term-content .term-description p {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .term-content .term-description ul li {
        width: 100%;
        border: 1px solid #ebebeb;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 15px
    }

        .term-content .term-description ul li h3 {
            width: auto;
            float: right;
            display: inline-table;
            font-size: 15px;
            line-height: 22px;
        }

        .term-content .term-description ul li i {
            font-size: 14px;
            width: auto;
            display: inline-table;
            line-height: 22px;
            color: #2aaf27;
            font-style: normal;
            padding: 0 10px;
            float: right;
        }

        .term-content .term-description ul li span {
            font-size: 17px;
            width: auto;
            display: inline-table;
            line-height: 22px;
            color: #333;
            font-style: normal;
            float: left
        }

.term-content .user-comments {
    padding: 20px
}

    .term-content .user-comments header h3 {
        padding-bottom: 20px;
        margin-bottom: 35px;
        font-size: 18px;
        border-bottom: 1px solid #ebebeb
    }

    .term-content .user-comments form input {
        height: 40px
    }

    .term-content .user-comments form textarea {
        resize: none;
        height: 95px
    }

    .term-content .user-comments .btn-success {
        width: 100%;
        height: 40px;
        text-align: center;
    }

.term-content .pagination {
    width: auto;
    margin: 30px auto 10px;
    display: table;
}

    .term-content .pagination i {
        position: relative;
        top: 2px
    }

.term-categories .pagination {
    width: auto;
    margin: 10px auto 40px;
    display: table;
}

    .term-categories .pagination i {
        position: relative;
        top: 2px
    }

.comment-list {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #ebebeb
}

    .comment-list .comment-row {
        width: 100%;
        padding: 15px 90px 15px 15px;
        position: relative;
        border-bottom: 1px solid #ebebeb
    }

        .comment-list .comment-row img {
            width: 70px;
            height: 70px;
            border-radius: 100%;
            position: absolute;
            right: 0;
            border: 2px solid #ebebeb;
            top: 15px
        }

        .comment-list .comment-row .left-col {
            width: 100%;
            position: relative;
        }

            .comment-list .comment-row .left-col h3 {
                display: block;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 5px;
                color: #333
            }

            .comment-list .comment-row .left-col span {
                display: block;
                font-size: 13px;
                line-height: 22px;
                margin-bottom: 5px;
                color: #ccc
            }

            .comment-list .comment-row .left-col p {
                display: block;
                font-size: 13px;
                line-height: 22px;
                text-align: justify;
                margin-bottom: 0
            }

.term-categories .top-bar {
    background-color: #fff;
    box-shadow: 0 0 6px #ccc;
    padding: 15px 20px 20px;
    margin-bottom: 25px;
    position: relative;
}

.term-categories > .top-bar > header {
    position: relative;
    height: 45px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

    .term-categories > .top-bar > header h1 {
        font-size: 20px;
        line-height: 25px
    }

        .term-categories > .top-bar > header h1 span {
            color: #2aaf27
        }

    .term-categories > .top-bar > header > span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #333;
        padding: 0 15px;
        border-radius: 30px;
        line-height: 30px;
        background-color: #f2f2f2
    }

.term-categories > .top-bar form {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #E8E8E8;
    /*  overflow: hidden;*/
}

    .term-categories > .top-bar form input {
        position: relative;
        width: 100%;
        height: 40px;
        border: 0;
        padding: 0 18px 0 50px;
        font-size: 14px;
        line-height: 40px
    }

    .term-categories > .top-bar form button {
        background-color: transparent;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        font-size: 22px;
        color: #878787;
        line-height: 45px;
        text-align: right;
    }

.term-categories > .top-bar .select-ddl {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    position: relative;
}

    .term-categories > .top-bar .select-ddl select {
        width: 100%;
        padding: 0 15px 0 0;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        border: 0;
    }

.term-categories .switch-field {
    width: 100%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

    .term-categories .switch-field input {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

    .term-categories .switch-field label {
        background-color: #fff;
        float: right;
        color: #333;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        padding: 5px 10px;
        text-align: center;
        text-shadow: none;
        transition: all 0.1s ease-in-out 0s;
        margin-bottom: 0;
        width: 33.33%;
        height: 38px;
        line-height: 30px
    }

        .term-categories .switch-field label:hover {
            cursor: pointer;
        }

    .term-categories .switch-field input:checked + label {
        background-color: #2aaf27;
        color: #fff
    }

.term-categories .aside-section header h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px
}

.term-categories .filter-by-price header h3 {
    margin-bottom: 30px
}

.term-categories .filter-by-price .price-range {
    padding: 0 35px 15px
}

.term-categories .filter-by-price .max-price {
    width: auto;
    display: inline-table;
    float: left;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    left: -15px;
    padding-top: 10px
}

.term-categories .filter-by-price .min-price {
    width: auto;
    display: inline-table;
    float: right;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    right: -15px;
    padding-top: 10px
}

.term-categories .filter-by-category ul {
    padding: 0 5px 10px
}

    .term-categories .filter-by-category ul li {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 20px
    }

        .term-categories .filter-by-category ul li input {
            position: relative;
            top: 3px;
            margin-left: 3px
        }

@media screen and (max-width : 991px) {
    .main-menu nav > span {
        display: block;
    }

    .main-menu nav > ul {
        display: none
    }

    .main-menu {
        height: 44px;
    }

        .main-menu nav {
            width: 50px;
            height: 44px
        }

            .main-menu nav > span {
                display: block;
            }

            .main-menu nav > ul {
                position: absolute;
                min-width: 280px;
                white-space: nowrap;
                right: 0;
                top: 44px;
                background-color: #2aaf27;
                border-bottom: 3px solid #0c740a;
                padding: 10px 15px 15px;
                z-index: 1000;
                display: none
            }

                .main-menu nav > ul > li {
                    width: 100%;
                    float: none;
                    padding: 5px 0;
                    position: relative;
                }

                    .main-menu nav > ul > li > a {
                        border-left: 0
                    }

                    .main-menu nav > ul > li:nth-child(1) a {
                        padding-right: 15px
                    }

                    .main-menu nav > ul > li .caret-icon {
                        position: absolute;
                        left: 5px;
                        top: 0;
                        color: #fff;
                        width: 20px;
                        height: 20px;
                        font-size: 22px
                    }

                    .main-menu nav > ul > li ul {
                        position: static;
                    }

                    .main-menu nav > ul > li > ul > li > a {
                        display: block;
                        width: 100%
                    }

    .client-page {
        padding: 50px 0
    }

    .term-categories .switch-field {
        margin-top: 10px
    }

    .term-categories > .top-bar .select-ddl {
        margin-top: 10px
    }
}


@media screen and (max-width : 768px) {
    .client-page .container-content {
        width: 92%;
        margin-right: 4%
    }

    .landing-layer header h1 {
        font-size: 26px
    }

    .landing-layer header h2, .landing-layer header h3 {
        padding: 5px 0;
        font-size: 19px;
    }

    .landing-layer .search-form {
        width: 90%;
        margin-right: 5%
    }

    .landing-layer nav ul li a {
        padding-right: 0
    }
}

@media screen and (max-width : 767px) {
    .landing-layer header {
        padding-top: 0
    }

    .landing-layer nav .clientarea {
        text-align: right;
        padding-top: 10px
    }

    .landing-layer .search-form {
        padding-bottom: 0;
        width: 100%;
        margin: 0
    }

    .term-content .term-description ul li i {
        padding: 0 2px
    }

    .term-content .term-description ul li span {
        float: none;
        display: block;
        clear: both;
        font-size: 15px;
        padding-top: 8px
    }

    .term-content .term-description {
        padding: 15px;
    }
}

@media screen and (max-width : 480px) {
    .landing-layer header h2, .landing-layer header h3 {
        display: none
    }

    .landing-layer header h1 {
        font-size: 21px
    }

    .landing-layer header {
        padding-bottom: 30px
    }

    .term-categories > .top-bar > header > span {
        display: none
    }
}

@media screen and (max-width : 420px) {
    .comment-list .comment-row {
        padding: 15px 0
    }

        .comment-list .comment-row img {
            position: static;
            display: block;
            margin: 0 auto 5px
        }

        .comment-list .comment-row .left-col h3,
        .comment-list .comment-row .left-col span {
            display: block;
            text-align: center;
        }
}


@media (max-width: 576px) {
    .float-xs-start {
        float: right !important;
    }

    .float-xs-end {
        float: left !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .d-xs-inline {
        display: inline !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-grid {
        display: grid !important;
    }

    .d-xs-table {
        display: table !important;
    }

    .d-xs-table-row {
        display: table-row !important;
    }

    .d-xs-table-cell {
        display: table-cell !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: inline-flex !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .flex-xs-fill {
        flex: 1 1 auto !important;
    }

    .flex-xs-row {
        flex-direction: row !important;
    }

    .flex-xs-column {
        flex-direction: column !important;
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xs-0 {
        gap: 0 !important;
    }

    .gap-xs-1 {
        gap: 0.25rem !important;
    }

    .gap-xs-2 {
        gap: 0.5rem !important;
    }

    .gap-xs-3 {
        gap: 0.75rem !important;
    }

    .gap-xs-4 {
        gap: 1rem !important;
    }

    .gap-xs-5 {
        gap: 1.25rem !important;
    }

    .gap-xs-6 {
        gap: 1.5rem !important;
    }

    .gap-xs-7 {
        gap: 1.75rem !important;
    }

    .gap-xs-8 {
        gap: 2rem !important;
    }

    .gap-xs-9 {
        gap: 2.25rem !important;
    }

    .gap-xs-10 {
        gap: 2.5rem !important;
    }

    .gap-xs-11 {
        gap: 3rem !important;
    }

    .gap-xs-12 {
        gap: 3.5rem !important;
    }

    .gap-xs-13 {
        gap: 4rem !important;
    }

    .gap-xs-14 {
        gap: 4.5rem !important;
    }

    .gap-xs-15 {
        gap: 5rem !important;
    }

    .gap-xs-16 {
        gap: 6rem !important;
    }

    .gap-xs-17 {
        gap: 7rem !important;
    }

    .gap-xs-18 {
        gap: 8rem !important;
    }

    .gap-xs-19 {
        gap: 9rem !important;
    }

    .gap-xs-20 {
        gap: 10rem !important;
    }

    .gap-xs-21 {
        gap: 12.5rem !important;
    }

    .gap-xs-22 {
        gap: 15rem !important;
    }

    .gap-xs-23 {
        gap: 17.5rem !important;
    }

    .gap-xs-24 {
        gap: 20rem !important;
    }

    .gap-xs-25 {
        gap: 22.5rem !important;
    }

    .justify-content-xs-start {
        justify-content: flex-start !important;
    }

    .justify-content-xs-end {
        justify-content: flex-end !important;
    }

    .justify-content-xs-center {
        justify-content: center !important;
    }

    .justify-content-xs-between {
        justify-content: space-between !important;
    }

    .justify-content-xs-around {
        justify-content: space-around !important;
    }

    .justify-content-xs-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xs-start {
        align-items: flex-start !important;
    }

    .align-items-xs-end {
        align-items: flex-end !important;
    }

    .align-items-xs-center {
        align-items: center !important;
    }

    .align-items-xs-baseline {
        align-items: baseline !important;
    }

    .align-items-xs-stretch {
        align-items: stretch !important;
    }

    .align-content-xs-start {
        align-content: flex-start !important;
    }

    .align-content-xs-end {
        align-content: flex-end !important;
    }

    .align-content-xs-center {
        align-content: center !important;
    }

    .align-content-xs-between {
        align-content: space-between !important;
    }

    .align-content-xs-around {
        align-content: space-around !important;
    }

    .align-content-xs-stretch {
        align-content: stretch !important;
    }

    .align-self-xs-auto {
        align-self: auto !important;
    }

    .align-self-xs-start {
        align-self: flex-start !important;
    }

    .align-self-xs-end {
        align-self: flex-end !important;
    }

    .align-self-xs-center {
        align-self: center !important;
    }

    .align-self-xs-baseline {
        align-self: baseline !important;
    }

    .align-self-xs-stretch {
        align-self: stretch !important;
    }

    .order-xs-first {
        order: -1 !important;
    }

    .order-xs-0 {
        order: 0 !important;
    }

    .order-xs-1 {
        order: 1 !important;
    }

    .order-xs-2 {
        order: 2 !important;
    }

    .order-xs-3 {
        order: 3 !important;
    }

    .order-xs-4 {
        order: 4 !important;
    }

    .order-xs-5 {
        order: 5 !important;
    }

    .order-xs-last {
        order: 6 !important;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .m-xs-1 {
        margin: 0.25rem !important;
    }

    .m-xs-2 {
        margin: 0.5rem !important;
    }

    .m-xs-3 {
        margin: 0.75rem !important;
    }

    .m-xs-4 {
        margin: 1rem !important;
    }

    .m-xs-5 {
        margin: 1.25rem !important;
    }

    .m-xs-6 {
        margin: 1.5rem !important;
    }

    .m-xs-7 {
        margin: 1.75rem !important;
    }

    .m-xs-8 {
        margin: 2rem !important;
    }

    .m-xs-9 {
        margin: 2.25rem !important;
    }

    .m-xs-10 {
        margin: 2.5rem !important;
    }

    .m-xs-11 {
        margin: 3rem !important;
    }

    .m-xs-12 {
        margin: 3.5rem !important;
    }

    .m-xs-13 {
        margin: 4rem !important;
    }

    .m-xs-14 {
        margin: 4.5rem !important;
    }

    .m-xs-15 {
        margin: 5rem !important;
    }

    .m-xs-16 {
        margin: 6rem !important;
    }

    .m-xs-17 {
        margin: 7rem !important;
    }

    .m-xs-18 {
        margin: 8rem !important;
    }

    .m-xs-19 {
        margin: 9rem !important;
    }

    .m-xs-20 {
        margin: 10rem !important;
    }

    .m-xs-21 {
        margin: 12.5rem !important;
    }

    .m-xs-22 {
        margin: 15rem !important;
    }

    .m-xs-23 {
        margin: 17.5rem !important;
    }

    .m-xs-24 {
        margin: 20rem !important;
    }

    .m-xs-25 {
        margin: 22.5rem !important;
    }

    .m-xs-auto {
        margin: auto !important;
    }

    .mx-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xs-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-xs-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-xs-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .mx-xs-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-xs-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .mx-xs-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-xs-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .mx-xs-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-xs-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .mx-xs-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .mx-xs-11 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-xs-12 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .mx-xs-13 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-xs-14 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }

    .mx-xs-15 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-xs-16 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-xs-17 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-xs-18 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-xs-19 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .mx-xs-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .mx-xs-21 {
        margin-left: 12.5rem !important;
        margin-right: 12.5rem !important;
    }

    .mx-xs-22 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .mx-xs-23 {
        margin-left: 17.5rem !important;
        margin-right: 17.5rem !important;
    }

    .mx-xs-24 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .mx-xs-25 {
        margin-left: 22.5rem !important;
        margin-right: 22.5rem !important;
    }

    .mx-xs-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-xs-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xs-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xs-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xs-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xs-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xs-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xs-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xs-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xs-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xs-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-xs-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xs-11 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xs-12 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xs-13 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xs-14 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xs-15 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xs-16 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xs-17 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xs-18 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xs-19 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-xs-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xs-21 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important;
    }

    .my-xs-22 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-xs-23 {
        margin-top: 17.5rem !important;
        margin-bottom: 17.5rem !important;
    }

    .my-xs-24 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .my-xs-25 {
        margin-top: 22.5rem !important;
        margin-bottom: 22.5rem !important;
    }

    .my-xs-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xs-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xs-3 {
        margin-top: 0.75rem !important;
    }

    .mt-xs-4 {
        margin-top: 1rem !important;
    }

    .mt-xs-5 {
        margin-top: 1.25rem !important;
    }

    .mt-xs-6 {
        margin-top: 1.5rem !important;
    }

    .mt-xs-7 {
        margin-top: 1.75rem !important;
    }

    .mt-xs-8 {
        margin-top: 2rem !important;
    }

    .mt-xs-9 {
        margin-top: 2.25rem !important;
    }

    .mt-xs-10 {
        margin-top: 2.5rem !important;
    }

    .mt-xs-11 {
        margin-top: 3rem !important;
    }

    .mt-xs-12 {
        margin-top: 3.5rem !important;
    }

    .mt-xs-13 {
        margin-top: 4rem !important;
    }

    .mt-xs-14 {
        margin-top: 4.5rem !important;
    }

    .mt-xs-15 {
        margin-top: 5rem !important;
    }

    .mt-xs-16 {
        margin-top: 6rem !important;
    }

    .mt-xs-17 {
        margin-top: 7rem !important;
    }

    .mt-xs-18 {
        margin-top: 8rem !important;
    }

    .mt-xs-19 {
        margin-top: 9rem !important;
    }

    .mt-xs-20 {
        margin-top: 10rem !important;
    }

    .mt-xs-21 {
        margin-top: 12.5rem !important;
    }

    .mt-xs-22 {
        margin-top: 15rem !important;
    }

    .mt-xs-23 {
        margin-top: 17.5rem !important;
    }

    .mt-xs-24 {
        margin-top: 20rem !important;
    }

    .mt-xs-25 {
        margin-top: 22.5rem !important;
    }

    .mt-xs-auto {
        margin-top: auto !important;
    }

    .me-xs-0 {
        margin-left: 0 !important;
    }

    .me-xs-1 {
        margin-left: 0.25rem !important;
    }

    .me-xs-2 {
        margin-left: 0.5rem !important;
    }

    .me-xs-3 {
        margin-left: 0.75rem !important;
    }

    .me-xs-4 {
        margin-left: 1rem !important;
    }

    .me-xs-5 {
        margin-left: 1.25rem !important;
    }

    .me-xs-6 {
        margin-left: 1.5rem !important;
    }

    .me-xs-7 {
        margin-left: 1.75rem !important;
    }

    .me-xs-8 {
        margin-left: 2rem !important;
    }

    .me-xs-9 {
        margin-left: 2.25rem !important;
    }

    .me-xs-10 {
        margin-left: 2.5rem !important;
    }

    .me-xs-11 {
        margin-left: 3rem !important;
    }

    .me-xs-12 {
        margin-left: 3.5rem !important;
    }

    .me-xs-13 {
        margin-left: 4rem !important;
    }

    .me-xs-14 {
        margin-left: 4.5rem !important;
    }

    .me-xs-15 {
        margin-left: 5rem !important;
    }

    .me-xs-16 {
        margin-left: 6rem !important;
    }

    .me-xs-17 {
        margin-left: 7rem !important;
    }

    .me-xs-18 {
        margin-left: 8rem !important;
    }

    .me-xs-19 {
        margin-left: 9rem !important;
    }

    .me-xs-20 {
        margin-left: 10rem !important;
    }

    .me-xs-21 {
        margin-left: 12.5rem !important;
    }

    .me-xs-22 {
        margin-left: 15rem !important;
    }

    .me-xs-23 {
        margin-left: 17.5rem !important;
    }

    .me-xs-24 {
        margin-left: 20rem !important;
    }

    .me-xs-25 {
        margin-left: 22.5rem !important;
    }

    .me-xs-auto {
        margin-left: auto !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xs-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xs-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 1rem !important;
    }

    .mb-xs-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xs-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xs-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xs-8 {
        margin-bottom: 2rem !important;
    }

    .mb-xs-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-xs-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xs-11 {
        margin-bottom: 3rem !important;
    }

    .mb-xs-12 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xs-13 {
        margin-bottom: 4rem !important;
    }

    .mb-xs-14 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xs-15 {
        margin-bottom: 5rem !important;
    }

    .mb-xs-16 {
        margin-bottom: 6rem !important;
    }

    .mb-xs-17 {
        margin-bottom: 7rem !important;
    }

    .mb-xs-18 {
        margin-bottom: 8rem !important;
    }

    .mb-xs-19 {
        margin-bottom: 9rem !important;
    }

    .mb-xs-20 {
        margin-bottom: 10rem !important;
    }

    .mb-xs-21 {
        margin-bottom: 12.5rem !important;
    }

    .mb-xs-22 {
        margin-bottom: 15rem !important;
    }

    .mb-xs-23 {
        margin-bottom: 17.5rem !important;
    }

    .mb-xs-24 {
        margin-bottom: 20rem !important;
    }

    .mb-xs-25 {
        margin-bottom: 22.5rem !important;
    }

    .mb-xs-auto {
        margin-bottom: auto !important;
    }

    .ms-xs-0 {
        margin-right: 0 !important;
    }

    .ms-xs-1 {
        margin-right: 0.25rem !important;
    }

    .ms-xs-2 {
        margin-right: 0.5rem !important;
    }

    .ms-xs-3 {
        margin-right: 0.75rem !important;
    }

    .ms-xs-4 {
        margin-right: 1rem !important;
    }

    .ms-xs-5 {
        margin-right: 1.25rem !important;
    }

    .ms-xs-6 {
        margin-right: 1.5rem !important;
    }

    .ms-xs-7 {
        margin-right: 1.75rem !important;
    }

    .ms-xs-8 {
        margin-right: 2rem !important;
    }

    .ms-xs-9 {
        margin-right: 2.25rem !important;
    }

    .ms-xs-10 {
        margin-right: 2.5rem !important;
    }

    .ms-xs-11 {
        margin-right: 3rem !important;
    }

    .ms-xs-12 {
        margin-right: 3.5rem !important;
    }

    .ms-xs-13 {
        margin-right: 4rem !important;
    }

    .ms-xs-14 {
        margin-right: 4.5rem !important;
    }

    .ms-xs-15 {
        margin-right: 5rem !important;
    }

    .ms-xs-16 {
        margin-right: 6rem !important;
    }

    .ms-xs-17 {
        margin-right: 7rem !important;
    }

    .ms-xs-18 {
        margin-right: 8rem !important;
    }

    .ms-xs-19 {
        margin-right: 9rem !important;
    }

    .ms-xs-20 {
        margin-right: 10rem !important;
    }

    .ms-xs-21 {
        margin-right: 12.5rem !important;
    }

    .ms-xs-22 {
        margin-right: 15rem !important;
    }

    .ms-xs-23 {
        margin-right: 17.5rem !important;
    }

    .ms-xs-24 {
        margin-right: 20rem !important;
    }

    .ms-xs-25 {
        margin-right: 22.5rem !important;
    }

    .ms-xs-auto {
        margin-right: auto !important;
    }

    .m-xs-n1 {
        margin: -0.25rem !important;
    }

    .m-xs-n2 {
        margin: -0.5rem !important;
    }

    .m-xs-n3 {
        margin: -0.75rem !important;
    }

    .m-xs-n4 {
        margin: -1rem !important;
    }

    .m-xs-n5 {
        margin: -1.25rem !important;
    }

    .m-xs-n6 {
        margin: -1.5rem !important;
    }

    .m-xs-n7 {
        margin: -1.75rem !important;
    }

    .m-xs-n8 {
        margin: -2rem !important;
    }

    .m-xs-n9 {
        margin: -2.25rem !important;
    }

    .m-xs-n10 {
        margin: -2.5rem !important;
    }

    .m-xs-n11 {
        margin: -3rem !important;
    }

    .m-xs-n12 {
        margin: -3.5rem !important;
    }

    .m-xs-n13 {
        margin: -4rem !important;
    }

    .m-xs-n14 {
        margin: -4.5rem !important;
    }

    .m-xs-n15 {
        margin: -5rem !important;
    }

    .m-xs-n16 {
        margin: -6rem !important;
    }

    .m-xs-n17 {
        margin: -7rem !important;
    }

    .m-xs-n18 {
        margin: -8rem !important;
    }

    .m-xs-n19 {
        margin: -9rem !important;
    }

    .m-xs-n20 {
        margin: -10rem !important;
    }

    .m-xs-n21 {
        margin: -12.5rem !important;
    }

    .m-xs-n22 {
        margin: -15rem !important;
    }

    .m-xs-n23 {
        margin: -17.5rem !important;
    }

    .m-xs-n24 {
        margin: -20rem !important;
    }

    .m-xs-n25 {
        margin: -22.5rem !important;
    }

    .mx-xs-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .mx-xs-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .mx-xs-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }

    .mx-xs-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .mx-xs-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important;
    }

    .mx-xs-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .mx-xs-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important;
    }

    .mx-xs-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }

    .mx-xs-n9 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }

    .mx-xs-n10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }

    .mx-xs-n11 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .mx-xs-n12 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important;
    }

    .mx-xs-n13 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }

    .mx-xs-n14 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }

    .mx-xs-n15 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }

    .mx-xs-n16 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .mx-xs-n17 {
        margin-left: -7rem !important;
        margin-right: -7rem !important;
    }

    .mx-xs-n18 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }

    .mx-xs-n19 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }

    .mx-xs-n20 {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }

    .mx-xs-n21 {
        margin-left: -12.5rem !important;
        margin-right: -12.5rem !important;
    }

    .mx-xs-n22 {
        margin-left: -15rem !important;
        margin-right: -15rem !important;
    }

    .mx-xs-n23 {
        margin-left: -17.5rem !important;
        margin-right: -17.5rem !important;
    }

    .mx-xs-n24 {
        margin-left: -20rem !important;
        margin-right: -20rem !important;
    }

    .mx-xs-n25 {
        margin-left: -22.5rem !important;
        margin-right: -22.5rem !important;
    }

    .my-xs-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xs-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xs-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .my-xs-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xs-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .my-xs-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xs-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }

    .my-xs-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-xs-n9 {
        margin-top: -2.25rem !important;
        margin-bottom: -2.25rem !important;
    }

    .my-xs-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xs-n11 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xs-n12 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-xs-n13 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xs-n14 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xs-n15 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .my-xs-n16 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-xs-n17 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important;
    }

    .my-xs-n18 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .my-xs-n19 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }

    .my-xs-n20 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }

    .my-xs-n21 {
        margin-top: -12.5rem !important;
        margin-bottom: -12.5rem !important;
    }

    .my-xs-n22 {
        margin-top: -15rem !important;
        margin-bottom: -15rem !important;
    }

    .my-xs-n23 {
        margin-top: -17.5rem !important;
        margin-bottom: -17.5rem !important;
    }

    .my-xs-n24 {
        margin-top: -20rem !important;
        margin-bottom: -20rem !important;
    }

    .my-xs-n25 {
        margin-top: -22.5rem !important;
        margin-bottom: -22.5rem !important;
    }

    .mt-xs-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xs-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xs-n3 {
        margin-top: -0.75rem !important;
    }

    .mt-xs-n4 {
        margin-top: -1rem !important;
    }

    .mt-xs-n5 {
        margin-top: -1.25rem !important;
    }

    .mt-xs-n6 {
        margin-top: -1.5rem !important;
    }

    .mt-xs-n7 {
        margin-top: -1.75rem !important;
    }

    .mt-xs-n8 {
        margin-top: -2rem !important;
    }

    .mt-xs-n9 {
        margin-top: -2.25rem !important;
    }

    .mt-xs-n10 {
        margin-top: -2.5rem !important;
    }

    .mt-xs-n11 {
        margin-top: -3rem !important;
    }

    .mt-xs-n12 {
        margin-top: -3.5rem !important;
    }

    .mt-xs-n13 {
        margin-top: -4rem !important;
    }

    .mt-xs-n14 {
        margin-top: -4.5rem !important;
    }

    .mt-xs-n15 {
        margin-top: -5rem !important;
    }

    .mt-xs-n16 {
        margin-top: -6rem !important;
    }

    .mt-xs-n17 {
        margin-top: -7rem !important;
    }

    .mt-xs-n18 {
        margin-top: -8rem !important;
    }

    .mt-xs-n19 {
        margin-top: -9rem !important;
    }

    .mt-xs-n20 {
        margin-top: -10rem !important;
    }

    .mt-xs-n21 {
        margin-top: -12.5rem !important;
    }

    .mt-xs-n22 {
        margin-top: -15rem !important;
    }

    .mt-xs-n23 {
        margin-top: -17.5rem !important;
    }

    .mt-xs-n24 {
        margin-top: -20rem !important;
    }

    .mt-xs-n25 {
        margin-top: -22.5rem !important;
    }

    .me-xs-n1 {
        margin-left: -0.25rem !important;
    }

    .me-xs-n2 {
        margin-left: -0.5rem !important;
    }

    .me-xs-n3 {
        margin-left: -0.75rem !important;
    }

    .me-xs-n4 {
        margin-left: -1rem !important;
    }

    .me-xs-n5 {
        margin-left: -1.25rem !important;
    }

    .me-xs-n6 {
        margin-left: -1.5rem !important;
    }

    .me-xs-n7 {
        margin-left: -1.75rem !important;
    }

    .me-xs-n8 {
        margin-left: -2rem !important;
    }

    .me-xs-n9 {
        margin-left: -2.25rem !important;
    }

    .me-xs-n10 {
        margin-left: -2.5rem !important;
    }

    .me-xs-n11 {
        margin-left: -3rem !important;
    }

    .me-xs-n12 {
        margin-left: -3.5rem !important;
    }

    .me-xs-n13 {
        margin-left: -4rem !important;
    }

    .me-xs-n14 {
        margin-left: -4.5rem !important;
    }

    .me-xs-n15 {
        margin-left: -5rem !important;
    }

    .me-xs-n16 {
        margin-left: -6rem !important;
    }

    .me-xs-n17 {
        margin-left: -7rem !important;
    }

    .me-xs-n18 {
        margin-left: -8rem !important;
    }

    .me-xs-n19 {
        margin-left: -9rem !important;
    }

    .me-xs-n20 {
        margin-left: -10rem !important;
    }

    .me-xs-n21 {
        margin-left: -12.5rem !important;
    }

    .me-xs-n22 {
        margin-left: -15rem !important;
    }

    .me-xs-n23 {
        margin-left: -17.5rem !important;
    }

    .me-xs-n24 {
        margin-left: -20rem !important;
    }

    .me-xs-n25 {
        margin-left: -22.5rem !important;
    }

    .mb-xs-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xs-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xs-n3 {
        margin-bottom: -0.75rem !important;
    }

    .mb-xs-n4 {
        margin-bottom: -1rem !important;
    }

    .mb-xs-n5 {
        margin-bottom: -1.25rem !important;
    }

    .mb-xs-n6 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xs-n7 {
        margin-bottom: -1.75rem !important;
    }

    .mb-xs-n8 {
        margin-bottom: -2rem !important;
    }

    .mb-xs-n9 {
        margin-bottom: -2.25rem !important;
    }

    .mb-xs-n10 {
        margin-bottom: -2.5rem !important;
    }

    .mb-xs-n11 {
        margin-bottom: -3rem !important;
    }

    .mb-xs-n12 {
        margin-bottom: -3.5rem !important;
    }

    .mb-xs-n13 {
        margin-bottom: -4rem !important;
    }

    .mb-xs-n14 {
        margin-bottom: -4.5rem !important;
    }

    .mb-xs-n15 {
        margin-bottom: -5rem !important;
    }

    .mb-xs-n16 {
        margin-bottom: -6rem !important;
    }

    .mb-xs-n17 {
        margin-bottom: -7rem !important;
    }

    .mb-xs-n18 {
        margin-bottom: -8rem !important;
    }

    .mb-xs-n19 {
        margin-bottom: -9rem !important;
    }

    .mb-xs-n20 {
        margin-bottom: -10rem !important;
    }

    .mb-xs-n21 {
        margin-bottom: -12.5rem !important;
    }

    .mb-xs-n22 {
        margin-bottom: -15rem !important;
    }

    .mb-xs-n23 {
        margin-bottom: -17.5rem !important;
    }

    .mb-xs-n24 {
        margin-bottom: -20rem !important;
    }

    .mb-xs-n25 {
        margin-bottom: -22.5rem !important;
    }

    .ms-xs-n1 {
        margin-right: -0.25rem !important;
    }

    .ms-xs-n2 {
        margin-right: -0.5rem !important;
    }

    .ms-xs-n3 {
        margin-right: -0.75rem !important;
    }

    .ms-xs-n4 {
        margin-right: -1rem !important;
    }

    .ms-xs-n5 {
        margin-right: -1.25rem !important;
    }

    .ms-xs-n6 {
        margin-right: -1.5rem !important;
    }

    .ms-xs-n7 {
        margin-right: -1.75rem !important;
    }

    .ms-xs-n8 {
        margin-right: -2rem !important;
    }

    .ms-xs-n9 {
        margin-right: -2.25rem !important;
    }

    .ms-xs-n10 {
        margin-right: -2.5rem !important;
    }

    .ms-xs-n11 {
        margin-right: -3rem !important;
    }

    .ms-xs-n12 {
        margin-right: -3.5rem !important;
    }

    .ms-xs-n13 {
        margin-right: -4rem !important;
    }

    .ms-xs-n14 {
        margin-right: -4.5rem !important;
    }

    .ms-xs-n15 {
        margin-right: -5rem !important;
    }

    .ms-xs-n16 {
        margin-right: -6rem !important;
    }

    .ms-xs-n17 {
        margin-right: -7rem !important;
    }

    .ms-xs-n18 {
        margin-right: -8rem !important;
    }

    .ms-xs-n19 {
        margin-right: -9rem !important;
    }

    .ms-xs-n20 {
        margin-right: -10rem !important;
    }

    .ms-xs-n21 {
        margin-right: -12.5rem !important;
    }

    .ms-xs-n22 {
        margin-right: -15rem !important;
    }

    .ms-xs-n23 {
        margin-right: -17.5rem !important;
    }

    .ms-xs-n24 {
        margin-right: -20rem !important;
    }

    .ms-xs-n25 {
        margin-right: -22.5rem !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .p-xs-1 {
        padding: 0.25rem !important;
    }

    .p-xs-2 {
        padding: 0.5rem !important;
    }

    .p-xs-3 {
        padding: 0.75rem !important;
    }

    .p-xs-4 {
        padding: 1rem !important;
    }

    .p-xs-5 {
        padding: 1.25rem !important;
    }

    .p-xs-6 {
        padding: 1.5rem !important;
    }

    .p-xs-7 {
        padding: 1.75rem !important;
    }

    .p-xs-8 {
        padding: 2rem !important;
    }

    .p-xs-9 {
        padding: 2.25rem !important;
    }

    .p-xs-10 {
        padding: 2.5rem !important;
    }

    .p-xs-11 {
        padding: 3rem !important;
    }

    .p-xs-12 {
        padding: 3.5rem !important;
    }

    .p-xs-13 {
        padding: 4rem !important;
    }

    .p-xs-14 {
        padding: 4.5rem !important;
    }

    .p-xs-15 {
        padding: 5rem !important;
    }

    .p-xs-16 {
        padding: 6rem !important;
    }

    .p-xs-17 {
        padding: 7rem !important;
    }

    .p-xs-18 {
        padding: 8rem !important;
    }

    .p-xs-19 {
        padding: 9rem !important;
    }

    .p-xs-20 {
        padding: 10rem !important;
    }

    .p-xs-21 {
        padding: 12.5rem !important;
    }

    .p-xs-22 {
        padding: 15rem !important;
    }

    .p-xs-23 {
        padding: 17.5rem !important;
    }

    .p-xs-24 {
        padding: 20rem !important;
    }

    .p-xs-25 {
        padding: 22.5rem !important;
    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xs-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-xs-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .px-xs-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .px-xs-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-xs-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .px-xs-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-xs-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .px-xs-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px-xs-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .px-xs-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .px-xs-11 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px-xs-12 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .px-xs-13 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px-xs-14 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }

    .px-xs-15 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .px-xs-16 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .px-xs-17 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .px-xs-18 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .px-xs-19 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .px-xs-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .px-xs-21 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important;
    }

    .px-xs-22 {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }

    .px-xs-23 {
        padding-left: 17.5rem !important;
        padding-right: 17.5rem !important;
    }

    .px-xs-24 {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }

    .px-xs-25 {
        padding-left: 22.5rem !important;
        padding-right: 22.5rem !important;
    }

    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xs-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xs-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xs-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xs-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xs-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xs-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xs-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xs-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xs-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-xs-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xs-11 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xs-12 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xs-13 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xs-14 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xs-15 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xs-16 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xs-17 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xs-18 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xs-19 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-xs-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-xs-21 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .py-xs-22 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .py-xs-23 {
        padding-top: 17.5rem !important;
        padding-bottom: 17.5rem !important;
    }

    .py-xs-24 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

    .py-xs-25 {
        padding-top: 22.5rem !important;
        padding-bottom: 22.5rem !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xs-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xs-3 {
        padding-top: 0.75rem !important;
    }

    .pt-xs-4 {
        padding-top: 1rem !important;
    }

    .pt-xs-5 {
        padding-top: 1.25rem !important;
    }

    .pt-xs-6 {
        padding-top: 1.5rem !important;
    }

    .pt-xs-7 {
        padding-top: 1.75rem !important;
    }

    .pt-xs-8 {
        padding-top: 2rem !important;
    }

    .pt-xs-9 {
        padding-top: 2.25rem !important;
    }

    .pt-xs-10 {
        padding-top: 2.5rem !important;
    }

    .pt-xs-11 {
        padding-top: 3rem !important;
    }

    .pt-xs-12 {
        padding-top: 3.5rem !important;
    }

    .pt-xs-13 {
        padding-top: 4rem !important;
    }

    .pt-xs-14 {
        padding-top: 4.5rem !important;
    }

    .pt-xs-15 {
        padding-top: 5rem !important;
    }

    .pt-xs-16 {
        padding-top: 6rem !important;
    }

    .pt-xs-17 {
        padding-top: 7rem !important;
    }

    .pt-xs-18 {
        padding-top: 8rem !important;
    }

    .pt-xs-19 {
        padding-top: 9rem !important;
    }

    .pt-xs-20 {
        padding-top: 10rem !important;
    }

    .pt-xs-21 {
        padding-top: 12.5rem !important;
    }

    .pt-xs-22 {
        padding-top: 15rem !important;
    }

    .pt-xs-23 {
        padding-top: 17.5rem !important;
    }

    .pt-xs-24 {
        padding-top: 20rem !important;
    }

    .pt-xs-25 {
        padding-top: 22.5rem !important;
    }

    .pe-xs-0 {
        padding-left: 0 !important;
    }

    .pe-xs-1 {
        padding-left: 0.25rem !important;
    }

    .pe-xs-2 {
        padding-left: 0.5rem !important;
    }

    .pe-xs-3 {
        padding-left: 0.75rem !important;
    }

    .pe-xs-4 {
        padding-left: 1rem !important;
    }

    .pe-xs-5 {
        padding-left: 1.25rem !important;
    }

    .pe-xs-6 {
        padding-left: 1.5rem !important;
    }

    .pe-xs-7 {
        padding-left: 1.75rem !important;
    }

    .pe-xs-8 {
        padding-left: 2rem !important;
    }

    .pe-xs-9 {
        padding-left: 2.25rem !important;
    }

    .pe-xs-10 {
        padding-left: 2.5rem !important;
    }

    .pe-xs-11 {
        padding-left: 3rem !important;
    }

    .pe-xs-12 {
        padding-left: 3.5rem !important;
    }

    .pe-xs-13 {
        padding-left: 4rem !important;
    }

    .pe-xs-14 {
        padding-left: 4.5rem !important;
    }

    .pe-xs-15 {
        padding-left: 5rem !important;
    }

    .pe-xs-16 {
        padding-left: 6rem !important;
    }

    .pe-xs-17 {
        padding-left: 7rem !important;
    }

    .pe-xs-18 {
        padding-left: 8rem !important;
    }

    .pe-xs-19 {
        padding-left: 9rem !important;
    }

    .pe-xs-20 {
        padding-left: 10rem !important;
    }

    .pe-xs-21 {
        padding-left: 12.5rem !important;
    }

    .pe-xs-22 {
        padding-left: 15rem !important;
    }

    .pe-xs-23 {
        padding-left: 17.5rem !important;
    }

    .pe-xs-24 {
        padding-left: 20rem !important;
    }

    .pe-xs-25 {
        padding-left: 22.5rem !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xs-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xs-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xs-4 {
        padding-bottom: 1rem !important;
    }

    .pb-xs-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xs-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xs-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xs-8 {
        padding-bottom: 2rem !important;
    }

    .pb-xs-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-xs-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xs-11 {
        padding-bottom: 3rem !important;
    }

    .pb-xs-12 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xs-13 {
        padding-bottom: 4rem !important;
    }

    .pb-xs-14 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xs-15 {
        padding-bottom: 5rem !important;
    }

    .pb-xs-16 {
        padding-bottom: 6rem !important;
    }

    .pb-xs-17 {
        padding-bottom: 7rem !important;
    }

    .pb-xs-18 {
        padding-bottom: 8rem !important;
    }

    .pb-xs-19 {
        padding-bottom: 9rem !important;
    }

    .pb-xs-20 {
        padding-bottom: 10rem !important;
    }

    .pb-xs-21 {
        padding-bottom: 12.5rem !important;
    }

    .pb-xs-22 {
        padding-bottom: 15rem !important;
    }

    .pb-xs-23 {
        padding-bottom: 17.5rem !important;
    }

    .pb-xs-24 {
        padding-bottom: 20rem !important;
    }

    .pb-xs-25 {
        padding-bottom: 22.5rem !important;
    }

    .ps-xs-0 {
        padding-right: 0 !important;
    }

    .ps-xs-1 {
        padding-right: 0.25rem !important;
    }

    .ps-xs-2 {
        padding-right: 0.5rem !important;
    }

    .ps-xs-3 {
        padding-right: 0.75rem !important;
    }

    .ps-xs-4 {
        padding-right: 1rem !important;
    }

    .ps-xs-5 {
        padding-right: 1.25rem !important;
    }

    .ps-xs-6 {
        padding-right: 1.5rem !important;
    }

    .ps-xs-7 {
        padding-right: 1.75rem !important;
    }

    .ps-xs-8 {
        padding-right: 2rem !important;
    }

    .ps-xs-9 {
        padding-right: 2.25rem !important;
    }

    .ps-xs-10 {
        padding-right: 2.5rem !important;
    }

    .ps-xs-11 {
        padding-right: 3rem !important;
    }

    .ps-xs-12 {
        padding-right: 3.5rem !important;
    }

    .ps-xs-13 {
        padding-right: 4rem !important;
    }

    .ps-xs-14 {
        padding-right: 4.5rem !important;
    }

    .ps-xs-15 {
        padding-right: 5rem !important;
    }

    .ps-xs-16 {
        padding-right: 6rem !important;
    }

    .ps-xs-17 {
        padding-right: 7rem !important;
    }

    .ps-xs-18 {
        padding-right: 8rem !important;
    }

    .ps-xs-19 {
        padding-right: 9rem !important;
    }

    .ps-xs-20 {
        padding-right: 10rem !important;
    }

    .ps-xs-21 {
        padding-right: 12.5rem !important;
    }

    .ps-xs-22 {
        padding-right: 15rem !important;
    }

    .ps-xs-23 {
        padding-right: 17.5rem !important;
    }

    .ps-xs-24 {
        padding-right: 20rem !important;
    }

    .ps-xs-25 {
        padding-right: 22.5rem !important;
    }

    .text-xs-start {
        text-align: right !important;
    }

    .text-xs-end {
        text-align: left !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
}

.vertical-span {
    transform: scale(-1);
    writing-mode: vertical-rl;
    text-align: center;
    align-content: center;
}

/*    .vertical-span span {
        transform: scale(-1);
     writing-mode: vertical-rl;
   }*/

.vertical-span-reverse span {
    writing-mode: vertical-rl;
    text-align: center;
    align-content: center;
}

.text-center-table {
    text-align: center;
    align-content: center;
}

.shake {
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }
}

/*@media all {
    .page-break {
        display: none;
    }
}
*/
.ltr {
    direction: ltr;
    unicode-bidi: embed;
}

.rtl {
    direction: rtl;
    unicode-bidi: embed;
}

.duration-bar {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 4px;
    border-radius: 2px;
    z-index: 1;
    transition: width 0.6s ease, background-color 0.6s ease;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    opacity: 0.6;
}



#datepicker {
    font-family: 'Vazir', sans-serif;
    font-size: 1.1rem;
    border: none;
    border-bottom: 2px solid #009688;
    background-color: transparent;
    color: #333;
    padding: 6px;
}

#success-message {
    transition: opacity 1s ease-in-out;
}

.vertical-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 2em; /* فقط به اندازه یک کاراکتر */
}

.bar {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
    font-size: 1.2em;
    border-radius: 4px;
}

.success-bar {
    background-color: mediumseagreen;
    height: 100%; /* مقدار اولیه، با JS تغییر می‌کنه */
}

.fail-bar {
    background-color: red;
    height: 100%;
}

.processing-overlay {
    background-color: rgba(0, 0, 0, 0.75); /* تیره و برجسته */
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px 24px;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    z-index: 999;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

    .processing-overlay::before {
        content: "⏳";
        display: inline-block;
        margin-right: 8px;
        animation: pulse 1s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.dataTables_processing {
    display: none !important;
}

.table-wrapper {
    position: relative;
}

    .table-wrapper .dataTables_processing {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-wrapper.processing .table-responsive {
        filter: blur(2px);
        pointer-events: none;
    }

select {
    color: #6c757d; /* خاکستری پیش‌فرض */
}

    select.valid-selection {
        color: #dc3545; /* قرمز برای انتخاب‌شده */
    }

.btn-active {
    background-color: gold !important;
    color: black !important;
    border-color: goldenrod !important;
}

.alert {
    min-height: 60px; /* یا هر ارتفاع دلخواه */
    /*display: flex;*/
    align-items: center;
    padding: 0.75rem 1rem;
}

@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert {
    animation: fadeSlide 0.6s ease forwards;
    opacity: 0; /* برای شروع */
}

.tableStat.loading {
    filter: blur(3px);
    opacity: 0.6;
    pointer-events: none;
    transition: all 0.3s ease;
}

.tableStatWrapper .loading-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    color: #333;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    pointer-events: none;
}

.loading-overlay-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #343a40; /* زمینه تیره */
    color: #f8f9fa; /* متن روشن */
    padding: 10px 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.spinner-pulse {
    width: 1.2rem;
    height: 1.2rem;
    border: 0.15em solid #e0e0e0;
    border-top: 0.15em solid #007bff;
    border-radius: 50%;
    animation: spinAndPulse 1.2s linear infinite;
}

@keyframes spinAndPulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg) scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}

.chart-wrapper {
    position: relative;
}

    .chart-wrapper canvas {
        filter: none;
        transition: filter 0.3s ease;
    }

    .chart-wrapper.loading canvas {
        filter: blur(3px);
    }

.chart-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
}

#chartAnsweredRatio {
    width: 450px;
    height: 450px;
    margin: auto;
}

#chartTopSources {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: auto;
}

.success-wrapper {
    animation: fadeIn 1s ease-in-out;
}

.checkmark-circle {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    animation: popIn 0.6s ease-out;
}

    .checkmark-circle .background {
        background-color: #28a745;
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    .checkmark-circle .checkmark {
        position: absolute;
        top: 25px;
        left: 28px;
        width: 40px;
        height: 20px;
        border-left: 5px solid white;
        border-bottom: 5px solid white;
        transform: rotate(-45deg);
        animation: drawCheck 0.5s ease-out 0.3s forwards;
        opacity: 0;
    }

@keyframes drawCheck {
    to {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.failure-wrapper {
    animation: fadeIn 1.2s ease-in-out;
}

.sad-icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    animation: pulse 2s infinite;
}

    .sad-icon .circle {
        background-color: #dc3545;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .sad-icon .tear {
        position: absolute;
        top: 30px;
        left: 45px;
        width: 10px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 50%;
        animation: drop 1.5s infinite;
    }

@keyframes drop {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/******************/
