@charset "UTF-8";

.mb-menu .hasSubModul_0::after{
    content: "PRO";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: 0;
    color: #00a5ee;
    background: #a9ebff;
    font-size: 11px;
    font-family: tahoma;
    padding: 2px 5px;
    margin-top: 6px;
    border-radius: 10px;
}

.hasSubModul_0 a{
    color: #6dabee !important;
}

.dashboardItemArea.hasModul_0 {
    background: rgb(255 136 96 / 30%);
    box-shadow: 4px 4px 20px 0px rgb(0 0 0 / 5%);
    border-radius: 0.25rem;
    transition: all 0.3s;
}




/* Dev : Samet AKIN */
.warnings {
    background: rgba(255, 183, 4, 0.47) !important;
    margin-bottom:30px;
}

.errors {
    background: rgba(255, 67, 0, 0.47) !important;
    margin-bottom:30px;
}

.error-list {
    padding: 0px;
}

.error-list li {
    padding: 3px 7px;
}

.error-list  .error-level-1 {
    background:#ffbbbb;
}

.error-list  .error-level-2 {
    background: #ffdabb;
}

.error-list .error-level-3 {
    background: #f8ffbb;
}

.searchReaults {
    background: #a0c6ff;
    padding: 0px;
    margin: 10px 0px;
    position: absolute;
    width: 200px;
}

.searchReaults li {
    padding: 5px 10px;
    cursor: pointer;
    color: #13325e;
    border-bottom: 1px solid #6ba6ff;
    list-style: none;
}

.mbProgress {
    background: rgb(13 110 253);
    height: 5px;
    width:0px;
    display:block;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.theMagicBox .breadcrumb {
    padding: 1rem  !important;
    background-clip: border-box;
    border-radius: 0.25rem;
    background: #f7f7f7;
}

.theMagicBox .breadcrumb li {
    margin:0px !important;
    color: #666;
}

.theMagicBox .sidebar {
    padding: 0px !important;
}

/* boxup */

.boxupOverlay {
    z-index: 99999999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgb(0, 0, 0 , 35%);
}

.boxupOuter {
    width: fit-content;
    max-width: 550px;
    min-width: 25%;
    background: #f9f9f9;
    display: block;
    position: fixed;
    z-index: 999999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 65px -21px rgba(0,0,0,0.87);
    -moz-box-shadow: 0px 0px 65px -21px rgba(0,0,0,0.87);
    box-shadow: 0px 0px 65px -21px rgba(0,0,0,0.87);
}

.boxup-alert {
    top: 0px;
    left: 50%;
    transform: translate(-50%);
}

.boxup-notify {
    bottom: 0px;
    right: 1%;
}

.boxupOuter .boxupInner {
    padding: 3% 4%;
    font-size: 14px;
}

.boxupOuter .boxupInner .text {
    padding: 3% 0%;
}

.boxupOuter .boxupInner .boxupButtons {
    padding: 3% 0% 0 0;
}

.boxupOuter .boxupInner .boxupButtons button {
    outline: none;
    border: 0px;
    padding: 5px 15px;
    background: #5a8bbd;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
}




/* Fixing bootstrap & wordpress style */


.theMagicBox  select {
    border: 1px  solid #ced4da;
    border-color: #ced4da !important;
}



.theMagicBox input,.theMagicBox select,.theMagicBox textarea{
    border: 1px  solid #ced4da;
    border-color: #ced4da !important;
}


/*! This file is auto-generated */
