.exhibitor-report-wrap {
        --er-bg: #f4f7fb;
        --er-card: #ffffff;
        --er-title: #1f2a44;
        --er-subtitle: #5b677f;
        --er-border: #dbe4f2;
        --er-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
        --er-good: #1f8f5f;
        --er-warn: #b98500;
        --er-bad: #c63f4b;
        --er-info: #2763d5;
    }


    .exhibitor-report-wrap .report-content {
        margin-top: 2px;
        padding: 0;
    }

    .exhibitor-report-wrap .report-content .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .exhibitor-report-wrap .kpi-card,
    .exhibitor-report-wrap .chart-card {
        background: var(--er-card);
        border: 1px solid var(--er-border);
        border-radius: 0;
        box-shadow: 0 4px 14px rgba(18, 38, 63, 0.08);
    }

    .exhibitor-report-wrap .kpi-card {
        padding: 12px 14px;
        min-height: 94px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 3px solid #cfd9ea;
    }

    .exhibitor-report-wrap .kpi-label {
        margin: 0;
        color: var(--er-subtitle);
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .exhibitor-report-wrap .kpi-value {
        margin: 6px 0 0;
        color: var(--er-title);
        font-size: 30px;
        line-height: 1.1;
        font-weight: 700;
    }

    .exhibitor-report-wrap .kpi-card.is-complete .kpi-label,
    .exhibitor-report-wrap .kpi-card.is-complete .kpi-value {
        color: var(--er-good);
    }
    .exhibitor-report-wrap .kpi-card.is-complete {
        border-top-color: rgba(31, 143, 95, 0.55);
    }

    .exhibitor-report-wrap .kpi-card.is-incomplete .kpi-label,
    .exhibitor-report-wrap .kpi-card.is-incomplete .kpi-value {
        color: var(--er-bad);
    }
    .exhibitor-report-wrap .kpi-card.is-incomplete {
        border-top-color: rgba(198, 63, 75, 0.55);
    }

    .exhibitor-report-wrap .kpi-card.is-average .kpi-label,
    .exhibitor-report-wrap .kpi-card.is-average .kpi-value {
        color: var(--er-info);
    }
    .exhibitor-report-wrap .kpi-card.is-average {
        border-top-color: rgba(39, 99, 213, 0.55);
    }

    .exhibitor-report-wrap .chart-card {
        overflow: hidden;
    }

    .exhibitor-report-wrap .chart-head {
        padding: 14px 18px;
        border-bottom: 1px solid var(--er-border);
        background: linear-gradient(90deg, #f8fbff 0%, #ffffff 100%);
        color: var(--er-title);
        font-size: 15px;
        font-weight: 700;
    }

    .exhibitor-report-wrap .chart-body {
        padding: 14px;
        height: 340px;
        position: relative;
    }

    .exhibitor-report-wrap .chart-body canvas {
        display: block;
    }

    .exhibitor-report-wrap .spacer-row {
        margin-bottom: 12px;
    }

    .exhibitor-report-wrap .details-table-card {
        background: var(--er-card);
        border: 1px solid var(--er-border);
        border-radius: 0;
        box-shadow: 0 4px 14px rgba(18, 38, 63, 0.08);
        overflow: hidden;
    }

    .details-table-card .col-md-3.col-sm-6{margin-bottom:15px;}

    .exhibitor-report-wrap .details-filters {
        padding: 12px;
        border-bottom: 1px solid var(--er-border);
        background: #f8fbff;
    }

    .exhibitor-report-wrap .details-filters .form-control {
        height: 34px;
        border-radius: 0;
        border-color: #cdd9ec;
        box-shadow: none;
    }

    .exhibitor-report-wrap .details-filters .filter-label {
        display: block;
        margin-bottom: 5px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #465675;
        letter-spacing: 0.3px;
    }
    .exhibitor-report-wrap .details-filters .missing-checks {
        margin-top: 10px;
        padding-top: 8px;
        border-top: 1px dashed #d4dfef;
    }
    .exhibitor-report-wrap .details-filters .check-inline {
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 6px;
        font-size: 12px;
        color: #3e4f70;
        font-weight: 600;
    }
    .exhibitor-report-wrap .details-filters .check-inline .btn {
        padding: 2px 6px;
        border: 0;
        background: transparent;
        color: #3e4f70;
        font-size: 12px;
        font-weight: 600;
    }
    .exhibitor-report-wrap .details-filters .check-inline .btn i {
        margin-right: 4px;
    }
    .exhibitor-report-wrap .details-filters .check-inline .btn input[type="checkbox"] {
        display: none;
    }

    .exhibitor-report-wrap .details-table-meta {
        padding: 8px 12px 0;
    }

    .exhibitor-report-wrap .details-table-card .dataTables_length select,
    .exhibitor-report-wrap .details-table-card .dataTables_filter input {
        border-radius: 0;
        border: 1px solid #cdd9ec;
        height: 30px;
        padding: 4px 8px;
        box-shadow: none;
    }

    .exhibitor-report-wrap .details-table-card .dataTables_wrapper .dataTables_info,
    .exhibitor-report-wrap .details-table-card .dataTables_wrapper .dataTables_paginate {
        padding: 10px 12px;
    }

    .exhibitor-report-wrap .details-table-card .dataTables_wrapper .dataTables_paginate .paginate_button {
        border-radius: 0 !important;
    }

    .exhibitor-report-wrap .details-table-card .dataTables_filter {
        display: none !important;
    }

    .exhibitor-report-wrap .details-table-card .dt-bottom {
        border-top: 1px solid var(--er-border);
        padding: 8px 12px;
        clear: both;
    }

    .exhibitor-report-wrap .details-table-card .dt-bottom .dataTables_length {
        float: left;
        margin: 0;
    }

    .exhibitor-report-wrap .details-table-card .dt-bottom .dataTables_info {
        float: left;
        margin-left: 14px;
        padding-top: 6px;
    }

    .exhibitor-report-wrap .details-table-card .dt-bottom .dataTables_paginate {
        float: right;
        margin: 0;
        padding-top: 0;
    }

    .exhibitor-report-wrap .details-table {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
        min-width: 980px;
    }

    .exhibitor-report-wrap .details-table thead th {
        background: #393c4d;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        padding: 10px 12px;
        border-bottom: 1px solid var(--er-border);
        white-space: normal;
        word-break: break-word;
        max-width: 140px;
    }

    .exhibitor-report-wrap .details-table tbody td {
        color: #334155;
        font-size: 13px;
        padding: 10px 12px;
        border-bottom: 1px solid #e6edf8;
        white-space: nowrap;
    }

    .exhibitor-report-wrap .details-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .exhibitor-report-wrap .completion-flag-col {
        display: none !important;
    }

    .exhibitor-report-wrap .status-pill {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    .exhibitor-report-wrap .status-pill.is-yes {
        color: #166534;
        background: #dcfce7;
    }

    .exhibitor-report-wrap .status-pill.is-no {
        color: #991b1b;
        background: #fee2e2;
    }

    @media (max-width: 991px) {
       .exhibitor-report-wrap .kpi-card {
            margin-bottom: 14px;
        }

        .exhibitor-report-wrap .chart-card {
            margin-bottom: 14px;
        }
    }

    @media (max-width: 767px) {
        .exhibitor-report-wrap .kpi-value {
            font-size: 28px;
        }

        .exhibitor-report-wrap .chart-body {
            height: 280px;
        }
    }

.collapse.in a.active_nav {
    color: #393c4d !important;
    text-decoration: none;
}
.actions_div{
    background: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/clg_profile_actions_icons01.png") no-repeat right top;
    height: 25px;
    right: 13px;
    top: 5px;
    width: 50px;
}

.actions_list{
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 10;
}
.file-upload .file-select .file-select-name {

    line-height: 20px !important;
}
.pb36{
    padding-bottom:36px;
}
.actions_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0;

}
.actions_div:hover + .actions_list,.actions_list:hover{
    display: block;
}
.form-group .form-group{margin-bottom: 0px!important;}
.form-group fieldset .form-group{margin-bottom: 15px!important;}
.grey_crcl{
    width:10px;
    height:10px;
    border-radius:50%;
    float: left;
    background-color: #666666;
    margin: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

div.tag_product_tabcontent:has(+.tag_product_tablinks) {border-bottom: 1px solid var(--color-secondary)!important;}
.green_crcl{
    width:10px;
    height:10px;
    border-radius:50%;
    float: left;
    background-color: #57b60a;
    margin: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

#popup_div{
    padding:30px;
}
.white_clr{
    color:#fff;
}
.green_bg{
    background-color:#54b800;
}

.red_bg{
    background-color:#f33a16;
}
.fixed_red_bg,.sidebar .nav > li.active > a.fixed_red_bg{
    background-color: #393c4d !important;
    color:#fff !important;
    border-left:none;
    font-weight: 700;
}

.pr35{
    padding-right:35px !important;
}

.error{
    color:#f33a16;
}
.create_password .login-panel{
    margin-top:10%;
}
#processbar{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    text-align: center;
    background-color: #F2F4F5;
}
.pd-bottom15{
    padding-bottom:15px;
}
.pd-left70{
    padding-left:70px !important;
}
.success,.fa-check-circle{
    color:#54b800;
}
.lables_badges{
    width: 17%;
    position: relative;
    float: left;
    padding-left: 19px;
}
textarea{
    resize: none;
}
span.error{
    width:100%;
}
html body#container .has_error{
    border:1px solid #ec3900 !important;
}
#container .custom-combobox a.has_error{
    border-left:none !important;
}
.display_block{
    display:block !important;
}

#myModal .modal-body{
    overflow-y: scroll; max-height:500px;
}

.status_btn{
    color: #fff;
    width: 100px;
    padding: 5px 0;
    display: block;
    text-align: center;
    cursor: pointer;
}
.width100,.width65 input, .width65 select , .width2 input[type="text"] ,.width2 select{
    width:100% !important;
}
.width50, .width2{
    width:48% !important;
}
.pls_after::after{
    position:absolute;
    left:0;
}
.width30{
    width:30% !important;
}
.width65{
    width:65% !important;
}
.width100 .row,.width50 .row{margin-bottom: 10px;}

.border_none{
    border:none;
}
.mr-right10{
    margin-right:10px !important;
}
.mr-top10{
    margin-top:10px !important;
}

.br-btm{
    border-bottom:1px solid #6666;
}
#ms_add_navigations .add_navigation_form {
    padding: 30px 35px 30px 34px;
}
.fx-height{
    overflow-y: scroll;
    max-height: 697px;
}
.jqte,.form-group #meta_desc{width:100% !important;}

#ms_add_navigations{width:100%;float:left;margin-bottom: 15px;}
.dashed_border{border: 1px dashed;}

