
.dropdown-menu {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    font-size: 0.9rem;
    position: absolute;
    z-index: 1000; }
.dropdown-menu.show {
    top: 100% !important; }

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=left] {
    -webkit-animation: none !important;
    animation: none !important; }

@-webkit-keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px); } }

@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px); } }

.dropdown-lg {
    width: 320px; }

@media (max-width: 767.98px) {
    .dropdown-lg {
        width: 200px !important; } }

.dropdown-example {
    position: static;
    display: block;
    margin-bottom: .25rem;
    clear: left;
    -webkit-animation: none;
    animation: none; }

.dropdown-mega {
    position: static !important; }

.dropdown-megamenu {
    padding: 20px;
    left: 20px !important;
    right: 20px !important; }

.megamenu-list li {
    padding: 5px 20px 5px 25px;
    position: relative; }
.megamenu-list li a {
    color: #6e768e; }
.megamenu-list li a:hover {
    color: #64b0f2; }
.megamenu-list li:before {
    content: "\F142";
    position: absolute;
    left: 0;
    font-family: "Material Design Icons"; }



.pagination-input{
    width: 100px;
    height: 36px;
}

.pagination-page{
    padding-left: 10px;
    padding-right: 10px;
}

.wrapper {
    padding: 20px 12px 20px 12px;
}

#tab-holder{
    padding: 45px 12px 20px 12px;
}

.card-box{
    background-color: #fff;
    padding: 10px;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir.woff2') format('woff2'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}
body {
    font-family: Vazir;
    font-size: 14px;
}

.srv-validation-message{
    color: red;
    padding-top: 10px;
}
.swal2-container{
    z-index: 10600000;
}
.swal2-content {
    font-family: Vazir;
}

.swal2-container h2{
    font-family: Vazir;
}
.swal2-container button{
    font-family: Vazir;
}

.topbar-menu a{
    text-decoration: none;
}

.tab-close{
    text-align: left;
}

.tab-close-button{
    color: red;
    border:none;
    background-color: transparent;
    outline: none;
}
.tab-close-button:focus,.tab-close-button:active{
    outline: none;
}
.tab-close-button:hover{
    color: #00aff0;
}

.modal-open{
    overflow: auto !important;
}

.loading-bar{
    position: absolute !important;
    background-color: #000;
    opacity: 0.5;
}
.tab-content{
    position: relative;
}

.tab-modal{
    position: absolute;
    width: 100%;
    z-index: 999999;
}

#topnav{
    z-index: 9999999;
}

.Toastify__toast-container{
    z-index: 9999999;
}



#logger-bar{
    margin-bottom: 10px;
}

#logger-filter{
    display: none;
}

.notification-list .noti-title{
    padding: 10px 15px !important;
}

#notify-holder{
    width: 300px;
}

.notification-list .noti-title{
    margin-top: -9px !important;
}

.noti-scroll{
    min-height: 200px !important;
}

.logger-404{
    background-color: #ffc107 !important;
}
.logger-401{
    background-color: #007bff !important;
}
.logger-500{
    background-color: #dc3545 !important;
}



.my-dropdown{
    right: 0;
    font-size: 11px !important;
}

.my-dropdown-main button{
    text-align: center !important;
}

.my-dropdown-item div{
    padding: 0 !important;
    padding-left: 12px !important;
}

.my-dropdown-main button{
    width: 11rem;
    height: 24px;
    padding: 0;
    overflow: hidden;
}

.modalOpt .close{
    margin:-1rem 0 0 0;
}

.navbar-custom{
    height: 40px;
}

.navbar-custom .topnav-menu .nav-link{
    line-height: 30px;
}

.logo-box{
    height: 30px;
    margin: 0;
    padding: 0;
}

.logo{
    line-height: 30px;
}

.topnav-menu{
    padding-top: 5px;
}

.footer{
    padding: 8px 15px 5px;
}


.grid-wrapper{
    border:1px solid #d2d6dc;
    overflow: auto;
    white-space: nowrap;
    height: 600px;
}

.grid-header{
    margin: 0;
    padding: 0;
    height: 30px;
    position: relative;
    z-index: 1;
}


.grid-head{
    border-bottom: 1px solid #d2d6dc;
    background-color: #f9fafb;
    color: #6b7280;
    display: inline-block;
    width: 1rem;
    height: inherit;
    text-align: center;
    border-left: 1px solid #d2d6dc;
    padding: 5px;
    position: relative;
    vertical-align: middle;
}

.grid-row{
    height: 50px;
    width: fit-content;
}

.grid-row:nth-of-type(odd) {
   background-color: #fff;
}

.grid-row:nth-of-type(even) {
   background-color: #eee;
}



.grid-col{
    color: #000;
    border-bottom: 1px solid #d2d6dc;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-left: 1px solid #d2d6dc;
    min-width: 1rem;
    height: inherit;
}


.grid-head-1{
    min-width: 400px;
    width: 400px;
}

.grid-head-2{
    min-width: 100px;
    width: 100px;
}

.grid-head-3{
    min-width: 50px;
    width: 50px;
}

.grid-head-4{
    min-width: 100px;
    width: 100px;
}
.grid-head-5{
    min-width: 100px;
    width: 100px;
}
.grid-head-6{
    min-width: 300px;
    width: 300px;
}
.grid-head-7{
    min-width: 100px;
    width: 100px;
}
.grid-head-8{
    min-width: 100px;
    width: 100px;
}

.grid-head-9{
    min-width: 200px;
    width: 200px;
}




.grid-col-1{
    min-width: 400px;
    width: 400px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.grid-col-2{
    min-width: 100px;
    width: 100px;
}

.grid-col-3{
    min-width: 50px;
    width: 50px;
}

.grid-col-4{
    min-width: 100px;
    width: 100px;
}
.grid-col-5{
    min-width: 100px;
    width: 100px;
}
.grid-col-6{
    min-width: 300px;
    width: 300px;
}

.grid-col-7{
    min-width: 100px;
    width: 100px;
}
.grid-col-8{
    min-width: 100px;
    width: 100px;
}

.grid-col-9{
    min-width: 200px;
    width: 200px;
}

.fixed-width-data{
    overflow: auto;
    width: 10rem;
    min-width: 10rem;
    direction: ltr;
    text-align: center;
    padding-left: 10px;
}

.fixed-width-data2{
    overflow: auto;
    width: 8rem;
    min-width: 8rem;
    direction: ltr;
    text-align: center;
    padding-left: 10px;
}






.attack-403{
    background-color: red;
    color: #fff;
}

.attack-500{
    background-color: yellow;
}