﻿/* Main */

html {
    /*background-color: ghostwhite;*/
}

body {
    /*background-color: ghostwhite;*/
}

.divider {
    height: 3px;
    width: 30%;
    display: inline-block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: rgb(138, 192, 254);
}
/* Store Buttons */

/* Texts */
.arMenuTextMain:lang(ar) {
    font-weight: 400;
}

.arMenuTextDashboard:lang(ar) {
    font-weight: 500;
}

.arMenuTextDashboardOnEn {
    font-size: 110%;
    font-weight: 500;
}

.customActive {
    background-color: rgb(102, 156, 246);
}

.validation-message {
    color: red;
}

/* Auth Pages */
.reCaptchaResize {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.reCaptchaStyle {
}

/*Nav*/

.notificationPill:lang(en) {
    margin-right: 5px;
}

.notificationPill:lang(ar) {
    margin-left: 5px;
}

/*Card's image options*/
.squareImage {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

    .squareImage img {
        position: absolute;
    }

/*News Cards Arrows RTL*/