.module_tool{width:33%;float:left;}
select{ -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;}
/*mi48*/
.tootltip_wrapper,.pos_relative{
    position: relative;
}
.tooltip_div{

    height: 25px;
    right: 13px;
    top: 5px;
    width: 50px;

}
.padding_top10{
    padding-top:10px;
}
.padding_top8{
    padding-top:8px;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.mr_right10{
    margin-right:10px;
}
.drp_act{
    border-radius: 20px !important;
    padding: 5px !important;
    height: 22px;
    width: 23px;
    line-height: 0px !important;

}
.tooltips{
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 20px;
    position: absolute;
    left: 60px;
    top: 0px;
    z-index: 10;
}
.pls_btn{
    padding-top: 4px !important;
}
.tooltips::before {
    border-color: white transparent;
    border-style: solid;

    content: "";
    display: block;
    position: absolute;
    left: 11px;

    width: 0;

}
.tooltip_div:hover + .tooltips,.tooltips:hover{
    display: block;
}
/*.width150{
    width:150px;
}*/
.width120{
    width:120px;
}
.badge_limit table{
    width:55% !important;
}
.btn1{
    background-color:#333;
    color:#fff;
}
.btn1:hover {
    color: #fff !important;
}
.btn_wrapper{
    width:35%;
    float:left;
}
.width15{
    width:15%;
}
.pad_top30{
    padding-top:30px;
}
.equal_sign{
    width:5%;
}
.badge_wrapper{
    width:100%;
    float:left;
    position:relative;
    display:inline-block;
    padding-bottom: 15px;
}
.pd-right15{
    padding-right:15px;
}

ul#side-menu li ul{
    margin-top:10px;
    clear:both;
}
.sidebar-menu > li ul , .sidebar-menu > li ul li  a{
    padding-left:0;
}
.sidebar-menu > li ul li a{
    line-height: 22px;
}
ul#side-menu li ul{
    /*display: block;*/
}
.dataTables_filter label::before{display:none;}
.modal-footer{text-align:center !important;}
.modal-footer button{float:none;}

.mb15 {
    margin-bottom: 15px;
}
.mr10{
    margin-right:10px;
}

.disabled_class{
    visibility: visible;
    opacity: 0
}

.manage_user_table .dropdown ul li  a,.common_table .dropdown ul li  a{
    font-size: 13px;
    color: #666666;
    line-height: 29px;
    font-weight: normal;
    padding-left: 0px !important;
}
.add-user {

    background-color: #393c4d !important;
    color: #ffffff !important;
    font-size: 15px !important;

}
.close{
    opacity: 0.5;
    font-size: 25px !important;
    font-weight: 600 !important;
}
.btn.add-user.close{
    font-size: 13px !important;
    font-weight: 600 !important;
}
.manage_user_table  .dropdown ul li:hover  a,.common_table .dropdown ul li:hover  a{
    color: #393c4d;
    cursor: pointer;
}

#example_filter , #example_data_filter,#badge_listing_example_filter , #badge_listing_example_data_filter{
    display:none;
}
#example_length,#example_data_length,#badge_listing_example_length,#badge_listing_example_data_length{
    display:inline-block !important;
    margin:40px 20px 10px 0;

}
#example_wrapper, #example_data_wrapper,#badge_listing_example_wrapper, #badge_listing_example_data_wrapper{
    text-align:right;
}
#example_wrapper table,#example_data_wrapper table,#badge_listing_example_wrapper table,#badge_listing_example_data_wrapper table {
    text-align:left;
}
.add-user{
    padding: 8px 20px !important;
}
.pl40{
    padding-left:40px !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
    padding: 10px 10px !important;
}
.position-absolute{
    position:absolute;
}
.position-relative{
    position:relative;
}
.pls_icon{
    color:#fff;
    left: 17px;
    top: 8px;
    font-size: 15px;
    cursor: pointer;
}

.pls_icon:hover{
    color:#fff;
}

.pls_icon:hover + .btn.add-user  {
    color:#fff;
}
.manage_user_table .action_th {
    max-width: 155px;
}
sup{
    font-weight: normal !important;
    font-size: 75%  !important;
}
.sidebar .drop_icon{
    margin-right: 20px;
    font-size: 18px;
    float: right;
}
.color_blk{
    color:#3d3d3d;
}
.color_grn{
    color:#57b60a;
}
.sidebar-menu .collapse.in li.active > a ,.sidebar-menu .collapse.in li.active > a icon ,.sidebar-menu .collapse.in li.active > a arrow ,.sidebar-menu .collapse.in a.active,
.sidebar-menu .collapse.show li.active > a ,.sidebar-menu .collapse.show li.active > a icon ,.sidebar-menu .collapse.show li.active > a arrow ,.sidebar-menu .collapse.show a.active{
    color: #393c4d !important;
}

.sidebar-menu .collapse.in li > a  > .drop_icon::before ,.collapse.in li a .drop_icon::before,
.sidebar-menu .collapse.show li > a  > .drop_icon::before ,.collapse.show li a .drop_icon::before{
    content: "+" !important;
}

.sidebar-menu .collapse.in li.active > a  > .drop_icon::before ,.collapse.in li a.active_nav .drop_icon::before,
.sidebar-menu .collapse.show li.active > a  > .drop_icon::before ,.collapse.show li a.active_nav .drop_icon::before{
    content: "-" !important;
}


.logomain img {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 180px;
}


#page-wrapper {
    padding: 0 0 0 30px !important;
}

#leftsidebarnew.navbar-default{
    padding-top:0!important;
}
#leftsidebarnew.navbar-default.mi_collapse{width: 90px!important;}
.label-suspended,.label-inactive,.label-rejected{background-color: #e93b0c;}
.status_btn_coexb.label-approved{background-color: #57b60a;}

#show_co_pls{
    display:none;
}

ul#side-menu li ul li:first-of-type{
    padding-top:0;
}
.pl10{
    padding-left:10px;
}
ul#side-menu li ul li ul li{
    margin-left:-10px;
    padding-left:10px;
    border-left: 6px solid transparent;
}
ul#side-menu li ul li ul li:hover{
    border-left: 6px solid #393c4d;
}
ul#side-menu li ul li {
    margin-top: 15px;
    padding-top: 0 !important;
}
.dropdown .fa-edit,.dropdown .fa-copy{line-height: 29px;}

.display_full_frm{
    width: 626px !important;
    right: 80px !important;
    top: 40px !important;
}

.assignform {
    color: black !important;
    position: relative;
}
.assignform a {
    color: #393c4d  !important;

}

.assignform:hover + .display_assign_form,.display_assign_form:hover{
    display: block;
}
.assign_form_angle_fir {
    top: -18px !important;
    z-index: 2;
    right: 143px !important;
    left: auto !important;
}
.mr-10{
    margin-right: 10px;
}

#page-wrapper > .main-section{
    padding-top:0 !important;
    margin-bottom: 50px;
    min-height: 500px;
}

.btn.add-user{
    text-transform: uppercase;
}
td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

.btn.btn1.pls_btn,.btn.btn1.mns_btn,.btn.btn1.plss_btn,.btn.btn1.mnss_btn{
    color:#fff !important;
}
.child_module_tool .chld_tool:first-of-type{
    margin-top:10px;
}
.module_tool > label{
    line-height:40px;
}
.y_typ_scroll {
    overflow-y: scroll !important;
}
.select_box ul{
    max-height:300px;
    overflow-y: scroll !important;
}
.select_box100 ul{
    max-height:100px;
    overflow-y: scroll;
}
.top_apply{
    top: -17px !important;
}

/*.left_typ_list,.right_typ_list{
    float: left;
    width: 48%;
}

.global_type{
    position: absolute;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 2px 3px rgba(0,0,0, 0.50);
    z-index: 100;
    left: 17px;
    left: 16%;
    top: -6px;
}

#stnd_typ_table1,#stnd_typ_table2{
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.8);
    height: 354px !important;
    padding: 30px 17px 0 17px;
    width: 97% !important;

}
.gb_tbl {
    height: 315px !important;
    overflow: scroll;
}
.right_typ_list .global_type{
    right: 25%;
    left: auto !important;
}*/

.bx_shadow{
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.8);
}
#page-wrapper {
    margin-bottom:200px !important;
}
.mng_stnd_fix{
    height: 354px !important;
    padding: 7px 17px 0 17px;
}
.overflow_stnd_type{
    overflow:hidden;


}
.mr_stnd{
    margin: 0px 11% 0% 3%;
}
.line_ht{
    line-height: 24px;
}

/* Media section */
.w-100{
    width: 100%;
}
.mr15{
    margin-right:15px;
}
.pd-20{
    padding: 20px;
}
.upload-media-wrapper{

    margin-top: 20px;
    border: 4px dashed #b4b9be;
}
.media-list-box ul{
    list-style-type: none;
    padding: 0;
}
.media-list-box ul li{
    position: relative;
    float: left;
    padding: 8px;
    margin: 0;
    color: #444;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20%;
    box-sizing: border-box;
    min-width: 100px !important;
}
.media-list-box .media-thumbnail{
    position: relative;
    box-shadow: inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);
    background: #eee;
    cursor: pointer;
}
.media-list-box .media-thumbnail:before{
    content: "";
    display: block;
    padding-top: 100%;
}


.media-list-box .media-thumbnail .thumbnail-img{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .1s;
}
.media-list-box .media-thumbnail .thumbnail-img:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    overflow: hidden;
}
.media-list-box .media-thumbnail .pdf-files{
    position:absolute;
    top:40%;
    left:50%;
    padding:15px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.media-list-box .media-thumbnail .pdf-files i{
    font-size: 60px;
}
.media-list-box .media-thumbnail .file-name{
    position: absolute;
    bottom: 0;
    word-break: break-all;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.media-list-box .media-thumbnail .thumbnail-img img{
    transform: translate(-50%,-50%);
}
.padding-top20{
    padding-top:20px !important;
}
.pl-frm{
    padding-left:0px !important;
}
.block-center{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%,50%);
}

.manage_email_box .select_type_box{width:25% !important;}

.manage_email_box .search_box .txt-search{
    padding-left:50px !important;
}

/*.col-lg-6 {
    overflow: hidden;
    height: 350px;
}*/

.cell_tpl .login-main .panel-heading{
    background-color:#393c4d !important;
}

.cell_tpl .icons li{
    height: 60px !important;
}

.cell_tpl .logo-title {
    height: 120px !important;
}
.messagefail {
    color: #f33a16;
    text-align: center;
    font-size: 20px;
}
.messagesuccess i, .messagefail i {
    font-size: 40px;
}
.placeholder_bx{
    z-index:999999 !important;
    right:0px !important;
    top: 24px !important;
}
.pl18{
    padding-left:18px;
}
.height40{
    height:40px;
}

.frm_opn_frm .panelsection .panel-primary .panel-heading {
    text-transform: uppercase;
    float: left;
    width: 100%;
    height:35px;
    margin-bottom: 10px;
}

.frm_opn_frm .form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.avoid-clicks {
    pointer-events: none;
}

.avoid-stand-submission-click {
        pointer-events: none !important;
        display: none !important;
}

.icon-download{
    cursor:pointer;
}
#permission_table .chld_tool p{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.cell_tpl #footer{
    bottom:0;
}
.badge_btn_grp{
    display:none;
}
#request{
    width:100%;
    height:100%;
    position: fixed;
    z-index: 999999999;
    display:none;

}
.mloader{
    /* background: url('./images/loader.gif') no-repeat center center ;
    width:75px;
    height:75px;
    position: fixed;
    top:49%;
    left:49%;
    /* border-radius: 50%; */
    /* box-shadow: 0px 3px 25px -7px #6a6a6a; */

    width: 56px;
    height: 56px;
    position: fixed;
    top: 49%;
    left: 49%;
    box-shadow: 2px 1px 10px 0px #0000006e;
    transform: rotate(45deg);

}
.mloader img{
    width: 100%;
    transform: rotate(-45deg) scale(1.5);
    height: auto;
}

