:root {
    --nav_ul_bg: rgba(255, 255, 255, 0.851);
    --nav_btn_wh: 50px;
}

.fa,
.fas,
.far,
.fab {
    color: teal !important;
}

.btn-default {
    background: teal !important;
    color: white !important;
}

.btn-default .fas {
    color: white !important;
}

.btn-default .far {
    color: white !important;
}

.bg-gradient-info .fas {
    color: white !important;
}

.form-group>label {
    top: 18px;
    left: 6px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
    color: teal;
    z-index: 1;
}

div.client_autocomplete ul li:hover {
    background: #1284C9;
    color: white;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white !important;
}

.form-group {
    margin-bottom: 2px !important;
}

li.nav-item p {
    color: var(--gray-dark);
    text-shadow: 0 0 coral;
    font-size: large;
}

.table_black_border td,
.table_black_border th {
    border: 1px solid #000;
}

ul li:hover div .dropdown-item {
    display: block;
    /* Display the dropdown */
}

.top_nav_links {
    display: flex;
    border-radius: 100px;
    padding: 0px 10px;
    gap: 10px;
}

.top_nav_links .nav-item {
    padding: 5px;
}

.top_nav_links .nav-item .nav-link {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
}

.top_nav_logo {
    padding: 5px 10px;
    border-radius: 500px;
    padding-right: 30px;
}

.top_nav_logo * {
    margin: 0;
}

.top_nav_drop_control {
    margin-left: auto;
    display: none;
}

.top_nav_drop_control .top_nav_drop_btn {
    --control_btn_wh: 50px;
    border: none;
    width: var(--control_btn_wh);
    height: var(--control_btn_wh);
    border-radius: 50px;
    background: var(--nav_ul_bg);
}
.top_nav_drop_control .top_nav_drop_btn svg {
    width: 35px;
    height: 35px;
}
.dropdown-menu a {
    margin: 0;
}
.dropdown-item {
    transition: all 0.2s ease-in-out;
}
.dropdown-item:hover {
    padding-left: 20px;
}
.dropdown-item i {
    color: #000 !important;
}
.navbar-nav,
.nav-sidebar {
    background: rgba(255, 255, 255, 0.788);
}

@media (max-width: 1400px) {
    .top_nav_links {
        padding: 0 10px !important;
        padding-right: 10px;
    }

    .top_nav_logo {
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .top_nav_links {
        padding: 0 20px !important;
    } 
}

@media (max-width: 1100px) {
    .navbar-light .navbar-nav .nav-link {
        margin-top: 0;
        flex-direction: column;
        height: auto;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .top_nav_drop_control {
        display: block;
    }

    .top_nav_links {
        position: absolute;
        flex-direction: column !important;
        right: 20px;
        top: 100%;
        min-width: 300px;
        background-color: #fff;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        padding: 0 !important;
        transform: scale(0);
        transform-origin: top center;
        transition: all 0.4s cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .top_nav_links .nav-item {
        padding: 0;
    }
    

    .top_nav_links.active {
        display: block;
        transform: scale(1);
    }

    .top_nav_links .dropdown-menu {
        position: relative !important;
    }

    .top_nav_drop_btn svg {
        transition: all 0.2s ease-in-out;
    }

    .top_nav_drop_btn.active svg {
        transform: rotate(180deg);
    }

    .top_nav_logo {
        padding: 10px;
    }

    .nav-item.show .nav-link {
        background: #94fff1;
    }

    .navbar-light .navbar-nav .nav-link {
        flex-direction: row;
        padding: 4px 10px;
    }
    .nav-item .nav-link:hover {
        background: rgba(148, 255, 241, 0.5) !important;
    }

    .navbar-light .nav-item:not(:last-child) .nav-link {
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 575px) {
    .top_nav_logo {
        width: var(--nav_btn_wh);
        height: var(--nav_btn_wh);
        display: grid;
        place-content: center;
    }
    .top_nav_links {
        right: 10px;
        min-width: 280px;
    }
}

.collection_page_form {
    display: flex;
}

@media (max-width: 992px) {
    .collection_page_form {
        flex-direction: column;
    }
}

.nav-sidebar {
    border-radius: 6px;
}

/*.form-control:hover {*/
/*    border-color: #333;*/
/*}*/


/*.submenu {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    margin-left: 5px;*/
/*    background: #fff;*/
/*    border: 1px solid #ccc;*/
/*    min-width: 150px;*/
/*    z-index: 10;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.2);*/
/*}*/


.product_select {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  left: 150px; /*100%*/
  top: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  padding: 5px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.submenu ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.submenu ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.submenu ul li:hover {
    background-color: #f5f5f5;
}

.product_select:hover .submenu,
.submenu:hover {
  display: block;
}

.btn{
    border-radius: 21px;
}
.custom-ribbon .ribbon{
  display:inline-flex;
  position:relative;
  font-family: Arial, sans-serif;
}
.custom-ribbon .ribbon__main{
  background:linear-gradient(135deg,#00b389,#02d0a1);
  color:#fff; 
  padding:7px 20px 4px 20px;
  border-radius:15px 0 0 15px;
  border:none; 
  font-weight:bold;
}
.custom-ribbon .ribbon__tag{
  background:#08a67f; 
  color:#fff; 
  padding:5px 20px;
  border-radius:0 15px 15px 0;
  font-weight:bold;
  position:relative;
}
.custom-ribbon .ribbon__tag::after{
  content:""; 
  position:absolute; 
  left:-12px; 
  top:50%; 
  transform:translateY(-50%);
  width:22px; 
  height:28px; 
  background:#08a67f;
  clip-path:polygon(100% 0, 0 50%, 100% 100%);
}