﻿@charset "UTF-8";

.d-sub-menu{
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
header.page-header .nav-wrapper > ul > li .d-sub-menu a{
  color: #a6a6a6;
  line-height: 2.2;
  font-weight: normal;
}
.d-sub-menu a:hover{
  color :#007bff
}

#shadow-cover{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.5);
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.rounded-50{
  border-radius: 50% !important;
}

.breadcrumb nav a {
  font-family: 'iranYekan';
}

.font-small{
  font-size: 10px !important;
}
.font-medium{
  font-size: 14px !important;
}
.swal2-html-container{
  margin-right: 15px;
}

.bg-red{
  background: #f44336 !important;
}

.site-logo img{
  height: 40px;
}

.cursor-pointer{
  cursor: pointer!important;
}
.font-iranYekan{
  font-family: 'iranyekan';
}

.text-bold{
  font-weight: bold!important;
}

.btn-blue{
  color:#2962ff;
  border:solid 1px;
}