﻿
.custom_title_bold, .card-title {
    font-weight: bold;
    font-size: 18px;
}

.custom_social_page .card.hv-grow .h5 {
    font-weight: bold;
    color: #000;
}

.root .mainnav__inner .nav-link {
    font-size: 14px !important;
    padding: 10px 8px !important;
}

.custom_direction span {
    font-weight: bold;
    font-size: 12px;
    color: #979797;
}

.custom_btn_add_top button {
    flex: .88;
    display: flex;
    justify-content: center;
}

.cutom_direction_selected button {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    transition: all .4s ease-in-out;
    border: none !important;
}

    .cutom_direction_selected button:hover, .cutom_direction_selected button.active {
        background-color: var(--nf-header-btn-hover-bg);
        color: var(--nf-header-btn-hover-color);
    }

.custom_table_boxs, .custom_grid_boxs {
    display: none
}

    .custom_table_boxs.Show, .custom_grid_boxs.Show {
        display: block;
    }

.custom_table_boxs {
    margin-top: calc((var(--nf-header-expand-height) + 1rem)* -1);
    z-index: 99;
}

.custom_name_table {
    font-weight: bold;
}

.cutom_grid_actions {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.custom_up_btn {
    position: relative;
}

.uploud_btn_custom {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.addittions_box .custom_title_uploud {
    font-weight: bold;
    font-size: 16px;
}

.custom_box_uploud_details {
    flex: 1;
}

.custom_name_directions {
    flex: .5;
}

.uploud_custom_box_all {
    background: #ffeaf04f;
    padding: 0;
    border-radius: 10px;
    margin: 0;
    border: 3px dotted #db1768;
    position: relative;
    height: 150px;
    cursor: pointer;
}

.custom_opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.utom_plus {
    color: #db1768;
    font-size: 30px !important;
}

.custom_name_directions label {
    font-weight: bold;
}

.custom_gap_5 {
    margin-inline-start: 30px;
}

.card_with_border {
    border: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.content__wrap {
    padding-top: .5rem !important;
}

.custom_style_profile {
    width: 30px;
    height: 30px;
}
/*====dashboard======*/
.mini-stat .mini-stat-img {
    background: url(../img/bg-1.png);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: 8px;
    gap: 20px;
    width: 100%;
    padding: 10px 25px;
}

.mini-stat .mini-stat-icon i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: inline-block;
}

.mini-stat-img .text-white {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.font-size-16 {
    font-size: 19px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.st_bold_s {
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}

.custom_color_title {
    color: #fff !important
}

.All_Locations {
    background-color: rgba(24, 119, 242, 1) !important;
}

.Locations_Categories {
    background-color: rgba(24, 119, 242, 1) !important;
}

.Locations_background {
    background-color: rgb(5 177 178) !important;
}

.SCREENS_ONLINE {
    background-color: rgb(243 49 103) !important;
}

.SCREENS_OFFLINE {
    background-color: rgb(13 183 240) !important;
}

.SHOWS {
    background-color: rgb(171 71 188) !important;
}

.SLICES {
    background-color: rgb(250 159 27) !important;
}

.MEDIA {
    background-color: rgb(30 74 156) !important;
}

.SCHEDULES_1 {
    background-color: rgb(167 29 141) !important;
}

.Regions_1 {
    background-color: #5590a4 !important;
}

.background_white_dash {
    background-color: #fff !important;
}

    .background_white_dash .font-scustom {
        color: #808080 !important
    }

    .background_white_dash .st_bold_s {
        color: #000 !important
    }

    .background_white_dash .custom_span_color {
        color: #979797 !important
    }

    .background_white_dash .font-size-16 {
        color: #000 !important
    }

.card.mini-stat {
    box-shadow: var(--bs-box-shadow);
}

.background_white_dash .mini-stat-icon i {
    color: #ffffff !important;
    background: rgb(30 74 156) !important;
}

.tp_title_www {
    display: flex;
    margin: 0 10px 10px;
    align-items: center;
}

.w-50-style {
    width: 50% !important;
}

.box_activ_notactive {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #f6f6f69c;
    padding: 5px 10px;
    width: 90%;
    margin: auto;
}

.box_activ_not {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    text-align: center;
    justify-content: center;
}

    .box_activ_not p {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
    }

    .box_activ_not h3 {
        font-size: 15px;
        color: #7c7c7c;
        margin-bottom: 10px;
    }

.box_not_active p {
    color: #f43c6f;
}

.box_active p {
    color: #1877f2;
}

p.Horizental {
    color: #05b1b2;
}

p.Vertical {
    color: #05b1b2;
}

.box_active {
    border-inline-end: 1px solid #ddd;
    margin-inline-end: 10px;
}

.image_box img {
    width: 35px;
}

.color_image p {
    color: #ee2a51 !important;
}

.color_vedio p {
    color: #24c59b !important;
}

.color_image .image_box img {
    width: 25px !important;
}

/*custom-hover-image*/

.box_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .box_image .detail {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0,0,0,0.8);
        transform: scaleY(0);
        transition: transform .3s;
    }

    .box_image:hover > .detail {
        transform: scaleY(1);
    }


    .box_image .detail .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        padding: 15px;
        color: #fff;
        background: transparent;
    }

.selected_items_box {
    position: relative;
    background: #ffd8e34f;
    padding: 0;
    border-radius: 10px;
    margin: 0;
    border: 3px dotted #db1768 !important;
    cursor: pointer;
}

    .selected_items_box .check_custom_i {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #db1768;
        font-size: 18px;
    }
