.bold, .btn-class {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.medium {
  font-weight: 500 !important; }

.extrabold {
  font-weight: 800 !important; }

.light {
  font-weight: 300 !important; }

.thin {
  font-weight: 10 !important; }

.dana, .btn-class {
  font-family: dana !important; }

.font-size20 {
  font-size: 20px; }

.font-size25 {
  font-size: 25px; }

.font-size35 {
  font-size: 35px; }

.font-size46 {
  font-size: 46px; }

.font-size15 {
  font-size: 15px; }

.font-size16 {
  font-size: 16px; }

.font-size17 {
  font-size: 17px; }

.font-size18 {
  font-size: 18px; }

.font-size-1-75em {
  font-size: 1.75em; }

.font-size-1-5em {
  font-size: 1.5em; }

.text-black-2 {
  color: #a5a3a3; }
.text-red--1
{
  color: red !important
}
.text-red--1:focus
{
  color: red !important
}
.text-gray {
  color: gray; }

.text-white {
  color: white; }

.bg-black-1 {
  background-color: black; }

.bg-theme-color, .title-1 h1, .title-1 h2, .btn-class {
  background: #054a68; }

.bg-theme-red {
  background: #F81B84; }

.bg-theme-yellow {
  background: #ffc700; }

.bg-theme-yellow-2 {
  background: #f0eee2; }

.ui-checkbox-btn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 18px;
  background-color: rgba(255, 0, 0, 0.6);
  margin: 0 7px;
  cursor: pointer; }
  .ui-checkbox-btn input {
    display: none; }
  .ui-checkbox-btn .icon {
    display: inline-block;
    vertical-align: top;
    color: inherit; }
  .ui-checkbox-btn .text {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-size: 14px;
    line-height: 22px;
    padding-top: 2px;
    padding-left: 4px; }
  .ui-checkbox-btn.is-unchecked {
    border: 1px solid #d5f1fd;
    background-color: transparent;
    color: #d5f1fd;
    fill: #d5f1fd; }
  .ui-checkbox-btn.is-checked {
    border: 1px solid #43C0F6;
    background-color: #43C0F6;
    color: white;
    fill: white; }

.icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px; }
  .icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: auto; }

.is-checked .icon {
  color: white;
  fill: white; }

.ui-btn-ping {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .ui-btn-ping:before {
    content: "";
    transform: scale(0, 0);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.84); }

.do-ping .ui-btn-ping:before {
  transform: scale(2.5, 2.5);
  transition-duration: 0.35s;
  background-color: rgba(255, 255, 255, 0.08); }

.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: dana; }

img.banner {
  width: 100%;
  display: block;
  object-fit: cover; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.op-4 {
  opacity: 0.4; }

.title-1 {
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  direction: rtl; }
  .title-1 h1, .title-1 h2 {
    text-align: right;
    padding: 10px;
    display: table;
    color: #f0eee2; }

.social a {
  color: #f0eee2; }

.title-2 {
  border-bottom: 2px solid #054a68;
  display: table;
  padding: 10px;
  margin-bottom: 10px; }

#accordion {
  text-align: right; }
  #accordion .btn-link {
    color: black; }
    #accordion .btn-link:hover {
      text-decoration: none; }
    #accordion .btn-link:focus {
      text-decoration: none; }

#prog {
  text-align: right; }
  #prog .btn-link {
    color: black; }
    #prog .btn-link:hover {
      text-decoration: none; }
    #prog .btn-link:focus {
      text-decoration: none; }

