
/* @import 'fonts/fonts.css'; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

/*
font-family: 'Have Heart One';
font-family: 'TT Limes Slab';
font-family: 'TT Limes Sans';
font-family: 'D-DIN';
*/


/*----------  Library  ----------*/

@import 'plugin/bootstrap.min.css';

/*----------  css  ----------*/

@import 'pages/reset.css';
@import 'pages/common.css';
@import 'pages/form.css';
@import 'pages/footer.css';

/* body css */

.wow {
    visibility: hidden;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #ffffff;
    color: #000000;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.error{ color: red !important; padding-top: 4px;
    display: inline-block;}

.btn.loading.btn-theme:hover{border: 1px solid #02b25f;}
.btn.loading{position: relative;    cursor: not-allowed;}
.btn.loading .logo-animation{display: block;}
.btn.loading::after{
    content: '';
    position: absolute;
    top: -0.5%;
    left: -0.5%;
    width: 101%;
    height: 101%;
    background: url(../images/bgloader.svg) left top repeat-x;
    background-size: cover;
    z-index: 1;
    border-radius: 3px;  
}
.logo-animation {
    position: absolute;
    width: 410px;
    height: 400px;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
        -ms-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1);
    border-radius: 20px;
    padding: 20px;
    z-index: 2;
    display: none;
}

.logo-animation .htext {
    font-size: 25em;
    font-weight: 600;
    line-height: 1;
     margin-left: -30%;
    color: #02b25f;
}

#ballbn {
    width: 5em;
    height: 5em;
    border-radius: 70px;
    background: #02b25f;
    position: absolute;
    top: 0;
    left: 74%;
    z-index: 11;
    -webkit-animation: jump 1.5s infinite;
    animation: jump 1.5s infinite;
    cursor: pointer;
    -ms-transform: translateY(5em);
        transform: translateY(5em);
    -webkit-transform: translateY(5em);
}


/* Animations */

@-webkit-keyframes jump {
    0% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    40% {}
    50% {
        top: 14em;
        height: 5em;
        -webkit-animation-timing-function: ease-out;
    }
    55% {
        top: 16em;
        height: 4em;
        border-radius: 40%;
        -webkit-animation-timing-function: ease-in;
    }
    65% {
        top: 13em;
        height: 5em;
        border-radius: 70px;
        -webkit-animation-timing-function: ease-out;
    }
    95% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    40% {}
    50% {
        top: 14em;
        height: 5em;
        -webkit-animation-timing-function: ease-out;
    }
    55% {
        top: 16em;
        height: 4em;
        border-radius: 40%;
        -webkit-animation-timing-function: ease-in;
    }
    65% {
        top: 13em;
        height: 5em;
        border-radius: 70px;
        -webkit-animation-timing-function: ease-out;
    }
    95% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
}
.animcom-sec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bgloader.svg) left top repeat-x;
    background-size: cover;
    z-index: 3;
    border-radius: 3px;
    border: 1px solid #0cb565;
    display: none;
}

.animcom-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #08673a57;
}

.animcom-sec .loadersize {
    -ms-transform: scale(0.1);
        transform: scale(0.1);
    -webkit-transform: scale(0.1);
    margin: 25px 0 0 0;
}

.dropdown-menu {
    z-index: 9999;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 300px !important;
}

@media(max-width:1600px){
    .logo-animation .htext{font-size: 28em;}
    .logo-animation{
        -webkit-transform: translate(-50%, -50%) scale(0.05);
            -ms-transform: translate(-50%, -50%) scale(0.05);
                transform: translate(-50%, -50%) scale(0.05);
    }
}

