/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.zoom-img {
    height: auto;
    position: relative;
    z-index: 999999;
}

.zoom-img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.zoom-img:hover {
    transform: scale(3);
}

.zoom-product {
    transition: transform .2s;
    position: relative;
    z-index: 0 !important;
}

.zoom-product:hover {
    transform: scale(1.5);
    z-index: 50 !important;
}

.ribbon-box .ribbon.round-shape {
    z-index: 1;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .sticky-side-div {
        position: sticky;
        top: calc(100px + 1.5rem);
    }
}

.ch-cookie-consent__category {
    padding: 10px 0 !important;
}

.ch-cookie-consent__form {
    margin-top: 20px !important;
}

.ch-cookie-consent__btn-group {
    margin-top: 20px !important;
}

.ch-cookie-consent {
    padding: 20px 20px !important;
    border-top: 1px solid #000 !important;
}

.ch-cookie-consent__btn--secondary {
    /*color: #000;*/
    /*border: 2px solid #000;*/
    background: #13c56b !important;
}

.kit-dig-log {
    max-width: 49%;
    height: auto;
    display: inline-block;
}

.logo-footer {
    max-width: 25%;
    height: auto;
    display: inline-block;
    margin: 3%;


}

.collection_accordion .accordion-item .accordion-body>fieldset>legend {
    display: none;
}

.read-only-field,
.form-check-inline:has(.read-only-field) {
    background-color: #eff2f7;
    pointer-events: none;
}

.fc .fc-toolbar h2 {
    font-size: 13px !important;
}

.choices__list--dropdown {
    z-index: 1000;
}

.hamburger-icon-custom {
    width: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.hamburger-icon-custom span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    margin: 5px auto;
    background-color: #878a99;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu-lg {
    width: 415px;
}

.row.justify-content-center .card-body img {
    max-width: 100%;
    height: auto;
}

.readonly input[type='text'],
.readonly input[type='number'],
.readonly [data-type='select-one'] {
    pointer-events: none;
    background-color: #f0f0f0;
}

.btn-link-custom {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    display: block !important;
    padding: .25rem !important;
    padding: .25rem !important;

}


.icon-large {
    width: 40px;
    height: 40px;
}

.alignment-container {
    display: flex;
    align-items: center; 
    gap: 10px;
    vertical-align: middle;
}

.number-large {
    font-size: 25px;  
}

#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0057ff;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
  }

  #chat-window {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50vw;
    height: 80vh;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    min-width: 300px;
  }

  #chat-header {
    background-color: #0057ff;
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
  }

  #chat-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
  }

  #chat-body {
    padding: 15px;
    flex: 1;
    overflow-y: auto;
  }

  #chat-options {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  #iframe-container {
    height: calc(100% - 80px);
  }

  #iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
  }

  :root {
    --chat--message--bot--color: #000000;
    --chat--message--font-size: 1.1rem;
  }

  @media (max-width: 768px) {
    #chat-window {
      width: 95vw;
      height: 95dvh;
      bottom: 10px;
      right: 10px;
    }

    #chat-header {
      font-size: 1.1rem;
      padding: 12px 16px;
    }

    #chat-options {
      font-size: 1rem;
    }
 } 
