@font-face
{
    font-family:"shabnam";
    src:url('../fonts/Shabnam-Bold.woff');
}


@font-face
{
    font-family: "myIcon2";
    src:url('../fonts/iconic.woff');
}


body
{
    margin: 0px;
    padding: 0px;
    font-family: koodak;
    background-color: #585555;

}

a
{
    text-decoration: none;
    color: black;
}



/*کادر ویرایش مشتری*/
#kadrMahvVorood
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: hsla(0, 0%, 33%,0.7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#kadrVorood
{
    width: 100%;
    max-width: 365px;
    height: 235px;
    padding-top: 10px;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background-color: hsla(0, 3%, 12%, 0.7);
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    color: hsl(180, 1%, 77%);
    transition:  0.5s;
}

.itemBozorgNM
{
    width: calc(100% - 20px);
    margin:5px 10px;
    float: right;
    font-family: shabnam;
}

input.voroodiNM
{
    width: calc(100% - 40px);
    height: 48px;
    padding:0px 20px;
    border-style: none;
    border-radius: 10px;
    outline-style:none ;
    box-sizing: content-box;
    font-family: shabnam;
    font-size: 1.25rem;
    background-color: hsl(0, 0%, 97%);
}

.voroodiKhaliAM
{
    position: relative;
}

.voroodiKhaliAM::before
{
    font-family: myIcon2;
    content: "";
    color: red;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 15px;
    width: 15px;
    height: 15px;
}


.titrItemNM
{
    text-align: right;
    padding: 2px 5px;
    margin-bottom: 10px;
    line-height: 1;
}

.voroodiItemNM
{
    padding: 2px 5px;
    position: relative;
}


a.dokmehVorood
{
    padding:5px 20px;
    float: left;
    display: block;
    background-color: hsl(197, 100%, 52%);
    border-radius: 5px;
    transition: 0.3s;
    font-family: shabnam;
    margin: 5px;
    margin-left: 15px;
}

a.dokmehVorood:hover
{
    box-shadow: 0px 0px 4px 4px hsla(0, 0%, 26%, 0.6);

}

a.dokmehVorood:active
{
    transform: scale(0.9,0.9);
}



/* لودینگ */
.kadrLoading
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 4%, 5%, 0.9);
    z-index: 1;
}

.lds-roller {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: hsl(197, 100%, 52%);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/*نمایش پیغام */
#kadrMahvNamayeshPeygham
{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: hsla(0, 0%, 33%,0.7);
}

#kadrBastanNamayeshPeygham
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#kadrNamayeshPeygham
{
    width: 100%;
    max-width: 365px;
    height: 120px;
    overflow-y: hidden;
    padding: 20px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background-color: #1f1d1d;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

#kadrNamayeshPeygham>div
{
    padding: 5px 20px;
    font-family: koodak;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
}

#kadrNamayeshPeygham>div#mohtavaNP
{
    height: 60px;
    line-height: 60px;
}

#mohtavaNP>span
{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color:hsl(180, 1%, 77%)
}

#kadrDokmehNP>a
{
    width: 50px;
    padding: 10px 20px;
    display: inline-block;
    background-color: hsl(197, 100%, 52%);
    border-radius: 5px;
    transition: 0.3s;
    font-family: koodak;
    position: relative;
    overflow: hidden;

}


#kadrDokmehNP>a::before
{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    transition: 0.3s;
    background-color: hsla(180, 53%, 40%,0.3);
}

#kadrDokmehNP>a:hover::before
{

    width: 100%;
}


a#dokmehBastanNP
{
    font-family: myIcon2;
    font-size: 1.25rem;
    position: absolute;
    top: 10px;
    left: 20px;
    color: hsl(197, 100%, 52%);
}

a#dokmehBastanNP::after,a#dokmehBastanNP::before
{
    content: unset;
}

a#dokmehBastanNP:hover
{
    text-shadow: 0px 0px  6px hsla(0, 0%, 26%, 0.6);
}

a#dokmehBastanNP:active
{
    transform: scale(0.9,0.9);
}
