.navid_with_icon>img {
    width: 20px;
    display: block;
    height: 20px;
}

.nav_inner_div {
    display: flex;
    justify-content: center;
    align-items: center;
}




.mcl_base {
    justify-content: space-between;
    align-items: flex-start;
}

.mcl_base>div {
    display: flex;
    width: calc(33.333% - 20px);
    height: 80px;
    margin: 10px;
    border: 1px solid gainsboro;
    justify-content: center;
    align-items: center;
    background: #b136ac;
    background: linear-gradient(45deg, #9c27b0, #673ab7);
    border-radius: 10px;
    position: relative;
}

.mcl_base>div>a {
    color: #fff;
}

.mcl_base>div>span {
    position: absolute;
    right: 0px;
    font-size: 120px;
    top: 0px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding-top: 7px;
    color: #ffffff26;
}

h2.mega_loans_item {
    font-size: 16px;
    color: #4caf50;
}


/*  */


.popup_mega_account {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4a44446b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px;
    backdrop-filter: blur(17px);
}

.pma_content {
    position: relative;
}

.close_pma {
    position: absolute;
    left: -30px;
    top: -34px;
    background: #E91E63;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pma_p_inner {
    border: 1px solid #fff;
    padding: 43px;
}

.close_pma>i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.pma_content>p {
    color: #fff;
}

.pma_content>h1 {
    color: #fff;
    font-size: 30px!important;
}

/* sale accountant */
.bmi_c_b_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.bmi_c_b_item>div {
    border: 1px solid gainsboro;
    width: 100%;
    position: relative;
}

.bmi_c_b_item .bmi_cb_i_title {
    position: absolute;
    background: #fff;
    top: -12px;
    right: 10px;
    padding: 0px 10px;
    font-weight: 900;
    font-size: 12px;
}

.this_day_pre_invoice {
    display: flex;
    flex-direction: column;
}



/* sale accountant page */


.highway_titel {
    position: absolute;
    top: -35px;
    background: #4CAF50;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 0px 10px 16px -14px #000;
}

.highway_titel>h1 {
    margin: 0px;
    padding: 1px 20px !important;
    text-shadow: 0px 3px 5px #000;
}

.highway_titel>h1>span {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.highway_titel:before {
    content: '';
    display: flex;
    position: absolute;
    border-right: 15px solid #00534b;
    left: -15px;
    border-top: 15px solid transparent;
}

.mega_padding_button.col-12 {
    padding-bottom: 50px;
}



/* movie */



.mega_vid_launch_box {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 50px;
    margin-bottom: 100px;
    display: flex;
    overflow: hidden;
}

.mvlb_video>video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mega_vid_launch_box>div {
    height: 100%;
    width: 100%;
}

.mvlb_video {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mvlb_close {
    background: red;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    position: absolute;
    top: 0px;
    box-shadow: 0px 10px 20px -10px #000;
    border-radius: 0px 0px 10px 10px;
}

.mvlb_close i {
    font-size: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.eop_item_qty_row {
    justify-content: center;
    align-items: center;
}

.eop_item_qty_row>.plus_qty , .eop_item_qty_row>.minus_qty {
    width: 25px;
    background: #dddddd;
    display: flex;
    justify-content: center;
    height: 25px;
    border-radius: 10px;
    font-size: 24px;
    align-items: center;
    padding-top: 6px;
    color: #000;
}

.eop_item_qty_row>input[type="number"] {
    width: 50px;
}

.mua_content  {
    width: calc(100% - 270px);
}


.mega_bran_news 
 .mbcu_header_title {
    margin: 0px;
}

.mbn_holder.col-12 {
    border: 1px solid gainsboro;
    padding: 10px 10px 5px 10px;
    border-radius: 0px 0px 10px 10px;
}


/* order */

.mega_sim_payed {
    border: 1px solid gainsboro;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px -20px #000;
}

.mega_sim_total {
    padding: 0px;
    margin: 0px !important;
}

.mega_sim_no_bajet {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid gainsboro;
    box-shadow: 0px 10px 30px -20px;
}


.total_successfull_orders {
    background: red;
    margin: 10px 0 0 0;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.total_successfull_orders span {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
}