@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

.gallery_image{
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 10px;
}

img {
    display: block;
    max-width: 100%;
    height: 50%;
}
.hootmodal {
    backdrop-filter: blur(4px);
}
.select2 {
    width: 100% !important;
}
.loading {
    height: 100%;
    width: 100%;
    background-size: 30%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.loader-hide{
    display: none !important;
}
.hoot-loader {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1000000000;
    background: rgba(0,0,0,0.7);
}
.ring {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: ring 2s linear infinite;
}
@keyframes ring {
    0% {
    transform: rotate(0deg);
    box-shadow: 1px 3px 2px #7367F0;
}
50% {
    transform: rotate(180deg);
    box-shadow: 1px 3px 2px #7367F0;
}
100% {
    transform: rotate(0360deg);
    box-shadow: 1px 3px 2px #7367F0;
}
}
.ring::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.hoot-loader span {
    display:none;
    color: #ff962a;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out infinite;
}
@keyframes text {
    50% {
    color: #fff;
}
}
.list-table-btn {
    border: 1px solid;
    padding: 8px;
    margin-right: 8px;
    border-radius: 3px;
}
.list-table-btn:hover {
    background-color: #eee;
}
.list-table-btn:last-child {
    margin-right: 0;
}
.custom-font-table{
    font-weight: 600;
    color: #B5B5C3 !important;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
button.dt-button.buttons-collection.buttons-page-length {
    border: none;
    padding: 10px;
    background-color: #999;
    color: white;
    border-radius: 5px;
}
button.dt-button.buttons-csv.buttons-html5 {
    border: none;
    padding: 10px;
    background-color: #999;
    color: white;
    border-radius: 5px;
}
.dt-buttons {
    width: 50% !important;
    float: left;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.changestatus:hover{
    cursor: pointer;
}
.error
{
    color:red !important;
}

.btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-clean:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-clean.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-clean.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000000 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg g [fill], .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000000 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #000000 !important;
}
.max-h-30px {
    max-height: 50px !important;
}

.btn-info{
    background-color: black !important;
}

.btn-primary{
    background-color: black !important;
}
.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #000000 !important;
}

.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.dropdown-toggle, .show .btn.btn-primary.btn-dropdown {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}
.btn.btn-lined {
    border: 1px solid #ccc;
    padding: 0 4px;
}
.btn.btn-lined:hover {
    border: 1px solid #000;
    background-color: #eee;
}
.submenu-bg {
    background: #fff;
    display: block;
    padding: 0 5px;
}
.helptext {
    cursor: pointer;
    position: absolute;
    right: 10px;
}
.upload-view-card {
    background: #f3f6f9;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
    max-width: 150px;
    margin: 0 15px 15px;
}
.darkdropdown {}
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 130px;
    height: 44px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.tgl + .tgl-btn:after {
    left: 0;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    left: 50%;
}
.tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    perspective: 130px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
    line-height: 44px;
}
.tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
    line-height: 44px;
}
.tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg);
}

