.refer_page_cus .row, .partner_page_cus .row{
    justify-content: center;
}
.nfo_tab_wrap .bi-search {
    position: absolute;
    right: 22px;
}
.nfo_tab_head_wrap {
    display: flex;
    align-items: flex-start;
}
.partner_page_cus .or_field .nfo_tab_head_wrap div:nth-child(2) h4 {

    margin-bottom: 0px !important;

    margin-top: 10px;

}
.refer_page_cus .nfo_tab_head_wrap div:nth-child(2) h4 {

    margin-bottom: 0px !important;

    margin-top: 10px;

}
.table_wrap .nfo_tab_head_wrap div{

    width: 25% !important;

}
.bsomPartnerShare:hover {
    color: #C7222A;
}
.referPartnerShare:hover {
    color: #C7222A;
}
.copy:hover {
    background: #C7222A;
}
.cpy_btn_mob {
    display: flex;
    column-gap: 15px;
}
.fa-copy{
    font-size: 16px !important;
}
.referPartnerShare {
    font-size: 18px;
    color: #3E593C;
    padding: 5px;
    display:none;
    cursor: pointer;
}
.bsomPartnerShare {
    position: relative;
    font-size: 18px;
    color: #3E593C;
    padding: 5px;
    display:none;
    cursor: pointer;
}
.t_last{
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}
 
.nfo_tab_head_wrap div{
    width: 100% !important;
}
.partner_page_cus .or_field .nfo_tab_head_wrap div:nth-child(2){
    width: auto !important;
    padding: 10px 10px;
    margin-top: 0 !important;
}
/*.refer_page_cus .nfo_tab_head_wrap div:nth-child(2){
    width: auto !important;
    padding: 10px 10px;
    margin-top: 0 !important;
}*/
.nfo_tab_head_wrap .clear{
    display:none;
}
#myBtn {
    color: #c91429;
    cursor: pointer;
}

@media (max-width:600px){
    .spacer {
        margin-top: 0px;
    }    
    .referPartnerShare {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
    }
    .nfo_tab_row .clear{
        display:none;
    }
    .cpy_btn_mob {
        display: flex;
        justify-content: center;
        column-gap: 20px;
        margin-top: 0px !important;
    }
    /*.refer_page_cus .nfo_tab_head_wrap div:nth-child(2){
        padding:0px;
    }*/
    .nfo_tab_wrap {
        margin: 10px 0px;
    }
    .mob_label{

        display:none;
   
       }
    .table_wrap .nfo_tab_head_wrap div{

        width: 100% !important;
    
    }
    .space_ht h3 {
        font-size: 20px;
    }
    .trans h3 {
        font-size: 20px !important;
    }
    .nav_tab_col1 {
 
        margin-top: 0px !important;
    }
   .nfo_tab_head_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}     .nav_tab_col1 h4 {
        margin-left:0px;
        margin-bottom: 0px;
    }
    .or_field .nfo_tab_head_wrap div:nth-child(1){
        padding-bottom: 5px;
    }
    .or_field .nfo_tab_head_wrap div:nth-child(2){
        padding: 0px !important;
    }
    .or_field .nfo_tab_head_wrap div:nth-child(3){
        padding-top: 0px;
    } 

.refer_page_cus .nfo_tab_head_wrap div:nth-child(1){
    padding-bottom: 5px;
}
/*.refer_page_cus .nfo_tab_head_wrap div:nth-child(3){
    padding-top: 0px;
} */
.referral_code .nfo_tab_head_wrap div{
    padding: 15px 10px !important;
}

}
@media (max-width:480px){
    .space_ht .btnRed {
        margin-top: 0px !important;
    }
    .spacer .btnRed {
        margin-top: 0px !important;
    }
    .nav_tab_col .btnRed {
        margin: 0px !important;
    }
    .t_last {
        padding-top: 0px !important;
        justify-content: center;
    }
    .nfo_tab_row {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .nfo_tab_row .nav_tab_col {
        padding: 0 10px ;
    }
    .cpy_btn_mob {
        text-align: center;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        column-gap: 20px;
    }
    .divcls {

        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

.btnRed span {
    white-space: normal;
}
.som_tab_wrap .nfo_tab_wrap {
    margin-bottom: 0px;
}
.somlink_btn{
    text-align: left;
}
#som_generate_link{
    width:150px;
    margin-top: 15px;
}

#bsom{
    padding: 8px;
}

.som_tab_wrap .dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
    background-color: white;
}
.disabled_dropdown{
    background-color: #e9ecef !important;
    opacity: 0.9;
}

