/* for pricing table */

.pricing-div {
    -webkit-font-smoothing: antialiased;
  }
  
  .section-pricing {
    
    color: #7a90ff;
    position: relative;
    -webkit-font-smoothing: antialiased;
  }

  .width-85{
    width:85% !important;
  }
  
  .pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
  }
  .pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
  }
  .pricing-action {
    color: inherit;
    border: none;
    background: none;
    font-family: "IranSans", sans-serif !important;
  }
  .pricing-action:focus {
    outline: none;
  }
  
  .pricing-feature-list {
    text-align: left;
  }
  
  .pricing-palden .pricing-item {
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
  }
  
  @media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
      margin: 1em -0.5em;
    }
  
    .pricing-palden .pricing__item--featured {
      margin: 0;
      z-index: 10;
      box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
  }
  .pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #122D4B;
    padding: 4em 0 9em;
    position: relative;
  }
  .pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
  }
  .pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
  }
  .pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  .pricing-palden .icon {
    font-size: 2.5em;
  }
  .pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: normal;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
    text-align: center;
  }
  .pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
  }
  .pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
  }
  .pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
  }
  .pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
  }
  .pricing-palden .pricing-feature {
    padding: 1em 0;
    text-align: center;
    font-family: "IranSans", sans-serif !important;;
  }
  .pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #122D4B;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-align: center;
  }
  .pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
    background-color: #100A13;
  }
  
  .pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
  }

  .pricing-premium{
    background-color: #0077D5 !important;
  }





  /* For product details  */
  .p-h1,
	.p-h2,
	.p-h3,
	.p-h4,
	.p-h5,
	.p-h6 {
	    margin: 0 0 5px 0;
	    text-transform: none;
	    color: #0077D5; 
	    font-weight: 600;
	    letter-spacing: 1px;
	    
	}

	.gray{
		color: #a5a5a5;
	}

	.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff #0077D5 #0077D5; 
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
       -moz-transition: border-color .2s ease-in-out;
            transition: border-color .2s ease-in-out;
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
	}


	.services-item{
	    background: #f9f9f9;
	    padding: 30px 20px 20px;
	    margin: 15px 0;
	    position: relative;
	    color: #fff;
	    overflow: hidden;
	     -webkit-transition: background .5s ease-in-out;
	        -moz-transition: background .5s ease-in-out;
	             transition: background .5s ease-in-out;
	}

	.services-item h4{
	    margin: 0 0 10px 0;
	    padding: 0;
	    font-size: 20px;
	    font-weight: 600;
	    -webkit-transition: all .5s ease-in-out;
	       -moz-transition: all .5s ease-in-out;
	            transition: all .5s ease-in-out;
	}


	.services-item p{
	    padding: 0;
	    margin: 0;
	    color:#999;
	    font-size: 16px;
	     -webkit-transition: all .2s ease-in-out;
	        -moz-transition: all .2s ease-in-out;
	             transition: all .2s ease-in-out;
	}


	.services-item i{
	    color: #0077D5 !important; 
	    padding: 0 !important;
	    margin: 0 0 10px 0 !important;
	     -webkit-transition: all .2s ease-in-out !important;
	        -moz-transition: all .2s ease-in-out !important;
	             transition: all .2s ease-in-out !important;
	}

	.services-item:hover{
	    background:#0077D5; 
	     -webkit-transition: background .2s ease-in-out;
	        -moz-transition: background .2s ease-in-out;
	             transition: background .2s ease-in-out;
	}


	.services-item:hover h4{
	    color:#fff;
	            transform: translate(0,-5px);
	     -webkit-transform: translate(0,-5px);
	          -o-transform: translate(0,-5px); 
	        -moz-transform: translate(0,-5px);
	     -webkit-transition: all .3s ease-in-out;
	        -moz-transition: all .3s ease-in-out;
	             transition: all .3s ease-in-out;
	}

	.services-item:hover p{
	    color:#fff;
	            transform: translate(0,-10px);
	     -webkit-transform: translate(0,-10px);
	          -o-transform: translate(0,-10px); 
	        -moz-transform: translate(0,-10px);
	     -webkit-transition: all .2s ease-in-out;
	        -moz-transition: all .2s ease-in-out;
	             transition: all .2s ease-in-out;
	}

	.services-item:hover i{
	    color:#fff !important;
	            transform: translate(0,-5px) !important;
	     -webkit-transform: translate(0,-5px) !important;
	          -o-transform: translate(0,-5px) !important; 
	        -moz-transform: translate(0,-5px) !important;
	     -webkit-transition: all .2s ease-in-out !important;
	        -moz-transition: all .2s ease-in-out !important;
	             transition: all .2s ease-in-out !important;
	}

	.services-item:hover:before{
	    border-color: #fff #fff #a5a5a5 #a5a5a5;
	    -webkit-transition: border-color .2s ease-in-out;
	       -moz-transition: border-color .2s ease-in-out;
	            transition: border-color .2s ease-in-out;
	}

