/** Custon Input Radio */
.form-control + .form-control {
  margin-top: 1em;
}

.form-control:focus-within {
  color: #eeeeee;
}


input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #ffffff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.20em;
  height: 1.20em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #8000ff;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.form-group {
  margin-bottom: 1rem!important;
}

.table-responsive {
    display: block;
    overflow-x: hidden;
}

.dataTables_scroll{
  position: relative!important;
  overflow: auto!important;
}

.dataTables_scrollHead{
  position: relative!important;
  overflow:visible!important;
}

.dataTables_scrollBody{
  position: relative!important;
  overflow: revert!important;
}

label.error{
  color: #fa0000;
  font-size: 13px;
  display: block;
  bottom: -26px;
}

.swal-text{
  text-align: center!important;
}

.img-60{
  height:60px;
  width:60px;
  object-fit: cover;
}

.img-80{
  height:80px;
  width:80px;
  object-fit: cover;
}

.img-100{
  height:100px;
  width:100px;
  object-fit: cover;
}

.img-140{
  height:140px;
  width:140px;
  object-fit: cover;
}

.img-150{
  height:150px;
  width:150px;
  object-fit: cover;
}

.img-200{
  height:200px;
  width:200px;
  object-fit: cover;
}
/* -------------- Custom Drag And Drop ------------*/
.file-upload {
    background-color:#ffffff;
    width:100%;
    margin: 0 auto;
    padding:10px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:dotted 1px #eeeeee;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    border: 1px dashed #cccccc;
    position: relative;
    border-radius: 5px;
  }
  .image-upload-wrap:hover{
    border-color: #333333;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    padding:30px 0;
    text-align: center;
  }
  
  .drag-text i{
    font-size:40px;
    color: #789bec;
    margin-bottom: 10px;
  }
  
  .drag-text h3 {
    font-size:16px;
    font-weight: 500;
    color: #333333;
    
  }
  
  .file-upload-image {
    max-width:300px;
    margin: auto;
    padding: 10px;
  }
  
  img.file-upload-image{
    padding:5px;
    margin-bottom:6px;
    border: dashed 1px #cccccc;
    border-radius: 10px;
  }
  
  .file-upload-image img{
    max-width:300px;
    height: auto;
  }
  .file-upload-content {
    display: none;
    text-align: center;
    
  }
  
  /*-----------------------
   Upload Image
  --------------------------*/
  
  .row-image {
    position:relative;
    padding: 10px 0px;
    width: 110px;
  }
  
  .row-image a.btn_remove{
    position: absolute;
    top: -5px;
    right: 0px;
    line-height:15px;
    text-align: center;
    z-index: 1;
    height:24px;
    width: 24px;
  }
  
  .upload-media{
      background: #ffffff;
      background-size: 100%!important;
      border:solid 1px #eeeeee;
      height:100px;
      width:100px;
      cursor:pointer;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      border-radius: 10px;
      position:relative;
      overflow: hidden;
  }
   
  
  .upload-media:hover{
      background: #fbfbfb;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
      -moz-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
      box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
  }
  
  .upload-media input.upload-hidden{
      width:100%;height:100px;
      position:absolute!important;
      top:0!important;
      left:0!important;
      padding:0; 
      margin-top:0px; 
      margin-left:0px;
      opacity:0!important;
      cursor:pointer;
      display: block !important;}
  
  .upload-media i{
    font-size: 30px;
    color: #999999;
    line-height:96px;
  }
      
  .upload-media img {
      vertical-align:middle;
      width:100px;
      height:100px;
      background-size: 100%;
    }
.upload-media .images{opacity: 0}
.upload-media .images:hover{
    opacity:1
}

/* ==========================================================================
   #TAB
   ========================================================================== */
   .tab-list {
    list-style: none;
    padding:0px 0 10px;
    border-bottom:0px!important;
  }
  
  .tab-list__item {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 3px;
  }
  
  @media (max-width: 767px) {
    .tab-list__item {
      display: block;
      margin-bottom:10px;
      width:100%;
    }
  }
  
  .tab-list__link {
    font-weight:500;
    font-size: 15px;
    color: #fff!important;
    display: inline-block;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    background: #999;
    width:165px;
    text-align: left;
    margin-bottom: 2px;
  }

  .tab-list__link.nav-link{
    border:0!important;
    padding: 0px!important;;
    -webkit-border-radius: 22.5px!important;
    -moz-border-radius: 22.5px!important;
    border-radius: 22.5px!important;
  }
  
  .nav-tabs .tab-list__link.nav-link.active,
  .nav-tabs .tab-list__link.nav-link:hover,
  .nav-tabs .nav-item.show .tab-list__link.nav-link{
    background: #3155cc!important;
    color: #fff;
  }

  .nav-tabs .tab-list__link.nav-link.active .step,
  .nav-tabs .tab-list__link.nav-link:hover .step {
    background: #3d6aff;
  }

  .tab-list__link:hover{
    background: #999;
    color: #fff;
  }
  
  @media (max-width: 767px) {
    .tab-list__link {
      width: 100%;
    }
  }
  
  .tab-list__link .step {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666;
    font-size: 18px;
    margin-right: 10px;
  }
  
  .tab-list__link .desc {
    text-transform: capitalize;
    display: inline-block;
  }
  
  .tab-list .active .tab-list__link {
    background: #3155cc;
  }
  
  .tab-list .active .tab-list__link .step {
    background: #3d6aff;
  }
  
  .tab-content > .tab-pane {
    display: none;
    padding: 35px 0;
    padding-bottom: 43px;
  }
  
  .tab-content > .tab-pane.active {
    display: block;
  }

