.well
{
    position: relative !important;
    background-color: #fff !important;
    border-radius: .35rem !important;
    background-clip: border-box !important;
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07) !important;
    border: none !important;
    margin-top: 20px !important;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}
.sl-item .fa-exclamation {
    color: orange !important;
    font-size: 30px !important;
}
.sl-item .fa-check {
    color: green;
    font-size: 30px;
}
.sl-item .fa-times {
    color: red;
    font-size: 30px;
}
.fa {
    cursor: pointer;
    letter-spacing: 2px !important;
}
.sl-item h4 {
    display: inline;
    margin-left: 10px;
}
.font-medium {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tox .tox-tinymce
{
    height:500px !important;
}

.bubble blockquote {
    margin: 10px 10px 0;
    background: #404040;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    color: #fff;
}
.mainheader{
    margin-bottom:30px;
    color:#333333;
}
.loglogo{
    width:200px;
    margin:0 auto 20px;
    display:block;
}
.subheader{
    font-weight:bolder;
    font-size:26px;
    text-align:center;
}
.authtestimonial h3 {
    text-align: center;
    margin-bottom: 50px;
}
.bubble div {
    width: 0;
    height: 0;
    border-left: 0 solid #0000;
    border-right: 20px solid #0000;
    border-top: 20px solid #404040;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}
.slick-prev:before, .slick-next:before {
    color: #000 !important;
}






/* MENU LEFT */
.cui__menuLeft {
    background: #0c0c1b;
    color: #595c97;
    transition: none;
    display: block;
    min-height: 100%;
    flex: 0 0 256px;
    max-width: 256px;
    min-width: 256px;
    width: 256px;
    position: relative;
    z-index: 999;
    /* MENU LEFT TOGGLED / MOBILE */
    /* SETTINGS */
    /* GRAY & DARK THEME */
}

.cui__menuLeft__outer {
    background:#0c0c1b;
    position: fixed;
    height: 100%;
    width: inherit;
    max-width: inherit;
}

.cui__menuLeft__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 1.6rem;
    white-space: nowrap;
    width: 100%;
}

.cui__menuLeft__logo__container {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1rem 0 1.86rem;
}

.cui__menuLeft__logo__name {
    font-size: 1.22rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
    display: block;
}

.cui__menuLeft__logo__descr {
    margin-left: 0.73rem;
    padding-left: 0.73rem;
    height: 2.53rem;
    line-height: 2.53rem;
    border-left: 1px solid #e4e9f0;
    font-size: 0.93rem;
}

.cui__menuLeft__trigger {
    cursor: pointer;
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 256px;
    height: 48px;
    background: #14142d;
}

.cui__menuLeft__trigger:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 45%;
    left: 50%;
    border-left: 2px solid #9c94be;
    border-top: 2px solid #9c94be;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .cui__menuLeft__trigger {
        display: none;
    }
}

.cui__menuLeft__scroll {
    height: calc(100% - 64px - 48px);
}

@media (max-width: 767px) {
    .cui__menuLeft__scroll {
        height: calc(100% - 64px);
    }
}

.cui__menuLeft__banner {
    padding: 1.33rem;
    background: #f2f4f8;
    border-radius: 3px;
    margin: 1.33rem;
    overflow: hidden;
    border: 1px solid #e4e9f0;
}

