.tap-contet-wrapper,
.bootstrap-wrapper {
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.export_import_wrapper .vscomp-wrapper.has-select-all .vscomp-search-input{
    border: none;
}
.export_import_wrapper .vscomp-wrapper.has-select-all .vscomp-search-input:focus{
    box-shadow: none;
}
.export_import_wrapper .vscomp-wrapper .checkbox-icon.checked::after,
.export_import_wrapper .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
    border-color: #2271b1;
    border-left-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0)
}
.export_import_wrapper label{
    margin: 0;
}
.export_import_wrapper .vscomp-ele {
    min-width: 250px;
}
.export_import_wrapper .vscomp-toggle-button {
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    height: 30px;
}
.form-group {
    margin-bottom: 15px;
}
.label_block {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.block_exports.hide{
    display: none;
}

.export_import_wrapper .chosen-container {
    min-width: 250px !important;
    width: 100% !important;
    display: block !important;
}
.export_import_wrapper .btn-group {
    min-width: 250px !important;
}
.main_title {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}
.import-form-wrapper .chosen-container-single .chosen-single,
.export-form-wrapper .chosen-container-single .chosen-single {
    border: 1px solid #c3c4c7 !important;
}
/*.multiselect.dropdown-toggle.custom-select.text-center {
    text-align: left !important;
}

*/
.seip_row .card{
    padding: 15px !important;
}
.bootstrap-wrapper label.checkbox_label{
    margin-bottom: 0;
    margin-left: 5px;
}
.export_import_wrapper .nav-tab-wrapper a:hover{
    text-decoration: none;
}
.export_import_wrapper .nav-tab-wrapper a.nav-tab {
    color: inherit;
    background-color: #e5e5e5;
}

.sidebar_box {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 51px 0 rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}
.sidebar_ttl {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.sidebar_box_body {
    padding: 10px;
}
.sidebar_box_body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar_box_body ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}
.sidebar_box_body ul li span.li_icon{
    color: #fe7e17;
    position: absolute;
    left: 0;
    top: 0;
}

.multiselect-container.dropdown-menu.show{
    transform: inherit !important;
    max-height: 200px !important;
    overflow-y: scroll !important;
}



.export_import_wrapper{
    position: relative;
}
.subscription_modal_wrapper.active {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    content: '';
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: 0.4s;
    transform: scale(1);
}
.subscription_modal_wrapper{
    position: initial;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    transition: 0.4s;
    transform: scale(0);
}
.subscription_modal_wrapper .subscription_modal {
    position: relative;
    max-width: 600px;
    width: 100%;
    align-self: center;
    background: #fff;
    padding: 30px 15px;
    border-radius: 5px;
}
.subscription_modal_wrapper .subscription_modal h3{
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}
.subscription_modal_wrapper .subscription_modal .close_subscibe_modal {
    position: absolute;
    right: -10px;
    top: -10px;
    background: red;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    z-index: 99;
}

.custom_input_style {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}