.cusBackground {
	background-color: #094f99;
}
.cusLogo {
	width: 250px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    padding: 0px;
}

.acusLogo {
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.cusHeader {
	font-size: 50px !important;
    color: #fff !important;
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}
#kt_brand {
    background-color: #094f99 !important;
}
#kt_aside {
    background: #094f99 !important;
}
#kt_aside_menu {
    background: #094f99 !important;
}
.menuCus {
    width: 100% !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding-left: 0 !important;
    height: 50px !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    color: #bcbdc0;
}

.menuCus:hover {
    background-color: #0a70b8 !important;
}
.cusLogoHome {
    width: 100%;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}
.menu-item-active {
    background-color: #0a70b8 !important;
}
.menuTextCus {
    text-align: left !important;
    width: 100% !important;
    padding-left: 10px !important;
}
.menuIconActive {
    color: #fff !important;
}
.menuLink {
    padding: 0 !important;
    padding-left: 20px !important;
    background: transparent !important;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color:  #bcbdc0;
}
.botLogo {
    width: 100px;
    height: 100px;
    /*border-radius: 50%;*/
    /*border: solid 1px #6d6e71;*/
}
.buttonAddWorkplace {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.listBotDiv {
    position: relative;
    left: -100px;
}

.btnTour {
    background-color: #bcbdc0;
}

.noteSpan {
    color: #6d6e71 !important;
}

.btnMyBots {
    background: white !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.botSelectCus {
    font-size: 1.2rem;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.ribbonCus {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.wrapperCus {
    width: 100%;
    height: calc(100vh - 67px);
    display: flex;
}

.colCus {
    overflow: auto;
    width: 150px;
    height: 100%;
    border-right: 1px solid var(--border-color);
}

.menu {
    position: absolute;
    height: 40px;
    display: block;
    background: white;
    width: 100%;
}

.menu ul {
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}

.menu ul li {
    display: inline-block;
    margin-left: 10px;
    border-right: 1px solid var(--border-color);
    padding-right: 10px;
    line-height: 40px;
    cursor: pointer;
}

.menu ul li.selected {
    font-weight: bold;
}

#myTabContent {
    border-top: 1px solid var(--border-color);
}

/*Colors*/
.cusBgSB {
    background-color: #4095a5 !important;
}

/*Tour*/
.tour-tour > .popover-content {
    padding: 20px;
}
.tour-tour > .popover-title {
    padding: 15px;
    text-align: center;
}

.cusPad12 {
    padding: 12.5px !important;
}

.cusMar12 {
    margin: 12.5px !important;
}

.loginSvgMedia {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    display: none !important;
}

.cusBadge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100px;
}

.cusBot {
    position: absolute;
    top: 15px;
    right: -35px;
    width: 350px;
}