.btn-black {
  background-color: transparent;
  color: #666;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  border: 1px solid #666666;
  border-radius: 50px;
  margin-right: 10px;
  min-width: 100px;
}

.block-cont {
  border: 1px solid #7fbf47;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-inline: 10px;
}

.block-cont-sub {
  display: flex;
  direction: rtl;
  text-align: right;
  border-bottom: 1px solid #7fbf47;
  align-items: center;
  justify-content: space-between;
}

.block-cont-sub-r1-1 {
  color: #7fbf47;
  font-size: 20px;
  font-family: "PNUBold";
}

.block-cont-sub-r1-1 h3 {
  font-size: 20px;
}

.block-cont-sub-r1-2 span {
  padding: 9px;
}

.block-cont-sub-r1-2 p {
  text-align: center;
}

.block-cont-sub-r1-3 {
  direction: ltr;
}

.tab-font a {
  font-size: 12px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #c1c0c0;
  margin-bottom: 4px;
}

.boldfont {
  font-family: "PNUBold";
}

.tab-font .active {
  font-size: 12px;
  background-color: #7fbf47;
  color: #fff;
  border: #fff 1px solid;
}

.tab-font .active > a {
  color: #fff;
}

.box-list {
  display: flex;
  text-align: right;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.att-box-list {
  background-color: #f6f8fa;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  width: 200px;
  margin: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.att-box-list p {
  padding: 5px;
  margin: 0;
  font-family: "PNUBold";
}

.att-box-list span {
  color: #7fbf47;
  font-size: 18px;
  padding: 30px;
}

.att-box-list a {
  color: #7fbf47;
  font-size: 18px;
  border-bottom: 1px solid #7fbf47;
}

.att-box-list h6 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 13px !important;
}

.att-box-list p {
  font-size: 12px;
  text-align: center;
  padding-block: 0;
}

.att-box-list img {
  height: 16px;
  width: auto;
}

.box-list-2 span {
  padding: 9px;
}

.box-list-3 {
  direction: ltr;
}

.box-list {
  display: flex;
  text-align: right;

  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.top-cont {
  text-align: right;
  display: flex;
  /* flex-wrap: wrap; */
}

.tabs-cont {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}

.btn-problem {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 920px) {
  .att-box-list p {
    font-size: 12px;
  }

  .att-box-list span {
    font-size: 12px;
    padding: 10px;
  }

  .a-change-add {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .box-list {
    flex-wrap: wrap;
    font-size: 20px;
  }

  .top-cont {
    flex-wrap: wrap;
  }

  .btn-black {
    margin-right: 6px;
    min-width: 80px;
  }

  .block-cont-sub-r1-1 h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .block-cont-sub-r1-1 h3 {
    font-size: 14px;
  }

  .box-list {
    justify-content: space-around;
  }

  .block-cont-sub {
    justify-content: space-around;
  }

  .btn-problem {
    margin-bottom: 3px !important;
  }

  .att-box-list {
    margin-bottom: 3px;
    width: 100%;
    padding: 9px;
  }
}

/************search moodal************/
#searchModal .modal-dialog {
  top: 100px;
  right: 0;
  position: relative;
  margin: 0;
  width: 100%;
}

#searchModal .modal-content {
}

#searchModal .modal-body {
  align-items: baseline;
}

#searchModal input {
  background-color: white;
  padding: 15px;
  width: 80%;
  /* border-radius: 20px; */
  height: 40px;
  border: none;

  border-bottom: 1px solid gray !important;
  text-align: center;
  color: #7fbf47;
}

#searchModal .ser-submit {
  border: 1px solid #c40a4d;
  background: #fff;
  color: #c40a4d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 20px;
}

#searchModal p {
  text-align: right;
  color: #b2b2b2;
  margin: 15px 0px;
  font-size: 13px;
}

#searchModal .ser-result {
  max-height: 300px;
  margin: 10px;
  overflow-y: auto;
}

