html,
body {
    height: 100%;
}

body {
    direction: rtl;
    text-align: right;
}

body.auth-page {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

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

@font-face {
    font-family: Peyda;
    font-style: normal;

    src: url("../fonts/web/Peyda-SemiBold.ttf") format("truetype");
}

body,
.breadcrumb,
.navigation,
textarea,
.header-navbar,
div.tagsinput span.tag,
div.tagsinput input,
.datepicker-plot-area,
.cke_reset_all,
.cke_reset_all *,
.cke_reset_all a,
.cke_reset_all textarea,
.cke_notification_message,
.gm-style,
.ui-widget,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.form-control {
    font-family: Vazir !important;
}

.font-peyda {
    font-family: Peyda !important;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.btn:focus {
    box-shadow: none;
}

body {
    /* background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top; */
}

.home-items {
    position: relative;
    text-align: center;
}

.home-items .items-container {
    display: flex;
    background-color: #003a8f;
    height: 100%;
    padding: 10px 4px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 9px;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: red;
    color: white;
    border-radius: 10px;
    margin-top: 160px;
    padding: 10px 15px;
}

.image-container p {
    font-size: 22px;
    width: 50%;
    text-align: center;
    margin: 0;
}
.image-container img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
}

.catalog-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #003a8f;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
}

.catalog-container p {
    font-size: 20px;
    margin: 0;
}

.socialmediaicons .fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.socialmediaicons2 .fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
}

.socialmediaicons .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialmediaicons .fa-twitter {
    background: #55ACEE;
    color: white;
}

.socialmediaicons .fa-google {
    background: #dd4b39;
    color: white;
}

.socialmediaicons .fa-linkedin {
    background: #007bb5;
    color: white;
}

.socialmediaicons .fa-youtube {
    background: #bb0000;
    color: white;
}

.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}

.socialmediaicons .fa-pinterest {
    background: #cb2027;
    color: white;
}

.socialmediaicons .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.socialmediaicons .fa-skype {
    background: #00aff0;
    color: white;
}

.socialmediaicons .fa-android {
    background: #a4c639;
    color: white;
}

.socialmediaicons .fa-dribbble {
    background: #ea4c89;
    color: white;
}

.socialmediaicons .fa-vimeo {
    background: #45bbff;
    color: white;
}

.socialmediaicons .fa-tumblr {
    background: #2c4762;
    color: white;
}

.socialmediaicons .fa-vine {
    background: #00b489;
    color: white;
}

.socialmediaicons .fa-foursquare {
    background: #45bbff;
    color: white;
}

.socialmediaicons .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.socialmediaicons .fa-flickr {
    background: #f40083;
    color: white;
}

.socialmediaicons .fa-yahoo {
    background: #430297;
    color: white;
}

.socialmediaicons .fa-soundcloud {
    background: #ff5500;
    color: white;
}

.socialmediaicons .fa-reddit {
    background: #ff5700;
    color: white;
}
.socialmediaicons .fa-telegram {
    background: #0260ca;
    color: white;
}
.socialmediaicons .fa-whatsapp {
    background: green;
    color: white;
}
