.mr-0 {
  margin-right: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.mt-10 {
  margin-top: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
/* 
.date-wrapper-inner-resource {
  right: 0px !important;
} */
.date-wrapper .date-box {
  padding: 8px 5px 8.75px 5px !important;
}
.search-wrapper {
  width: 55% !important;
}
.resource-card {
  position: relative;
  width: 100%;
  padding: 10px;
  border: 2px solid #bed0e8;
  border-radius: 8px;
  color: #6b6b6b;
  height: 260px;
  overflow: hidden;
}

.flip-container.flip-hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 265px;
}
.flipper {
  transition: 0.8s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
  background-color: #fff;
}

.resource-user-pic {
  width: 100%;
  border-radius: 50%;
  height: 60px;
}
.resource-user-details {
  color: #6b6b6b;
  position: relative;
}
.resource-user-details h2 {
  line-height: 1.5em !important;
  font-size: 15px;
  margin: 0px !important;
}
.resource-user-details h6 {
  margin: 0px !important;
  font-size: 11px;
}
.resource-user-rating i {
  width: 11px;
  height: 10px;
}
.yellow-icon {
  color: #f8cf00;
}
.gray-icon {
  color: #1b1c1f;
}
.woking-details h2 {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 600;
  margin-bottom: 0px;
}
.resource-card-text {
  font-size: 11px;
  color: #434343;
}

.resource-card-solt-1 {
  background: #edf1f6;
  border: 2px solid #b9cfeb;
  border-radius: 4px;
  padding: 8px 0px 8px 0px;
  text-align: center;
  color: #b9cfeb;
  margin-right: 5px;
  float: left;
  width: 70%;
}
.resource-card-solt-2 {
  background: #0d87c5;
  border: 2px solid #0d87c5;
  border-radius: 4px;
  padding: 8px 0px 8px 0px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  float: left;
  width: 70%;
}
.resource-card-solt-3 {
  background: #0e6e58;
  border: 2px solid #0e6e58;
  border-radius: 4px;
  padding: 8px 0px 8px 0px;
  text-align: center;
  color: #fff;
  float: left;
  width: 70%;
}
.skill-edit {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
}
.skill-edit-done {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
.skill-edit img {
  width: 20px;
}
.back-button {
  position: absolute;
  left: 40%;
  bottom: 5%;
}
.resource-card-button {
  color: #fff;
  padding: 5px 10px 5px 10px;
  background: #2e4e85;
  border: none;
  border: 1px solid #2e4e85;
  border-radius: 5px;
}

.resource-card-button:hover {
  color: #fff;
  padding: 5px 10px 5px 10px;
  background: #2e4e85;
  border: none;
  border: 1px solid #2e4e85;
  border-radius: 5px;
}
.skil-list {
  display: block;
}
.skil-list-edit {
  display: none;
}

.c-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6b6b6b;
  font-weight: 100;
}

.c-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 4px;
  opacity: 1;
}

.c-container:hover input ~ .c-checkmark {
  background-color: #ccc;
}

.c-container input:checked ~ .c-checkmark {
  color: #434343;
  background-color: #fff;
}

.c-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-container input:checked ~ .c-checkmark:after {
  display: block;
}

.c-container .c-checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #707070;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.resource-card-profile {
  position: relative;
}

.dot-green {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #10a82f;
  border-radius: 50%;
  display: inline-block;
}

.dot-red {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.dot-gray {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: gray;
  border-radius: 50%;
  display: inline-block;
}
.filter-columns-center {
  display: flex;
  padding-bottom: 15px;
}
.filter-columns-center > div {
  flex: 1;
}

.solt-filter-box {
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 4px;
  padding: 5px 15px 1px 15px;
  margin: 5px;
  text-align: center;
}
.solt-filter-box-active {
  border: 2px solid #0d87c5;
}
.solt-filter-box-1 {
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 4px;
  padding: 5px 15px 1px 15px;
  margin: 5px;
  text-align: center;
}
.solt-filter-box-active-1 {
  border: 2px solid #0d87c5;
}
.hide-div-solt {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .solt-filter-box {
    padding: 5px 6px 1px 6px !important;

}
  .resource-user-rating i {
    width: 7px;
   
}
  .resource-card {
    height: 270px !important;
}
.flip-container, .front, .back {
  width: 100%;
  height: 290px !important;
}
  .woking-details{
    font-size: 11px !important;
  }
  .skil-list {
    font-size: 11px !important;
  }
  .skil-list-edit{
    font-size: 11px !important;
  }
  .c-container {
    font-size: 11px;
  }
  .resource-card-text {
    font-size: 9px;
  }
  .woking-details h2 {
    font-size: 11px;
  }
  .resource-user-details h2 {

    font-size: 9px;
 
  }
  .resource-user-details h6 {
   
    font-size: 9px;
  }
  .resource-user-details h2 {
    font-size: 13px;

  }
}

@media only screen and (max-width: 1400px) {
  .flip-container,
  .front,
  .back {
    width: 100%;
    height: 310px;
  }

  .resource-card {
    height: 300px;
  }
  .c-container {
    font-size: 11px;
  }
  .resource-card-text {
    font-size: 9px;
  }
  .woking-details h2 {
    font-size: 11px;
  }
  .resource-user-details h2 {

    font-size: 9px;
 
  }
  .resource-user-details h6 {
   
    font-size: 9px;
  }
  .resource-user-details h2 {
    font-size: 13px;

  }
}
@media only screen and (max-width: 1570) {
  .c-container {
    font-size: 11px;
  }
  .resource-card-text {
    font-size: 9px;
  }
  .woking-details h2 {
    font-size: 11px;
  }
  .resource-user-details h2 {

    font-size: 9px;
 
  }
  .resource-user-details h6 {
   
    font-size: 9px;
  }
  .resource-user-details h2 {
    font-size: 13px;

  }
}
@media only screen and (max-width: 950px) {
  .dot-red {
    left: 0;
  }
  .resource-user-pic {
    width: 30%;
  }
  .dot-gray {
    left: 0;
  }

  .dot-green {
    left: 0;
  }
  .m-pr-0 {
    padding-right: 10px;
  }
  .m-pl-0 {
    padding-left: 0px !important;
  }
  .m-mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .search-wrapper {
    width: 100% !important;
  }
  .filter-columns-center {
    display: contents;
  }
  .hide-div-solt {
    display: block;
  }
  .m-mb-60 {
    margin-bottom: 60px;
  }
  .flip-container,
  .front,
  .back {
    width: 100%;
    height: 300px !important;
  }

  .resource-card {
    height: 300px !important;
  }
}

@media only screen and (max-width: 500px) {
  .m-width-100{
    width: 100% !important;
  }
  .m-pl-0{
    padding-left: 0px !important;
  }
}
[v-cloak] {display: none}


.resource-img-circle{
  height: 72px;
  width: 72px;
  border-radius: 50%;
}