.cui__menuLeft__navigation {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.cui__menuLeft__navigation .cui__menuLeft__navigation {
    padding: 0;
}

.cui__menuLeft__navigation .cui__menuLeft__navigation .cui__menuLeft__item__link {
    padding-left: 30px;
}

.cui__menuLeft__category {
    color: #c8c4db !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 16px;
}

.cui__menuLeft__item {
    border-radius: 5px;
}

.cui__menuLeft__item__link {
    position: relative;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0 15px;
    display: block;
    margin-top: 4px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    color: #ffffff !important;
}

.cui__menuLeft__item__link:hover {
    color: #ffffff !important;
    background: #232135;
}

.cui__menuLeft__item__link:hover .cui__menuLeft__item__icon {
  color: #ffffff !important;
}

.cui__menuLeft__item__icon {
    text-align: center;
    position: absolute;
    right: 14px;
    width: 20px;
    top: 12px;
    margin: 0 !important;
    line-height: 1 !important;
    color: #ffffff;
    font-size: 1.13rem;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.1s ease-in-out;
}

.cui__menuLeft__item--active {
    background: #031ea6 !important;
    color: #fff !important;
}

.cui__menuLeft__item--active:hover {
    background: #031ea6 !important;
    color: #fff !important;
}

.cui__menuLeft__item--active .cui__menuLeft__item__icon {
    color: #fff !important;
}

.cui__menuLeft__item--disabled {
    color: #c8c4db !important;
    background: transparent !important;
}

.cui__menuLeft__item--disabled .cui__menuLeft__item__link {
    color: #c8c4db !important;
    background: transparent !important;
}

.cui__menuLeft__item--disabled .cui__menuLeft__item__icon {
    color: #c8c4db;
}

.cui__menuLeft__submenu {
    transition: all 0.1s ease-in-out;
    will-change: transform;
}

.cui__menuLeft__submenu > .cui__menuLeft__navigation {
    display: none;
    padding-bottom: 4px;
}

.cui__menuLeft__submenu > .cui__menuLeft__item__link:after, .cui__menuLeft__submenu > .cui__menuLeft__item__link:before {
    content: '';
    position: absolute;
    right: 42px;
    top: 20px;
    vertical-align: baseline;
    background: #a1a1c2;
    width: 6px;
    height: 2px;
    border-radius: 2px;
    transition: all 0.3s;
    transition: all 0.2s ease-in-out;
}

.cui__menuLeft__submenu > .cui__menuLeft__item__link:after {
    transform: rotate(45deg) translateX(-2px);
}

.cui__menuLeft__submenu > .cui__menuLeft__item__link:before {
    transform: rotate(-45deg) translateX(2px);
}

.cui__menuLeft__submenu > .cui__menuLeft__item__link:hover:after, .cui__menuLeft__submenu > .cui__menuLeft__item__link:hover:before {
    background: #ffffff;
}

.cui__menuLeft__submenu--toggled {
    background: #232135;
}

.cui__menuLeft__submenu--toggled > .cui__menuLeft__item__link:after {
    transform: rotate(-45deg) translateX(-1px) translateY(-1px);
}

.cui__menuLeft__submenu--toggled > .cui__menuLeft__item__link:before {
    transform: rotate(45deg) translateX(1px) translateY(-1px);
}

@media (max-width: 767px) {
    .cui__menuLeft {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        transform: translate(-256px, 0);
        transition: transform 0.3s ease-in-out;
    }
    .cui__menuLeft--mobileToggled .cui__menuLeft {
        transform: translate(0, 0);
    }
    .cui__menuLeft--mobileToggled .cui__menuLeft__backdrop {
        opacity: 0.4;
        visibility: visible;
    }
    .cui__menuLeft__scroll {
        overflow-y: auto;
    }
    .cui__menuLeft__backdrop {
        position: fixed;
        z-index: 99;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #141322;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out;
    }
    .cui__menuLeft__mobileTrigger {
        position: absolute;
        right: -41px;
        top: 72px;
        width: 41px;
        height: 40px;
        cursor: pointer;
        z-index: 0;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        background: #141322;
        border-radius: 0 4px 4px 0;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }
    .cui__menuLeft__mobileTrigger span {
        display: inline-block;
        width: 14px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50;
        margin: -1px 0 0 -7px;
    }
    .cui__menuLeft__mobileTrigger span:after, .cui__menuLeft__mobileTrigger span:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        height: 2px;
    }
    .cui__menuLeft__mobileTrigger span:before {
        top: -5px;
    }
    .cui__menuLeft__mobileTrigger span:after {
        top: 5px;
    }
}

.cui__menuLeft__trigger::after{
    border-left:2px solid #ffffff !important;
    border-top:2px solid #ffffff !important;
}

