.inputGroup {
background-color: #fff;
display: block;
margin: 0;
position: relative;
border: 1px solid #EBEBEB;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
border-radius: 10px;
margin-bottom: 0px;
overflow: hidden;
margin-bottom: 1.5rem;
}
.inputGroup label {
padding: 10px 30px;
width: 100%;
display: block;
text-align: left;
color: #3C454C;
cursor: pointer;
position: relative;
z-index: 2;
transition: color 200ms ease-in;
overflow: hidden;
margin-bottom: 0;
height: 60px;
display: flex;
align-items: center;
}
.inputGroup label:before {
width: 10px;
height: 10px;
border-radius: 50%;
content: "";
background-color: #27384B;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale3d(1, 1, 1);
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
z-index: -1;
}
.inputGroup label:after {
width: 25px;
height: 25px;
content: "";
border: 2px solid #C9C9C9;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: 2px 3px;
border-radius: 50%;
z-index: 2;
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
color: #fff;
}
.inputGroup input:checked ~ label:before {
transform: translate(-50%, -50%) scale3d(56, 56, 1);
opacity: 1;
}
.inputGroup input:checked ~ label:after {
background-color: #fff;
border-color: #FFC100;
border: 8px solid #FFC100;
}
.inputGroup input {
width: 25px;
height: 25px;
order: 1;
z-index: 2;
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
visibility: hidden;
}

