body{
  font-family: vazir;
  background-color: rgb(250, 250, 255);
  padding: 0 !important;
  margin: 0 !important;
}

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }


.side_menu{
  background-color: #ffffff;
  width: 220px;
  height: 100vh;
  position: fixed;
}
.logo{
  width: 100px;
  margin: 0px 0px;
}
.menu-nav{
  list-style-type: none;
  padding: 0;
  margin-right: 20px;
}
.menu-item{
  width: 180px; 
  background-color: #e0ffe0; 
  margin-bottom: 10px; 
  border-radius: 8px;
}
.menu-item.active{
  background-color: #a4fea4; 
}
.menu-item-link{
  display: block; 
  padding: 10px 20px; 
  text-decoration: none; 
  color: #333;
}
.main_page{
  /* padding: 20px; */
  /* margin-right: 220px; */
  /* width: calc(100% - 260px); */
  padding: 100px;
  width: 100%;

}

@media screen and (max-width:992px){

  .main_page{
    padding: 60px 20px;
  }
  
}
.nav-link{
  color: black;
  margin-left: 24px;
}
.nav-link:hover{
  color: #00e87c;
}
.nav-item.active a{
  color: #198754;
}




button , a{
  font-size: 14px !important;
  font-weight: 500 !important;
}
input{
  font-size: 14px !important;
  font-weight: 400 !important;
}


.btn-add{
  width: 100%;
  text-align: center;
}
.input-with-label {
  width: 100%;
  display: flex; 
  align-items: center; 
  gap: 0px;
}
.input-with-label .label-text {
  width: 100px;
  background-color: rgb(0, 80, 0);
  color: white;
  border-radius: 0px 8px 8px 0px;
  flex-shrink: 0;
  padding: 9px 0 8px 0;
  font-size: 12px;
}
.input-with-label .label-text.error {
  background-color: rgb(213, 0, 0);

}
.input-with-label .form-control {
  flex-grow: 1;
  border-radius: 8px 0px 0px 8px;
}
.input-with-label .form-control.file-upload {
  border-radius: 8px;
}
.form-control:focus{
  outline: none !important;
  border: none !important;
}
.check-approach{
  width: 100% !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0 10px 0;
  background-color: #c4c4c4;
  color: #333;
  border-radius: 8px;
  border: none;
  height: 40px;
  cursor: pointer;
}
.check-approach.active{
  background-color: green !important;
  color: white !important;
}

.width-48{
  width: 48px;
}
.width-150{
  width: 150px;
}
.avatar-in-table{
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 2px 8px;
}

.avatar-in-card{
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.item-category-list{
  font-size: 12px !important;
  line-height: 12px;
  padding: 4px !important;
  margin: 0;
}

.span-btn{
  display: block;
  width: 100% !important;
  background-color: #a4fea4;
  color: rgb(3, 36, 1);
  font-weight: 500;
  font-size: 13px;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
}

.tags-box{
  background-color: #ddd;
  border-radius: 8px;
  border: 1px solid #626262;
  padding: 8px;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 16px;
  height: 52px;
}
.tags-list{
  display: inline-flex;
}
.tags-item{
  background-color: #a4fea4;
  color: rgb(0, 33, 0);
  font-size: 12px;
  padding: 4px 8px 1px 8px;
  margin-left: 6px;
  border-radius: 8px;
  line-height: 13px;
  height: 26px;
  margin: 4px 0px 4px 6px;
}
.tags-event{
  text-align: left;
  direction: ltr;
  height: 36px !important;
}
.tags-title{
  background-color: green;
  margin: -9px -9px 9px 0;
  border-radius: 0 8px 8px 0;
}
.tags-title p{
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin: 14px 0 -14px 0;
}
.tags-remove{
  color: green;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
