html, iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}

div {
    border: 2px;
}

/* RTL Support for Arabic brands */
.rtl-text {
    text-align: right !important;
    direction: rtl;
}

.rtl-text div,
.rtl-text span,
.rtl-text p,
.rtl-text h1,
.rtl-text h2,
.rtl-text h3,
.rtl-text h4,
.rtl-text h5,
.rtl-text h6 {
    text-align: right !important;
}

/* RTL flexbox support */
.rtl-layout {
    flex-direction: row-reverse;
}

.rtl-layout .justify-content-start {
    justify-content: flex-end !important;
}

.rtl-layout .justify-content-end {
    justify-content: flex-start !important;
}
