
@import "style.css";
@import "bootstrap.min.css";
@import "select2.min.css";
@import "responsive.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "owl.theme.green.min.css";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*, ::after, ::before {
    box-sizing: border-box;
}
.btn-xxl.btn-primary:hover {
    transition: 0.5s !important;
    background-color: rgb(193, 21, 116) !important;
}
#supply-chain-tabContent .tab-pane:last-child #supSkipNextBtn{
    display: none;
}
.view-report-tabs .nav-link{
    text-align: left;
    height: auto;
}
.priority-badge.highlighted svg {
    order: 1;
}
.priority-badge.highlighted span{
    order: 2;
}
.product-sec .badge-list ol li.highlighted a svg {
    order: 1;
}
.product-sec .badge-list ol li a span{
    order: 2;
}
.product-sec .anchor .close-icon{
    order:3;
}
.anchor.show_a{
    color: red;
}
.owl-nav, .owl-dots{
    display: none !important;
}
.anchor .close-icon,
.priority-badge svg{
    display: none;
}
.show_a .close-icon,
.priority-badge.highlighted svg{
    display: inline-block;
}

.custom-option {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Make radio buttons align properly */
.custom-option input {
    margin: 0;

}
input[type='radio']{
    border:none !important;
    appearance: none; /* Remove default styling */
}
input[type='radio']:after {
    width: 16px;
    height: 16px;
    top: 1px;
    border-radius: 16px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #B9C0D4;
}

input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: 1px;
    
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #C11574;
}




.dropdown-menu.show {
    display: none;
}



.guidelines_dynamic {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.dynamic-sec{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
header .page-item-85 a{
    background: rgb(227, 232, 239);
    color: rgb(48, 55, 79);
}
.table_striped > tbody > tr td:last-child{
    min-width: 120px;
}
.select2-dropdown{
    z-index: 99 !important;
}



/* Home Page Images css */
.cta_sec .cta_wrapper {
    overflow: hidden;
}
.cta_img{
    overflow: inherit;
}
.cta_sec .cta_wrapper .cta_image_wrapper{
    height: 480px;
    position: relative;
}
.cta_sec .cta_wrapper .cta_img .cta_img_1{
    width: 768px;
    min-width: 768px;
    position: absolute;
    left: 48px;
    top: 48px;
}
.cta_sec .cta_wrapper .cta_img img{
    margin-left: -28px;
}


.page-title-sec .tertiary-color:hover   {
    border: 1px solid #C11574;
    background-color: transparent;
}
.page-title-sec .tertiary-color{
    border:1px solid transparent; 
}



span.close-icon{
    display: none;
}
.desktop-view{
    display: block;
}
.mobile-view{
      display: none;
}
.button.d-flex.gap-2 button svg{
    display: none;
}
.tab-pagination.desktop-view{
    display: flex;
}
.content-wrap{
    color: #4A5578;
}
.content-wrap ol{
    padding-left: 20px;
}
.content-wrap ol li{
    color: #4A5578;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
}
.content-wrap ol li ul{
    padding: 12px 0 0 0;    
}
.content-wrap ol li ul li{
    font-size: 14px;
    font-weight: 400;
        margin-bottom: 0;
}