.fa-fw {
    width: 1.28571429em!important;
    text-align: center;
    height: auto!important;
}

.btn .fa-spin{
    font-size: 18px;
    padding: 0px;
    margin-bottom: -1px;
    margin-top: 0px;
    top: 0px;
    display: none;
    
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8!important;
  border: 1px solid #D6E9C6!important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE!important;
  border: 1px solid #EED3D7!important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.dataTable td .btn-sm, .btn-group-sm > .btn {
    padding: 2px 5px;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 0px;
    border-top-width: 0px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50px;
    display: inline-block;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #768192;
    background-color: #ffffff;
    border-bottom: none;
}
.nav-tabs {
    border-bottom: 0px solid;
    border-color: #c4c9d0;
}

.nav-tabs .nav-link {
    border: 1px solid #a2a2a247;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #768192;
}

.upload_logo_link img{
    height: 150px;
}

.remove_logo {
    float: right;
    margin-bottom: -16px;
    position: relative;
    z-index: 10;
    margin-right: -7px;
    font-size: 17px;
    background: #ffF;
    width: 16px;
    height: 15px;
    border-radius: 50%;
    color: red;
    font-weight: 900;
    padding: 0px 2px;
    line-height: 11px;
}

.upload_link_holder
{
    position: relative;
    display: inline-block;    
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #321fdb!important;
    border-color: #321fdb!important;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #303c54;
}
a, a:hover {
    color: #303c54;
}

.page-item.active .page-link {
    background-color: #3c4b64;
    border-color: #3c4b64;
}

.btn-primary {
      color: #fff;
      background-color: #bc2732;
      border-color: #bc2732;
  }
  
  .btn-link {
    font-weight: 400;
    color: #00318a;
    text-decoration: none;
}

.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header {
    background: #fff;
}

.c-sidebar {
    background: #2f4772;
    }


.c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #ab4c53;
}

.c-sidebar .c-sidebar-nav-link.c-active, .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    color: #fff;
    background: #ab4c53;
}
/*!
 * change datatable row to card when open to mobile
 */


@media (max-width: 425px) {
  table.dataTable td,table.dataTable th, table.dataTable tr{
    display: block !important;
    border: none;
    font-weight: bold;
  }

  /* table.dataTable tr {
    margin: 0.8rem 0.2rem;
      padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .9);
    width: 98%;
    border-radius: 5px;
  } */
  table.dataTable tr {
  margin: 0.8rem 0.2rem;
    padding: 0.5rem;
    width: 98%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-top: 3px solid #321fdb;
  }

  table.dataTable td:before{
    content: " " attr(data-column-name) ": ";
    font-weight: normal;
    display: block;
    float: left;
    min-width: 40%;
    text-align: left;
  }
  table.dataTable td.dataTables_empty:before{
    display: none;
  }
  /* table.dataTable td {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem;
    text-align: left;
    background-color: white;
    border: 1px solid transparentize( #58C25F, 0.5 );
  }
  table.dataTable td:before {
      float: left;
      margin: -0.5rem 0.5rem -0.5rem -0.5rem;
      padding: 0.625rem 0.5rem 0.625rem;
      font-size: 0.75em;
      font-weight: bold;
      background: transparentize( #58C25F, 0.9 );
      color: #58C25F;
      content: " " attr(data-column-name) ": ";
    } */
  table.dataTable td:empty {
    display:flex !important;
  }
  table.dataTable thead {
    display:none !important;
  }
  table.dataTable {
    border:none !important;
  }

  .filter{
    margin-top: 10px!important;
    float:left!important;
  }

#login_holder .p-4{
    padding: 0px!important;
}

.forgot-link{
    font-size: 12px!important;
}

}

@media (max-width:768px) {
    #lead_listing tr td:nth-child(5),
    #lead_listing tr th:nth-child(5),
    #lead_listing tr td:nth-child(6),
    #lead_listing tr th:nth-child(6){
        display:none;
    }
    
    
    .modal-xl{
        width: 95%!important;
        max-width: none;
    }
}

.pricing .box {

  padding: 20px;

  background: #2b2b2b;

  text-align: center;

  border-radius: 8px;

  position: relative;

  overflow: hidden;

  color: #fff;
  margin-top: 25px;
}