.pass_show{position: relative}
span.pImg {
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}
.pass_show .ptxt {
position: absolute;
top: 50%;
right: 10px;
z-index: 1;
color: #0cb565;
margin-top: -10px;
cursor: pointer;
transition: .3s ease all;
}
.pass_show .ptxt:hover{color: #333333;}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

ul.nav.nav-pills.image-type {
    margin-bottom: 20px;
}
.business_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.business_type input:checked+.label {
  -webkit-box-shadow: 0px 3px 14px 0 rgba(56, 131, 245, 0.17);
  box-shadow: 0px 3px 14px 0 rgba(56, 131, 245, 0.17);
  background-color: #ffffff;
  border-left: 5px solid #458c68;
}

.business_type input:checked+.label::after {
  opacity: 1;
}

.business_type label {
  cursor: pointer;
}

.business_type label .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  font-weight: 500;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 15px;
  min-width: 170px;
  position: relative;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}

.business_type label .label img {
  margin-left: 20px;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* .business_type label .label::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/business/assets/images/check-tick.svg) no-repeat center;
  background-size: 18px;
  position: absolute;
  bottom: 8px;
  left: 15px;
  opacity: 0;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
} */

.business_type label~label {
  margin-left: 30px;
}
p > a {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
   
    
}
@media screen and (max-width: 480px) {
    .business_type_wrapper .business_type .label{
        font-size: 12px !important;
        padding: 10px 10px;
        border-radius: 10px;
    }
    
    .business_type label .label img{
        height:28px !important;
        width:28px !important;
    }
    .business_type label .label img {
        margin-left: 10px;
    }
    .business_type label~label{
        margin: 0 0 10px 0;
    }
    label.control-label, label, mat-label{
        margin: 0 0 10px 0;
    }
     .business_type input:checked+.label{
        border-left : 2px solid #458c68;
    }
    
   .business_type label .label{
        min-width: 120px;
    
   }
   .filters_wrapper .date_wrapper .date_group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* From & To fields */
  .filters_wrapper .date_wrapper .date_group .datepicker_input {
    flex: 0 0 calc(50% - 5px);
    margin-right: 0 !important;   /* remove breaking margin */
  }

  /* Reset button - next row full width */
  .filters_wrapper .date_wrapper .date_group .reset_btn {
    flex: 0 0 100%;
  }
  .filters_wrapper .date_wrapper .date_group{
    flex-direction: inherit !important;
  }

     /* 🔥 IMPORTANT: Button goes to next row */
  .filters_wrapper .date_wrapper .date_group .btn {
    flex: 0 0 100%;
    width: 100%;
  }
    .business_type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.business_type label {
  flex: 0 0 calc(50% - 5px); /* perfect 2 per row */
  margin: 0 !important;
  box-sizing: border-box;
}

/* VERY IMPORTANT */
.business_type label > div {
  width: 100%;
}

.step2 .nav{
    display: flex;
    flex-wrap: nowrap;
}
.nav-pills .nav-link{
    font-size: 12px;
}
}
.docs_preview {
    height: 400px;
}


#feedback_table img, #offers_table img {
    height: 250px;
    width: 250px;
}

.discrption-text-wrap > p{
    white-space: break-spaces;
}


/* Page Loader Styles */
#page-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.96);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
#page-loader.hidden {
    opacity: 0;
    pointer-events: none;
}
.loader-inner {
    position: relative;
    width: 52px;
    height: 52px;
}
.loader-ring {
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: loaderSpin linear infinite;
}
.loader-ring:nth-child(1) { inset: 0;    border-top-color: #3a9e6f; animation-duration: 0.9s; }
.loader-ring:nth-child(2) { inset: 6px;  border-top-color: #56c48a; animation-duration: 0.75s; animation-direction: reverse; }
.loader-ring:nth-child(3) { inset: 12px; border-top-color: #85d9a8; animation-duration: 0.6s; }
.loader-text { font-size: 13px; color: #888; margin: 0; font-family: inherit; }
@keyframes loaderSpin { to { transform: rotate(360deg); } }
    /* Rotate chevron when open */
[aria-expanded="true"] .filter-chevron {
    transform: rotate(180deg);
}
.filter-chevron {
    transition: transform 0.2s ease;
}
 
/* On desktop, always show filters regardless of collapse state */
@media (min-width: 768px) {
    #filtersCollapse {
        display: block !important;
        height: auto !important;
    }
}    
 .search_row .add_new_btn{
    line-height: 42px;
 }