#rss{
  background-color: orange;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 7px;
  margin: 10px;
  font-size: small;
  position: fixed;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 1;
}

#rss:hover{
  background-color: rgb(214, 141, 6);
  color: #fff;
  transition: all 0.4s;
}

#rss .fa-comment{
  margin-left: 7px;
}

.top-logo {
  display: flex;
  justify-content: center;
  margin: 45px 0 35px 0;
}

.top-logo img {
  height: 70px;
}




#first-navbar {
  margin: 0 0 5px 0;
  color: #ff0;
  padding-top: 10px;
  background-color: #554649;
  border-radius: 6px;
  border: 1px solid #ccc;
  cursor: grab;
}

#first-navbar span {
  color: green;
  margin: 0 10px;
}












.slider {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #969696;
}

.slider img {
  width: 100%;
}


.square-service-block {
  position: relative;
  overflow: hidden;
  margin: 15px auto;
}

.square-service-block a {
  background-color: #554649;
  opacity: 0.6;
  border: 2px solid #969696;
  border-radius: 10px;
  display: block;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  transition: all .4s ease;
  /*aspect-ratio: 1;*/
}

.ssb-icon {
  color: #fff;
  display: inline-block;
  margin: 0 0 20px;
  transition: all 1s ease;
  font-size: 3rem;
}

h2.ssb-title {
  color: #fff;
  font-size: 2.2vh;
  font-weight: 200;
  margin: 0;
  padding: 0;
  transition: all 1s ease;
}

.square-service-block a:hover {
  cursor: pointer;
  opacity: 1;
}

.square-service-block a:hover .ssb-icon {
  color: #fff;
  transform: scale(1.1);
  transition: all .4s ease;
}

.square-service-block a:hover .ssb-title {
  color: #fff;
  transition: all .4s ease;
  font-weight: 900;
}

.swal2-input{
  direction: ltr;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


.eghamat-link img{
  width: 80%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}