.bb-pro-box .bb-pro-img {
    height: 256px;
}
.logo img {
    width: 80px !important;
}
.logo {
    font-weight: bold;
}
@media only screen and (max-width: 575px) {
    .logo {
        font-size: 16px !important;
    }
}
.owl-carousel .owl-item img {
    margin: auto;
}
.side-bar {
    user-select: none;
    background: #884632;
    border-top-left-radius: 25px;
    box-sizing: content-box;
    height: 48px;
    width: 280px !important;
    left: auto !important;
    right: -115px !important;
    transition: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 14px;
    border-top-right-radius: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 0 -3px;
    line-height: 47px;
    cursor: pointer;
}
.ce-pointer {
    cursor: pointer;
}
.alert button.close {
    padding: 0;
    font-size: 22px;
    line-height: 0.8;
    background-color: transparent;
    border: none;
}

.alert .progress {
    width: 100%;
    border-radius: 0 !important;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.alert {
    /* border: 1px solid #f1f1f1; */
    position: relative;
    padding: 0.95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, 0.26);
}
.alert [data-notify="icon"] {
    display: block;
}
.alert [data-notify="icon"]::before {
    line-height: 35px;
    font-size: 22px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}
.alert [data-notify="title"] {
    display: block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}
.alert [data-notify="message"] {
    font-size: 13px;
    color: #908e8e;
}
.alert .close {
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 12px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-black {
    border-left: 4px solid #1a2035;
}
.alert-black [data-notify="icon"]:before {
    background: #1a2035;
}
.alert-primary {
    border-left: 4px solid #1572e8;
}
.alert-primary [data-notify="icon"]:before {
    background: #1572e8;
}
.alert-secondary {
    border-left: 4px solid #6861ce;
}
.alert-secondary [data-notify="icon"]:before {
    background: #6861ce;
}
.alert-info {
    border-left: 4px solid #48abf7;
}
.alert-info [data-notify="icon"]:before {
    background: #48abf7;
}
.alert-success {
    border-left: 4px solid #31ce36;
}
.alert-success [data-notify="icon"]:before {
    background: #31ce36;
}
.alert-warning {
    border-left: 4px solid #ffad46;
}
.alert-warning [data-notify="icon"]:before {
    background: #ffad46;
}
.alert-danger {
    border-left: 4px solid #f25961;
}
.alert-danger [data-notify="icon"]:before {
    background: #f25961;
}


/* Select2 Custom Css */
.select2.select2-container {
    min-width: 100%;
}

.select2-container--default .select2-selection--multiple,
.select2-container--focus.select2-container--open .select2-container--default .select2-selection--multiple {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
}

body > span.select2-container.select2-container--default {
    z-index: 1500;
}
