/***Start General CSs **/
aside.nr-navigation.nr-home {
    display: none !important;
}

footer.nr-footer.nr-row.disclaimer-is-hidden {
    display: none !important;
}

.container-custom.login-register-container.ng-scope {
    overflow: hidden;
}

.mycontent {
    min-height: 0 !important;
    margin: 0 !important;
}

body#Body {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/** end General Css **/

:root {
    font-size: 16px;
}

/**p.message__help {
 color: gray;
    margin-bottom: 2rem;
    direction: rtl;
    font-weight: bolder;
    margin: 2rem auto 10px;
    font-size: 1rem;
}
**/
.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__content .logo__img {
    position: absolute;
    width: 40%;
    left: .5rem;
    top: 1rem;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #fff;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #00964d;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #ee3237, #acaeb2);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #00964d;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login,
.register,
.forget,
.password {
    padding-top: 1rem;
    position: relative;
}

/*** .login .titlelogin{
    font-size: 20px;
    direction: rtl;
    text-align: right;
    color: black;
    font-weight: bold;
} **/

.login .message,
.register .message,
.forget .message,
.password .message {
    color: #DC3549 !important;
    font-size: .85rem;
    font-weight: 500;
    font-style: italic;
    text-shadow: 0 0 0 #00964d;
    text-align: center;
    position: absolute;
    width: 70%;
    left: 0;
    top: 2rem;
    display: flex;
    padding: .2rem;
    border-bottom: dashed .15rem #00964d61;
    height: 6rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.login .message>span>i,
.register .message>span>i,
.forget .message>span>i {
    display: inline-flex;
    font-size: 1.1rem;
    justify-self: flex-start;
    margin-left: .4rem;
    align-items: flex-start;
    margin-top: -.2rem;
}

.login .message>span,
.register .message>span,
.forget .message>span {
    display: flex;
    justify-self: flex-end;
}

.login .message.message___warning,
.register .message.message___warning,
.forget .message.message___warning,
.password .message.message___warning {
    color: #00964d;
}

p.message.message___warning.ng-scope {
    position: relative !important;
    height: auto !important;
    top: 0 !important;
    width: auto !important;
    margin-bottom: 1rem !important;
}

.login__field {
    border: 2px solid #6c6c6c;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto 1.5rem;
    border-radius: 6px;
    direction: rtl;
}


.login__icon {
    position: absolute;
    top: 30px;
    color: #00964d;
}

.login__input {
    border: none;
    background: none;
    padding: 0.6rem .5rem;
    font-weight: 500;
    font-size: 1rem;
    transition: 0.2s;
    width: 100%;
    color: gray;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #6a679e;
}

.login__submit {
    border-radius: 0.5rem;
    border: 0.1rem solid #d4d3e8;
    display: block;
    width: 100%;
    background-color: #00964d;
    transition: 0.2s;
    direction: rtl;
    padding: 0.5rem;
    color: white;
}


.login__submit:disabled {
    opacity: .6;
}

.login__submit .button__text {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.3rem;
    direction: rtl;
}

.login__submit>i {
    display: inline-flex;
    font-size: 1.4rem;
    align-items: center;
    margin-right: .5rem;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #00964d;
    outline: none;
}

.alertmessage {
    text-align: center;
    color: gray;
    font-size: 12px;
    font-weight: 800;
}

.alertmessage .alertmessagelink {
    color: #00964d;
    font-size: 14px;
}

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #00964d;
}

.login__link {
    display: flex;
    margin: 1rem auto;
    background: none;
    border: none;
    color: gray;
    padding: 0;
    line-height: 1;
    outline: none;
    width: fit-content;
}

.login__link.back__to__site {
    color: #2b0000;
    font-weight: 600;
    width: 30% !important;
}

.login__link:focus {
    outline-style: dotted;
    outline-color: coral;
    outline-width: 0.1rem;
    outline-offset: .4rem;
}

.login__link:disabled {
    opacity: .5;
}

.social-login {
    height: 140px;
    width: 160px;
}

.social-icons {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: .5rem .8rem;
    color: #eee !important;
    text-shadow: 0px 0px 8px #00964d;
}

.social-login__icon:hover {
    transform: scale(1.5);
}

.categories-dropdown {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    color: gray;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
}

[data-hide-in-ssr="true"] {
    visibility: hidden;
}

/**** Category ****/
.category-title {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.category-item {
    padding: 0.5rem;
    text-align: center;
    height: 67px !important;
    width: 50%;
}

.category-item .item-title {
    border: 1px solid green;
    border-radius: 8%;
    padding: 0.5rem;
    cursor: pointer;
    font-weight: bolder;
    font-size: 0.9rem;
}

.category-item .item-title:hover {
    background: transparent;
    border-color: red;
    color: red;
}

.category-item .item-title.active-categrory {
    background: transparent;
    border-color: green;
    color: white;
    background-color: green;
}

@media only screen and (min-width: 1024px) {

    .login,
    .register,
    .forget,
    .password,
    .titlelogin,
    .message__help {
        padding-top: 1rem;
        position: relative;
        width: 29%;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    .screen {
        padding: 2rem;
    }

    .login__link.back__to__site {
        width: 100%;
    }
}

.required-message {
    color: red;
    font-weight: bolder;
}

.shops-wrraper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.2rem;
    margin-bottom: 1rem;

}

.shop-wrraper {
    border: 1px solid;
    padding: 0.5rem;
    margin: 4px;
    border-radius: 6px;
    border-color: #ff00006b;
    background-color: #ff00001a;
    color: red;
    font-weight: bold;
}

.shop-wrraper.active {
    border: 1px solid;
    padding: 0.5rem;
    margin: 4px;
    border-radius: 6px;
    border-color: #00964d75;
    background-color: #00964d21;
    color: #00964d;
    font-weight: bold;
}

.link-selected-auto {
    cursor: pointer !important;
}

.custom-input {
    border: 1px solid #d9d5d5 !important;
    margin-bottom: 1rem;
    border-radius: 5px;
    text-align: right;
}