/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    background: #d5dde0;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom:30px;
 }
.top-bar {
    background-color: #ced4da;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.white-top-bar {
    background-color: white;
    font-weight: 400;
} */
.vbc-feature-title {
    background-color: #0b4c8d;
    color: #ffff;
    font-size: 24px;
    font-weight: 700;
    margin: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}
.vbc-logo-app {
    margin: 0px 0px 0px 10px;
}
.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.feature-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: none;
}
.feature-carousel-item{
    width:33%;
    height:100%;
    cursor: pointer;
}
.ui-sortable-placeholder {
    border :#E0E0E0 1px solid !important;
}
.accordion-section{
    background: rgb(220, 220, 220);
}
.pub-form-label{
    color: rgb(30, 30, 30);
}
/*-------------------------------*/
.vbc-grid-title{
    position: relative;
    align-content: center;
    margin: 10px;
    padding: 10px;
}
.vbc-image-container{
    position: relative;
    display: inline-block;
    width: 100%;
}
.vbc-image-item{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    float: left;
    width: 200;
    height: 155px;
    margin: 10px;
    box-shadow: 0 0 5px #383838;
}
.vbc-image-delete{
    position: absolute;
    top: 7px;
    left: 165px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.vbc-image-delete:hover{
    transform: scale(1.20);
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}
.vbc-upload-preview{
    position: relative;
    display: inline-block;
    width: 100%;
}
.vbc-uploading-msg{
    width: 100%;
    height: 150px;
    align-items: center;
    background-color: #fff;
}
.vbc-upload-anim{
    width: 50px;
    height: 50px; 
}
.vbc-upload-item{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    float: left;
    width: 200px;
    height: 155px;
    margin: 10px;
    box-shadow: 0 0 5px #383838;
}
.btn-file-browser{
    width: 200px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
}