.form {
padding: 0 16px;
max-width: 550px;
margin: 50px auto;
font-size: 18px;
font-weight: 600;
line-height: 36px;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

code {
  background-color: #9AA3AC;
  padding: 0 8px;
}
.compliances-wapper {
    display: block;
    width: 100%;
    padding: 2rem 0;
}
.inputGroup label {
    padding-left: 55px;
}
.compliances-filterwap h4 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.3rem;
}
.selected-compliances-wapper {
    display: block;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-left: 2rem;
    padding: 1rem 2rem;
}
.compliances-head {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 1rem;
}
.compliances-head img.img-fluid {
    max-width: 45%;
}
.compliances-body h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.compliances-body p,.compliances-body {
    font-size: 1rem;
    line-height: 1.3rem;
}
.navi {
    display: block;
    padding: 3rem 0;
    padding-top: 1rem;
}
.compliances-wapper button.btn.btn-primary {
    margin-left: 1rem;
    padding: 5px;
    padding-left: 3rem;
    padding-right: 3rem;
}
.compliances-wapper button.btn.btn-primary.OptBack {
    background-color: #C9C9C9;
    border-color: #C9C9C9;
}
.compliances-wapper button.btn.btn-primary.OptNext,
.compliances-wapper button.btn.btn-primary.optcap,
.compliances-wapper button.btn.btn-primary:hover
{
    background-color: #27384B;
    border-color: #27384B;
}
.compliances-wapper button.btn.btn-primary
{
    border-radius: 10px;
}
.compliances-wapper button.btn.btn-primary.OptNext:hover,
.compliances-wapper button.btn.btn-primary.optcap:hover
{
    background-color: #FFC100;
    border-color: #FFC100;
}
.inputCheckboxGroup.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: "";
    border: 2px solid #C9C9C9;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 5px;
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.inputCheckboxGroup.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: "";
    border: 2px solid #C9C9C9;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: -1px -1px;
    border-radius: 5px;
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.inputCheckboxGroup.inputGroup input:checked ~ label:after {
    background-color: #FFC100;
    border-color: #FFC100;
    border: 2px solid #FFC100;
}
.compliances-filterwap,.hideFliterDive,.ShowResult {
  display: none;
}
.showFilterDiv
{
  display: block;
}
.compliances-wapper-filter {
    display: block;
    width: 100%;
    min-height: 500px;
}
.compliances-heading-wap {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: -1rem;
}
.assumptions-wapper-content .table .thead-dark th {
    color: #fff;
    background-color: #FFC100;
    border-color: #FFC100;
    border: 1px solid #dee2e6;
}
.assumptions-wapper-content {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    /*height: 550px;
    border-bottom: 1px solid #dee2e6;*/
}
.assumptions-wapper-content table.table.table-bordered {
    margin-bottom: 0px;
}
td.border-bottom-plane {
    border-bottom-color: transparent;
}
.compliances-heading-wap p {
    font-size: .9rem;
}
.optcap
{
  display: none;
}
.custom_h3{
  font-weight: 500;
  font-size: 1.2rem;
}
.compliances-result .assumptions-wapper-content .table .thead-dark th {
    color: #2D2D2D;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    border: 1px solid #dee2e6;
    font-size: 13px;
    font-weight: 600;
}
.filter-doxwapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5rem;
}
.filter-options-box {
    display: block;
    width: 18%;
    margin: 0 5px;
}
.filter-options-box span.multiselect-selected-text {
    font-size: 14px;
}
.filter-options-box label.form-check-label {
    font-size: 13px;
}
.filter-options-box button.multiselect.dropdown-toggle.custom-select.text-center {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    text-align: left !important;
}
.filter-options-box span.multiselect-native-select {
    width: 100%;
    display: block;
}
.filter-options-box .btn-group,.filter-options-box .btn-group-vertical{
  width: 100%;
}
.filter-options-box .multiselect-container {
    width: 100%;
}
.compliances-result button.btn.btn-warning.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    color: #2D2D2D;
    background: #FFC100;
    border-radius: 5px;
}
.compliances-heading-wap p span {
    text-decoration: underline;
}
.validitydate {
    display: block;
    width: 100%;
    margin-top: 1rem;
}
td.no-resultfound {
    text-align: center;
    vertical-align: middle;
}
td.no-resultfound h4 {
    margin-top: 1rem;
}
.filter-options-box label.headinglable {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.ajax-blocker-loading {
    position: absolute;
    width: 105%;
    height: 105%;
    top: -2%;
    left: -3%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 99;
    border-radius: 30px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10rem;
}
#resultpopulate_wrapper table#resultpopulate,table#resultpopuForComplianceType {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #fff;
    margin: 0;
    position: relative;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    margin: 10px 5px;
    margin-bottom: 1.5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #27384B;
    border-color: #27384B;
    color: #fff !important;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #dbdbdb;
}
#resultpopuForComplianceType_length {
    display: none;
}
.hivepopup
{
  display: none;
}
.compliances-filterwap.animate__animated.steps4 .assumptions-wapper-content {
    height: 55vh;
    overflow: scroll;
}
.compliances-wapper-result .table .thead-dark th {
    font-weight: 500;
}
.compliances-wapper-result .validitydate i {
    font-weight: 600;
}
.prod-according-content {
    display: none;
}
.popout-me-htmlcontante {
    display: block;
    background-color: #FFF9E4;
    padding: 2rem 2rem;
    margin: -9px;
}
.prod-me-sharp h4 {
    color: #000;
    font-size: .9rem;
    margin-bottom: 10px;
}
.prod-me-sharp p {
    font-size: .8rem;
    margin-bottom: 10px;
}
.prod-me-sharp {
    display: block;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 2rem;
}
.showingresult-wap {
    display: block;
    width: auto;
    margin-right: 25px;
    background-color: #CFE2FF;
    padding: 10px;
    border: 1px solid #B6D4FE;
    border-radius: 5px;
    margin-bottom: 1rem;
    position: relative;
}
.showingresult-wap p {
    margin-bottom: 0;
    color: #084298;
    font-size: .8rem;
}
.showingresult-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.info-icon-zip {
    margin-right: 7px;
    color: #084298;
}
.closethisresult {
    border: 3px solid #B6D4FE;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    color: #094398;
    top: -5px;
    right: -5px;
    background-color: #CFE2FF;
    cursor: pointer;
    display: none;
}
.prod-me-sharp p.viewmore-pt {
    font-size: .8rem;
    margin-bottom: 10px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prod-me-sharp p.viewmore-pt:hover {
    overflow: initial;
    -webkit-line-clamp: initial;
}
/*.prod-me-sharp:has(> p.viewmore-pt):before {
    content: '...Read More';
    position: absolute;
    bottom: 10px;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    background-color: #f9f9f9;
    padding-left: 10px;
}
.prod-me-sharp:has(> p.viewmore-pt) {
    position: relative;
}*/
.this-sector-content
{
    display: none;
}
.compliances-wapper tr.shown.dt-hasChild {
    background-color: #FFEFB8;
}
a.ShowingResultContentResetcontent {
    color: #000;
}
.option3warehouse
{
    display: none;
}
.warehousefacilityoption{
    display: none;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 10px;
    background-color: transparent;
    margin-left: 3px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
    text-align: left !important;
    width: 88%;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: -59px;
}
.dataTables_wrapper .dataTables_filter label {
    width: 460px;
}
.alert-notification-wapper p {
    font-size: 14px;
    margin-bottom: 0;
}
.alert-notification-wapper {
    width: fit-content;
    position: fixed;
    z-index: 9999999;
    top: 55px;
    right: -100%;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    padding: 20px 20px;
    max-width: 40%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.alert-notification-content {
    position: relative;
}
.closediskerdme {
    position: absolute;
    top: -42px;
    right: -12px;
    padding: 8px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    padding: 1px 20px;
    border-radius: 20px;
    font-size: 11px;
    cursor: pointer;
}
.alert-notification-wapper-focus {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgb(8 8 8 / 11%);
    z-index: -1;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.inputGroup:hover {
    background-color: #27384B;
    color: #fff;
}
.inputGroup:hover label
{
    color: #fff;
}

@media (min-width: 768px)
{
    .popout-me-htmlcontante .col-md-6 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .popout-me-htmlcontante .col-md-4 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
}



