#profile .form-control{border-radius: 0px;} 
#profile .navbar-expand-lg{ background-color: #1c83c1;}
#profile .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link{ color: rgba(255,255,255,1) }
#profile .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
color: rgba(255,255,255,0.8) 
}
#profile .btn-radius{border-radius: 20px;background-color: #fff; color:#1c83c1;font-weight: bold; }
#profile .btn-outline-info {
color: #1c83c1;
background-color: transparent;
background-image: none;
border-color: #1c83c1;
}
#profile .nav-item.active:after, #profile .navbar-nav li:hover:after {
width:65%; 
background: #fff; 
}
#profile .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255,255,255,.7);
cursor: not-allowed;
}
#profile .navbar-dark .navbar-nav .active {
color: #fff !important;
font-size: 15px;
font-weight: bold;
}
.address-p p{margin-bottom: 3px;line-height: 18px; font-size: 13px;}
.btn-bot-rad{border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
.btn-top-rad{border-top-left-radius: 25px; border-top-right-radius: 25px; }
.Btn-Rad-BR{border-bottom-right-radius:25px;}
#stickyPostRequirement{
transition: 1s;
}
@media (max-width: 1099px) {
.top-bar .sticky-top{position: relative;}
#company-profile .sticky-top{position: relative;}
.fixed-top { position: inherit; }
.navbar{    box-shadow: 0px 4px 6px rgba(0,0,0,.2);}
#searchForm{position: static !important;}
.navbar{padding: 0rem 1rem .5rem 1rem}
.sticky-top{position: static !important;}
#searchForm > .input-group-sm{width: 240px !important; margin-left: 0px !important}
#searchForm > .input-group-sm > .form-control{width: 200px !important}
.navbar-nav li:hover:after {width:70%; background: transparent;}
.bg-topbar{background-color:#f8f9fa !important;}
}
@media (max-width: 575px) {
.bg-topbar {
background-color: #1c83c1 !important;
}
}
button.close{
position: absolute;
right: 5px;
}
.modal{background-color: rgba(0,0,0,0.4) !important;}
#################################################
/* Autocomplete form style  */
#############################################
#searchForm {
    position: relative;
}
.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}
.autocomplete-item {
    padding: 10px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background: #f5f5f5;
}
/* =========================================================
   PRODUCT PAGE SEARCH BAR
   Scoped only to .searchForm2
========================================================= */
.searchForm2 {
    position: relative;
}
/* Input Group */
.searchForm2 .input-group {
    align-items: stretch;
}
/* Search Input */
.searchForm2 .input-group .autoComplete {
    height: 44px;
    border: 1px solid #d6d6d6;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
    box-shadow: none;
}
/* Focus */
.searchForm2 .input-group .autoComplete:focus {
    border-color: #1c83c1;
    box-shadow: none;
    outline: none;
}
/* Button Wrapper */
.searchForm2 .input-group .input-group-append {
    display: flex;
}
/* Search Button */
.searchForm2 .input-group .input-group-append .btn {
    width: 50px;
    height: 44px;
    background-color: #1c83c1 !important;
    border: 1px solid #1c83c1;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
    transition: background-color 0.3s ease;
}
/* Hover */
.searchForm2 .input-group .input-group-append .btn:hover {
    background-color: #155f8a !important;
    border-color: #155f8a;
}
/* Search Icon */
.searchForm2 .input-group .input-group-append .btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}
/* =========================================================
   AUTOCOMPLETE DROPDOWN
========================================================= */
.searchForm2{
    position: relative;
    z-index: 99999;
}
.searchForm2 .autocomplete-list {
    position: absolute;
    top: 100%;
        left: 24px;
    width: calc(100% - 66px);
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    z-index: 9999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
/* Dropdown Item */
.searchForm2 .autocomplete-list .autocomplete-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.2s ease;
}
/* Hover */
.searchForm2 .autocomplete-list .autocomplete-item:hover {
    background-color: #f5f5f5;
}
/* Last Item */
.searchForm2 .autocomplete-list .autocomplete-item:last-child {
    border-bottom: 0;
}
/* hidden initially */
.sticky-search-form {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
/* visible on scroll */
.sticky-search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}