.lable_check_i{
    /*color: #57c200 !important;*/
    position: relative;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin-top: 1px;
    top: -29px;
    font-size: 21px !important;
    color: #c5c5c5 !important;
}
.lable_check_i::before{
    color: #c5c5c5 !important;
    font-size: 21px;
    /*content: "\f046" !important;;*/
    left: 0px;

}
.left_ckbox{
    height: 20px !important;
    width: 20px !important;
    left: -1px;
    top: 0px;
    position: absolute;
    visibility: hidden;
    z-index: 10;
}
/*label.product input[type="checkbox"] ~ i.fa.fa-check-square-o {

    display: block !important;

}*/
.content_add::before{
    background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/yes.png");
    background-repeat: no-repeat;
    background-position: 2px -3px;
    position: absolute;
    color: #57c200 !important;
}
.pl3{
    padding-left:3% !important;
}
#exb_badges_form label{
    padding-top: 3px !important;
}
.center_div{margin:auto; top:0;bottom:0;left:0;right:0; }
.exptext{ color:#F00; font-weight:700; line-height:40px; font-size:16px;}

#form_wise .icon-download::before {
    margin-right: 10px;
}


.mian-reports-section .panel-body {
    padding: 15px;
}
.main-chart {
    width: 300px;
    margin-right: 18px !important;
}
.report .tabs-outer ul a:hover {
    color: #ffffff;
    border:  1px solid transparent;
}
.nohover .active a:hover{
    color: #555 !important;
}

.report .mt15:hover {
    color: #57b60a !important;
}
.report .mt15 {
    color: #23527c !important;
}
.report #example_data_wrapper{
    color: #3d3d3d;
    font-size: 13px;
}
.report #example_data_wrapper .cb-element  ,.report #example_data_wrapper  #checkall_option {
    width: 2px !important;
    height: 2px !important;
}
.report #example_data_wrapper  .sorting_1 {
    width: 25px;
}

.report #example_data_wrapper .sorting_asc{
    background-image: none;
}
.delete_icons_media{
    position: absolute;
    top: 8px;
    right: 11px;
    z-index: 1;
    line-height: 0.429;
}
.img_outer{
    background-color:#fff;
    height: 15px;
    width: 15px;
}

.media-list-box .media-thumbnail .thumbnail-img img {
   transform: translate(-50%,-51%) !important;
}
.media-list-box .media-thumbnail {
    overflow:hidden;
}
.download_ico_setting{
	font-size: 29px !important;
    height: 30px;
    width: 30px;
    margin-right: 12px;
	color:#ccc !important;
}
.download_ico_setting::before {
	color:#ccc !important;
}

.colaps_icon {
    position: absolute !important;
    color: #2d2c2c;
    background: white !important;
    line-height: 2 !important;
    font-size: 16px !important;
    padding:0px 5px 0px 5px;
    z-index: 999;
    left: 100%;
    top: 0px;
}
.colaps_icon:hover {
    cursor: pointer;
    background: #393c4d !important;
    color: #fff;
    z-index: 99999;
 }
#Collapse-menu {
    list-style: none;
}

.fixed_red_bg  {
    height: 34px;
    overflow: hidden;
}
.mt3 {
    height: auto;
}
.status_btn{
    position: relative !important;
    float: left !important;
    padding: 7px 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    /* margin-left: 7px !important; */
}
.responsive-padding.panel-body.formlabels{
    padding-top: 45px;
}
.panel.panel-primary .responsive-padding.panel-body{
    padding-top: 51px;
}
.view_align {
    line-height: 46px;
}
.pad15 li{
    padding-left:15px;
    padding-right:15px;
}

.section-padding.subcategory_outer{
    padding:15px 0px 15px 23px !important;
}
.padd0{
    padding:0px !important;
}
#permission_view b{
    font-size:13px;
}

#permission_view table.dataTable tbody th, #permission_view table.dataTable tbody td{
    padding: 8px 2px 8px 10px;
}

.label-submitted {
    width: 100%;
}
.label-approved {
    width: 100%;
}
ul.points li {

    text-indent: -13px;

}

.diable_btn{
    pointer-events: none !important;
}

.label-other {
    background-color: orange;
}

.download_msg_setting_outer {
    margin: 0px !important;
    width: 100%;
}
.download_msg_setting_outer a{
    padding: 0px 5px !important;

}
.download_msg_setting_outer .btn {
    padding: 0px !important;
}

.download_msg_setting_outer  .flot_right {
    float: right;
    margin-left: 10px;
}
.download_msg_setting_outer  .float_left {
    float: left;
    margin-right: 65px;
    padding-top: 5px;
}

.left-pad10 {
    padding-left: 10px;
    width: 50%;
    display: inline-block;
    float: left;
}

.importrecords tr{ border-bottom: 1px solid #FFF;}
.importrecords tr.dup_record{ background-color: #ff0033!important;}
.importrecords tr.updated_record{ background-color: #ffff66!important;}
.importrecords tr.incorrectevent_record{ background-color: #ff0033!important;}
.importrecords tr.same_record{ background-color: #66ff66!important;}
.importrecords tr.new_record{ background-color: #3399ff!important;}

.importrecords tr.updatedrequired_record{ background-color: #ff9900!important;}

.importrecords tr.newrequired_record{ background-color: #7B68EE!important;}

.error_bg_red { background-color: #ff0033!important; }
.error_bg_blue { background-color: #3399ff!important; }


.importrecords td{text-align: left;}
.importrecords td span{color:#000;font-weight:normal;  }
.importrecords td div.updated{ font-weight:700; }
.importrecords td div.updated tr{border:none;}
.importrecords td div.required{background-color: #ff0033!important;}

.cat-table td, .cat-table th {
    padding: 2px;
}

.side-block div:first-child {
    padding: 5px;
    float: right;
    width: 49%;
}
.email_defult input {
    width: 90%;
}
.padding_5 {
    padding: 5px !important;
}

.my-btn-download {
    width: 40px;
    overflow: hidden;
    height: 30px;
}

.active-stand {

    width: 100%;
}


.ipmsg {
    color:black;
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
}

.ipmsg::modal-content{
    width: 800px;
}


.part_table {

    margin: 10px;
}

.part_table th {
    text-align: center;
    padding: 5px;
}




/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  [data-tooltip-top] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  /* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    display: none;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }

  [data-tooltip-top]:before,
  [data-tooltip-top]:after {
    display: none;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: -500%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
  }

  [data-tooltip-top]:before {
    position: absolute;
    bottom: 150%;
    right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 7px;
    width: 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
  }
  .exb_list_opt_tool_tip:before{
    left: unset;
    right: -5px;
  }
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: -20%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
  }
  .exb_list_opt_tool_tip:before{
    left: unset !important;
    right: -5px;
  }

  [data-tooltip-top]:after {
    position: absolute;
    bottom: 150%;
    right: 10px;
    margin-left: 0;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  [data-tooltip-top]:before {
    position: absolute;
    bottom: 150%;
    right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 7px;
    width: 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip-top);
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
  }

  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    display: block;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }


  [data-tooltip-top]:hover:before,
  [data-tooltip-top]:hover:after {
    display: block;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }


  .main_div {
      background: #fff;
      padding: 5px;
      cursor:grabbing;
  }
  .main_div label{
      padding-top: 5px;
  }
  .stand-select {
      border-left: 3px solid #393c4d;
  }



  /* toggle button css for assign stand type */

  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #393c4d;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #393c4d;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  /* Rounded sliders */
  .slider.round {
    padding: 12px;
    margin-top: 8px;
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .half-rond-top {
    height: 23px;
    width: 30px;
}



.half-rond-bottom {
    height: 23px;
    width: 30px;
}

.circle-inner {
    background-color: transparent !important;
    height: 50px;
    width: 30px;

}

.half-rond-bottom .circle-inner {
    border-right: 17px solid #fff;
    border-top: 37px solid #fff;
    border-top-right-radius: 90%;
}

.half-rond-top .circle-inner {
    border-bottom-right-radius: 90%;
    border-bottom: 37px solid #fff;
    border-right: 17px solid #fff;

}

.form-bg-white {

        background-color: #fff;
        margin-left: -5.8%;
        margin-top: -5px;
        padding-left: 20px;
        display: table;

}

.circl-pat {
    margin-top: -5px;

}

.form-bg-white .width100{
    padding-left: 10px;
}

#myheight {
    overflow: hidden;
}

.mng_stnd_fix {
    width: 58% !important;
}

.btn-stand-assing {
    margin: 10px;
    margin-left: 3%;
}

.border-me-forms {
    /* border: 1px solid; */
    display: flex;
    padding: 0px !important;
}

.border-me-forms label {

    height: 100%;
    margin:0px;
}

.form-stand-tlb td:nth-child(1){
    padding-left: 12px;
    padding-top: 6px;
}
/* .form-stand-tlb td:nth-child(2){
    border-right: 1px solid;
    border-left: 1px solid;
} */

.form-stand-tlb td {
    padding: 5px;
}
.form-stand-tlb tr{
    margin: 10px;
    width: 95% !important;

}
.form-stand-tlb {
    display: block ;
    overflow-y: auto !important;
}



.datetimepicker th.switch {

    text-align: center;
    display: table-cell;
    width: 100%;
}

.checkbox-main .btn {
    white-space: inherit;
    text-align: left;
    padding-left: 0;
}

.file-select-name {

    margin: 10px;
    position: absolute;
}

.form_name_std {
    border-bottom: #ddd solid 1px;
}
.form_name_std label{
    margin-left: 10px !important;
    font-weight: 100;
}
.bottom-20px {
    padding-bottom: 20px;
}

#stand_type_list .main_div {
    background: #efefef;
}

.form-bg-white {
    background: #efefef;
}

.half-rond-bottom .circle-inner {
    border-right: 17px solid #efefef;
    border-top: 37px solid #efefef;
}

.half-rond-top .circle-inner {
    border-bottom: 37px solid #efefef;
    border-right: 17px solid #efefef;
}

.form_name_std td:first-child {
    width: 32% !important;
}
.remoe_margine25 {
    margin: 0px !important;
    margin-left: 25px!important;
}

.assign_btn {
    font-size: 21px;
    float: right;
    margin-top: 20px;
    color: #393c4d !important;

}

.assign_btn .display_full_frm {
    width: 140px !important;
    right: 0 !important;
    top: 40px !important;
}


.assign_btn  .assign_form_angle_fir {
    top: -18px !important;
    z-index: 2;
    right: 0 !important;
    left: auto !important;
}

.assign_btn  .display_assign_form_item  {
    color: #000;
    font-size: 15px;
}
.assign_btn:hover{
    background-color: #393c4d !important;
    color: #fff !important;
}

.product_category li {
    list-style-type: none !important;
}
.table-pakage td span {
    white-space: pre-line;
    text-align: left;
}

.package .align-left {
    text-align: left;
}
.invoice_list_open  .mt30 ,.invoice_list_open .col-xs-12   {
    padding: 0px !important;
    margin: 0px !important;
}
.invoice_list_open .header-title {
    display: none;
}
.invoice_list_open  .shadow {
    box-shadow : none;
}

.btn-group .md-radio-inline {
    display: inline-block;
}


/* start backend exb listing */
.exb_table, td, th{ border-collapse:collapse; }
.search-table-outter { overflow-x: scroll;}
.exb_table tr th:first-child{ position: sticky !important; left: 0; z-index: 99;}
.exb_table tr td:first-child{position: sticky !important; left: 0; }
.exb_table tr th:last-child {right: 0; position: sticky !important;}
.exb_table tr td:last-child { position: sticky !important; right: 0; height: auto; vertical-align: top!important;width: 300px!important;}
.exb_table tr td .dropdown { margin: auto 0;}
.exb_table thead tr{position: relative;}
.exb_list_mt{ margin-bottom: 230px;}
/* .exb_table td,.exb_table th{ width: 150px !important;} */
.exb_table  tbody tr.odd td{background-color: #f9f9f9 !important;}
.exb_table tbody tr.even td{background-color: #ffffff !important;}
.exb_table { table-layout: fixed ;}
.exb_table tbody tr td .dropdownbtn {text-align: right; }
  td { white-space: normal !important;  word-wrap: break-word;  }
.zindex{ z-index:99 !important;}
/* end backend exb listing */
.box-border  {
    border: 1px solid;
    padding: 10px;
    margin: 10px;

}

.height250 {
    height: 250px;
    padding: 20px;
}

.pack-check .box-border {
    cursor: pointer;
    width: 118px;
    height: 85px
}

.pack-check {
    width: 14% !important;
}
.text-white  ul.points li::before {
    color: white !important;
}


.badges-main .badges-display {

    width: 270px;

}
.badges-display {

    display: inline-block;
    float: none;

}
.badges-main {

    padding-bottom: 30px;

}
.allocated-badges {

    background-color: #459395;

}
.completed-badges {

    background-color: #eb7c69;

}

ul.points li {
    text-indent: 0px !important;
}

#marketing_form .main-upload{
    width: 175%;
    }


    #marketing_form .main-upload .color-red.view{

        position: absolute;
        margin: 8px;
        margin-left: 10px;
    }

    .update-form .panel-heading{
        height: 42px;
    }




.ui-dialog {
    z-index: 99999 !important;
}

.ui-widget-content {
    background-color: #FFF !important;
    background: #FFF !important;
}

.ui-dialog-titlebar {
    background-color: #FFF !important;
    background: #FFF !important;
    border: none !important;
}



.upload-box .ui-dialog-buttonpane{
    display: none;
  }

  .upload-progress {
      display: block;
      height: 20px;
      border: #11d11f solid 5px;
      background-color: #11d11f;
  }

  .progress {
      width: 100%;
      height: 21px;
      border:1px #333 solid ;
  }

  .file-select-name {

    position: absolute;
}

#marketing_form .responsive-padding {
    margin-bottom: 10px;
}

.update-form .col-xs-12.main-section{
    padding: 0px!important;
    padding-top: 20px !important;

}





/* comfirm box  css  */

.ui-dialog {
    background: #fff;
    border:none !important;
    border-radius: 0px;
    text-align: center !important;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    width: 40% !important;

}


.ui-dialog .ui-dialog-content  {
    font-size: 20px !important;

}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: none;
    text-align: center;
}

.ui-widget-overlay{
    background : none !important;
    opacity : none !important;
}

.ui-dialog-buttonset  button{
    text-shadow: 0 1px 0 #fff;
    color: #FFF !important;
    background-color:   #000 !important;
    font-size: 15px;
    padding: 0px !important;
    border: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700;
    padding: 8px 20px !important;
    border-radius: 5px;


}

.ui-dialog-buttonset  button:hover{
    background-color:   #000 !important;
    opacity: .4;

}

.ui-dialog-title {
    display: none;
}



/*  end   */


.panelsection .mt30 h2 {
    display: none;
}

.manage_exhibitors_outer table .dropdown .dropdown-menu {
    min-width: 193px !important;
}

.exb_table .exb_listing_action{
    min-width: 130.411px;
};


.form_submission table,
.form_submission th,
.form_submission td {
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0;
    padding: 5px;
    text-align: left;
}

.form_submission h4,
.form_submission h3 {
    text-align: center;
    margin: 0;
    padding: 0px;
}

ul.removepoints li {
    list-style-type: circle !important;    text-indent: 0 !important;
 }

 ul.removepoints li:before
 {
     content: ""!important;

 }

 .paddingleft50{
    padding-left: 50px !important;
 }

 .manage_stand_design .manage_exhibitors_box .choose_stand_no.select_type_box {
    margin-top: 0px;
 }
 .manage_stand_design .add-user{
     line-height: 1;
 }


 @media only screen and (min-width : 1700px) {
    #container{
        zoom: 1;
    }
    #myModal #popup_div .modal-dialog .modal-body{
        min-height: 60vh !important;
    }

}
@media only screen and (min-width : 1900px) {
    #container{
        zoom: 1.2;
    }
    #myModal #popup_div .modal-dialog .modal-body{
        min-height: 60vh !important;
    }

}
@media only screen and (min-width : 2500px) {
    #container{
        zoom: 1.8;
    }
    #myModal #popup_div .modal-dialog .modal-body{
        min-height: 40vh !important;
    }

}
@media only screen and (min-width : 2900px) {
    #container{
        zoom: 2.4;
    }
    #myModal #popup_div .modal-dialog .modal-body{
        min-height: 25vh !important;
    }

}

@media only screen and (min-width : 3200px) {
    #container{
        zoom: 2.4;
    }
}

