﻿@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/IRANSansWeb_Light.eot);
  src: url(fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"),
    url(fonts/IRANSansWeb_Light.woff2) format("woff2"),
    url(fonts/IRANSansWeb_Light.woff) format("woff"),
    url(fonts/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/IRANSansWeb_Medium.eot);
  src: url(fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/IRANSansWeb_Medium.woff2) format("woff2"),
    url(fonts/IRANSansWeb_Medium.woff) format("woff"),
    url(fonts/IRANSansWeb_Medium.ttf) format("truetype");
}

* {
  font-family: IRANSans, Arial;
}

.trancparency__filter_Wrapper,
.transparency__Charts_Wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
}
.filter__Container {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: start;
  margin-block: 0.5rem;
  gap: 0.5rem;
}

.transparency_Chart_Item {
  flex: 1;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  padding: 1rem;
}
.filter__Item {
  width: 100%;
  /* flex-grow: 1; */
}
.filter__Container .filter__item {
  padding-right: 0.5rem;
}
.filter__Container .filter__item {
  padding-left: 0.5rem;
}
.trancparency__filter_Wrapper
  .filter__Container:first-child
  .filter__item:first-child {
  flex: 0 0 100%;
}
.chart__Label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
#transparencyTable_paginate {
  flex: 0 0 50%;
  display: flex;
}
#transparencyTable_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#transparencyTable_wrapper label {
  margin-bottom: 0 !important;
}
hr {
  border-color: #919191;
}
.more-detail {
  text-align: center;
  cursor: pointer;
}
canvas {
  height: 300px !important;
  max-height: 300px !important;
  width: auto !important;
}
#getExcel {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  color: #20c997 !important;
  border-color: #20c997 !important;
  padding: 0.5rem 1rem !important;
  font-size: 14px !important;
  margin-right: 0.5rem;
  margin-top: 1rem;
  border-radius: 0.375rem !important;
  font-weight: bold;
}
#transparencyTable_info {
  flex: 0 0 50%;
  text-align: left;
}
#detailModal .modal-header {
  display: flex;
  justify-content: space-between;
}
#detailModal .btn-danger {
  display: flex;
  align-items: center !important;
  background: #fff !important;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
  padding: 0.5rem 1rem !important;
  font-size: 14px !important;
  margin-right: auto;
  border-radius: 0.375rem !important;
  font-weight: bold;
}
#detailModalTitle {
  font-size: 18px;
}
@media (max-width: 991px) {
  .SkinBody {
    padding: 0 0.5rem !important;
  }
  .transparency_Chart_Item {
    margin: 0.5rem 0;
  }
  .trancparency__filter_Wrapper {
    margin-bottom: 2rem;
  }
  .table-responsive {
    margin-top: 2rem;
  }
  #transparencyTable_wrapper {
    display: block !important;
  }
  table.dataTable > tbody > tr.child ul {
    display: block;
  }
  table.dataTable > tbody > tr.child ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #getExcel {
    margin-top: 0 !important;
  }
}
