﻿.ltr, .LTR {
    direction: ltr
}

.rtl, .RTL {
    direction: rtl
}

.currency-rls:after {
    font-size: 0.6em;
    content: "ریال";
    margin-right: 2px;
}

.currency-tmn:after {
    font-size: 0.6em;
    content: "تومان";
    margin-right: 2px;
}

.currency-tmn-m:after {
    font-size: 0.6em;
    content: "تومان/ماه";
    margin-right: 2px;
}

.currency-tmn-y:after {
    font-size: 0.6em;
    content: "تومان/سال";
    margin-right: 2px;
}

.help-block-error {
    color: #ff0000;
    margin-top: 10px;
    display: block;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: var(--width, 100%);
    height: 100%;
    border-radius: 0;
    background-color: var(--background-color, #000);
    right: 0;
    opacity: var(--opacity, 0.3);
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    visibility: visible;
    z-index: 1000;
    top: 0;
    display: none;
}

    #overlay.show {
        display: block;
    }

    #overlay.hide {
        display: none;
    }

    #overlay .overlay-container {
        text-align: center;
        top: calc( 50% - 100px);
        position: relative;
        z-index: 10001;
        width: 200px;
        margin: auto;
        background: #fff;
        border-radius: 10px;
        padding: 20px;
    }

.box-layout {
    padding: 0px;
}