@import url(fontiran.css);

body {
  background-color: white;
  background-image: url('../images/header-bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  font-family: IRANSans !important;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

.form-control {
  border-radius: 20px;
}

.form-select {
  border-radius: 20px;
}

.printer {
  background-color: rgb(235, 255, 241);
  color: rgb(121, 31, 159);
  padding: 5px;
  border-radius: 15px;
}

.sosial {
  background-color: rgb(235, 255, 241);
  color: #050a18;
  padding: 2px;
  border-radius: 100%;
}

.widgetrow {
  width: 100%;
  position: relative;
  margin: 0 -20px 0 0;
  text-align: center;
}

.widgetrow a {
  background-repeat: no-repeat;
  background-position: 50% 12px;
  padding: 60px 10px 14px 10px;
  font-weight: normal;
  text-align: center;
  width: 115px;
  display: block;
  cursor: pointer;
  clear: none;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  line-height: 14px;
  margin: 0 15px 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(44, 48, 56, .09);
  color: #909090;
  font-size: 12px;
  font-weight: 600;
}

.dashboarddatecontainer {
  width: 74px;
  height: 88px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(44, 48, 56, 0.09);
  border-radius: 4px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.menu-toggler {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.menu-toggler:hover+label,
.menu-toggler:hover+label:before,
.menu-toggler:hover+label:after,
{
background: white;
}

.menu-toggler:checked+label {
  background: transparent;
}

.menu-toggler:checked+label:before,
.menu-toggler:checked+label:after,
{
top: 0;
width: 40px;
transform-origin: 50% 50%;
}

.menu-toggler:checked+label:before {
  transform: rotate(45deg) translateY(-15px) translateX(-15px);
}

.menu-toggler:checked+label:after {
  transform: rotate(-45deg);
}

.menu-toggler:checked~ul .menu-item {
  opacity: 1;
}

.menu-toggler:checked~ul .menu-item:nth-child(1) {
  transform: rotate(0deg) translate(-110px);
}

.menu-toggler:checked~ul .menu-item:nth-child(2) {
  transform: rotate(60deg) translateX(-110px);
}

.menu-toggler:checked~ul .menu-item:nth-child(3) {
  transform: rotate(120deg) translateX(-110px);
}

.menu-toggler:checked~ul .menu-item:nth-child(4) {
  transform: rotate(180deg) translateX(-110px);
}

.menu-toggler:checked~ul .menu-item:nth-child(5) {
  transform: rotate(240deg) translateX(-110px);
}

.menu-toggler:checked~ul .menu-item:nth-child(6) {
  transform: rotate(300deg) translateX(-110px);
}

.menu-toggler:checked~ul .menu-item a {
  pointer-events: auto;
}

.menu-toggler+label {
  width: 40px;
  height: 5px;
  display: block;
  z-index: 1;
  border-radius: 2.5px;
  background: rgba(230, 239, 250, 0.9);
  transition: transform 0.5s top 0.5s;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.menu-toggler+label:before,
.menu-toggler+label:after {
  width: 40px;
  height: 5px;
  display: block;
  z-index: 1;
  border-radius: 2.5px;
  background: rgba(255, 255, 255, 0.7);
  transition: transform 0.5s top 0.5s;
  content: "";
  position: absolute;
  display: block;
  left: 0;
}

.menu-toggler+label:before {
  top: 10px;
}

.menu-toggler+label:after {
  top: -10px;
}

.menu-item:nth-child(1) a {
  transform: rotate(0deg);
}

.menu-item:nth-child(2) a {
  transform: rotate(-60deg);
}

.menu-item:nth-child(3) a {
  transform: rotate(-120deg);
}

.menu-item:nth-child(4) a {
  transform: rotate(-180deg);
}

.menu-item:nth-child(5) a {
  transform: rotate(-240deg);
}

.menu-item:nth-child(6) a {
  transform: rotate(-300deg);
}

.menu-item {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: 0.5s;
}

.menu-item a {
  display: block;
  width: inherit;
  height: inherit;
  line-height: 80px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(230, 230, 250, 0.7);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  pointer-events: none;
  transition: 0.2s;
}

.menu-item a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  color: white;
  background: rgba(255, 255, 255, 0.3);
  font-size: 44.44px
}