#locality {
    position: absolute;
    z-index: 999;
    width: 50%;
    left: 200px;
    display: inline-block;
    top: 34px;
    height: 42px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-size: 17px;
    font-family: 'Roboto';
}
#locality.error {
    border: 2px solid #ff0000;
}
.deletedata {
    margin-bottom: 0;
    width: 37px;
    height: 37px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.deletedata i {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.deletedata:hover {
    background: #FF0000;
}
.deletedata:hover i{
    color: #fff !important;
}
/**/
.editdata {
    margin-bottom: 0;
    width: 37px;
    height: 37px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.editdata i {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.editdata:hover {
    background: #FF0000;
}
.editdata:hover i{
    color: #fff !important;
}
/**/

.madeinindia-wrapper {
    min-width: 120px;
    text-align: right;
    margin: 0;
}
.madeinindia {
    max-width: 30px;
    display: inline-block;
}
.hootlogo {
    width: 110px !important;
    display: inline-block;
}
.hootlogo svg {
    width: 100%;
    height: auto;
}
.login-aside {
    background-color: #322b67;
}
.hootmainlogo {
    max-width: 300px;
    display: inline-block;
}
.poweredby {
    text-align: right;
    margin-top: 20px;
}
.poweredby .powereby-text {
    margin-right: 4px;
}
.poweredby .hootmainlogo {
    width: 100px;
    text-align: right;
    display: inline-block;
}
.login-signin {
    display: inline-block;
    width: 450px;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

@keyframes bouncing-loader {
    to {
      opacity: 0.1;
      transform: translate3d(0, -1rem, 0);
    }
  }
.bouncing-loader {
    display: flex;
    justify-content: center;
}
.bouncing-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background: #8385aa;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
}
.reload{
    float: right;
    cursor: pointer;
}
.pull-right{
    float: right;
}
.pointercursor{
    cursor: pointer;
}
/*#frm-claim-offer .form-group {
    margin-bottom: 10px;
}*/
.underreview-action{
    cursor:pointer;
}
.btn-close {
    position: absolute;
    background-color: red;
    padding: 4px 8px;
    color: white;
    font-weight: 900;
    border: 1px solid;
}
.image-active
{
    /*-webkit-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);*/
    border: 2px solid blue;
    border-radius: 15px;
}
.image-active-seo
{
    /*-webkit-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);
    box-shadow: 0px 0px 6px 2px rgba(6,15,194,1);*/
    border: 2px solid blue;
    border-radius: 15px;
}
.image-active-product-gallery
{
    border: 2px solid blue;
    border-radius: 15px;
}
.delete-temp-img{
    position: relative;
    top: 22px;
    right: -124px;
    cursor: pointer;
    color: red;
    border: 2px solid red;
    padding: 1px 6px;
    font-weight: 700;
    background-color: white;
}
.upload-img-preview{
    width:150px;
    height:auto;
    border: 1px solid #e4e6ef;
    padding: 10px;
    border-radius: 5px;
}
.bg-gray{
    background-color: #eef1f5;
}
.selectedimgicon{
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 25px;
}
i#media_refresh {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    cursor:pointer
}
.seo_link{
    color:#006621  !important;
}
div.text-white.pull-right.notificationclose {
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    padding: 1px 10px;
    background-color: inherit;
    border-radius: 17px;
}
.fixed-img-width{
    border: 1px solid #ecebeb;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px;
}
div#append-media-in-modal {
    max-height: 500px;
    overflow-y: auto;
}
.word-wrap {
    width : 100px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-b-0{
    border-bottom: none;
}
.b-l-g{
    border-left: 1px solid #e4e6ef;
}
.font-12{
    font-size: 12px;
}
@media (min-width: 768px) {

    .brand-pills > li > a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    li.brand-nav.active a:after{
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 9px solid #428bca;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 100%;
        z-index: 2;
    }
}


.buttoncontainer {
    text-align: center;
  }
  .buttoncontainer .buttonloader {
    --ball-size: 4px;
    display: inline-flex;
  }
  .buttoncontainer .buttonloader .ball {
    width:  4px;
    height:  4px;
    background-color: white;
    border-radius: 50%;
    animation: 1s ease-in-out 0s infinite alternate none running grow;
  }
  .buttoncontainer .buttonloader .ball.second {
    animation-delay: 0.3s;
  }
  .buttoncontainer .buttonloader .ball.third {
    animation-delay: 0.6s;
  }
  .buttoncontainer .buttonloader .ball + .ball {
    margin-left: calc( 4px * 3);
  }
  .buttoncontainer .buttonloader.ease-in ball {
    animation-timing-function: ease-in;
  }
  .buttoncontainer .buttonloader.ease-out ball {
    animation-timing-function: ease-out;
  }
  .buttoncontainer .buttonloader.ease-in-out-circular ball {
    animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
  }

  @keyframes grow {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(3);
    }
  }
  .show-media-gallery{
    max-height: 500px;
    overflow: auto;
  }
  .slim-file-hopper{
        border: 1px solid #cccfd9 !important;
        border-radius:  10px !important;
  }
 /* .slim .slim-btn-group,.slim .slim-file-hopper {
    z-index: 1 !important;
}*/
/*.business_light_logo ,.business_email_header ,.business_dark_logo ,.business_favicon{
    z-index: 1 !important;
}
.menu-submenu .menu-submenu-classic{
    z-index: 11111119999 !important;
}*/
.lowthresoldproduct_data,.highthresoldproduct_data{
    max-height: 500px;
    overflow-y: scroll;
}
.delete-large-img, .delete-small-img, .delete-medium-img {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: red;
    border: 2px solid red;
    padding: 1px 6px;
    font-weight: 700;
    background-color: white;
    z-index: 9;
}

.img-block-tag {
    position: relative;
    display: block;
    width: 100%;
}
.preview_businesslight_logo_svg {
    border-radius: 4px;
    background: black;
    padding: 4px;
}
.truncate{
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.color-pallete{
    width:50px;
    height:50px;
    padding:5px;
}
.color-pallete-icon{
    display:block;
    width:20px;
    height:20px;
    padding:5px;
    border:1px solid #eee;
}
.dark-title{
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.light-title{
    font-weight: 400;
    color: #6d6d6d;
}
.light-title-value{
    font-weight: 600;
    color: #000;
}
.shipping_address p,.billing_address p{
    color: #6d6d6d;
    margin-bottom: 0;
}
.ordernotes-block p{
    margin-bottom: 5px;
}
.ordernotes-block{
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 0px;
    display: block;
}
span.count-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 2px;
    background-color: #f64e60;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#btn-admin-login1{
    background: black !important;
    display: block;
    padding: 25px;
    border-radius: 7px;
}

.m0{
    margin:0 !important;
}
.html-code{
    padding: 0px !important;
}
#download {
    position: absolute;
    top: 48%;
    border-radius: 20px;
  }

  body {
    font-family: 'Montserrat', sans-serif;
  }
  
  .playful figure {
    cursor: pointer;
    /* float: left; */
    margin: 10px 1%;
    max-height: 225px;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .playful figure figcaption,
  .playful figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .playful figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
  }
  
  .playful figure h4,
  .playful figure p {
    margin: 0;
  }
  
  .playful figure h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    word-spacing: -0.15em;
  }
  
  .playful figure p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .playful figure h2,
  .playful figure p {
    margin: 0;
  }
  
  .playful figure.softeffect {
    background: none repeat scroll 0 0 #000000;
  }
  
  .playful figure.softeffect img {
    transition: opacity .35s ease 0s, transform .35s ease 0s;
  }
  
  figure.softeffect:hover img {
    opacity: 0.35;
    transform: scale(1);
  }
  
  .playful figure.softeffect figcaption:before,
  .playful figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  }
  
  .playful figure.softeffect h4 {
    opacity: 0;
    padding: 20% 0 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  }
  
  .playful figure.softeffect p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
  }
  
  .playful figure.softeffect:hover figcaption:before,
  .playful figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
  }
  
  .playful figure.softeffect:hover h4 {
    opacity: 1;
    transform: scale(1);
  }
  
  .playful figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
  }
  
  figure.softeffect {
    background: none repeat scroll 0 0 transparent;
  }
  
  figure.softeffect:hover {
    background: none repeat scroll 0 0 #000000;
    /* Cyan: #00aeef */
  }
  
  figure.softeffect img {
    transform: scale(1);
    transition: opacity .35s ease 0s, transform .35s ease 0s;
  }
  
  figure.softeffect:hover img {
    opacity: 0.40;
    transform: scale(1.15);
    filter: blur(2px);
  }
   /* delete button css */
   .parentgalleryclass{
       position: relative;
       display: inline-block;
       margin: 10px;
   }
   .parentgalleryclass img{
       max-width: 100%;
       border-radius: 5px;
       border: 1px solid grey;
   }
   .parentgalleryclass .deleteimgclose i{
       max-width: 90%;
   }
   .parentgalleryclass .deleteimgclose{
       position: absolute;
       top: -5px;
       right: -5px;
       background-color: #fff;
       outline: none;
       display: flex;
       align-items: center;
       justify-content: center;
       border-radius: 50%;
       aspect-ratio: 1 / 1;
       border:1px solid #777;
   }
   #map-canvas{
    height: 500px;
    width: 500px;
    border: 3px solid black;
  }
  
  #search_input {
    font-size: 18px;
    width: 430px;
    height: 40px;
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
  }
  

  .custom-switch {
    padding-left: 13.25rem;
    padding-top: 1.5rem;
}

.mobileinfo {
    
    padding-top: 0px;
}

#enableappoiment{
    padding-left: 4rem !important;
}


      /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #information {
        height: 100%;
      }
      /* Optional: Makes the sample page fill the window. */
      /* html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      } */

      /* delete visiting card button css */
   .parentgalleryclass{
    position: relative;
    display: inline-block;
    margin: 10px;
}
.parentgalleryclass img{
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid grey;
}
.parentgalleryclass .deletevisitingimage i{
    max-width: 90%;
}
.parentgalleryclass .deletevisitingimage{
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border:1px solid #777;
}

