@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.dataTables_filter {
  display: flex;
  justify-content: flex-end;
}
.upload__box {
    padding: 40px;
  }

  .upload__box label{
    width: 100%;
  }

  /* .upload__inputfile {
    width: 0.1px;
    height: 0.1px;

    overflow: hidden;
    position: absolute;
    z-index: -1;
  } */
  /* .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  } */
  .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
  }
  .upload__btn-box {
    margin-bottom: 10px;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .imgfluid {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #f3f3f3!important;
    border: none!important;
    color: black!important;
    font-size: 16px;
    text-transform: capitalize;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right: none!important;
  }
  .select2-container--default .select2-results>.select2-results__options{
    text-transform: capitalize;
  }
  /* .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  } */
  /* .upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
  } */

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
.bgcolordas {
  background-color: #d5d8d6;
}

.pagination {
  padding-right: 0;
  width: 100%;
  display: flex;
  list-style: none;
  position: relative;
  top: 0;
  justify-content: flex-end;
}

.profi {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}

.profi .profifo {
  width: 100%;
  margin: 0.5vw 1vw;
  padding: 1vw;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.profi .profifo .headin {
  width: 100%;
  display: flex;
  padding: 1vw 1vw;
  justify-content: flex-start;
}

.profi .profifo .headin h4 {
  font-size: calc(1vh + 1vw);
  color: #343a40;
}

.profi .profifo .row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1vw;
}

.profi .profifo .row1 table tbody tr td {
  position: relative;
}

.profi .profifo .row1 table tbody tr td span {
  width: 100%;
  position: absolute;
  padding-right: 5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profi .profifo .foms {
  width: 100%;
  display: flex;
}

.profi .profifo .foms form {
  width: 100%;
  display: flex;
}

.profi .profifo .foms .fomsinp {
  width: 24%;
  margin: 5px;
}

.profi .profifo .cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: calc(0.7vh + 0.7vw);
  font-family: "Roboto", sans-serif;
  color: #343a40;
}

.profi .profifo .cont .conta {
  width: 30%;
  height: auto;
  padding: 0.3vw 0;
}

.profi .profifo .cont .conts {
  width: 70%;
  height: auto;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0.3vw 0;
}

.butns {
  margin: 10px;
  color: white;
}

.butns button {
  background-color: transparent;
  color: #adabab;
  border: 1px solid #adabab;
  padding: 4px 15px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.butns button:hover {
  color: white;
}

tr .trgh {
  width: 100%;
  display: flex;
}

tr .trgh td .eho {
  display: block;
  width: 100px;
  padding: 2px;
  margin: 2px;
  top: 0;
  right: 0;
  position: absolute;
}

.profi {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}

.profi .profifo {
  width: 100%;
  margin: 0.5vw 1vw;
  padding: 1vw;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profi .profifo .headin {
  width: 100%;
  display: flex;
  padding: 1vw;
  justify-content: flex-start;
}

.profi .profifo .headin h4 {
  font-size: calc(1vh + 1vw);
  color: #343a40;
}

.profi .profifo .cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: calc(0.8vh + 0.8vw);
  font-family: "Roboto", sans-serif;
  color: #343a40;
}

.profi .profifo .cont .conta {
  width: 30%;
  height: auto;
  font-size: 16px;
  padding: 0.3vw 0;
}

.profi .profifo .cont .conts {
  width: 70%;
  height: auto;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0.3vw 0;
}

.dataTables_filter {
  font-size: calc(0.7vh + 0.7vw);
}

.dataTables_filter input {
  font-size: calc(0.7vh + 0.7vw);
}

.tabmen {
  width: 100%;
  display: flex;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 5px;
}

.ctble {
  font-size: calc(0.7vh + 0.7vw);
}

.ctble button {
  font-size: calc(0.7vh + 0.7vw);
}

.bgsecondary {
  background-color: #e1e2e4;
}

.bgsecondary h6 {
  font-size: calc(1vh + 1vw);
}

.tag-container {
  border: 1px solid black;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
  font-size: 1rem;
}

.tag-container span {
  background-color: #ef7f1a;
  color: white;
  padding-left: 5px;
  margin-right: 5px;
}

.tag-container span button {
  color: white;
  border: none;
  background: none;
}

.tag-container input:focus,
.tag-container input {
  outline: none;
  border: 0;
}

@media screen and (max-width: 800px) {
  .profi .profifo .row1 {
    flex-wrap: wrap;
  }

  .profi .profifo .row1 .cont {
    flex-direction: row;
    font-size: calc(1.5vh + 1.5vw);
  }

  .profi .profifo .row1 .cont .conta {
    width: 40%;
    padding: 1vw 0;
  }

  .profi .profifo .row1 .cont .conts {
    width: 60%;
    padding: 1vw 0;
  }

  .profi .profifo .row1 form {
    flex-wrap: wrap;
  }

  .profi .profifo .row1 .foms .fomsinp {
    width: 100%;
    margin: 5px;
  }

  .profi .profifo .headin h4 {
    font-size: calc(2vh + 2vw);
  }
}