@media only screen and (min-width : 3400px) {
    #container{
        zoom: 3;
    }
}

@media (min-width: 768px){
    .sidebar {
        height: 90% !important;
    }

}


.remove_default_width th {
    width: auto !important;
}

.remove_default_width .checkbox_table_heading {
    width: 29px !important;
}


.datetimepicker-hours th.switch, .datetimepicker-hours th.switch:hover {
    width: 145px;
    color: white;
    background: white !important;
}


.datetimepicker-minutes  th.switch{
    visibility: hidden;
}

.user_grops_list_pemision {
    width: 50%;
}

.expand_button b{
    font-size: 16px;
}

#Comment_form .file-select-name {
    top: 0px;
    left: 30%;
}

#Comment_form  .file-select {
    height: 50px;
}

.profileform {
    word-spacing: normal;
    word-break: break-word;
}


.dtfc-fixed-right.zindex{
    z-index: 99;
}

.tbl-responsive{
    display: none;
}

.tbl-large {
    display: block;
}

@media only screen and (max-width :996px) {
 .tbl-responsive{
    display: block;
}

.tbl-large {
    display: none;
}

}

.validte-pass i {
    border: 1px solid red;
    border-radius: 50%;
    padding: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -5px;
    color:#2ae82a;
    margin-right: 5px;
}

.validte-pass i.fa-check{
    border: 1px solid #2ae82a;
}
.panel-primary>.panel-heading {
    color: #000 !important;
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4 !important;
}
.panel-primary {
    border-color: #c4c4c4 !important;
}
.validte-pass  span {
    display: block;
    margin-bottom: 5px;
}

.icon.pull-left {
    margin-right: .3em;
}

.media-list-box ul li{
    min-width: 100px !important;
}

.action_icon i {
    padding-right: 10px;
}


.col-xs-2.col-sm-2.col-md-2.col-lg-1.pull-right:before{
    margin-bottom: -10px !important;
}

.col-xs-2.col-sm-2.col-md-2.col-lg-1.pull-right:after{
    bottom: 106%!important;
}

#mceu_16 {
    margin-left: 20px;

}

#mceu_15 .mce-open{
  padding: 0px;
  width: 10px;
}
#mceu_16 .mce-open{
    padding: 4px;
    width: 10px;
}

.toggleclassname
.btn.select_checked {
    word-break: break-all;
    word-spacing: normal;
    white-space: normal;
    text-align: left;

}
.vehicle-pass {
    text-align: center;
    font-size: 25px;
    color: red;
}

.vehicle_textarea{
  border: 1px solid #ccc;
  background-color: #f2f4f6;
  border-radius: 4px;
}
.vehicle_input{
    border:none !important;
    background-color: #f2f4f6 !important;
    width:50% !important;
}
.exb_badge_row {
    color: red;
    font-style: italic;
}
.event_config_fieldset {
  border: 1px solid #ccc;
  display: inline-block;
  width:100%;
  padding:15px;
  border-radius:4px;
  margin-bottom:15px;
  margin-top:-10px;
}
.event_config_fieldset legend{
    border-bottom:none;
    width:auto;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0px;
    font-size:15px;
}
.close{
    color: #ffffff !important;
}

#module_selection_wrap a{cursor: pointer;}
#module_selection_wrap a.marketing_tab {padding: 10px;background: #393c4d;color: #fff !important;border-radius: 5px;display: block;}
#module_selection_wrap a.marketing_tab.active {background: #cd3641 !important;}
#module_selection_wrap ul.module_selection{display: block; margin: 20px 0px 20px -10px;padding: 0px;}
#module_selection_wrap ul.module_selection li{display: inline-block;margin: 10px 5px;}
/* #module_selection_wrap ul.module_selection li:first-child{margin-left: 0px;} */
#module_selection_wrap ul.module_selection li:last-child{margin-right: 0px;}
#module_selection_wrap ul.module_selection li.showtab{display: inline-block;}
#module_selection_wrap ul.module_selection li.hidetab{display: none;}
#module_selection_wrap .permission_block{display: none;}
#module_selection_wrap .permission_block .panel-heading,
#module_selection_wrap .permission_block .panel{border-radius: 0px!important;}
#module_selection_wrap .permission_block.showblock{display: block;}

#module_selection_wrap .permission_block table tr td.parent_level_1{background-color: #f9f9f9;width: 25%;vertical-align: top;}
#event_setting .setting_block{display: none;}
#event_setting .setting_block.showblock{display: block;}
#module_selection_wrap ul.modules_list{padding-left: 0px;list-style-type: none;}
#module_selection_wrap ul.modules_list li:nth-child(odd){background-color: #f9f9f9;}
#module_selection_wrap ul.modules_list li{padding: 8px 10px;border-top: 1px solid #ddd;cursor: grabbing;}
#module_selection_wrap ul.modules_list li:first-child{border: none!important;}
#module_selection_wrap ul.modules_list li:hover{background-color: #f9f9f9;}

#module_selection_wrap .select_module_block ul li{position: relative;}
#module_selection_wrap .select_module_block ul li label{min-width:145px;}
#module_selection_wrap .select_module_block ul li input[type='text']{width:280px;display: inline-block;margin-left: 35px;}
#module_selection_wrap .select_module_block ul li span.move_btn{margin-right:10px;float: right;top: 50%;position: absolute;right: 10px;transform: translateY(-50%);font-size: 16px;}

#module_selection_wrap .module_tool{width: 50%;}
#module_selection_wrap div.inline-radio-outer{display: inline-block;width: 66px;margin-right: 10px;}
#module_selection_wrap div.inline-radio {display: flex;border-radius: 3px;overflow: hidden;border: 1px solid #b6b6b6;width: 100%;}
#module_selection_wrap div.inline-radio div{position: relative;flex: 1;}
#module_selection_wrap div.inline-radio input {width: 100%;height: auto;opacity: 0; cursor: pointer;}
#module_selection_wrap div.inline-radio label {position: absolute;top: 0; left: 0;color: #b6b6b6;width: 100%;height: 100%;background: #fff;display: flex;align-items: center;justify-content: center;pointer-events: none;border-right: 1px solid #b6b6b6;cursor: pointer;}
#module_selection_wrap div.inline-radio div:last-child label {border-right: 0;}
#module_selection_wrap div.inline-radio input:checked + label {background: #cd3641;font-weight: 400;color: #fff;}

.colocated_show_remove_btn,.qremove-input{
  position: absolute !important;
  z-index: 999;
  top: 8px !important;
  right: -11px !important;
  border-radius: 20px !important;
  width: 25px !important;
  padding-top: 11px !important;
  padding-right: 16px !important;
  padding-left: 7px !important;
  padding-bottom: 12px !important;
  background-image: none !important;
  color: #fff !important;
  height: 25px !important;
  line-height: 0px !important;
  float: right !important;
}
.open_form_view label{
    line-height:25px;
}
.open_form_view .link_titke{
    margin-top:10px;
}
.open_form_view .panel{
    border:none;
}
.target_audience_bk tbody tr{
    cursor:pointer;
}