@media (min-width: 767px) {
    .cui__menuLeft--toggled .cui__menuLeft {
        flex: 0 0 80px;
        max-width: 80px;
        min-width: 80px;
        width: 80px;
    }
    .cui__menuLeft--toggled .cui__menuLeft:hover .cui__menuLeft__outer {
        max-width: 256px;
        min-width: 256px;
        width: 256px;
    }
    .cui__menuLeft--toggled .cui__menuLeft:hover .cui__menuLeft__trigger:after {
        left: 50%;
        transform: rotate(-225deg);
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__logo__name, .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__logo__descr {
        display: none !important;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__trigger {
        width: 80px;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__trigger:after {
        left: 40%;
        transform: rotate(-225deg);
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__category {
        overflow: hidden;
        text-indent: -999px;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__category:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        height: 1px;
        background: #e4e9f0;
        width: 100%;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__item__title {
        display: none;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__item__link:before, .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__item__link:after {
        display: none;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__item .badge {
        position: absolute;
        top: 3px;
        right: 3px;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__submenu .cui__menuLeft__navigation {
        display: none !important;
    }
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__banner {
        display: none;
    }
}

.cui__menuLeft--unfixed .cui__menuLeft__outer {
    position: relative;
}

.cui__menuLeft--unfixed .cui__menuLeft__scroll {
    height: auto;
    padding-bottom: 3.33rem;
}

.cui__menuLeft--shadow .cui__menuLeft {
    box-shadow: 0 0 100px -30px rgba(57, 55, 73, 0.3);
    z-index: 1;
}

.cui__menuLeft--gray .cui__menuLeft {
    background: #f2f4f8;
}

.cui__menuLeft--gray .cui__menuLeft__outer {
    background: #f2f4f8;
}

.cui__menuLeft--dark .cui__menuLeft {
    color: #ffffff;
    background: #0c0c1b;
}

.cui__menuLeft--dark .cui__menuLeft__outer {
    background: #0c0c1b;
}

.cui__menuLeft--dark .cui__menuLeft__logo__name {
    color: #fff;
}

.cui__menuLeft--dark .cui__menuLeft__logo__descr {
    color: #ffffff;
    border-left: 1px solid #232135;
}

.cui__menuLeft--dark .cui__menuLeft__category {
    color: #3b3b5b !important;
}

.cui__menuLeft--dark .cui__menuLeft__category:after {
    background-color: #232135 !important;
}

.cui__menuLeft--dark .cui__menuLeft__item__icon {
    color: #ffffff;
}

.cui__menuLeft--dark .cui__menuLeft__item__link {
    color: #ffffff!important;
}

.cui__menuLeft--dark .cui__menuLeft__item__link:hover {
    color: var(--kit-color-primary) !important;
    background: #232135 !important;
}

.cui__menuLeft--dark .cui__menuLeft__item__link.cui__menuLeft__item--active {
    background: var(--kit-color-primary) !important;
    color: #fff !important;
}
.cui__menuLeft__item--active span{
    color:#ffffff;
}
.cui__menuLeft--dark .cui__menuLeft__item__link:after, .cui__menuLeft--dark .cui__menuLeft__item__link:before {
    background: #3b3b5b;
}

.cui__menuLeft--dark .cui__menuLeft__submenu--toggled {
    background: #232135 !important;
}

.cui__menuLeft--dark .cui__menuLeft__banner {
    background: #232135;
    border: 1px solid #232135;
}

.cui__menuLeft--dark .cui__menuLeft__trigger {
    background: #14142d;
}
@media(min-width:768px){
    .cui__menuLeft--toggled .az-content{
    margin-left:80px;
}
.az-content{
    margin-left:256px;
}
}

.cui__menuLeft--dark .cui__menuLeft__trigger:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
}
.cui__menuLeft__navigation .cui__menuLeft__navigation .cui__menuLeft__navigation .cui__menuLeft__item__link {
    padding-left: 50px;
}

.az-content-dashboard {
    padding-top: 0px !important;
}
.az-profile-menu .dropdown-menu{
    border-color:transparent !important;
    border-width:0px !important;
    top:40px !important;
    width:180px !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 38px 0 rgb(20 19 34 / 11%), 0 0 21px 0 rgb(20 19 34 / 5%);
    
}

.az-profile-menu .dropdown-item + .dropdown-item{
    border-top:none !important;
    height:28px !important;
    
}
.az-signin-wrapper{
    flex-direction:column !important;
}
.az-profile-menu > .az-img-user::before{
    display:none !important;
}

.az-card-signin{
    border: 1px solid #cdd4e0;
    max-width:500px !important;
    width:100% !important;
}
.form-control {
    display: block !important; 
    width: 100% !important;
    height: 45px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.az-img-user img{
    border-radius:2px !important;
}
.az-profile-menu > .az-img-user{
    display:flex !important;
    align-items:center !important;
}
.az-profile-menu > .az-img-user svg{
    margin-left:5px;
    color:#939393;
}
.az-profile-menu > .az-img-user:hover > svg{
    color:#0210aa;
}
.az-profile-menu .dropdown-item{
    color:#000000 !important;
}
.az-profile-menu .dropdown-item:hover{
    color:#0210aa !important;
}
.alert
{
    width:100% !important;
}
.btn-purple:hover {
    color: #fff !important;
    background-color: #fb8700;
    border-color: #fb8700;
}
.alert-warning {
    color: #fff;
    background-color: #fb8700;
    border-color: #fb8700;
}
.btn:hover {
    color: #fff !important;
   
}