@import './components/map.css';
header{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 0 25px;
    background: #fff; 
    position: relative;
}
.navbar-toggler-icon{
    display: none;
}
.custom-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.logo-link{
    margin-left: calc((100vw - 1140px)/2);
}
.top-menu, #jba-mainmenu{
    margin-right: calc((100vw - 1140px)/2);
}
.logo-link img{
    width: 145px;
    height: auto;
    margin-top: 6px;
}
.top-menu {
    margin-bottom: 10px;
    text-align: right;
}
.top-menu ul{
    padding:0;
    margin: 0;
}
.top-menu ul li{
    display: inline-block;
    vertical-align: top;
}
.btn-lelang-head {
    margin-right: 2px;
}
.top-menu a{
    font-size: 10px;
    text-transform: uppercase;
    border:1px solid #ee3342;
    padding: 7px 20px 3px;
    border-radius: 3px;
    color:#ee3342;
    display: block;
}
.top-menu  a.lang-btn {
    display: block;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px 5px; 
    cursor: pointer;
    line-height: 1;
    color: #000;
} 
.top-menu  a.lang-btn >  span{
    height: 15px;
    overflow: hidden;  
}
.top-menu  a.lang-btn > img{
    margin-right: 5px;
    width: 20px;
}
.top-menu  a.lang-btn:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #000000 transparent transparent transparent;
    content: '';
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;

}
.top-menu .bid-signup a, .login-btn a:hover{
    background-color: #ee3342;
    color: #fff;
}
.bid-signup a:hover{
    color:#ee3342;
    background-color: transparent; 
} 
nav.navbar{  
    background: url(../img/menu-left-bg.svg) no-repeat top left  #212c68;  
    padding: 0px 0 0px 40px ;
}
.navbar-expand-md .navbar-nav .nav-link{
    color: #fff;
    font-size: 12px;
    font-family: 'NexaBold';
    text-transform: uppercase;
    border-bottom:3px solid transparent;
    padding:15px 7px 10px 7px; 
}
.navbar-expand-md .navbar-nav .nav-link.active{
    border-color: #EE3342;
}
.floating-chat{
    display: block;
    position: fixed;
    z-index: 999; 
    bottom: 19%;
    right: 10px;
    text-align: right;
}
 
.floating-chat .chat-button{
    color:#222b68 ;
    font-size: 12px;
    font-family: 'NexaBold';
    display: inline-block;
    text-align: center; 
    background: transparent;
    border:0; 
    
}
.chat-icon{
    width: 90px;
    height: 90px;
    background: url(../img/icon-chatus.svg)  #222b68 no-repeat center center;
    margin-bottom: 10px;
    display:  flex;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background-size: 40px 40px;
}
.chat-icon:hover{ 
    background: url(../img/icon-chatus.svg)  #ee3342 no-repeat center center;
    transition: all 0.2s ease-in-out;
    background-size: 40px 40px;
}
.chat-button.active .chat-icon{
    width: 90px;
    height: 90px;
    background: url(../img/icon-chatusopen.svg)  #222b68 no-repeat center center;
    margin-bottom: 10px;
    display:  flex;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background-size: 32px 32px;
}
.chat-button.active:hover .chat-icon{ 
    background: url(../img/icon-chatusopen.svg)  #ee3342 no-repeat center center;
    transition: all 0.2s ease-in-out;
    background-size: 32px 32px;
} 
.chatboard{
    background: url(../img/bg-charboard.jpg) no-repeat;
    background-size: cover;
    width: 320px;
    border-radius: 20px;
    border:1px solid #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 20px 15px 30px;
    text-align: left;
    display: none;
}
.headerchat {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
}
.headerchat button.close { 
    position: absolute;
    height: 20px;
    padding: 7px;
    border-radius: 5px;
    right: 0px;
    top: 0px;
    width: 20px;
    opacity: 1;
    background: url(../img/icon-chat-close.svg) no-repeat center  #fff;
    background-size: 10px;
}
.headerchat button.close img{
    width: 100%;
}
.headerchat span{
    font-size: 18px;
    display: block;
    font-family: 'NexaBold';
}
.bodychat{
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
}
.bodychat input, .bodychat textarea{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 7px 10px 4px;
    font-size: 14px;
}
.bodychat input, .bodychat textarea{

}
.bodychat textarea{
    height: 80px;
}
#rc-imageselect, .g-recaptcha {transform:scale(0.85);-webkit-transform:scale(0.85);transform-origin:0 0;-webkit-transform-origin:0 0;}