/* Button to show the selected item */
.som_tab_wrap .dropdown-button {
    width: 100%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
    padding: 5px;
    font-size: 16px;
    color:black;
}

/* Dropdown list that appears on clicking the button */
.som_tab_wrap .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 260px; /* Display only 5 items (approx 30px each) */
    overflow-y: auto; /* Allow scrolling for the rest of the items */
    width: 100%;
    left: 0;
    z-index: 3;
}

/* Style for each option in the dropdown */
.som_tab_wrap .dropdown-content .dropdown-item {
    padding: 10px;
    cursor: pointer;
    white-space:normal;
}

/* Highlight each option on hover */
.som_tab_wrap .dropdown-content .dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown list when clicked */
.som_tab_wrap .dropdown.show .dropdown-content {
    display: block;
    color: #000000;
}
.som_tab_wrap .dropdown-button.disabled {
    background-color: #e9ecef;
    opacity: 0.9;
}

.som_tab_wrap .dropdown-content,
.som_tab_wrap .dropdown-button
{
    font-size: 16px;
    color: #6C7174 !important;
}
.refer_page_cus .som_tab_wrap .nfo_tab_head_wrap #dropdown0,
.refer_page_cus .som_tab_wrap .nfo_tab_head_wrap #dropdown1,
.refer_page_cus .som_tab_wrap .nfo_tab_head_wrap #dropdown2,
.refer_page_cus .som_tab_wrap .nfo_tab_head_wrap #dropdown-content0,
.refer_page_cus .som_tab_wrap .nfo_tab_head_wrap #dropdown-content1,
.refer_page_cus .som_tab_wrap .nfo_tab_head_wrap #dropdown-content2 {
    width: 100% !important;
    padding: 0px;
}

.som_tab_wrap .dropdown .dropdown-button::before , #TransactionType::before {
    position:absolute;
    content:'';
    right: 15px;
    width: 10px;
    height: 10px;
    border: 2.5px solid #000;
    border-top: none;
    border-left: none;
    rotate: 45deg;
    top:10px;
}
.custom-select::before {
    position:absolute;
    content:'';
    right: 15px;
    width: 10px;
    height: 10px;
    border: 2.5px solid #000;
    border-top: none;
    border-left: none;
    rotate: 45deg;
    top:10px;
}
.som_tab_wrap .dropdown .dropdown-button {
    width: 100%;
    position: relative;
    display: block;
    white-space: nowrap;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.som_tab_wrap .nfo_tab_wrap.schemenum1,
.som_tab_wrap .nfo_tab_wrap.schemenum2 {
    margin-top: 15px;
}*/
.partner_page_cus .form-control:focus, 
.refer_page_cus .form-control:focus {
     border-color: #dee2e6;
    box-shadow: none;
}
.dropdown-search {

    border-radius: 6px;
}
/* width */
.dropdown_inner::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .dropdown_inner::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  .dropdown_inner::-webkit-scrollbar-thumb {
    background: #e45969; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .dropdown_inner::-webkit-scrollbar-thumb:hover {
    background: #c91429; 
  }
  .search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.dropdown-search {
    width: 100%;
    padding-right: 30px; /* Space for the clear icon */
    box-sizing: border-box;
}

.clear-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 36px;
    color: #6C7174 ;
    padding-bottom: 4px;

}
.no-results-message {
    padding-top: 10px !important;
}

.som_tab_wrap .dropdown .dropdown-content {
    padding: 15px 10px 0px 10px !important;
}
.dropdown-search {
    width: 100%;
    height: 33px;
    font-size: 18px;
    padding-left: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.dropdown_inner .dropdown-item {
    padding: 10px !important;
}

section, footer {
    overflow: unset;

}

#loading-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  
  .spinner {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  .nfo_tab_wrap {
    border: none;
    box-shadow: none;
    }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  