html {
  font-size: 14px;
  background-color: #f5f5f5;
  font-family: Vazirmatn !important;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

header {
  z-index: 1041;
  position: relative;
}

header .container {
  padding: 1rem;
}

.mobile-header-button {
  border: 1px solid rgb(197, 197, 197);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  height: 35px;
  width: 35px;
  margin-left: 8px;
  font-size: 22px;
  color: rgb(161, 161, 161);
  cursor: pointer;
  display: none;
}

.mobile-header {
  display: none;
}
.desktop-header {
  display: block;
}

.mobile-header-content {
  height: 80vh;
  display: flex;
}

.mobile-header-categories {
  border-left: 1px solid gray;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-header-categories .item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-align: center;
  gap: 8px;
}

.mobile-header-categories .item h6 {
  font-size: 12px;
  font-weight: bold;
}

.mobile-header-categories .item img {
  width: 35px;
  filter: grayscale(100%);
  border-radius: 50%;
}

.mobile-header-categories .item.active img {
  width: 35px;
  filter: grayscale(0%);
}
.mobile-header-categories .item.active {
  background-color: rgb(252, 204, 169);
}

.mobile-header-services {
  width: 100%;
  height: 100%;
}

.accordion {
  direction: ltr;
  border: none !important;
}

.accordion__button {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: transparent !important;
  padding: 0 10px !important;
}

.accordion__button::before {
  border: none !important;
  content: "+" !important;
  transform: rotate(0) !important;
  font-size: 29px;
  height: auto !important;
  width: auto !important;
}

.accordion__button[aria-expanded="true"]::before {
  content: "-" !important;
}
.accordion__button[aria-expanded="true"] {
  color: rgb(253, 119, 23);
}

.accordion__panel {
  direction: rtl !important;
  padding: 0 10px !important;
}

.accordion__item + .accordion__item {
  border: none !important;
}

.nav-modal {
  top: 45px;
}

.nav-hight {
  height: 400px;
  overflow-y: auto;
}

.app-logo {
  width: 70px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.btn {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-secondary {
  background-color: white;
  border: 1px solid rgb(179, 179, 179);
  color: rgb(179, 179, 179);
}

.text-gray {
  color: rgb(122, 122, 122);
}

.f-14 {
  font-size: 14px;
}

.clickable {
  cursor: pointer;
}

.nav-custom-item,
.sub-category-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  border-radius: 8px;
  padding: 8px;
}

.nav-custom-item img {
  height: 30px;
  aspect-ratio: 1/1;
}

.nav-custom-item span {
  color: black;
}

.nav-custom-item:hover,
.nav-custom-item.active {
  background-color: rgb(238, 238, 238);
}

.sub-category-item i {
  font-size: 8px;
}

.sub-category-item:hover,
.sub-category-item.active {
  background-color: rgb(238, 238, 238);
  color: #00bda4;
}

.h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.section-small {
  max-width: 790px;
  width: 100%;
}

.home-search-holder {
  height: 90px;
  background-color: white;
  border-radius: 40px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  display: flex;
  align-items: center;
  padding: 18px;
  gap: 12px;
}

.home-search-holder input {
  border: none;
  outline: none;
}

.category-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  justify-content: center;
}

.category-holder.sm {
  gap: 60px;
}

.home-category {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  color: black;
}

.home-category.sm {
  width: 60px;
  gap: 8px;
}

.home-category .image-holder {
  background-color: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.home-category.sm .image-holder {
  padding: 8px;
}

.home-category .image-holder img {
  width: 100%;
  aspect-ratio: 1/1;
}

.home-category.sm .image-holder img {
  filter: grayscale(100%);
}

.home-category.sm.active .image-holder img {
  filter: grayscale(0%);
}

.home-category span {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}

.home-category:hover img {
  opacity: 0.7;
}

.home-slider {
  direction: ltr;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.slick-slide img {
  border-radius: 12px;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInByaWNpbmcuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsZ0JBQWdCO0NBQ2pCO0FBQ0Q7RUFDRTtJQUNFLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0UsaUJBQWlCO0NBQ2xCOztBQUVEO0VBQ0UsaUJBQWlCO0NBQ2xCOztBQUVEO0VBQ0UsaUJBQWlCO0NBQ2xCOztBQUVELGNBQWMsOEJBQThCLEVBQUU7QUFDOUMsaUJBQWlCLGlDQUFpQyxFQUFFOztBQUVwRCxjQUFjLCtDQUErQyxFQUFFIiwiZmlsZSI6InByaWNpbmcucnRsLmNzcyIsInNvdXJjZXNDb250ZW50IjpbImh0bWwge1xuICBmb250LXNpemU6IDE0cHg7XG59XG5AbWVkaWEgKG1pbi13aWR0aDogNzY4cHgpIHtcbiAgaHRtbCB7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICB9XG59XG5cbi5jb250YWluZXIge1xuICBtYXgtd2lkdGg6IDk2MHB4O1xufVxuXG4ucHJpY2luZy1oZWFkZXIge1xuICBtYXgtd2lkdGg6IDcwMHB4O1xufVxuXG4uY2FyZC1kZWNrIC5jYXJkIHtcbiAgbWluLXdpZHRoOiAyMjBweDtcbn1cblxuLmJvcmRlci10b3AgeyBib3JkZXItdG9wOiAxcHggc29saWQgI2U1ZTVlNTsgfVxuLmJvcmRlci1ib3R0b20geyBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U1ZTVlNTsgfVxuXG4uYm94LXNoYWRvdyB7IGJveC1zaGFkb3c6IDAgLjI1cmVtIC43NXJlbSByZ2JhKDAsIDAsIDAsIC4wNSk7IH1cbiJdfQ== */

.slick-dots {
  bottom: 10px !important;
}

[dir="rtl"] .slick-prev {
  right: 10px !important;
  left: auto;
  z-index: 99 !important;
}

[dir="rtl"] .slick-next {
  left: 10px !important;
  right: auto;
  z-index: 99 !important;
}

.home-banners {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 94%;
}

.home-banners img {
  flex-grow: 1;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.dir-ltr {
  direction: ltr;
}

.ads-holder {
  width: 100%;
  margin-top: 80px;
}

.ad-item {
  padding-left: 8px;
  padding-right: 8px;
}

.ad-item-inner {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.ad-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.ad-item .ad-caption {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.ad-item .span {
  color: gainsboro;
}
.ads-holder .slick-slider {
  height: 190px;
}

.ad-item .overlay {
  position: absolute;
  display: none;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.ad-item:hover .overlay {
  display: block;
}

.sub-category-holder {
  margin-top: 50px;
  padding: 26px;
  background-color: white;
  border-radius: 8px;
  border: 0.5px solid gray;
}

.home-sub-category-items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-sub-category-item {
  width: 130px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: black;
}

.home-sub-category-item:hover img {
  opacity: 0.7;
}

.home-sub-category-item img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.home-sub-category-item span {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

.services-holder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home-service-item {
  margin-top: 6px;
  background-color: rgb(245, 245, 245);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgb(245, 245, 245);
  cursor: pointer;
  color: black;
}
.home-service-item img {
  width: 70px;
  aspect-ratio: 1/1;
}

.home-service-item:hover {
  border: 1px solid green;
}

.group {
  position: relative;
  margin-top: 45px;
}

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: 1px solid gray;
  border-radius: 12px;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

.group label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.required {
  color: red;
}

.form-control {
  border-radius: 8px;
}

input:focus ~ label,
input:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #5264ae;
  background-color: white;
}

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

/* active state */

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.otp-holder {
  display: flex;
  gap: 12px;
  justify-content: center;
  direction: ltr;
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
}

.question-values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.question-value-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border: 1px solid rgb(230, 230, 230);
  padding: 18px 8px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 24px;
}

.question-value-item.column {
  position: relative;
  flex-direction: column;
  padding: 0;
  padding-bottom: 12px;
  border: 3px solid rgb(211, 211, 211);
  overflow: hidden;
}

.question-value-item.column.active {
  border-color: rgb(250, 96, 96);
}
.question-value-floating-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 20px;
  height: 20px;
  background-color: rgb(250, 96, 96);
  border-radius: 50%;
}

.question-value-image {
  width: 100%;
  aspect-ratio: 1/1;
}

.question-value-item:hover,
.question-value-item.active {
  background-color: rgb(230, 230, 230);
}

.question-value-item.active .question-value-circle {
  background-color: #00bda4;
}

.flex-1 {
  flex-grow: 1;
}

.g-12 {
  gap: 12px;
}

.question-value-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid gray;
}

.number-question {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid gray;
  height: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.number-question button,
.number-question input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.number-question button:hover {
  background-color: rgb(240, 240, 240);
}

.number-question button:focus {
  outline: none;
}

.number-question input {
  width: 70px;
  text-align: center;
}

/* Horizintal scroll */

.item-slider-container .item-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.item-slider {
  padding: 0px 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.item-slider .item-container {
  display: inline-flex;
  justify-content: flex-start;
  overflow-x: scroll;
  padding: 0px 5px;
  width: 96%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  scroll-behavior: smooth;
  gap: 6px;
}

.item-slider::-webkit-scrollbar {
  display: none;
}

.item-slider .item-container span {
  margin: 0px 10px;
}

.item-slider .item-container::-webkit-scrollbar {
  display: none;
}

.item-slider .left-arrow-left {
  position: absolute;
  left: 15px;
  cursor: pointer;
  z-index: 1;
}

.item-slider .right-arrow-right {
  position: absolute;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}

.right-arrow-right > svg,
.left-arrow-left > svg {
  color: #c3c3c1;
}

.right-arrow-right svg:hover,
.left-arrow-left svg:hover {
  color: #5b5b5b;
  border-radius: 50%;
}

/* Card item styles */
.item-container .card {
  border: unset;
}

.item-container .card-title {
  font-size: 14px;
  font-weight: normal;
}

.item-container .card span {
  padding: 0;
  margin: 0;
}

.item-container .card .mrp-price {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.item-container .card .save-price {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--sp-exam-button-color);
}

.item-container .card .actual-price {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.date-header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75px;
  padding: 8px;
  flex: 0 0 auto;
}

.date-header-item:hover,
.date-header-item.active {
  color: #00bda4;
  cursor: pointer;
}

.date-header-item h6 {
  font-weight: bold;
  font-size: 16px;
}

.date-header-item span {
  font-size: 14px;
}

/* end */

.time-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.time-holder span {
  width: 210px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 35px;
  border: 1px solid rgb(221, 221, 221);
  cursor: pointer;
}

.time-holder span.active {
  background-color: #00bda46c;
  border-radius: 1px solid #00bda4;
}

.addresses-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.address-circle {
  width: 16px;
  height: 16px;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 50%;
}

.address-item {
  border: 1px solid rgb(211, 211, 211);
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.address-item.active .address-circle {
  background-color: #00bda4;
}

.summary-holder {
  display: flex;
  flex-direction: column;
  color: black;
}

.summary-item {
  display: flex;
}
.summary-item-title {
  width: 200px;
  color: rgb(170, 170, 170);
}

.w-300 .dropdown-menu {
  width: 240px;
}

.profile-dropdown-header {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.profile-dropdown-item {
  margin-top: 4px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgb(131, 131, 131);
  cursor: pointer;
  border-radius: 12px;
  padding: 8px;
}

.profile-dropdown-item:hover {
  background: rgb(235, 235, 235);
}

.profile-dropdown-item i {
  color: #00bda4;
}

.g-24 {
  gap: 24px;
}
.header-nav-item {
  height: 40px;
  color: rgb(119, 119, 119);
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
.header-nav-item:focus {
  outline: none;
}

.header-nav-item:hover,
.header-nav-item.active {
  border-bottom: 3px solid black;
  color: black;
}

.empty-list-icon {
  width: 250px;
}

.f-bold {
  font-weight: bold;
  color: black;
}

.f-12 {
  font-size: 12px;
}

.btn.btn-round {
  border-radius: 30px;
  padding: 3px 20px;
}

.btn-danger.outlined {
  background-color: transparent;
  border: 1px solid red;
  color: red;
}

.btn-danger.outlined:hover {
  background-color: rgb(250, 96, 96);
  color: white;
}

.btn-primary {
  background-color: rgb(255, 106, 0);
  border-color: rgb(255, 106, 0);
}

.btn-primary:hover {
  background-color: white;
  color: rgb(255, 106, 0);
  border-color: rgb(255, 106, 0);
}

.btn-primary.outlined {
  background-color: transparent;
  color: rgb(255, 106, 0);
}

.btn-primary.outlined:hover {
  background-color: rgb(252, 149, 75);
  color: white;
  border-color: rgb(255, 106, 0);
}

.expert-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgb(255, 106, 0);
}

.card,
.modal-content {
  border-radius: 12px;
}

.second-header {
  position: relative;
  z-index: 0;
}

.profile-avatar {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid rgb(255, 106, 0);
}

.hidden {
  display: none;
}

.new-address-button {
  border: 2px dashed rgb(255, 106, 0);
  display: flex;
  font-size: 23px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 80px;
  color: rgb(255, 106, 0);
  border-radius: 12px;
}

.inline-map-holder {
  direction: ltr;
  position: "relative";
  height: "550px";
  border: 1px solid white;
  background-color: white;
  border-radius: 12px;
  width: 100%;
}

.text-primary {
  color: rgb(255, 106, 0) !important;
}

.media-upload-item {
  border-radius: 12px;
  position: relative;
  height: 180px;
  width: 100%;
  background-color: rgb(20, 20, 20);
  overflow: hidden;
}
.media-upload-item img {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  border-radius: 12px;
}

.media-upload-item .progress-holder {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.media-upload-item .success-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgb(247, 239, 5);
  background: linear-gradient(
    180deg,
    rgba(247, 239, 5, 0) 0%,
    rgba(0, 163, 49, 1) 150%
  );
  height: 70px;
}

.media-upload-item .cancel-holder {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.document-upload-item {
  border-radius: 12px;
  position: relative;
  height: 55px;
  width: 100%;
  background-color: white;
  overflow: hidden;
  border: 1px solid black;
  padding: 12px;
  display: flex;
  align-items: center;
}

.document-upload-item .file-title {
  margin-left: 70px;
  margin-right: 70px;
}

.document-upload-item .progress-holder {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.document-upload-item .success-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgb(247, 239, 5);
  background: linear-gradient(
    180deg,
    rgba(247, 239, 5, 0) 0%,
    rgba(0, 163, 49, 1) 150%
  );
  height: 30px;
}

.document-upload-item .cancel-holder {
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
}

.question-value-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgb(255, 106, 0);
}

.expert-profile-avatar {
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid rgb(255, 106, 0);
}

.g-34 {
  gap: 34px;
}

.post-grid-item {
  cursor: pointer;
  position: relative;
}

.post-grid-item .overlay {
  display: none;
}

.post-grid-item:hover .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.24);
}

.post-gallery-item {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.post-gallery-item img {
  max-width: 100%;
  height: 100%;
  border-radius: 0;
}

.post-galley-thumb-item {
  aspect-ratio: 1/1;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
}

.post-galley-thumb-item img {
  width: 100%;
  aspect-ratio: 1/1;
}

.btn-heart {
  font-size: 22px;
}

.btn-heart.active {
  color: red;
}

.doc-download-item {
  width: 100%;
  margin-top: 12px;
  background-color: #e9e9e9;
  border-radius: 12px;
  padding: 16px;
  height: 80px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.doc-btn-download {
  background-color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.doc-btn-download:hover {
  background-color: rgb(255, 106, 0);
  color: white;
}

.service-details-img {
  max-height: 320px;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden;
}

.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: rgb(255, 106, 0);
  border-color: rgb(255, 106, 0);
}

.page-item .page-link,
.page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8392ab;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #5e72e4 0%, #825ee4 100%);
  border: none;
}

.pagination.pagination-secondary .page-item.active > .page-link,
.pagination.pagination-secondary .page-item.active > .page-link:focus,
.pagination.pagination-secondary .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #627594 0%, #a8b8d8 100%);
  border: none;
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #2dce89 0%, #2dcecc 100%);
  border: none;
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #1171ef 0%, #11cdef 100%);
  border: none;
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%);
  border: none;
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #f5365c 0%, #f56036 100%);
  border: none;
}

.pagination.pagination-light .page-item.active > .page-link,
.pagination.pagination-light .page-item.active > .page-link:focus,
.pagination.pagination-light .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #ced4da 0%, #ebeff4 100%);
  border: none;
}

.pagination.pagination-dark .page-item.active > .page-link,
.pagination.pagination-dark .page-item.active > .page-link:focus,
.pagination.pagination-dark .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #212229 0%, #212529 100%);
  border: none;
}
