/* YOUR CUSTOM CSS */




/* grey image */

.file-upload-grey {
    /* background-color: #ffffff; */
    /* width: 600px; */
    /* margin: 0 auto; */
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    padding-top: 0;
  }


  .file-upload-btn-grey {
    /* width: 100%; */
    margin: 0;
    color: #fff;
    background: #6db36d !important;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: #818385;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    top: 90px;
    /* right: 0; */
    display: block;
    margin: 0 auto;
    border: solid transparent;
    /* border-width: 0 0 10px 20px; */
    /* opacity: 0; */
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
  }
  .file-upload-btn-image-grey {
      /* width: 100%; */
      margin: 0;
      color: #fff;
      background: #6db36d !important;
      border: none;
      padding: 10px;
      border-radius: 4px;
      border-bottom: #818385;
      transition: all .2s ease;
      outline: none;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      top: 90px;
      /* right: 0; */
      display: block;
      margin: 0 auto;
      border: solid transparent;
      /* border-width: 0 0 10px 20px; */
      /* opacity: 0; */
      filter: alpha(opacity=0);
      -moz-transform: translate(-300px, 0) scale(4);
      direction: ltr;
      cursor: pointer;
    }

  .file-upload-btn-grey:hover {
    background: #f89b39;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .file-upload-btn-grey:active {
    border: 0;
    transition: all .2s ease;
  }

  .file-upload-btn-image-grey:hover {
      background: #f89b39;
      color: #ffffff;
      transition: all .2s ease;
      cursor: pointer;
    }

    .file-upload-btn-image-grey:active {
      border: 0;
      transition: all .2s ease;
    }

  .file-upload-content-grey {
    display: none;
    text-align: center;
  }

  .file-upload-content-image-grey {
      display: none;
      text-align: center;
    }


  .file-upload-content-video {
    display: none;
    text-align: center;
  }

  .file-upload-input-grey {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }

  .file-upload-input-image-grey {
      position: absolute;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      outline: none;
      opacity: 0;
      cursor: pointer;
    }

  .file-upload-input-video {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }


  .image-upload-wrap-grey {
    margin-top: 10px;
    position: relative;
    padding: 20px 0 0 0;
    border: 2px dashed #eee;
  }

  .image-upload-wrap-grey{
    border-color: 2px dashed #eee;
  }

  .image-dropping-grey,
  .image-upload-wrap-grey:hover {
    border: 2px dashed #f89b39;
  }

  .image-title-wrap-grey {
    padding: 0 15px 15px 15px;
    color: #222;
  }

  .drag-text-grey {
    text-align: center;
  }

  .drag-text-grey h3 {
    font-weight: 400;
    text-transform: capitalize;
    color: #818385;
    padding: 60px 0;
    font-size: 22px;
    padding-top: 80px;
  }

  .drag-text-image-grey{
      text-align: center;
    }

    .drag-text-image-grey h3 {
      font-weight: 400;
      text-transform: capitalize;
      color: #818385;
      padding: 60px 0;
      font-size: 22px;
      padding-top: 80px;
    }

  .file-upload-image-grey {
    max-height: 200px;
    max-width: 200px;
    margin: 80px 0 0;
    padding: 20px;
  }

  .remove-image-grey {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }

  .remove-image-grey:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .remove-image-grey:active {
    border: 0;
    transition: all .2s ease;
  }



  .image-upload-wrap-grey {
      margin-top: 10px;
      position: relative;
      padding: 20px 0 0 0;
      border: 2px solid #eee;
    }



  .image-dropping-grey,
  .image-upload-wrap-grey:hover {
    border: 2px solid #bbb;
  }

  .image-title-wrap-grey {
      padding: 0 15px 15px 15px;
      color: #222;
    }

/* grey image ends */

.file-upload {
  /* background-color: #ffffff; */
  /* width: 600px; */
  /* margin: 0 auto; */
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}


