﻿div.dnnRegistrationForm {
    min-width: unset !important;
}

body {
    background-color: #f7f7f7;
}

.table-responsive {
    -webkit-overflow-scrolling: touch !important;
}

    .table-responsive .table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }

.contents__container {
    min-height: 600px;
    padding: 20px 0;
    padding-top: 0px;
    background-repeat: repeat-x;
    background-position: top center;
}

@media (max-width:992px) {
    div.dnnRegistrationForm .dnnForm {
        width: 100% !important;
    }
}
.contents__container .content-pane-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .contents__container {
        min-height: 400px;
    }
}

html[lang=en-US] .footer__container .social__container {
    right: 0;
    left: unset;
}


html[lang=en-US] .sociallinks ul li {
    direction: rtl;
}

html[lang=en-US] .footer__container .copyright-texts {
    float: left;
}

.sidebar__container .main-menu i {
    color: #d4021c;
    padding: 0 11px;
}

.container_content {
    padding: 0px;
}

.breadcrumb__container {
    padding-top: 14px;
}

    .breadcrumb__container > span > span {
        position: relative;
    }

        .breadcrumb__container > span > span > span {
            padding: 0 7px;
            font-size: 13px;
        }

            .breadcrumb__container > span > span > span > a {
                color: #000;
            }

            .breadcrumb__container > span > span > span:first-child {
                font-size: 0px;
            }

                .breadcrumb__container > span > span > span:first-child:before {
                    content: "\f015";
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    color: #000;
                    font-style: normal;
                    font-weight: normal;
                    font-family: FontAwesome;
                    font-size: 20px;
                    margin-left: 10px;
                }

            .breadcrumb__container > span > span > span:last-child a {
                color: #ff0000;
                font-weight: bold;
            }

html[lang="en-US"] .breadcrumb__container > span > span > span:first-child:before {
    left: -16px;
    bottom: -5px;
    right: unset;
}

.slider__container {
    min-height: 130px;
    display: block !important;
}

@media (max-width: 768px) {
    .slider__container {
        min-height: 0;
    }
}

.content-pane-container .sociallinks .fara-telegram {
    color: #27a3e2;
    border-color: #27a3e2;
}

.content-pane-container .sociallinks .fa-instagram {
    color: #f70496;
    border-color: #f70496;
}