/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
    font-size: 100%;
    font-style: inherit;
    color: #000;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
p, li, ol, p strong, li strong, ol strong {
    font-family: 'Rubik', sans-serif;
}
html {
    overflow: visible;
    margin-top: 0!important;
    height: -webkit-fill-available;
}
body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    background-color: #fff;
    width:100%;
    direction: rtl;
}
input, button, textarea {
    outline:none;
    font-family: 'Rubik', sans-serif;
}
input[type="tel"] {
    direction: rtl;
    text-align: right;
}
textarea::-webkit-scrollbar {
    width: 2px;
}
textarea::-webkit-scrollbar-thumb {
    background: #fff;
}
img {
    display: block;
}
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration:none;
}
strong {
    font-weight: 700;
}
.ts-01 {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.ts-02 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ts-03 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ts-04 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ts-05 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrap-ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.strong {
    font-weight: 700;
}