/* override base theme css */
.breadcrumb a, .breadcrumb-saprator {
	color: var(--primary);
}
ul.user_profile li {
    background-color: var(--primary);
}
ul.user_profile .user_dp span {
    color: var(--white);
}
.banner.full-width > .row {
	margin: 0 !important;
}
.slide__caption {
    padding: 0;
}
.is-b-loading {
    min-height: auto;
}
.slick-list {
    margin:0 -15px;
}
.slick-list .slick__slide {
    margin-right:15px;
    margin-left:15px;
}
article.node {
	margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
.nav-tabs .nav-link {
    color: var(--medium-gray);
    /* border: none; */
    padding: .8rem 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--primary);
}
.navbar .dropdown .dropdown-menu {
    min-width: auto !important;
}
.nav-tabs {
    margin-bottom: 25px;
}
.navbar .dropdown .dropdown-menu:before {
    display: none;
}

 legend {
    margin-bottom: 0;
    margin-top: 10px;
}
legend > span{
    color: #000;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
}
.alert.alert-warning {
	background: #FBC02D;
	border-color: #fff4b8;
}

/* new user avtar design */
.avatar-group {
    display: flex;
    align-items: center;
}
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--white);
    overflow: inherit;
    object-fit: cover;
    position: relative;
    margin-left: -20px;
    background: #ccc;
}
.avatar:first-child {
    margin-left: 0;
}
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
/* Custom Tooltip */
.avatar-group .tooltip-av {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1px 10px;
    border-radius: 5px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, transform 0.2s;
    transform: translateY(-10px);
    pointer-events: none;
    font-size: 12px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.avatar-group .avatar:hover .tooltip-av {
    visibility: visible;
    opacity: 1;
    transform: translateY(-20px);
}
.avatar-group .tooltip-av > a {
    color: var(--white);
}
/* End new user avtar design */

/* status-message css start here */
.status-message ul.alerts {
    padding-left: 0;
    list-style: none;
}
.status-message ul.alerts > li {
    padding: 3px 5px;
    padding-left: 15px;
}
.status-message ul.alerts > li.alert-success {
	border-left: solid 3px #0f5132;
}
.status-message ul.alerts > li.alert-warning {
	border-left: solid 3px #664d03;
}
.status-message ul.alerts > li.alert-danger {
	border-left: solid 3px #842029;
}
.status-message ul.alerts > li.alert-primary {
	border-left: solid 3px #084298;
}
/* status-message css end here */

a.tabledrag-handle .handle {
	padding: 1em 1em;
    background-position: center;
}