.pricing-services{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding:20px;
  border-radius: 0.75rem;
}

.header_download_btn{
  background-color: transparent;
  border: 1px solid hsla(0,0%,100%,.9);
  color: white;
  margin: 5px !important;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 5px 10px !important;
  transition: .3s ease-in-out;;
}

.header_download_btn:hover{
  background-color: hsla(0,0%,100%, .2);
  border: 1px solid hsla(0,0%,100%,.9);

}

  /*   custom  */
  @media only screen and (max-width: 980px) {
    .col-customers-sidebar {
    width: 33%!important;
    }

    .header_download_btn{
      background-color: #0f2741;
      color: white;
      margin: 5px !important;
    }

    .green_btn{
      margin: 5px !important;
    }
    .customers-sidebar{
      justify-content: space-around;
    }
    .services-content{
      min-height:300px;
    }
    .hide-in-mobile{
      display: none;
    }

    .header_download_btn:hover{
      background-color: #0077d5 !important; 
    
    }
    
  }
 
  .states{
    height: 150px;
    overflow: auto;
    border: 1px inset;
    border-radius: 0.75rem;
    padding: 10px;
  }

  .switch-checkbox {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: rgba(0, 0, 0, 0);
    /* Not removed via appearance */
    margin: 0;
    position: relative;
    -webkit-border-radius: 0;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 16px;
    border-radius: 15.5px;
    background-color: #e9e9ea;
    transition: background-color 250ms;
    vertical-align: middle;
    cursor: pointer;
  }
  @media (prefers-reduced-motion) {
    input[type=checkbox] {
      transition: none;
    }
  }
  @media (prefers-color-scheme: dark) {
    input[type=checkbox] {
      background-color: #39393d;
    }
  }
  .switch-checkbox:before {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 15.5px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 12px;
    background-color: white;
    transition: all 200ms;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
  @media (prefers-reduced-motion) {
    .switch-checkbox:before {
      transition: none;
    }
  }
  .switch-checkbox:checked {
    background-color: #35c759;
  }
  @media (prefers-color-scheme: dark) {
    .switch-checkbox:checked {
      background-color: #2ed158;
    }
  }
  .switch-checkbox:checked:before {
    left: 22px;
  }
  .switch-checkbox:disabled {
    background-color: #efefef;
  }
  @media (prefers-color-scheme: dark) {
    .switch-checkbox:disabled {
      background-color: #1e1e1e;
    }
  }
  .switch-checkbox:disabled:before {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .switch-checkbox:disabled:checked {
    background-color: #b7dec0;
  }
  @media (prefers-color-scheme: dark) {
    .switch-checkbox:disabled:checked {
      background-color: #243f2a;
    }
  }
  .switch-checkbox + label {
    vertical-align: middle;
  }

  .h6-custom{
    font-weight: 600 !important;
  }

  @media only screen and (max-width: 980px){
    
    .blog-width{
      max-width: 100% !important;
    }

    .service-featured{
      height: 100% !important;
    }
  }

  .card-custom{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 3px;
    padding: 10px;
  }

  .home-second-search-button{
    border-left: 0px !important;
    border-radius: 0px !important;
    background-color: #7CC305 !important;
  }

  .bx-bot:before {
    content: "" !important;
}
.bx-bot:after {
  content: "\e9fa" !important;
}

.img-width-100{
  width: 100%;
}

.width-100{
  width: 100%;
}

a{
  font-family: "IranSans", sans-serif !important;
}
p{
  font-family: "IranSans", sans-serif !important;
}
span{
  font-family: "IranSans", sans-serif !important;
}

.btn{
  padding: 8px 10px !important;
  border-radius: .25rem !important;
  border: none !important;
  margin: 0 5px;
  
}

.green_btn, .btn-success{
  border-radius: .25rem;
  background-color: #7CC305 !important;
  text-align: center;
  align-self: center;
  transition: .3s ease-in-out;
  color: white !important;
}

.green_btn:hover, .btn-success:hover{
  transition: .3s ease-in-out;
  border-radius: .25rem;
  background-color: hsl(102, 98%, 34%) !important;
  text-align: center;
  font-weight: normal !important;
}

.btn-primary{
  background-color: #0077d5 !important;
  color: white !important;
}

.btn-primary:hover{
  transition: .3s ease-in-out;
  border-radius: .25rem;
  background-color: #0363ad !important;
  text-align: center;
  font-weight: normal !important;
}

.light_transparent_btn{
  border: 1px solid hsla(0,0%,100%,.9);
  border-radius: .25rem;
  background-color: transparent;
  text-align: center;
  padding: 5px 10px !important;
  align-self: center;
  transition: .3s ease-in-out;
}

.light_transparent_btn:hover{
  background-color: rgba(177, 212, 224, 0.3);
  border: 1px solid hsla(0,0%,100%,.9);
  transition: .3s ease-in-out;
}


.load-container {
  position: relative;
  display: inline-block;
  height: 130px;
  overflow: hidden;
  letter-spacing: normal;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.linespinner {
  width: 10px;
  height: 30px;
  background: #74a4ff;
  position: relative;
  animation: linespinner 1s ease-in-out infinite;
  animation-delay: 0.4s;
  border-radius: 8px;
}
.linespinner:after,
.linespinner:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  background: #74a4ff;
  animation: linespinner 1s ease-in-out infinite;
}
.linespinner:before {
  right: 18px;
  animation-delay: 0.15s;
}
.linespinner:after {
  left: 18px;
  animation-delay: 0.6s;
}

@keyframes linespinner {
  0%,
  100% {
    background-color: #74a4ff;
    box-shadow: 0 0 0 #74a4ff, 0 0 0 #74a4ff;
  }
  50% {
    background-color: #0052ec;
    box-shadow: 0 -15px 0 #0052ec, 0 15px 0 #0052ec;
  }
}


.ltr{
  direction: ltr !important;
  font-family: system-ui !important;
  text-align: left !important;
}

.rtl {
  direction: rtl !important;
  text-align: right !important;
}

.float-left{
  float: left !important;
}

.float-right{
  float: right !important;;
}


code *{
  font-family: system-ui !important;
  text-align: left !important;
  direction: ltr !important;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

.font-weight-bold{
  font-weight: 800 !important;
}


.dashboard-box{
  background-image: url("../img/dashboard-back-1.jpg");
  padding:15px;
  border: 2px outset gray;
  border-radius: 0.75rem;
  color:white;
  padding-top:50px;
  padding-bottom:50px;
}

.dashboard-ul {
  list-style-type: none; /* حذف نقطه‌های پیش‌فرض */
  padding: 0; /* حذف پدینگ پیش‌فرض */
  display: flex; /* استفاده از flexbox برای قرار دادن عناصر کنار هم */
  justify-content: center; /* وسط چین کردن عناصر در محور اصلی */
  flex-wrap: wrap; /* اگر عناصر در یک خط جا نشوند، به خط بعدی منتقل می‌شوند */
}

.dashboard-ul li {
  margin: 10px; /* اضافه کردن فاصله بین عناصر */
  border: 1px solid #fff; /* اضافه کردن کادر دور هر عنصر */
  padding: 10px; /* اضافه کردن فضای داخلی به عناصر */
  border-radius: 5px; /* دادن گوشه‌های گرد به کادر */
  background-color: rgba(255, 255, 255, 0.4); /* پس‌زمینه زرد با شفافیت 60% */
  color: #000; /* رنگ متن سیاه */
  font-weight: bold;
  width: 270px;
  font-size:14px;
  text-align: center;
}

.btn-dashboard{
  background-color: rgba(255, 255, 0, 0.6) !important; /* پس‌زمینه زرد با شفافیت 60% */
  color: #000 !important; /* رنگ متن سیاه */
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .btn-dashboard{
    width:400px;
  }
} 

.font-16{
  font-size:16px;
}