.page-title .title {
    color: #212c68;
}
footer{
    font-size: 14px;
    padding: 40px 0 0;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    color: #212c68;
}
footer > .container{
    margin-bottom:30px;
}
footer a:hover{
    text-decoration: underline;
}
footer ul{
    padding:0;
    margin:0;
}
.logo-footer{
    margin-bottom: 20px;
}
.address-contaier {
    margin-bottom: 30px;
}
footer .title {
    margin-bottom: 10px;
}
.footer-contact li{
    display: inline-block; 
}
.footer-contact li:not(:last-child){
    padding-right: 10px;
}
.footer-contact li a, .fmenu-list li a, .footer-info a{
    color: #212c68;
}
.fmenu-list li{
    list-style: none;
    padding: 8px 0;
}
.footer-info {
    font-size: 16px;
}
.footer-info > div:not(:last-child){
    margin-bottom: 30px;
    
}
.footer-info .custom-title{
    font-size: 20px;
}
.copyright{
    background-color: #212c68;
    color: #fff;
    padding:10px 0;
}
.breadcrumb-section{
    margin-bottom: 10px;
}
.breadcrumb{
    background: transparent;
    padding: 30px 0 0;
    margin:0;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '';
    height: 5px;
    width: 5px;
    padding: 0;
    border-top: 2px solid #212c68;
    border-right: 2px solid #212c68;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-top: 3px;
}
.breadcrumb-item {
    font-size: 10px;

    font-family: 'NexaHeavy';
    text-transform: uppercase;
}
.breadcrumb-item.active, .breadcrumb-item a{
    color:  #212c68;
}
.breadcrumb-item a:hover{
    text-decoration: underline;
}


/*responsive*/
@media (min-width: 1200px) {
}
@media (max-width:1024px ){
    
    .logo-link{
        margin-left: 15px;
    }
    .top-menu, #jba-mainmenu{
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    
    .footer-menu{
        order: 1;
    }
    .footer-address{
        order: 2;
    }
    .footer-info{
        order:3;
    }
    footer .row>div{
        padding-bottom: 20px;
    }
} 
@media (max-width: 767px) {
    header{
        padding: 0;
        box-shadow: none;

    }
    .navbar-toggler{
        padding: 10px;
    }
    .top-menu, #jba-mainmenu{
        margin-right: 0;
    }
    .logo-container a{
        display: inline-block;
    }
    .logo-container { 
        text-align: center;
        width: 100%;
        padding-bottom:15px;
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        position: relative;
  
    }
    .mainmenu-container{
        width: 100%;
        background: #e6e7ea;
        padding: 25px 0 0px;
        position: relative;
        overflow: hidden;
    }
    .mainmenu-container::before{
        content: '';
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top:-30px;
        left: -30px;
        background: #212c68;
    }
    .mainmenu-container::after{
        content: '';
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom:-30px;
        right: -30px;
        background: #ee3342;
    }
    .top-menu{
        text-align: center;
        margin-bottom: 25px;
        padding:0 30px;
    } 
    .top-menu:before{
        content:'Apakah Anda ingin mengikuti Lelang \A di JBA hari ini?';
        display: block;
        font-size: 14px;
        white-space: pre;
    }
    .navbar-toggler{
        background: #212c68;
        border-radius: 5px;
        height: 38px;
        margin-right: 15px;
    }
    .navbar-toggler-icon{
        height: 3px;
        background: #fff;
        width: 20px;
        border-radius: 2px;
        position: relative;
        display: block;
    }
    .navbar-toggler-icon:before, .navbar-toggler-icon:after{
        height: 3px;
        background: #fff;
        width: 20px;
        border-radius: 2px;
        position: absolute;
        content: '';
        top: -7px;
        left: 0
    }
    .navbar-toggler-icon:after{
        bottom: -7px;
        top: auto;
    }
    nav.navbar{
        background:#212c68;
        padding:0;
    }
    .logo-link img {
        width: 120px;
        height: auto;
        margin-top: auto;
    }
    .btn-lelang-head {
        margin-bottom: 5px;
    }
}

