
.reports-calender .calendar-grid a {
	color: blue !important;
}
.assistants-sec .mimt__head {
	margin-bottom: 10px !important;
}
 #lg-download-1, #lg-close-1, #lg-next-1 ,#lg-prev-1{
	display: none !important;
}
.fixed-images {
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.assistants-sec .assistants-item{
    position: relative;
    width: 208px;
    height: 285px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(43, 84, 129, 0.2);
    box-shadow: 0px 4px 2.5px 0px rgba(0, 0, 0, 0.1019607843);
    transition: 0.3s;
}
.assistants-sec .assistants-item:hover{
    transform: scale(1) perspective(1000px) rotateY(-5deg) translateY(-10px);
    background-color: var(--blue);
}
.assistants-sec .assistants-item:hover h4{
    color: #fff;
}
.assistants-sec .assistants-item:hover span{
    color: #fff;
}
.assistants-sec .assistants-item__pic{
    position: relative;
    width: 185px;
    height: 165px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.assistants-sec .assistants-item__pic img{
    border-radius: 15px;
}
.assistants-sec .assistants-item h4{
    color: var(--blue);
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
}
.assistants-sec .assistants-item span{
    font-size: 12px;
  font-weight: 500;
  color: #657da1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.assistants-sec .assistants-item__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 5px;
}
.assistants-sec .assistants-sec__boss {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    margin-bottom: 40px;
}
.assistants-sec .managers-cell {
	width: calc(16.66% - 20px);
	margin-right: 10px;
	margin-left: 10px;
}
.assistants-sec .managers-carousell .flickity-viewport {
	height: 310px !important;
    padding-top: 20px;
}
.assistants-sec .flickity-page-dots {
	bottom: -30px !important;
}
.assistants-sec .flickity-page-dots .dot {
	position: relative !important;
	display: flex !important;
	width: 14px !important;
	height: 6px !important;
	margin: 0 2.5px !important;
	background: #C9C9C9 !important;
	border-radius: 100px !important;
	opacity: 0.5 !important;
	transition: 0.3s !important;
}
.assistants-sec .flickity-page-dots .dot.is-selected {
	background: var(--blue) !important;
	opacity: 1 !important;
	width: 36px !important;
}
.assistants-sec .assistants-sec__managers {
	margin-bottom: 70px;
}
.assistants-details .assistants-details__gallery a img {
	width: 230px;
	height: 160px;
	border-radius: 10px;
}
.assistants-details .assistants-details__item{
    display: flex;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1019607843);
}
.assistants-details .assistants-details__item .assistants-details__content{
    flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.assistants-details .assistants-details__item .assistants-details__wrapper {
	flex: 0 0 30%;
	max-width: 30%;
}
.assistants-details .assistants-details__item .assistants-details__pic {
	position: relative;
	overflow: hidden;
	aspect-ratio: 275/230;
	border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
	height: 100%;
}
.assistants-details .assistants-details__item .assistants-details__title{
    font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.assistants-details .assistants-details__item .assistants-details__bio{
    margin-bottom: 15px;
}
.assistants-details .assistants-details__item .assistants-details__bio h4{
    font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
} 
.assistants-details .assistants-details__item .assistants-details__bio p{
    font-weight: 500;
  font-size: 14px;
  text-align: justify;
  transition: 0.3s;
} 
.assistants-details .assistants-details__item .assistants-details__desc h4{
    font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
} 
.assistants-details .assistants-details__item .assistants-details__desc p{
    font-weight: 500;
  font-size: 14px;
  text-align: justify;
  transition: 0.3s;
} 
.assistants-details .assistants-details__item .assistants-details__desc{
    margin-bottom: 35px;
}
.assistants-details .assistants-details__gallery{
    background: #f3f3f3;
  border-radius: 5px;
  margin: 15px 0 0 0;
  padding: 15px;
  display: flex;
  gap: 15px;
}
.breadcrumb a {
	color: #000;
}

.shafaf-sec .shafaf-sec__container{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.shafaf-sec .shafaf-item{
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  position: relative;
  display: flex;
  gap: 8px;
  border: 1px solid rgba(43, 84, 129, 0.2);
  box-shadow: 0px 4px 2.5px 0px rgba(0, 0, 0, 0.1019607843);
  transition: 0.3s;
  border-inline-start: 4px solid #14345c;
}
.shafaf-sec .shafaf-item:hover {
	background-color: #15355d;
}

.shafaf-sec .shafaf-item:hover span {
	color: #fff;
}

.shafaf-sec .shafaf-item:hover i {
	color: #fff;
}

.shafaf-sec .shafaf-item__icon {
	display: flex;
	align-items: center;
}

.shafaf-sec .shafaf-sec__banner {
	position: relative;
	width: 100%;
	height: 430px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.shafaf-sec .shafaf-sec__banner img{
    border-radius: 10px;
}

.shafaf-inner{
    width: 100%;
  box-shadow: 0 2px 4px 0 #ccd0d9;
  border-radius: 15px;
  padding: 30px;
  min-height: 400px;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.shafaf-inner .shafaf-inner__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shafaf-inner .shafaf-inner__search span{
	margin-top: 20px;
	padding: 0 22px;
	text-align: center;
  font-weight: 500;
  color: var(--blue);
}

.shafaf-inner .shafaf-inner__search input[type="email"], input[type="password"], input[type="text"], input[type="textbox"] {
	font-size: 14px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #15355d;
}

.shafaf-inner .mimt__head {
	margin-bottom: 20px;
    margin-inline-start: 25px;
}

.shafaf-inner .shafaf-inner__item {
	display: flex;
	border-bottom: 1px solid #ccc;
	align-items: flex-start;
  position: relative;
  padding: 15px;
}

.shafaf-inner .shafaf-inner__item:hover{
    background-color: #f4f4f4;
}

.shafaf-inner .shafaf-inner__list {
	padding: 0;
}

.shafaf-inner .shafaf-inner__item:last-child{
    border-bottom: none;
}
.shafaf-details .shafaf-details__link{
   color: var(--blue);
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  box-shadow: 1px 1px 1px 1px rgba(101, 125, 161, 0.4);
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  padding: 6px 10px;
  min-width: 90px;
  background: #f4f4f4;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
}
.shafaf-details .shafaf-details__link:hover{
    background: #15355d;
    color: #fff;
}
.shafaf-details .shafaf-details__file {
	display: flex;
	align-items: center;
	gap: 15px;
}
.shafaf-details .shafaf-details__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.pagination {
  display: flex;
  margin: 15px 0 0;
  padding: 0;
  width: 100% !important;
  justify-content: center;
  padding-inline-end: 0;
  border-radius: 4px;
}

 .pagination li:not(:last-child) {
	margin-inline-end: 5px;
}
.pagination > li {
	display: inline;
}

 .pagination li:last-child a,  .pagination li:first-child a {
	width: auto !important;
	padding: 0 10px;
}
 .pagination a {
	border-radius: 5px;
	width: 33px !important;
	height: 33px !important;
	font-size: 0.875rem;
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-inline-end: 0;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-inline-end: -1px;
	line-height: 1.42857143;
	color: #15355d;
	text-decoration: none;
	border: 1px solid #ddd;
}

.pagination-item.active__page a {
	color: #fff !important;
}
.pagination-item.active__page a {
	background-color: #15355d !important;
}

.rules-sec .rules-sec__container{
     display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  
}
.rules-sec .rules-sec__pic img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rules-sec .rules-sec__pic{
 width: 95%;
  height: 270px;
  position: relative;

}

.rules-sec .rules-sec__banner {
  position: relative;
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
  margin-bottom: 5px;
  display: flex;
  justify-content: end;
}

.rules-sec .rules-sec__banner::after{
   background-image: url("../images/Vector\ 13.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 93%;
  height: 94%;
  left: 38px;
  top: 16px;
  z-index: -2;
  transition: all 0.3s ease-out;
}

.rules-sec .rules-item__icon{
  position: relative;
  width: 55px;
  height: 55px;
  
}

.rules-sec .rules-item__content {
	display: flex;
	align-items: center;
	gap: 15px;
  margin-bottom: 15px;
}

.rules-sec .rules-item{
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  position: relative;
  display: flex;
  gap: 8px;
  border: 1px solid rgba(43, 84, 129, 0.2);
  transition: 0.3s;
  height: 110px;
  background-color: #e6e6e6;
  margin-bottom: 30px;
}
.rules-sec .rules-item:before{
    content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 60%;
  height: 7px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.12) 50%, rgba(0,0,0,0) 100% );
  border-radius: 50%;
  z-index: 1;
}
.rules-sec .rules-item__archive:before{
  content: "";
  background-color: #fdfdfd;
  border-radius: 0 5px 0 5px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
 bottom: -1px;
  left: -1px;
  position: absolute;
  z-index: 0;
}
.rules-sec .rules-item__archive span{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
.rules-sec .rules-item__archive i{
  color: #fff;
}
.rules-sec .rules-item__archive{
  position: absolute;
  width: 90px;
  height: 35px;
  border-radius: 0 5px 0 5px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rules-sec .rules-item__archive div{
  background-color: #052049;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  border-radius: 0 5px 0 5px;
  transition: 0.3s;
}
.rules-sec .rules-item:hover .rules-item__archive div{
  background-color: #ffb300 !important;
}
.rules-sec .rules-item:hover .rules-item__archive div span{
  color: #052049;
}
.rules-sec .rules-item:hover .rules-item__archive div i{
  color: #052049;
}

.rules-inner{
    width: 100%;
  box-shadow: 0 2px 4px 0 #ccd0d9;
  border-radius: 15px;
  padding: 30px;
  min-height: 400px;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.rules-inner .rules-inner__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rules-inner .rules-inner__search span{
	margin-top: 20px;
	padding: 0 22px;
	text-align: center;
  font-weight: 500;
  color: var(--blue);
}

.rules-inner .rules-inner__search input[type="email"], input[type="password"], input[type="text"], input[type="textbox"] {
	font-size: 14px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #15355d;
}

.rules-inner .mimt__head {
	margin-bottom: 20px;
    margin-inline-start: 25px;
}

.rules-inner .rules-inner__item {
	display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  gap: 35px;
  transition: 0.3s;
}
.rules-inner .rules-inner__item:hover{
  background-color: #052049 !important;
  color: #fff;
}
.rules-inner .rules-inner__item:nth-child(odd){
  background-color: #d7d6d6;
}
.rules-inner .rules-inner__item:nth-child(even){
  background-color: #f2f2f2;
}
.rules-inner .rules-inner__item:hover{
    /* background-color: #f4f4f4; */
}

.rules-inner .rules-inner__list {
	padding: 0;
}

.rules-inner .rules-inner__item:last-child{
    border-bottom: none;
}

.rules-inner .rules-inner__title{
  font-weight: 500;
}

.rules-inner .rules-inner__reference{
  display: flex;
  align-items: center;
  gap: 5px;
}

.rules-inner .rules-inner__reference span{
    font-size: 12px;
    font-weight: 500;
}

.rules-inner .rules-inner__reference p{
    font-size: 12px;
    font-weight: 400;
}

.rules-details .rules-details__link{
   color: var(--blue);
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  box-shadow: 1px 1px 1px 1px rgba(101, 125, 161, 0.4);
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  padding: 6px 10px;
  min-width: 90px;
  background: #f4f4f4;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
}
.rules-details .rules-details__link:hover{
    background: #15355d;
    color: #fff;
}
.rules-details .rules-details__file {
	display: flex;
	align-items: center;
	gap: 15px;
}
.rules-details .rules-details__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rules-details .rules-details__reference {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
}

.rules-details .rules-details__date {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
}

.rules-details .rules-details__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin-bottom: 20px;
}

.reports-sec .reports-sec__container{
  display: flex;
  
}

.reports-sec .reports-sec__pic {
	position: relative;
	width: 470px;
	height: 470px;
  flex-shrink: 0;
}

.reports-sec .report-item__container{
  width: 100%;
 padding-top: 90px;
}

.reports-sec .reports-item {
  position: relative;
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 5px 0 0 5px;
}

.reports-sec .reports-item:nth-child(6n + 1) {
  	width: 100%;
	background-color: #004984;
}

.reports-sec .reports-item:nth-child(6n + 2) {
  	width: 90%;
	background-color: #418ecd;
}

.reports-sec .reports-item:nth-child(6n + 3) {
  	width: 80%;
	background-color: #004984;
}

.reports-sec .reports-item:nth-child(6n + 4) {
  	width: 70%;
	background-color: #418ecd;
}

.reports-sec .reports-item:nth-child(6n + 5) {
  	width: 60%;
	background-color: #004984;
}
.reports-sec .reports-item:nth-child(6n + 6){
  	width: 50%;
	background-color: #418ecd;
}

 .reports-inner{
    width: 100%;
  box-shadow: 0 2px 4px 0 #ccd0d9;
  border-radius: 15px;
  padding: 30px;
  min-height: 400px;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

 .reports-inner .reports-inner__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

 .reports-inner .reports-inner__search span{
	margin-top: 20px;
	padding: 0 22px;
	text-align: center;
  font-weight: 500;
  color: var(--blue);
}

 .reports-inner .reports-inner__search input[type="email"], input[type="password"], input[type="text"], input[type="textbox"] {
	font-size: 14px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #15355d;
}

 .reports-inner .mimt__head {
	margin-bottom: 20px;
    margin-inline-start: 25px;
}
.reports-month .reports-inner__content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	direction: rtl;
  font-family: var(--siteFont);
}
.reports-month .reports-inner__content table thead {
	background-color: #e9f6ff;
	color: #112b88;
}
.reports-month .reports-inner__content table th, td {
	border: none;
	padding: 12px;
	text-align: center;
	font-size: 15px;
	border-radius: 0;
}
.reports-month .reports-inner__content table tr:nth-child(2n) {
	background-color: #f2f2f2;
}
.reports-inner .reports-inner__item {
	display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  gap: 35px;
  transition: 0.3s;
}
.reports-inner .reports-inner__item:hover{
  background-color: #052049 !important;
  color: #fff;
}
.reports-inner .reports-inner__item:nth-child(odd){
  background-color: #d7d6d6;
}
.reports-inner .reports-inner__item:nth-child(even){
  background-color: #f2f2f2;
}

.reports-inner .reports-inner__list {
	padding: 0;
}

.reports-inner .reports-inner__item:last-child{
    border-bottom: none;
}

.reports-inner .reports-inner__title{
  font-weight: 500;
}
.reports-calender .calendar {
      width: 400px;
      border: 1px solid rgba(43, 84, 129, 0.2);
    box-shadow: 0px 4px 2.5px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    }

.reports-calender .calendar-header {
      text-align: center;
      font-weight: bold;
      padding: 10px;
    }

.reports-calender .calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      text-align: center;
    }

.reports-calender .calendar-grid .day-name {
      background: #15355d;
      color: #fff;
      padding: 8px 0;
      font-weight: bold;
    }

.reports-calender .calendar-grid .day {
      padding: 10px 0;
      border: 1px solid #c6daf3;
    }

.reports-calender .calendar-grid .empty {
      border: 1px solid #eee;
    }
    .reports-calender {
	display: flex;
	gap: 45px;
  flex-wrap: wrap;
}


@media (min-width: 1200px) and (max-width: 1367.98px){
    .shafaf-sec .shafaf-sec__banner {
	height: 360px;
}
.assistants-sec .managers-cell {
	width: calc(20% - 20px);
}
}

@media (max-width: 1199.98px){
     .shafaf-sec .shafaf-sec__banner {
	height: 300px;
}
.shafaf-sec .shafaf-sec__container {
	grid-template-columns: repeat(2, 1fr);
}
.rules-sec .rules-sec__container {
	grid-template-columns: repeat(2, 1fr);
}
.assistants-sec .managers-cell {
	width: calc(25% - 20px);
}
.reports-sec .reports-sec__pic {
	position: relative;
	width: 320px;
	height: 320px;
	flex-shrink: 0;
}
}

@media (max-width: 991.98px){
.reports-sec .reports-sec__pic {
	position: relative;
	width: 210px;
	height: 210px;
	flex-shrink: 0;
}
.reports-sec__container {
	flex-direction: column;
}
.reports-sec .report-item__container {
	width: 100%;
	padding-top: 0;
}
    .shafaf-sec .shafaf-sec__banner {
	height: 200px;
}
.assistants-sec .managers-cell {
	width: calc(33.33% - 20px);
}
.assistants-details .assistants-details__gallery a img {
	width: 200px;
    height: 150px;
}
.assistants-details .assistants-details__gallery {
	flex-wrap: wrap;
}
.rules-details .rules-details__bottom {
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
}

@media (max-width: 767.98px){
    .shafaf-sec .shafaf-sec__banner {
	height: 150px;
    }
    .shafaf-sec .shafaf-sec__container {
        grid-template-columns: repeat(1, 1fr);
        height: 420px;
        overflow: scroll;
        padding-inline-end: 20px;
    }
    .shafaf-inner .shafaf-inner__header {
	align-items: flex-start;
	flex-direction: column;
}
.assistants-sec .managers-cell {
	width: calc(50% - 20px);
}
.assistants-details .assistants-details__gallery a img {
	width: 200px;
	height: 140px;
}
.rules-sec .rules-sec__container {
        grid-template-columns: repeat(1, 1fr);
        height: 420px;
        overflow: scroll;
        padding-inline-end: 20px;
    }
    .rules-inner .rules-inner__header {
	align-items: flex-start;
	flex-direction: column;
}
.rules-inner .rules-inner__item {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 15px;
	gap: 10px;
	flex-direction: column;
}
}

@media (max-width: 575.98px){
     .shafaf-sec .shafaf-sec__banner {
	height: 90px;
    }
    ul.breadcrumb {
	flex-wrap: wrap;
	gap: 10px;
}
.shafaf-inner .shafaf-inner__search {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.shafaf-details .shafaf-details__file {
	align-items: flex-start;
	flex-direction: column;
}
.managers-carousell {
	padding-inline-start: 15px;
}
.assistants-sec .flickity-page-dots {
	bottom: -30px !important;
	width: 90% !important;
}
.assistants-sec .managers-cell {
	width: calc(100% - 20px);
display: flex;
    justify-content: center;
    align-items: center;
}
.rules-inner .rules-inner__search {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rules-details .rules-details__file {
	align-items: flex-start;
	flex-direction: column;
}
.rules-details .rules-details__reference {
	flex-direction: column;
	align-items: flex-start;
}
.rules-details .rules-details__date {
	flex-direction: column;
	align-items: flex-start;
}
}


 .reports-sample{
    width: 100%;
  box-shadow: 0 2px 4px 0 #ccd0d9;
  border-radius: 15px;
  padding: 30px;
  min-height: 400px;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

 .reports-sample .reports-sample__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

 .reports-sample .reports-sample__search span{
	margin-top: 20px;
	padding: 0 22px;
	text-align: center;
  font-weight: 500;
  color: var(--blue);
}

 .reports-sample .reports-sample__search input[type="email"], input[type="password"], input[type="text"], input[type="textbox"] {
	font-size: 14px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #15355d;
}

 .reports-sample .mimt__head {
	margin-bottom: 20px;
    margin-inline-start: 25px;
}
.reports-month .reports-sample__content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	direction: rtl;
  font-family: var(--siteFont);
}
.reports-month .reports-sample__content table thead {
	background-color: #e9f6ff;
	color: #112b88;
}
.reports-month .reports-sample__content table th, td {
	border: none;
	padding: 12px;
	text-align: center;
	font-size: 15px;
	border-radius: 0;
}
.reports-month .reports-sample__content table tr:nth-child(2n) {
	background-color: #f2f2f2;
}
.reports-sample .reports-sample__item {
	display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  gap: 35px;
  transition: 0.3s;
}
.reports-sample .reports-sample__item:hover{
  background-color: #052049 !important;
  color: #fff;
}
.reports-sample .reports-sample__item:nth-child(odd){
  background-color: #d7d6d6;
}
.reports-sample .reports-sample__item:nth-child(even){
  background-color: #f2f2f2;
}

.reports-sample .reports-sample__list {
	padding: 0;
}

.reports-sample .reports-sample__item:last-child{
    border-bottom: none;
}

.reports-sample .reports-sample__title{
  font-weight: 500;
}