.btn-class {
  display: block;
  padding: 10px;
  color: white;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .btn-class:hover {
    color: white;
    text-decoration: none;
    opacity: 1; }

.social-contain {
  width: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50%; }
  .social-contain:hover {
    text-decoration: none; }
  .social-contain:active {
    text-decoration: none; }

.card-header {
  background: #f0eee2; }

footer {
  background: radial-gradient(#08364a, transparent); }

header {
  width: 100%; }
  header .img-container {
    width: 100%; }
    header .img-container img {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
 

.subfooter {
  background: lightgrey;
  color: black;
  font-size: 9px; }
  .subfooter > a {
    color: black; }
    .subfooter > a:hover {
      color: black;
      text-decoration: none; }

.card-header h5 > button {
  width: 100%; }


.bg-gray
{
  background-color: whitesmoke
}
.bg-purple-1
{
  background-color: #7b8eff36
}


.bg-red-1
{
  background:radial-gradient(#00BCD4, #054a68);
}
 

.led-green {
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
  -webkit-animation: blinkGreen 1s infinite;
  -moz-animation: blinkGreen 1s infinite;
  -ms-animation: blinkGreen 1s infinite;
  -o-animation: blinkGreen 1s infinite;
  animation: blinkGreen 1s infinite;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
} 


@-webkit-keyframes blinkGreen {
    from { background-color: #ABFF00; }   
    50% {background-color: #3d9406;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #3d9406 0 -1px 9px, #ABFF00 0 2px 0;}
    to { background-color: #ABFF00; }
}
@-moz-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% {background-color: #3d9406;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #3d9406 0 -1px 9px, #ABFF00 0 2px 0;}
    to { background-color: #ABFF00; }
}
@-ms-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% {background-color: #3d9406;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #3d9406 0 -1px 9px, #ABFF00 0 2px 0;}
    to { background-color: #ABFF00; }
}
@-o-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% {background-color: #3d9406;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #3d9406 0 -1px 9px, #ABFF00 0 2px 0;}
    to { background-color: #ABFF00; }
}
@keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% {background-color: #3d9406;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #3d9406 0 -1px 9px, #ABFF00 0 2px 0;}
    to { background-color: #ABFF00; }
}
.bg-black-1
{
      background: radial-gradient(#607D8B, transparent);
}
.social-title
{
      bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.font-size11
{
  font-size: 11px
}
.whatsapp-color
{
  color: #00df72
}
.bg-aparat
{
 background-color:  #cacaca
}
.color-insta
{
   color: #dd4170;
}

@media only screen and (min-width: 991px) 
  {

/*    .img-container  
    {
      height: 250px;
    }*/

  }
#accordion-az .btn-link
{
  text-decoration: none;
  color: black;

}

#result
{
  width: 50%;
  margin: auto;
  padding: 15px;
}
#result   input
{
  font-size: 13px !important;
  text-align: center;
  border-radius: 0.25px 0 0 0.25px
}

#result   input[type="submit"]
{
  border-radius: 0.25rem 0 0 0.25rem;
  border: 1px solid
}
#result   input
{
  border-radius: 5px; 
  border: 1px solid;
  margin-left: 5px;
}

table
{
    border: 1px solid black;
    border-collapse: collapse;
    margin: auto;
    text-align: center;
    direction: rtl;
    background: white;
}
td,tr,th
{
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 11px;
    font-weight: 300;
    font-size: 1.18em
}


#alert
{
  width: 50%;
}
@media only screen and (max-width: 600px) {
    .title-1 h1, .title-1 h2 {
        padding: 5px;
        font-size: 15px; }

    #aparat {
        width: 20px; }

    .social-contain {
        width: 40px;
        height: 40px; }
    .social-contain .fa-2x {
        font-size: 20px; }


    #result
    {
      width: 100%;
    }

    #alert
      {
        width: 90%;
      }

}
.select
{
  background-color: lightgreen;

}
.az .btn-class
{
   background: radial-gradient(#118dc3, black)
}
#aparat-video
{
  width: 70%;
  margin: auto;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
       text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
@media only screen and (max-width: 768px) 
  {

    #aparat-video
      {
        width: 95%;
      }

  }
  
        .text-white
         {color: #fff;}
       #hamgam-btn
            {
              background-color: #4aa3df; 
              color:white; 
              text-decoration: none;

            }


#hamgam-section
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}  
#hamgam-section>div
{
  background: rgb(0 126 167 / 19%);
  padding: 28px;
  margin: 10px;
  color: #190404;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px #cc0000;
  min-width: 250px;
  min-height: 184px;
  direction: rtl;
}
.red
{
  color: #cc5f5f !important
}
@media only screen and (min-width: 991px) 
  {

    .swiper-slide {
      width: 270px !important;
    }
    .swiper-slide  img{
      height: 100%;
      object-fit: cover;

    }


  }
 
#profile-pic img
{
  width: 100%
}
#profile-pic
{
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #051ca24d;
  box-shadow: 0px 0px 2pt 2pt white;
  overflow: hidden;
}
#profile-title
{
    color: #051ca2;
    font-size: 22px;
    font-weight: 800;
}
.cart
{
  background-color: #051ca2;
  min-height: 150px;
  width: 150px;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  color: white;
  margin: auto;
}
a.cart,a.cart:hover,a.cart:focus
{
  color: white;
  text-decoration: none;
}
 .cart:hover
{
  opacity: .7

 }

.bottom-bar
{
    position: fixed;
    bottom: 0;  
    width: 100%;
    border-top: solid 1px #8080804f;
    background: white;
    z-index: 2;
    padding: 8px 3px 8px;
}
.bottom-bar a
{
  text-decoration: none;
  color: #808080b5;
  margin: 0 35px;
  font-size: 12px;
}
.bottom-bar p
{
  font-size: 9px;
}

fieldset
{
    width: 100%;
    display: flex;
    text-align: right;
    padding: 33px;
    border: 1px solid #b3b3b3;
}
legend
{
  width: auto;
  font-size: 13px;
  color: gray
}
 

.card-body > a
  {
    margin: 7px ;
  }
.bg-brown--1
{
  background-color: #24246a
}
.color-white
{
  color: white
}
.hover-style--01:hover
{
  background-color: #17427c30;
  color: #17427c;
}
}
.red-1
{
	color: #ff0808 !important
}
.pcalBtn
{
  position: absolute;
  top: 9px;
  left: 0;
}
.text-st-1
{
  font-size: 18px;
 
}

    
 button {
     font-size: calc(12px + (16 - 12) * ((100vw - 360px) / (1600 - 300))) !important
 }

 

 button:focus {
     box-shadow: none !important;
     outline-width: 0
 }

 .card {
     border-radius: 12px;
     width: calc(500px + 10 * ((100vw - 320px) / 680));
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8)
 }

 .card-header {
     border-radius: 12px !important
 }

 .modal-body .btn-danger {
     border-radius: 11px;
     box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2)
 }

 .btn-light {
     background: transparent !important;
     border: 0px !important
 }

 .btn-light:hover {
     border-color: #fff !important
 }

 .btn-light:active {
     border-color: #fff !important
 }

 @media (max-width: 526px) {
     .card {
         width: unset
     }
 }

 

 .modal-content {
     background: transparent !important
 }

 .unstyled
 {
  text-decoration: none;
 }

 .unstyled:hover
 {
  text-decoration: none;
 }

 .card
 {
  width: 100%;
  border-radius: 0 !important
 }
 .card-header
 {
  border-radius: 0 !important
 }
/* .container {
    padding-bottom: 64px;
}*/
.bg-blue
{
  background-color: #17427c;
}
.flex-2
{
  flex: 2;
}
.font-12
{
  font-size: 12px;
}
.frame-1
{
  border: 1px solid gray;
  padding: 9px;
  background: #f3f3f3;
  font-size: 12px !important;
  margin-bottom: 3px
}
.p-9
{
   padding: 9px;
}


@media only screen and (min-width: 900px) {
  .content-1
  {
    width: 900px;
    margin: auto !important;
    box-shadow: 0 0 28px -19px grey;  

  }

}


@media only screen and (max-width: 900px) {
  .w-xs-100
  {
    width: 100% 
  }
  .frame-1
  {
    margin-bottom: 5px
  }


}

.pl-10
{
  padding-left: 10em;
}


.flex-1
{
  flex:1;
}
#resultTable tr:nth-child(odd)
{
  background-color: #f9f9f9
}
#resultTable th
{
  background-color: #80808036
}
#not
{
  border: 1px solid;
  text-align: center;
  margin-right: auto;
  display: flex;
  width: 86px;
  justify-content: center;
}
#reportTable td
{
  padding: 5px
}
#reportTable td,#reportTable th,#reportTable tr
{
  border: 1px solid gray !important;
  font-family: 'dana'
}
.dontpay
  {
     background-color: #ffc5c5;
  }

@media print{
 
#print_hide
{
  display: none;
}
  
   label,.hideOnPrint
  {
    visibility: hidden;
  }
   
 
/*  tr,td
  {
     -webkit-print-color-adjust: economy;
     background-color: #ffc5c5 !important;
  }
  */

  
  .navbar,#btn
  {
    display: none;
  }
  *{
    overflow: 
  }
}
html
{
  overflow: visible !important;
}

.rtl
{
  direction: rtl;
}

aside
{
    width: 17%;
    background: #f8f9fa;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
}

aside a
{
  color: black;
  padding-top: 7px;
  padding-bottom: 7px;
}
#parentBox
{
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-style: solid;

}
#parentBox div
{
  width: 35%;
  font-size:  0.8em ;
}
.fontsize-1
{
	font-size: 1.2em !important
}
.bold
{
	font-weight: 800
}

    body
    {
      font-family: dana !important;
    }
    .paginate_button
    {
      display: inline-block;
        padding: 5px 12px;
        background: #17a2b8;
        margin: 4px;
        border-radius: 8px;
        color: #f8f9fa;

    }
    .paginate_button:hover
    {
      color: whitesmoke;
      text-decoration: none;
      cursor: pointer;
    }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  top: 34px;
  right: -45px;
}
.dropdown-content:hover
{

    display: block;

}
.dropdown:hover .dropdown-content {
  display: block;
}

#yearDetail select{
  border: 0 !important;
}