.pricing .box h3 {

  font-weight: 400;

  padding: 15px;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: 600;

}



.pricing .box h4 {

  font-size: 42px;

  font-weight: 500;

  font-family: "Open Sans", sans-serif;

  margin-bottom: 20px;

}



.pricing .box h4 sup {

  font-size: 20px;

  top: -15px;

  left: -3px;

}



.pricing .box h4 span {

  font-size: 16px;

  font-weight: 300;

}



.pricing .box ul {

  padding: 0;

  list-style: none;

  text-align: center;

  line-height: 20px;

  font-size: 14px;

}



.pricing .box ul li {

  padding-bottom: 16px;

}



.pricing .box ul i {

  color: #aa1f2e;

  font-size: 18px;

  padding-right: 4px;

}



.pricing .box ul .na {

  color: rgba(255, 255, 255, 0.5);

  text-decoration: line-through;

}



.pricing .box .btn-wrap {

  padding: 15px;

  text-align: center;

}



.pricing .box .btn-buy {

  display: inline-block;

  padding: 10px 40px 12px 40px;

  border-radius: 4px;

  color: #fff;

  transition: none;

  font-size: 14px;

  font-weight: 400;

  font-family: "Raleway", sans-serif;

  font-weight: 600;

  transition: 0.3s;

  border: 2px solid rgba(255, 255, 255, 0.3);

}



.pricing .box .btn-buy:hover {

  border-color: #fff;

}



.pricing .featured {

  background: #321fdb;

}


.button-container {
  position: fixed;
  right: -135px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

#captureButton {
  transform: rotate(90deg);
  transform-origin: left bottom;
  padding: 10px 15px;
  white-space: nowrap;
  border-radius: 10px;
  background-color: #2c8df5;
  color: white;
  border: 2px solid #0056b3;
  font-weight: bold;
}

@font-face {
  font-family: 'CoreUI-Icons';
  src: url('/path/to/coreui-icons.woff2') format('woff2');
  font-display: block; /* Ensures icons are fully loaded */
}

#templateModal .carousel-item {
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

#templateModal .template-wrapper {
    background: white;
    max-width: 1140px;
    margin: auto;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#templateModal .carousel-control-prev,
#templateModal .carousel-control-next {
    z-index: 1055;
    /* higher than modal content */
    opacity: 1;
    color: #000;
}


#templateModal label {
    width: 100%;
}

#templateModal .modal-body {
    padding: 0;
}

#templateModal .modal-body {
    overflow-y: auto;
    max-height: 90vh;
}

.team-photo-slide {
    transition: opacity 0.5s ease-in-out;
}

.template-preview body {
    padding: 20px;
    background: #fff;
    color: #111;
    font-family: Arial, sans-serif;
}

.template-preview .hero h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.template-preview .subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #444;
}

.template-preview .cta-button {
    background-color: #d10000;
    color: white;
    border: none;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    cursor: pointer;
}

.template-preview .rating {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.template-preview .guarantee {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.template-preview .location {
    font-size: 0.9rem;
    color: #555;
}

.template-preview .media-box {
    background-color: #0d3d63;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.template-preview .highlighted-reviews {
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.template-preview .award {
    background-color: #eee;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .template-preview .hero .col-md-6 {
        text-align: center;
    }

    .template-preview .media-box {
        text-align: center;
    }
}

.slick-slider, .slick-slide {
  height: 250px !important; /* or any height you need */
  position: relative !important;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}

/* template 5 css */



.template-preview .bordered-box {
  border: 4px solid #000;
  border-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.template-preview .bordered-box .row {
  margin: 0px;
}

.template-preview .deer-headline,
.template-preview .deer-subheading {
    font-family: 'DM Sans', sans-serif;
}

.template-preview .deer-headline {
    font-weight: 700;
    font-size: 35px !important;
    color: #2E2E2E;
}

.template-preview .deer-subheading {
    font-weight: 500;
    color: #4F4F4F;
}

.template-preview .deer-description,
.template-preview .deer-guarantee {
    font-weight: 400;
}