.file-upload-btn {
  /* width: 100%; */
  margin: 0;
  color: #fff;
  background: #6db36d !important;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: #818385;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  top: 90px;
  /* right: 0; */
  display: block;
  margin: 0 auto;
  border: solid transparent;
  /* border-width: 0 0 10px 20px; */
  /* opacity: 0; */
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.file-upload-btn-image {
    /* width: 100%; */
    margin: 0;
    color: #fff;
    background: #6db36d !important;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: #818385;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    top: 90px;
    /* right: 0; */
    display: block;
    margin: 0 auto;
    border: solid transparent;
    /* border-width: 0 0 10px 20px; */
    /* opacity: 0; */
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
  }

.file-upload-btn:hover {
  background: #f89b39;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-btn-image:hover {
    background: #f89b39;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .file-upload-btn-image:active {
    border: 0;
    transition: all .2s ease;
  }

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-content-image {
    display: none;
    text-align: center;
  }


.file-upload-content-video {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-input-image {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }

.file-upload-input-video {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}


.image-upload-wrap {
  margin-top: 10px;
  position: relative;
  padding: 20px 0 0 0;
  border: 2px dashed #eee;
}

.image-upload-wrap {
  border-color: 2px dashed #eee;
}

.image-dropping,
.image-upload-wrap:hover {
  border: 2px dashed #f89b39;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 400;
  text-transform: capitalize;
  color: #818385;
  padding: 60px 0;
  font-size: 22px;
  padding-top: 80px;
}

.drag-text-image{
    text-align: center;
  }

  .drag-text-image h3 {
    font-weight: 400;
    text-transform: capitalize;
    color: #818385;
    padding: 60px 0;
    font-size: 22px;
    padding-top: 80px;
  }

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: 80px 0 0;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}



.image-upload-wrap {
    margin-top: 10px;
    position: relative;
    padding: 20px 0 0 0;
    border: 2px solid #eee;
  }



.image-dropping,
.image-upload-wrap:hover {
  border: 2px solid #bbb;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }

.video-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.video-dropping,
.video-upload-wrap:hover {
  border: 2px solid #bbb;
}


.video-upload-wrap {
  margin-top: 10px;
  position: relative;
  padding: 20px 0 0 0;
  border: 2px solid #eee;
}
.file-upload-video {
  max-height: 200px;
  max-width: 200px;
  margin: 80px 0 0;
  padding: 20px;
}

.remove-video {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-video:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-video:active {
  border: 0;
  transition: all .2s ease;
}



.hide {

  display: none;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #676767;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #0e76a8;
}
img.media_video {
    height: 150px;
}
.pagination li a {
    font-size: 14px;
}
.input-field {
    position: relative;
    margin-top: 1rem;
    padding: 10px 0 3px;
}
.dz-default.dz-message span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
    padding-top: 80px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
    color: #5a5a5a;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 1 !important;
    color: #f89b39;
}
select:focus {
    outline: none !important;
}
textarea#textarea1 {
    overflow: auto;
}
.right-nav-option:hover {
    color: #f89b39 !important;
}
.right-nav-option {
    color: #818385 !important;
}
.coll-head:hover {
    background: #f89b39 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f89b39 !important;
    border-color: #f89b39 !important;
}
.table-desi tbody tr td a:hover {
    color: #f89b39;
}
.sb2-13 ul li a:focus-within {
  background: transparent !important;
    color: #fff;
}

label {
  font-weight: 500 !important;
}

table.dataTable {
  width: 100% !important;
}

.dashboard-cards span.ad-hom-col-com {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f89b39;
}

.dashboard-cards span.ad-hom-col-com I {
  background: transparent;
  color: #fff;
  padding: 0;
}

.ad-hom-box.dashboard-cards {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.dashboard-cards.ad-hom-box p {
  color: #6e7e96 !important;
  font-size: 14px;
  margin-bottom: 6px;
}

.dashboard-cards.ad-hom-box h3 {
  font-size: 30px;
}

.dashboard-cards.ad-hom-box p .fa-arrow-up {
  display: none;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #f89b39a3 !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #f89b39 !important;
  left: 24px;
}

.switch label {
  cursor: pointer;
  font-size: 1rem;
}

ol.breadcrumb.breadcrumb-addTeamBradcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}

ol.breadcrumb.breadcrumb-addTeamBradcrumb a {
  font-size: 16px;
  color: #f89b39;
}

ol.breadcrumb.breadcrumb-addTeamBradcrumb li.breadcrumb-item.active {
  font-size: 16px;
}

.inn-title.addTeamHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