.modal-body #message {
    width: fit-content;
    margin: 0 auto !important;
    text-align: justify !important;
    padding: 0px 15px !important;
    max-height: calc(100vh - 195px) !important;
    overflow: auto;
}
.display_submitted_none{
    display:none !important;
}

#footer .col-md-8.text-center.blurp{
    padding-top: 15px !important;
}

.col-lg-3.col-sm-3.col-md-3.w50p-20-pdf.col-xs-12.text-right.title_leftres{
    padding: 0px !important;
}
#content .custom-combobox-input {
    border: 1.2px solid #cacaca;
    background-color: #ffffff !important;
    font-weight: normal;
    color: #555;
}
span.custom-combobox{
    width: 100%;
}
#event_main_dropdown .custom-combobox-input{ font-size: 1.1em !important;}
#container .custom-combobox-input{
    border: 1px solid #c4c4c4;
    background-color: #ffffff !important;
    font-weight: normal;
    color: #555;
    border-radius: 6px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-right: unset;
    box-shadow: unset;
}
.combobox-outer .custom-combobox {margin-left: 0px !important;}
#content .custom-combobox a {
    padding: 0px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1.2px solid #cacaca;
    background-color: #ffffff !important;
    border-radius: 4px;
    display: table-cell;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-combobox a {
    width: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1.2px solid #cacaca;
    background-color: #ffffff !important;
    border-radius: 4px;
    display: table-cell;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
ul.ui-autocomplete{
    z-index: 999999 !important;
    max-height: 350px !important;
    overflow-y: auto;
    overflow-x: hidden !important;
    min-width: max-content !important;
}
ul.ui-autocomplete .ui-autocomplete-option{ font-size: 13px !important;}
ul li.ui-menu-item:hover,
ul li.ui-menu-item:hover div
{
    background-color: #1967d2 !important;
    color: #FFF !important;
}
.ui-has-optgroup .ui-autocomplete-optgroup{font-weight: 700;}
.ui-has-optgroup .ui-autocomplete-option{padding-left: 20px!important;}
.ui-menu-item-wrapper{    border: unset!important; }
#content a.mi-back-btn{
    padding: 6px 12px !important;
    font-size: 14px !important;
    width: auto !important;
    color: #FFF !important;
    font-weight: normal !important;
}
.form_sub_exb_select_stand::after {
    content: "\e1a2";
    font-family: "hindavi" !important;
    float: right;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #666666;
    position: absolute;
    right: 10px;
    top: 12px;
}

.custom-combobox-toggle.ui-corner-right::before {
    content: '\e1a3';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 6px !important;
    z-index: 99;
    font-size: 15px;
    font-family: "hindavi" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mt_updt_usr_pic{
    cursor: pointer !important;
}

.mipd-lr15{
    padding: 0px 15px !important;
}

.mi-pd-left15{
    padding-left: 15px !important;
}

.mi-icon-filter {
    background-image: url('https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/filter.svg');
}

.glyphicon.mi-icon-filter {
    height: 25px;
    background-position: top;
    background-repeat: no-repeat;
    width: 25px;
    background-size: 100%;
}
.search_go_btn{
    margin :0px 0px 0px 15px !important;
}

.download_msg_setting_outer .download_list li{
    display:inline-block;
    padding-left:10px;
}

.download_list{
    margin-right:0px;
    margin-bottom:0px;
    padding: 0px;
}

.downloads{
    list-style-type:none;
    position: absolute;
    z-index: 2000;
    border: 1px solid #393c4d;
    border-radius:6px;
    padding:0px;
    width: 200px;
    right:0;
    background-color:#f2f4f5;
    margin:0px;
    top:33px;
    border-top:none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-bottom:10px;
}
.downloads li{
    width:100%;

}
/*.downloads li a{
    padding:7px 15px !important;
}*/

.advance_download{
    text-align: left !important;
    width:200px !important;
    background-color: #fff !important;
    color: #393c4d !important;
    font-size: 15px !important;
    padding: 7px 20px !important;
    border: 1px solid #393c4d !important;
    font-weight: 800 !important;

}

.advance_download a{
    padding: 7px 20px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}

.download_list [data-tooltip-top] {
    top: 8px;
}

.advance_search_link{
    margin: 18px 0px 0px 10px !important;
}
.advance_download_outer{
   position:relative;
   z-index:2001;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}
#form_list_table .form_privew_icon{line-height: 29px;}
#event_setting label.control-label, #event_setting .sso_setting_tab th label{ font-weight: 400; font-family: "Roboto", sans-serif !important;}
#event_setting .sso_setting_tab td input{ width: 100%; }
#event_setting .sso_setting_tab th label{ padding: 0px; }
#event_setting .sso_setting_tab th, #event_setting .sso_setting_tab td { padding: 3px 5px !important; }
.chosen-container-single .chosen-single{
    font-size: 13px;
}

.select_event:after {
    content: "\e1a2";
    font-family: "hindavi" !important;
    float: right;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #666666;
    position: absolute;
    right: 6px;
    top: 8px;
}
.select_event{
    position: relative;
}
[data-bs-toggle=buttons]>.btn input[type=checkbox],
[data-bs-toggle=buttons]>.btn input[type=radio],
[data-bs-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-bs-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position:absolute!important;
  clip:rect(0,0,0,0)!important;
  pointer-events:none!important;
}
.fade.show{
    opacity: 1;
}

.nav-tabs>li>a.active {
    color: #555!important;
    cursor: default!important;
    background-color: #fff!important;
    border: 1px solid #ddd!important;
    border-bottom-color: transparent!important;
}
.progresschecklist .loaderr {

    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    padding: 7px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 10px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}
#percentage span{display:none !important;}
#percentage span:last-child{display:inherit !important;}
ul.progresschecklist {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
}
ul.progresschecklist li {
    padding: 2px 5px;
    text-align: left;
    display: flex;
}
ul.progresschecklist li.list .fa {
    text-align: center;
    color: #57b60a;
    border: 1px solid #57b60a;
    border-radius: 3px;
    margin: 0px 2px;
    width: 22px;
    font-size: 18px;
    width: 22px;
    font-size: 18px;
    height: 20px;
}
ul.progresschecklist li.list .fa.fa-times,ul.progresschecklist li.list .fa.fa-warning {
    padding: 0px 0px;
    color: #e93b0c !important;
    border: 1px solid #e93b0c;
    font-size: 18px;
}

#exhibitor_report_downloadbtn ul.progresschecklist li.list .fa {
    text-align: center;
    color: #ffffff;
    border: 1px solid #57b60a;
    border-radius: 100%;
    margin: 0px 2px;
    font-size: 18px;
    width: 22px;
    font-size: 15px;
    height: 22px;
    line-height: 21px;
    background-color: #57b60a;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#myModal #popup_div .modal-dialog, #myModal #popup_div .modal-content{
    width: 800px !important;
    height: 80%;
}
#myModal #popup_div .modal-dialog .modal-body, #add-co-exhibitors-modal .modal-body {
    overflow-y: auto;
    min-height: 80vh;
}
.daywise_modal_dialog table tr td{
    vertical-align: top !important;
}

.icon-allocated-badge {

    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3) !important;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 69px;
    float: left;
    background: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/Exhibitor-Badges-Form.png") no-repeat right top;
    background-position: center;

}

.allocated-badges
{
  background-color: #459395;
}

.completed-badges
{
  background-color: #eb7c69;
}

.remaining-badges
{
  background-color: #fca637;
}

.redboderbox
{
  padding: 15px 15px 15px 15px;
  width: 100%;
  float: left;
  display: table;
}

.redboderbox .icon-circle-badge
{
  display: table-cell;
  vertical-align: top;
  float: none;
  padding-top: 25px;
}

.redboderbox .numbers
{
  font-size: 60px;
  float: left;
  width: 100%;
}

.redboderbox .title-badges
{
  font-size: 18px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.redboderbox .toensure p
{
  font-size: 15px;
}

.allocated-badges, .completed-badges, .remaining-badges
{
  height: 120px;
  color: #FFF !important;
}
.badges-main .res_pb > div{min-height:215px;}

/* crop js  */

.relative {
    position: relative;
}

#mydiv {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    top: 0;
    left: 0
}

#mydivheader {
    border: 3px solid #3399ff;
    cursor: move;
    z-index: 10;
    background-color: #3399ff;
    padding: 0 !important
}

#myycanvasholder {
    background: #3399ff;
    opacity: 0.5;
    border: 1px dotted #000;
}

#myycanvasholder-parent {
    overflow: hidden;
    border: 1px dotted #000;
}

#imgtag {
    border: 1px solid #000;
}