#searchModal .ser-result {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* align-content: stretch; */
  /* justify-content: space-evenly; */
  margin: auto;
  align-items: flex-end;
}

#searchModal .btn-problem {
  margin-bottom: 0 !important;
  width: 200px;
}

.modal-dialog {
  /* width: 450px; */
  margin: auto !important;
}

#searchModal .modal-content {
  padding-inline: 17px;
}

.select-arrow {
  position: relative;
  max-width: 888px;
  margin: auto;
}

#searchModal .form-control {
  border-radius: 0;
}

#searchModal h3 {
  font-size: 20px;
  color: #7fbf47;
  text-align: center;
  font-weight: bold;
}

/************problem moodal************/
#problemModal .modal-dialog {
  top: 100px;
  right: 0;
  position: relative;
  margin: 0;
  width: 100%;
}

#problemModal .modal-content {
}

#problemModal .modal-body {
  align-items: baseline;
}

#problemModal input {
  background-color: white;
  padding: 15px;
  width: 80%;
  /* border-radius: 20px; */
  height: 40px;
  border: none;

  border-bottom: 1px solid gray !important;
  text-align: center;
  color: #7fbf47;
}

#problemModal .ser-submit {
  border: 1px solid #c40a4d;
  background: #fff;
  color: #c40a4d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 20px;
}

#problemModal p {
  text-align: right;
  color: #b2b2b2;
  margin: 15px 0px;
  font-size: 13px;
}

#problemModal .ser-result {
  max-height: 300px;
  margin: 10px;
  overflow-y: auto;
}

#problemModal .ser-result {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* align-content: stretch; */
  /* justify-content: space-evenly; */
  margin: auto;
  align-items: flex-end;
}

#problemModal .btn-problem {
  margin-bottom: 0 !important;
  width: 200px;
}

.modal-dialog {
  /* width: 450px; */
  margin: auto !important;
}

#problemModal .modal-content {
  padding-inline: 17px;
}

.select-arrow {
  position: relative;
  max-width: 888px;
  margin: auto;
}

#problemModal .form-control {
  border-radius: 0;
}

#problemModal h3 {
  font-size: 20px;
  color: #7fbf47;
  text-align: center;
  font-weight: bold;
}

/************location moodal************/

#locationModal .modal-dialog {
  top: 75px;
  right: 0;
  position: relative;
  margin: 0;
}

#locationModal .modal-content {
}

#locationModal .modal-body {
  align-items: baseline;
}

#locationModal p {
  text-align: right;
  color: #b2b2b2;
  margin: 15px 0px;
  font-size: 13px;
}

#locationModal .ser-result {
  max-height: 300px;
  margin: 10px;
  overflow-y: auto;
}

#problemModal .close,
#locationModal .close,
#searchModal .close  {
  position: relative;
  right: 0%;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 20px;
  height: 20px;
}

#locationModal .ser-result {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* align-content: stretch; */
  /* justify-content: space-evenly; */
  margin: auto;
  align-items: flex-end;
}

.modal-dialog {
  /*width: 800px !important;*/
  margin: auto !important;
}

#locationModal .modal-content {
  padding-inline: 17px;
}

.select-arrow {
  position: relative;
  max-width: 888px;
  margin: auto;
}

#locationModal .form-control {
  border-radius: 0;
}

#locationModal h3 {
  font-size: 20px;
  color: #7fbf47;
  text-align: center;
  font-weight: bold;
}

.select-arrow select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  padding-left: 50px !important;
  min-width: 120px;
}

form input,
form select,
form textarea {
  border: 1px solid #6666664f;
  padding: 10px;
  direction: rtl;
  margin-bottom: 15px;
  width: 100%;
  color: #666;
}

form .select-arrow::after {
  content: "\f107";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 20px;
  top: 9px;
  left: 16px;
  position: absolute;
  color: #7fbf47;
}
