.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {

  margin-left: 0;
  margin-right: auto;


}

.navbar-vertical .navbar-brand > img, .navbar-vertical .navbar-brand-img {
  max-height: 7rem;
}

@font-face {
  font-family: yekan;
  src: url('../fonts/yekan-regular.eot');
  src: url('../fonts/yekan-regular.eot?#iefix') format('yekan-opentype'),
  url('../fonts/yekan-regular.woff') format('woff'),
  url('../fonts/yekan-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.f-yekan {
  font-family: yekan, sans-serif !important;
}

body {
  font-family: yekan, sans-serif !important;
}

.card .card-body {
  font-family: yekan, sans-serif !important;
  padding: 1.5rem;
}

.pgage-deactive {
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=50);
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.border-redius-0 {
  border-radius: 0 !important;
  height: 42px !important;
}

.border-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.border-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.remove-col input {
  height: 1.2rem;
  width: 1.2rem;
}

body ::-webkit-scrollbar {
  height: 20px;
  width: 10px;
}

body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(13, 110, 253, 0.3);
  border-radius: 10px;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 50px rgba(13, 110, 253, 1);
}

.text-in-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.text-in-line span {
  background: #fff;
  padding: 0 10px;
}


.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