.dis-table{display: table;width: 100%;}
.dis-table .zoom-inout-outer{display: table-cell;width: 33.33%;vertical-align: middle;}
.ui-slider-horizontal .ui-slider-handle{background-color: #cd3641 !important;border: unset!important;border-radius: 50%;height: 1.2em;width: 1.2em;}
.ui-slider-range.ui-widget-header.ui-slider-range-min{background: #cd364199 !important;}
span.error_message{color: red !important;position: relative;font-size: 12px!important; margin-top: 5px;display: inline-block;width: 100%;text-align: left;font-family: "Roboto", sans-serif !important;line-height: 18px!important;}
.content_outer form span.error_message{line-height: 18px!important;}
.ui-widget.ui-widget-content.ui-autocomplete {max-height: 320px;overflow-x: hidden;z-index: 9999;}
.event_currencies ul.multiselect-container{height: 210px; overflow-y: scroll;}
.multiselect-container.dropdown-menu,
ul.dropdown-menu.show{transform: none !important;inset: 40px 0px auto auto !important;width: 100%!important;}

.service_wrapp .btn-group{
    width: 100%;
}
.service_wrapp .file{
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
}
.attachment_inner {
    padding: 5px !important;
    border: 1px solid #bbb;
    position: relative;
}
.service_wrapp .att_btn {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: none;
    color: #2D5578;
}
.service_wrapp .attachment .remove_file {
    position: absolute;
    right: 5px;
    top: 5px;
    background: white;
    padding: 2px 3px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
}
.service_wrapp .attachment_inner img {
    width: 100%;
    height: 100%;
}
.service_wrapp .attachment .attachment_inner {
    height: 115px;
}

/* Service Order */
#order_list_wrapper .ser_qyt_btn{width: 200px;float:left;}
#order_list_wrapper .input-container {position: relative;height: 32px;}
#order_list_wrapper .input-container input {padding-right: 0px; }
#order_list_wrapper .input-container::after {content: "sq.m";position: absolute;right: 35px; top: 45%;transform: translateY(-50%);text-transform: lowercase; }
#order_list_wrapper .choose_btn,
#order_list_wrapper .only_choose_btn,
#order_list_wrapper .qyt_btn{border: 1px solid #939fc7;cursor: pointer;text-transform: capitalize;text-align: center;margin: 0px!important;}
#order_list_wrapper .qyt_btn {background-color: #fff;padding: 1.5px;}
#order_list_wrapper .qyt_btn .value {text-align: center;width: 90px;border: none;margin: 0;}
#order_list_wrapper .decrement_btn,
#order_list_wrapper .increment_btn{font-size: 20px;color: #25408f !important;display: inline-block;width: 30px;position: absolute;}
#order_list_wrapper .decrement_btn{left: 0;}
#order_list_wrapper .increment_btn{right: 0;}
#order_list_wrapper .form-control{border-radius: 0px;margin-bottom: 10px;}
#order_list_wrapper .qyt_wrapper{position: relative;height: 32px;}
.pl30{ padding-left: 30px!important; }
.select_wrapper .multiselect-container,.select_wrapper .btn-group{width: 100%;}
.add_comment_attachment{position: absolute;right: 0;top: 0;max-width: 50px;overflow:hidden;background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/attachment.svg");}
/* end */
.dataTables_processing{z-index: 9999;}
.right_sidbar,.right_side_bar {
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    position: fixed;
    z-index: 2400;
    top: 0px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding: 0;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    line-height: 25px;
}
.sidebar_open{
    cursor: pointer;
}
.expand_block {
    width: 800px !important;
    padding: 4px !important;
}
.sidebar-list-box .fea_img_wrapper {
    padding: 35px 10px 10px 10px;
    text-align: center;
    max-height: 200px;
    height: 200px;
    min-height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.sidebar-list-box .fea_img_wrapper img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 100%;
}
.fea_img_wrapper a{
    cursor: pointer;
}
.sidebar_list_block .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 340px;
}
.sidebar-list-box .blue-color-border {
    border: 1px solid #0099CC !important;
}
.sidebar-list-box .blk-tooltip {
    position:absolute;
    top:-1px !important;
    left:-1px !important;
    width:140px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 5px;
    padding: 0px 5px 3px 5px !important;
    font-size:12px;
    color:#000000;
    line-height: 25px;
}
.sidebar-list-box .approve_reject_btn{
    color:#000000;
    padding: 5px !important;
    margin:10px 0px;
    font-size: 13px;
    /*font-size: 15px;*/
}
.sidebar-list-box .fa-check{
    color:green;
    font-size: 15px
}
.sidebar-list-box .fa-close{
    color:red;
    font-size: 15px
}
.sidebar-list-box ul{
    list-style-type: none;
    padding: 0;
}
.sidebar-list-box ul li{
    position: relative;
    float: left;
    padding: 8px;
    margin: 0;
    color: #444;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20%;
    box-sizing: border-box;
    min-width: 100px !important;
}

.sidebar-list-box .fea_img_wrapper {
    padding: 35px 10px 10px 10px;
    text-align: center;
    max-height: 200px;
    height: 200px;
    min-height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.sidebar-list-box .fea_text_wrapper h4 {
    position: relative;
    margin: 20px 5px;
}
.sidebar-list-box .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 100%;
}
.sidebar-list-box .fea_img_wrapper img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 100%;
}

.sidebar-list-box .approve_reject_block{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sidebar-list-box .grey-color{
    background-color:#d3d3d3 !important;
    color:#000000 !important;
    font-weight:700;
}
.sidebar-list-box .grey-color-border{
    border :1px solid #d3d3d3 !important;
}
.sidebar-list-box .blue-color{
    background-color:#0099CC !important;
    color:#ffffff !important;
    font-weight:700;
}
.sidebar-list-box .blue-color-border{
    border :1px solid #0099CC !important;
}
.sidebar-list-box .yellow-color{
    background-color:#FF8800 !important;
    color:#ffffff !important;
    font-weight:700;
}
.sidebar-list-box .yellow-color-border{
    border :1px solid #FF8800 !important;
}
.sidebar-list-box .green-color{
    background-color:#007E33 !important;
    color:#ffffff !important;
    font-weight:700;
}
.sidebar-list-box .green-color-border{
    border :1px solid #007E33 !important;
}
.sidebar-list-box .red-color{
    background-color:#ff4444 !important;
    color:#ffffff !important;
    font-weight:700;
}
.sidebar-list-box .red-color-border{
    border :1px solid #ff4444 !important;
}
.sidebar-list-box .card-body{
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-left:none !important;
    border-right:none !important;
    border-bottom:none !important;
    text-align:center;
}
#sidebar-list-outer-box .card_wrapper{
   margin-bottom: 30px;
}
#sidebar-list-outer-box .card-body{
    border : none !important;
}
#sidebar-list-outer-box .approve_reject_block {
    border-left:none !important;
    border-right:none !important;
    border-bottom:none !important;
    margin:0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sidebar-list-outer-box .fea_text_wrapper{
    line-height: 26px;
    font-size:13px;
}
#sidebar-list-outer-box .card-text{
    min-height :85px;
}
#sidebar-list-outer-box a:hover{
    text-decoration:underline;
    color: #337ab7;
}
.curators_icons{
 padding-right: 20px !important;
  font-size: 25px !important;
  padding-left: 10px !important;
}
.approved::after {
content: "\f00c";

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  top: -13px;
  font-size: 18px !important;
}
.rejected::after {
content: "\f00d";

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  top: -13px;
  font-size: 18px !important;
}

