﻿
/*@font-face {
    font-family: 'B Nazanin';
    src: url(/Content/Panel/assets/fonts/BNAZANB.TTF);
}*/
/*@font-face {
    font-family: 'b Nazanin';
    src: url(/Content/Panel/assets/fonts/BNAZANIN.TTF);
}*/


@font-face {
    font-family: B Nazanin;
    src: url('../fonts/BNAZANIN.TTF');
}





.side-menu .side-menu__icon {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    color: #777f95;
    fill: #5b6e88;
}



.min-height-700{
    min-height:700px;
}
/*Hidden class for adding and removing*/
.lds-dual-ring.hidden {
    display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/*Spinner Styles*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    color: #14112d;
    width: 240px;
    max-height: 100%;
    z-index: 1000;
    background: #e1f4f8;
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
    box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
    border-right: 1px solid #e3e3e3;
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
}

.bgcolor-lightBlue {
    background: #e1f4f8;
}

.img-grid {
    width: 150px;
    height: 80px;
}

.img-grid-60 {
    width: 60px;
    height: 60px;
}

.bt-a {
    color: white;
    text-decoration: none;
}

    .bt-a:hover {
        color: aliceblue;
        text-decoration: none;
    }
