﻿body {
    direction: rtl !important;
}
.color-white {
    color:#fff !important;
}

.menu-xs-custom {
    display: none
}

.btn-send {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.login-main {
    padding: 10px 20px;
    box-shadow: 0 0 5px 2px #ddd;
    background: #fff;
    margin-bottom: 50px;
}
.form-group-custom {
    padding:10px;
    color:#8d8d8d;
}
.d-contents {
    display:contents !important;
}

/*#region Responsive*/
@media only screen and (max-width: 767px) {
    .list-categories ul {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 5px 10px;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
    }

        .list-categories ul li {
            width: 100%;
            text-align: right;
            list-style: none;
        }

            .list-categories ul li a {
                padding:10px 0;
                display:inline-block;
                width:100%;
                font-size:15px;
            }

        .list-categories ul li a:hover {
            background-color:#eee;
        }
    .btn-send {
        display:block;
        width:100%;
        padding:15px 10px !important;
        text-align:center;
        background-color:#ffd800 !important;
    }
    #box-container {
        padding:0 20px;
    }
    .login-main {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

}
/*#endregion Responsive*/