.siderbar_btn{
    background-color: #fff;
    color: #393c4d;
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid #0099CC;
    border-radius: 6px;
    cursor: pointer;
}
.siderbar_btn:hover{
    border: 1px solid #393c4d;
    background-color: #393c4d;
    color: #FFF;
}
.sidebar_btn_wrapper{
    display: flex;
    gap: 10px;
    padding-top: 11px;
    justify-content: center;
}
#myModal,#myModalsucess{
    z-index: 9999!important;
}
.sidebar_list_block .sidebar_name_block a{
    cursor: pointer;
}
.hide_on_pdf a.onpage_popup{
    cursor: pointer!important;
}
.colorpicker.dropdown-menu{
    z-index: 9999 !important;
}
.barcode_printed {color: #28a6f5;}
.barcode_to_print{color: green !important;}
.label-barcode_printed {background-color: #28a6f5;}
.label-barcode_to_print{background-color: green !important;}
.label-not_filled{background-color: gray;}
.exb_import_badge .file-upload {display: block; text-align: center; font-family: "Roboto", sans-serif;font-size: 12px; }
.exb_import_badge .modal-content .file-upload .file-select {height: auto !important;}
.exb_import_badge .file-upload .file-select .file-select-button {padding: 0 10px; display: inline-block; height: 40px; line-height: 40px; color: #393c4d; border: 1px solid #393c4d; border-radius: 5px; width: 150px !important; text-align: center; font-size: 16px; width: max-content; }
.exb_import_badge .modal-content .file-upload .file-select .file-select-name {position: unset !important;}
.exb_import_badge .file-upload .file-select .file-select-name {line-height: 40px; display: inline-block; padding: 0 10px; }
.exb_import_badge .file-upload .file-select input[type=file] {z-index: 100; cursor: pointer; position: absolute; height: 100%; width: 100%; top: 0; left: 0; opacity: 0; }
.image-container-view {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}

.image-container-view img {
    border-radius: 5px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.image-container-view img:hover {
    transform: scale(1.1);
}

.image-container-view.single-image-view img, .image-container-view.multi-image-view img,
.image-container-view.multi-image-view .more-images {
    width: 100%;
    height: 100%;
}
.img-wrapper{
    width: 80px;
    height: 80px;
}

.image-container-view.multi-image-view .more-images {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
#content .image-container-view .more-images a{
    color: #fff!important;
}

/* .my_profile .tag_product_tab .tag_product_tablinks{overflow: auto;} */
.my_profile .tag_product_tabcontent.active_subans_tab:not(:first-child){border-bottom: 1px solid #535f6b;padding: 0px !important;border-top: none !important;}
.my_profile .mi_main_ans_title{display: none !important;}
.my_profile .mi_mobile_tag_product{display: block !important;pointer-events: none;font-weight: 500;}
#container .my_profile .mi-sub-answers label{font-weight: 400 !important;}
.my_profile .tag_product_tabcontent.active_subans_tab:last-child{border: none !important;}
.my_profile .tag_product_tab{height: auto;background-color: inherit;background: inherit;}
.my_profile .tag_product_tabcontent,.my_profile .tag_product_tab .tag_product_tablinks,.my_profile .mi_tag_product_category .main_cat, .my_profile .mi_tag_product_category .sub_cat,#container .my_profile .bg-white,.my_profile .sm-check-box label input[type="checkbox"] ~ i.fa.fa-square-o{background-color: inherit !important;background: inherit !important;}
.my_profile .tag_product_tabcontent .mi-sub-answers>li {width: 100% !important;list-style-type: none;}
.my_profile .mi_tag_product_category .sub_cat{width: 100%;}
.my_profile .mi_tag_product_category .main_cat{display: none;}
.my_profile .tag_product_tablinks.mi_mobile_tag_product .fa-check-circle{color: #e3e3e3;}
.my_profile .tag_product_tablinks.mi_mobile_tag_product.main_ans_selected .fa-check-circle{color: #54b800;}
.my_profile .mi_main_answer span i, .my_profile .mi_mobile_tag_product span i{display: inline-block;font-size: 20px;vertical-align: text-bottom;}
/* .my_profile .tag_product_tabcontent{overflow: auto;} */
.tag_product_tabcontent.active_subans_tab{display: block !important;}
.mi_my_profile .avoid-clicks{
    pointer-events: all !important;
}

.flags{padding-left:35px!important;padding-right: 0px !important;}
.flags::before {content: '';width: 25px;height: 25px;display: inline-block;background-color: unset;position: absolute;top: 50%;transform: translateY(-50%);left: 5px;background-position-y: center;background-repeat: no-repeat;}
.country-flags.flags{background-position: 6px !important;background-repeat: no-repeat !important;background-size: 25px !important;}
.country-flags.flags:before{background-position: 0px !important;background-repeat: no-repeat !important;background-size: 25px !important;}

.country-flags.flag_can,
.flag_can::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ca.svg")!important; background-repeat: no-repeat !important;}
.country-flags.flag_rus,
.flag_rus::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ru.svg")!important;}
.country-flags.flag_bhs,
.flag_bhs::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bs.svg")!important;}
.country-flags.flag_brb,
.flag_brb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bb.svg")!important;}
.country-flags.flag_aia,
.flag_aia::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ai.svg")!important;}
.country-flags.flag_atg,
.flag_atg::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ag.svg")!important;}
.country-flags.flag_vgb,
.flag_vgb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/vg.svg")!important;}
.country-flags.flag_vir,
.flag_vir::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/vi.svg")!important;}
.country-flags.flag_cym,
.flag_cym::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ky.svg")!important;}
.country-flags.flag_bmu,
.flag_bmu::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bm.svg")!important;}
.country-flags.flag_grd,
.flag_grd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gd.svg")!important;}
.country-flags.flag_tca,
.flag_tca::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tc.svg")!important;}
.country-flags.flag_msr,
.flag_msr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ms.svg")!important;}
.country-flags.flag_mnp,
.flag_mnp::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mp.svg")!important;}
.country-flags.flag_gum,
.flag_gum::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gu.svg")!important;}
.country-flags.flag_asm,
.flag_asm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/as.svg")!important;}
.country-flags.flag_sxm,
.flag_sxm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sx.svg")!important;}
.country-flags.flag_lca,
.flag_lca::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lc.svg")!important;}
.country-flags.flag_dma,
.flag_dma::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/dm.svg")!important;}
.country-flags.flag_vct,
.flag_vct::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/vc.svg")!important;}
.country-flags.flag_pri,
.flag_pri::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pr.svg")!important;}
.country-flags.flag_dom,
.flag_dom::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/do.svg")!important;}
.country-flags.flag_tto,
.flag_tto::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tt.svg")!important;}
.country-flags.flag_kna,
.flag_kna::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kn.svg")!important;}
.country-flags.flag_jam,
.flag_jam::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/jm.svg")!important;}
.country-flags.flag_egy,
.flag_egy::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/eg.svg")!important;}
.country-flags.flag_ssd,
.flag_ssd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ss.svg")!important;}
.country-flags.flag_mar,
.flag_mar::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ma.svg")!important;}
.country-flags.flag_dza,
.flag_dza::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/dz.svg")!important;}
.country-flags.flag_tun,
.flag_tun::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tn.svg")!important;}
.country-flags.flag_lby,
.flag_lby::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ly.svg")!important;}
.country-flags.flag_gmb,
.flag_gmb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gm.svg")!important;}
.country-flags.flag_sen,
.flag_sen::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sn.svg")!important;}
.country-flags.flag_mrt,
.flag_mrt::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mr.svg")!important;}
.country-flags.flag_mli,
.flag_mli::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ml.svg")!important;}
.country-flags.flag_gin,
.flag_gin::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gn.svg")!important;}
.country-flags.flag_civ,
.flag_civ::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ci.svg")!important;}
.country-flags.flag_bfa,
.flag_bfa::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bf.svg")!important;}
.country-flags.flag_ner,
.flag_ner::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ne.svg")!important;}
.country-flags.flag_tgo,
.flag_tgo::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tg.svg")!important;}
.country-flags.flag_ben,
.flag_ben::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bj.svg")!important;}
.country-flags.flag_mus,
.flag_mus::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mu.svg")!important;}
.country-flags.flag_lbr,
.flag_lbr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lr.svg")!important;}
.country-flags.flag_sle,
.flag_sle::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sl.svg")!important;}
.country-flags.flag_gha,
.flag_gha::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gh.svg")!important;}
.country-flags.flag_nga,
.flag_nga::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ng.svg")!important;}
.country-flags.flag_tcd,
.flag_tcd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/td.svg")!important;}
.country-flags.flag_caf,
.flag_caf::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cf.svg")!important;}
.country-flags.flag_cmr,
.flag_cmr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cm.svg")!important;}
.country-flags.flag_cpv,
.flag_cpv::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cv.svg")!important;}
.country-flags.flag_stp,
.flag_stp::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/st.svg")!important;}
.country-flags.flag_gnq,
.flag_gnq::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gq.svg")!important;}
.country-flags.flag_gab,
.flag_gab::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ga.svg")!important;}
.country-flags.flag_cog,
.flag_cog::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cg.svg")!important;}
.country-flags.flag_cod,
.flag_cod::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cd.svg")!important;}
.country-flags.flag_ago,
.flag_ago::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ao.svg")!important;}
.country-flags.flag_gnb,
.flag_gnb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gw.svg")!important;}
.country-flags.flag_iot,
.flag_iot::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/io.svg")!important;}
.country-flags.flag_syc,
.flag_syc::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sc.svg")!important;}
.country-flags.flag_sdn,
.flag_sdn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sd.svg")!important;}
.country-flags.flag_rwa,
.flag_rwa::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/rw.svg")!important;}
.country-flags.flag_eth,
.flag_eth::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/et.svg")!important;}
.country-flags.flag_som,
.flag_som::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/so.svg")!important;}
.country-flags.flag_dji,
.flag_dji::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/dj.svg")!important;}
.country-flags.flag_ken,
.flag_ken::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ke.svg")!important;}
.country-flags.flag_tza,
.flag_tza::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tz.svg")!important;}
.country-flags.flag_uga,
.flag_uga::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ug.svg")!important;}
.country-flags.flag_bdi,
.flag_bdi::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bi.svg")!important;}
.country-flags.flag_moz,
.flag_moz::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mz.svg")!important;}
.country-flags.flag_atf,
.flag_atf::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tf.svg")!important;}
.country-flags.flag_mdg,
.flag_mdg::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mg.svg")!important;}
.country-flags.flag_myt,
.flag_myt::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/yt.svg")!important;}
.country-flags.flag_zwe,
.flag_zwe::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/zw.svg")!important;}
.country-flags.flag_nam,
.flag_nam::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/na.svg")!important;}
.country-flags.flag_mwi,
.flag_mwi::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mw.svg")!important;}
.country-flags.flag_lso,
.flag_lso::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ls.svg")!important;}
.country-flags.flag_bwa,
.flag_bwa::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bw.svg")!important;}
.country-flags.flag_swz,
.flag_swz::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sz.svg")!important;}
.country-flags.flag_com,
.flag_com::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/km.svg")!important;}
.country-flags.flag_zaf,
.flag_zaf::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/za.svg")!important;}
.country-flags.flag_shn,
.flag_shn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sh-hl.svg")!important;}
.country-flags.flag_eri,
.flag_eri::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/er.svg")!important;}
.country-flags.flag_abw,
.flag_abw::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/aw.svg")!important;}
.country-flags.flag_fro,
.flag_fro::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/fo.svg")!important;}
.country-flags.flag_grl,
.flag_grl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gl.svg")!important;}
.country-flags.flag_grc,
.flag_grc::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gr.svg")!important;}
.country-flags.flag_nld,
.flag_nld::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/nl.svg")!important;}
.country-flags.flag_bel,
.flag_bel::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/be.svg")!important;}
.country-flags.flag_fra,
.flag_fra::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/fr.svg")!important;}
.country-flags.flag_hmd,
.flag_hmd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/hm.svg")!important;}
.country-flags.flag_esp,
.flag_esp::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/es.svg")!important;}
.country-flags.flag_gib,
.flag_gib::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gi.svg")!important;}
.country-flags.flag_prt,
.flag_prt::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pt.svg")!important;}
.country-flags.flag_lux,
.flag_lux::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lu.svg")!important;}
.country-flags.flag_irl,
.flag_irl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ie.svg")!important;}
.country-flags.flag_isl,
.flag_isl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/is.svg")!important;}
.country-flags.flag_alb,
.flag_alb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/al.svg")!important;}
.country-flags.flag_mlt,
.flag_mlt::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mt.svg")!important;}
.country-flags.flag_cyp,
.flag_cyp::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cy.svg")!important;}
.country-flags.flag_ala,
.flag_ala::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ax.svg")!important;}
.country-flags.flag_bgr,
.flag_bgr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bg.svg")!important;}
.country-flags.flag_hun,
.flag_hun::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/hu.svg")!important;}
.country-flags.flag_ltu,
.flag_ltu::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lt.svg")!important;}
.country-flags.flag_lva,
.flag_lva::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lv.svg")!important;}
.country-flags.flag_est,
.flag_est::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ee.svg")!important;}
.country-flags.flag_mda,
.flag_mda::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/md.svg")!important;}
.country-flags.flag_arm,
.flag_arm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/am.svg")!important;}
.country-flags.flag_blr,
.flag_blr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/by.svg")!important;}
.country-flags.flag_and,
.flag_and::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ad.svg")!important;}
.country-flags.flag_mco,
.flag_mco::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mc.svg")!important;}
.country-flags.flag_smr,
.flag_smr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sm.svg")!important;}
.country-flags.flag_vat,
.flag_vat::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/va.svg")!important;}
.country-flags.flag_ukr,
.flag_ukr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ua.svg")!important;}
.country-flags.flag_srb,
.flag_srb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/rs.svg")!important;}
.country-flags.flag_mne,
.flag_mne::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/me.svg")!important;}
.country-flags.flag_xkx,
.flag_xkx::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/xk.svg")!important;}
.country-flags.flag_hrv,
.flag_hrv::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/hr.svg")!important;}
.country-flags.flag_svn,
.flag_svn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/si.svg")!important;}
.country-flags.flag_bih,
.flag_bih::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ba.svg")!important;}
.country-flags.flag_mkd,
.flag_mkd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mk.svg")!important;}
.country-flags.flag_ita,
.flag_ita::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/it.svg")!important;}
.country-flags.flag_rou,
.flag_rou::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ro.svg")!important;}
.country-flags.flag_che,
.flag_che::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ch.svg")!important;}
.country-flags.flag_cze,
.flag_cze::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cz.svg")!important;}
.country-flags.flag_svk,
.flag_svk::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sk.svg")!important;}
.country-flags.flag_lie,
.flag_lie::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/li.svg")!important;}
.country-flags.flag_aut,
.flag_aut::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/at.svg")!important;}
.country-flags.flag_gbr,
.flag_gbr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gb.svg")!important;}
.country-flags.flag_ggy,
.flag_ggy::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gg.svg")!important;}
.country-flags.flag_jey,
.flag_jey::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/je.svg")!important;}
.country-flags.flag_imn,
.flag_imn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/im.svg")!important;}
.country-flags.flag_dnk,
.flag_dnk::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/dk.svg")!important;}
.country-flags.flag_swe,
.flag_swe::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/se.svg")!important;}
.country-flags.flag_bvt,
.flag_bvt::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bv.svg")!important;}
.country-flags.flag_pol,
.flag_pol::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pl.svg")!important;}
.country-flags.flag_deu,
.flag_deu::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/de.svg")!important;}
.country-flags.flag_flk,
.flag_flk::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/fk.svg")!important;}
.country-flags.flag_blz,
.flag_blz::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bz.svg")!important;}
.country-flags.flag_gtm,
.flag_gtm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gt.svg")!important;}
.country-flags.flag_slv,
.flag_slv::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sv.svg")!important;}
.country-flags.flag_hnd,
.flag_hnd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/hn.svg")!important;}
.country-flags.flag_nic,
.flag_nic::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ni.svg")!important;}
.country-flags.flag_cri,
.flag_cri::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cr.svg")!important;}
.country-flags.flag_pan,
.flag_pan::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pa.svg")!important;}
.country-flags.flag_hti,
.flag_hti::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ht.svg")!important;}
.country-flags.flag_per,
.flag_per::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pe.svg")!important;}
.country-flags.flag_mex,
.flag_mex::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mx.svg")!important;}
.country-flags.flag_cub,
.flag_cub::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cu.svg")!important;}
.country-flags.flag_arg,
.flag_arg::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ar.svg")!important;}
.country-flags.flag_bra,
.flag_bra::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/br.svg")!important;}
.country-flags.flag_chl,
.flag_chl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cl.svg")!important;}
.country-flags.flag_col,
.flag_col::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/co.svg")!important;}
.country-flags.flag_ven,
.flag_ven::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ve.svg")!important;}
.country-flags.flag_bol,
.flag_bol::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bo.svg")!important;}
.country-flags.flag_guy,
.flag_guy::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gy.svg")!important;}
.country-flags.flag_ecu,
.flag_ecu::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ec.svg")!important;}
.country-flags.flag_pry,
.flag_pry::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/py.svg")!important;}
.country-flags.flag_mtq,
.flag_mtq::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mq.svg")!important;}
.country-flags.flag_sur,
.flag_sur::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sr.svg")!important;}
.country-flags.flag_ury,
.flag_ury::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/uy.svg")!important;}
.country-flags.flag_bes,
.flag_bes::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bq.svg")!important;}
.country-flags.flag_mys,
.flag_mys::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/my.svg")!important;}
.country-flags.flag_aus,
.flag_aus::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/au.svg")!important;}
.country-flags.flag_idn,
.flag_idn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/id.svg")!important;}
.country-flags.flag_phl,
.flag_phl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ph.svg")!important;}
.country-flags.flag_nzl,
.flag_nzl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/nz.svg")!important;}
.country-flags.flag_sgp,
.flag_sgp::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sg.svg")!important;}
.country-flags.flag_tha,
.flag_tha::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/th.svg")!important;}
.country-flags.flag_tls,
.flag_tls::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tl.svg")!important;}
.country-flags.flag_nfk,
.flag_nfk::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/nf.svg")!important;}
.country-flags.flag_brn,
.flag_brn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bn.svg")!important;}
.country-flags.flag_nru,
.flag_nru::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/nr.svg")!important;}
.country-flags.flag_png,
.flag_png::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pg.svg")!important;}
.country-flags.flag_ton,
.flag_ton::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/to.svg")!important;}
.country-flags.flag_slb,
.flag_slb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sb.svg")!important;}
.country-flags.flag_vut,
.flag_vut::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/vu.svg")!important;}
.country-flags.flag_fji,
.flag_fji::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/fj.svg")!important;}
.country-flags.flag_plw,
.flag_plw::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pw.svg")!important;}
.country-flags.flag_cok,
.flag_cok::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ck.svg")!important;}
.country-flags.flag_niu,
.flag_niu::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/nu.svg")!important;}
.country-flags.flag_wsm,
.flag_wsm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ws.svg")!important;}
.country-flags.flag_kir,
.flag_kir::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ki.svg")!important;}
.country-flags.flag_ncl,
.flag_ncl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/nc.svg")!important;}
.country-flags.flag_tuv,
.flag_tuv::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tv.svg")!important;}
.country-flags.flag_pyf,
.flag_pyf::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pf.svg")!important;}
.country-flags.flag_tkl,
.flag_tkl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tk.svg")!important;}
.country-flags.flag_fsm,
.flag_fsm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/fm.svg")!important;}
.country-flags.flag_mhl,
.flag_mhl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mh.svg")!important;}
.country-flags.flag_kaz,
.flag_kaz::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kz.svg")!important;}
.country-flags.flag_jpn,
.flag_jpn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/jp.svg")!important;}
.country-flags.flag_kor,
.flag_kor::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kr.svg")!important;}
.country-flags.flag_vnm,
.flag_vnm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/vn.svg")!important;}
.country-flags.flag_prk,
.flag_prk::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kp.svg")!important;}
.country-flags.flag_hkg,
.flag_hkg::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/hk.svg")!important;}
.country-flags.flag_mac,
.flag_mac::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mo.svg")!important;}
.country-flags.flag_khm,
.flag_khm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kh.svg")!important;}
.country-flags.flag_lao,
.flag_lao::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/la.svg")!important;}
.country-flags.flag_chn,
.flag_chn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/cn.svg")!important;}
.country-flags.flag_bgd,
.flag_bgd::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bd.svg")!important;}
.country-flags.flag_twn,
.flag_twn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tw.svg")!important;}
.country-flags.flag_tur,
.flag_tur::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tr.svg")!important;}
.country-flags.flag_ind,
.flag_ind::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/in.svg")!important;}
.country-flags.flag_pak,
.flag_pak::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pk.svg")!important;}
.country-flags.flag_afg,
.flag_afg::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/af.svg")!important;}
.country-flags.flag_lka,
.flag_lka::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lk.svg")!important;}
.country-flags.flag_mmr,
.flag_mmr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mm.svg")!important;}
.country-flags.flag_mdv,
.flag_mdv::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mv.svg")!important;}
.country-flags.flag_lbn,
.flag_lbn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/lb.svg")!important;}
.country-flags.flag_jor,
.flag_jor::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/jo.svg")!important;}
.country-flags.flag_syr,
.flag_syr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sy.svg")!important;}
.country-flags.flag_irq,
.flag_irq::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/iq.svg")!important;}
.country-flags.flag_kwt,
.flag_kwt::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kw.svg")!important;}
.country-flags.flag_sau,
.flag_sau::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/sa.svg")!important;}
.country-flags.flag_yem,
.flag_yem::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ye.svg")!important;}
.country-flags.flag_omn,
.flag_omn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/om.svg")!important;}
.country-flags.flag_pse,
.flag_pse::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ps.svg")!important;}
.country-flags.flag_are,
.flag_are::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ae.svg")!important;}
.country-flags.flag_isr,
.flag_isr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/il.svg")!important;}
.country-flags.flag_bhr,
.flag_bhr::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bh.svg")!important;}
.country-flags.flag_qat,
.flag_qat::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/qa.svg")!important;}
.country-flags.flag_btn,
.flag_btn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/bt.svg")!important;}
.country-flags.flag_mng,
.flag_mng::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/mn.svg")!important;}
.country-flags.flag_npl,
.flag_npl::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/np.svg")!important;}
.country-flags.flag_irn,
.flag_irn::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ir.svg")!important;}
.country-flags.flag_tjk,
.flag_tjk::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tj.svg")!important;}
.country-flags.flag_tkm,
.flag_tkm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/tm.svg")!important;}
.country-flags.flag_aze,
.flag_aze::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/az.svg")!important;}
.country-flags.flag_geo,
.flag_geo::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/ge.svg")!important;}
.country-flags.flag_kgz,
.flag_kgz::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/kg.svg")!important;}
.country-flags.flag_uzb,
.flag_uzb::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/uz.svg")!important;}
.country-flags.flag_spm,
.flag_spm::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/pm.svg")!important;}
.country-flags.flag_glp,
.flag_glp::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gp.svg")!important;}
.country-flags.flag_guf,
.flag_guf::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/gf.svg")!important;}
.country-flags.flag_wlf,
.flag_wlf::before {background-image: url("https://storage.yandexcloud.net/itegroup-web.exhibitoronlinemanual.com/themes/backend/images/flags/wf.svg")!important;}

.mi_marketing_catlog_logo .upload.btn{
    display: none !important;
}

.pagination {
    margin-top: 10px;
    float: right
    ;
}

.pagination ul {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px;
}

.pagination ul li {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    margin: 0px 8px 0px 0px;
    padding: 5px;
    position: relative;
    border: 1px solid black;
}

.pagination .active {
    outline: none !important;
    box-shadow: 0 0 3px #ff3b6b;
    color: #ffffff !important;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
    margin-top: -18px;
    font-size: 13px;
}

.pagination .active a {
    color: #ffffff !important;
    padding: 0px 5px 0px 5px;
}

.pagination a {
    text-decoration: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    font-size: 20px;
}
.common_table thead > tr:nth-child(2) > th {
background-color: #535664 !important;
}

/* CSS for badges history view only*/
:root {
    --bh-blue: #28a6f5;
    --bh-dark-blue: #007bff;
    --bh-red: #ff0000;
    --bh-dark-red: #d32f2f;
    --bh-green: #008000;
    --bh-dark-green: #2e7d32;
    --bh-yellow: #ffa500;
    --bh-dark-yellow: #ff8c00;
}

#badge_history_view .blue-color {background: var(--bh-blue);}
#badge_history_view .red-color {background: var(--bh-red);}
#badge_history_view .green-color {background: var(--bh-green);}
#badge_history_view .yellow-color {background: var(--bh-yellow);}
#badge_history_view .tag-blue-color {background: linear-gradient(135deg, var(--bh-blue), var(--bh-dark-blue));}
#badge_history_view .tag-red-color {background: linear-gradient(135deg, var(--bh-red), var(--bh-dark-red));}
#badge_history_view .tag-green-color {background: linear-gradient(135deg, var(--bh-green), var(--bh-dark-green));}
#badge_history_view .tag-yellow-color {background: linear-gradient(135deg, var(--bh-yellow), var(--bh-dark-yellow));}

#badge_history_view .filter-outer {margin: 10px 0;}
#badge_history_view .filter-select {appearance: none; -webkit-appearance: none; -moz-appearance: none; float: right; margin-right: 10px; width: 150px; background: #f9f9f9; padding: 5px 30px 5px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px; position: relative; }
#badge_history_view .filter-select::after {content: '\e1a3'; font-family: "hindavi" !important; font-size: 15px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);pointer-events: none;}

#badge_history_view .badge_record_history_outer {background-color: #fff;    margin-top: 15px;}
#badge_history_view .badge_record_history_content {position: relative;border-left: 2px dashed #ddd;margin-left: 20px;margin-bottom: 50px;}
#badge_history_view .badge_record_history_content_wrap {padding: 0px 0px 0px 30px;position: relative;}
#badge_history_view .badge_record_history_circle {width: 20px;height: 20px;color: #fff;border-radius: 50%;position: absolute;top: 15px;left: -11px;text-align: center;border: 2px solid #fff;box-shadow: 0px 2px 3px #ccc;}
#badge_history_view .badge_record_history_summary{display: block;width: 100%;}
#badge_history_view .badge_record_history_block {border-radius: 3px;position: relative;border: 1px solid #cbd6e2;background: #f5f8fa90;padding: 10px 20px 10px 20px;margin-bottom: 10px;}
#badge_history_view .badge_record_history_block p {margin: 0px;}
#badge_history_view .badge_record_history_time {font-size: 15px;color: #0077a9;font-weight: 600;}

#badge_history_view .action{font-size: 14px;}
#badge_history_view .styled-table {border-collapse: collapse;margin: 10px 0;font-size: 13px;width: 100%;}
#badge_history_view .styled-table thead tr {background-color: #393c4d;color: #ffffff;text-align: left;}
#badge_history_view .styled-table th, .styled-table td {padding: 0 8px;}
#badge_history_view .styled-table tbody tr {border-bottom: 1px solid #dddddd;}
#badge_history_view .styled-table tbody tr:nth-of-type(even) {background-color: #f3f3f3;}
#badge_history_view .styled-table tbody tr:last-of-type {border-bottom: 2px solid #393c4d;}
#badge_history_view .styled-table tbody tr.active-row {font-weight: bold;color: #393c4d;}
#badge_history_view .styled-table td:first-child {width: 150px;}
#badge_history_view .toggleLink{padding-left: 10px;}
#badge_history_view .barcode-image {width: 100px;border: 1px solid #393c4d;padding: 0px;margin: 5px 0;}
#badge_history_view .action_tag {color: #fff;padding: 2px 4px;font-size: 8px;font-weight: 600;letter-spacing: 0.5px;border-radius: 3px;text-transform: uppercase;display: inline-block;width: auto;line-height: 10px;transform: translateY(-3px);margin-left: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);transition: all 0.3s ease-in-out;}
#badge_history_view .action_tag:hover {box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);}
/* End */


.form-horizontal .form-group.custom-combobox{margin-right: 0px;margin-left: 0px;}
.field-item {align-items: center;padding: 10px;margin-bottom: 8px;}
.field-item:not(:first-child) {border-top: 1px solid #eee;}
.email-display {font-weight: 500;color: #222;margin-bottom: 8px;}
.hall-display {display: flex;align-items: center;flex-wrap: wrap;gap: 8px;}
.hall-pill {background: #e0e7ff;color: #1f2937;padding: 4px 12px;border-radius: 20px;font-size: 13px;font-weight: 500;}
.circle-badge {background: #444;color: white;font-size: 12px;border-radius: 50%;width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;font-weight: bold;}

#bdg_status_msg {display:none;}
#bdg_status_msg .success_msg::before {content: "\f058"; color: rgb(15 118 110); vertical-align: middle; font: normal normal normal 15px / 1 FontAwesome;margin-right: 5px;}
#bdg_status_msg .success_msg{display: inline-block; margin: 5px; padding: 5px 15px; background: rgb(204 251 241 / 1); color: rgb(15 118 110 / 1); border: 1px solid rgb(45 212 191 / 1); border-radius: 0.25rem; padding-right: 30px;}
#bdg_status_msg .error_msg::before {content: "\f06a"; color: rgb(185 28 28); vertical-align: middle; font: normal normal normal 14px / 1 FontAwesome; margin-right: 4px;}
#bdg_status_msg .error_msg{display: inline-block; margin: 5px; padding: 5px 15px; background: rgb(254 226 226 / 1); color: rgb(185 28 28 / 1); border: 1px solid rgb(248 113 113 / 1); border-radius: 0.25rem; padding-right: 30px;}
#bdg_status_msg .mi_remove_msg {margin-left:-25px;}
#bdg_status_msg .success_msg + .mi_remove_msg { color: rgb(15 118 110 / 1);}
#bdg_status_msg .error_msg + .mi_remove_msg { color: rgb(185 28 28 / 1);}
.multiselect-container input.multiselect-search{height: 40px;}