/** Custom Select OPtion */
.selectdiv {
  position: relative;
  float: left;
  min-width: 180px;
  margin-top: 10px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #cccccc;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 60px;
  top: 10px;
  padding: 0 0 2px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 130px;
  max-width: 320px;
  float: right;
  padding: 0px 24px;
  font-size: 14px;
  line-height: 1.75;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

/** Nav Tab */
.custom-nav-tabs{
  border:0px;
}
.custom-nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.custom-nav-tabs .nav-link {
  color: #525f7f;
}
.custom-nav-tabs .nav-link {
  display: block;
  padding: 10px 20px;
}

.custom-nav-tabs  .nav-item {
  margin-bottom: -1px;
  margin-right: 2px;
}


/** Button file upload  */
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}
.card-body img{
  max-width: 100%;;
}


/* Style button input file */
input[type=file]::file-selector-button {
  margin-top:-5px;
  border: none;
  background:#37d5f2;
  padding: 6px 20px;
  border-radius:2px;
  color: #ffffff;
  cursor: pointer;

}

input[type=file]::file-selector-button:hover {
  background:#37d5f2;
  color:#ffffff;
}



.card-profile-image input[type="file"] {
  opacity: 0;
  position: absolute;
  padding-top: 30px;
  padding-bottom: inherit;
  z-index:999999;
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: center;
  top: 0px;
  width: 100%;
}

.card-profile-image span.button{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top:25px;
  text-align: center;
  font-size:25px;
}


/** Radio button */
.list-group-item-custom.active{
  background:#d9d9d9!important;
  color: #111111!important;
  border-color: #ffffff!important;
}

.radio-button {
  position: relative;
}

.radio-button [type="radio"]:checked,
.radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-button [type="radio"]:checked + label,
.radio-button [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left:22px;
  cursor: pointer;
  line-height: 17px;
  display: inline-block;
  color: #333333;
  margin: 0px;
}
.radio-button [type="radio"]:checked + label:before,
.radio-button [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #767676;
  border-radius: 100%;
  background: #fff;
}
.radio-button [type="radio"]:checked + label:after,
.radio-button [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #6236FF;
  position: absolute;
  top: 3px;
  left:3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-button [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-button [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.progress{
  display:none;
}

/* Blog */
.image-blog{
  height:220px;
  width:100%;
  object-fit: cover;
}

.blog-details{
  position: relative;
}

.blog-details img{
  max-width: 100%;
}

.blog-details video,
.blog-details iframe,
.blog-details embed{
  max-width: 100%;
}


.map-preview iframe{
  max-width:100%;
  height: 400px;
}

.google-map iframe{
  width: 100%;
}



.floating-container {
  position: fixed;
  bottom: 0px;
  right: 0;
  margin:20px 25px;
  z-index: 9;
  width:180px;
}

.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #4FCE5D;
  bottom: 0;
  border-radius: 50%;
  right: 0px;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(79, 206, 93, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.floating-container .floating-button:hover {
  box-shadow: 0 10px 25px rgba(79, 206, 93, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3bac48;
}


.floating-container .float-element {
  position: relative;
  display: block;
  margin-bottom: 80px;
  color: white;
  font-weight: 500;
  z-index: 9;
}
.floating-container .float-element a{
  position: relative;
  background: #4FCE5D;
  color:#ffffff;
  padding:5px 10px;
  margin-bottom:2px;
  display: block;
  border-radius: 5px;
  line-height: 22px;
  text-align: right;
}
.floating-container .float-element a:hover{
  background: #3bac48;
}

@media only screen and (max-width:768px) {
  .table-responsive {
      overflow-x:auto!important;
  }
  
}


@media only screen and (max-width:1450px) {
    .table-responsive {
        overflow-x:auto!important;
    }
    
}