#more {
    display: none;
}
.divcls {
    width: auto;
    height: auto;
    background: transparent;
    color: #6c7373;
    margin: 10px;
    margin-bottom: -2px;
    margin-top: 7px;
}
.divcls a {
    background: transparent;
    color: #6c7373;
    font-size: 17px;
}
.form-control {
    padding: 0px 16px 0px 16px;
    font-size: 16px;
}
.btnRed span {
    line-height: 28px;
}
.space_ht {
    margin-top:20px;
}
#noscheme {
    display: none;
    color: black;
    font-weight: 500;
    margin-top: 45px;
    font-size: 20px;
}
.nfo_tab_wrap {
    display: block;
}

.nfo_tab_wrap.hide {
    display: none;
}
.bi-search{
    position: relative;
    right: 40px;
    top: 21px;
}
#search-bar .nfo_tab_head_wrap{
    display: flex;
}
#search-bar .nfo_tab_head_wrap .nav_tab_col1{
    margin-top:0px !important;
}
.copy {
    height: 30px;
    width: 75px;
    margin-left: unset !important;
    margin-top: unset !important;
    position: relative !important;
    font-size: 18px;
    border: 1px solid #3E593C;
    background: #3E593C;
    color: #fff;
    border-radius: 5px;
}
@media screen and (max-width: 600px) {
    .cpy_btn_mob {
        text-align: center;
        margin-top: 10px;
    }
    button#copy {
        position: relative !important;
        right: 0;
        top: 0;
    }
}

/* NewChanges AC-2009*/
.partner_page_cus .nav_tab_col1{
    padding: 0 10px;
}
.partner_page_cus .nfo_tab_wrap{
    margin-bottom: 10px;
}
.partner_page_cus .or_field .nfo_tab_head_wrap div:nth-child(2){
    padding-top: unset;
    padding-bottom: unset;
}
.generateLink{
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 6px 0 0 10px;
}
.generateLink .getlink_btn{
    margin: 0;
    padding: 5px 13px;
}
.generateLink .btnWithIcon{
    font-size: 14px;
}
.generateLink .btnOthers{
display: flex;
    gap: 10px;
    align-items: center;
}
.generateLink .btnWithIcon span{
    line-height: 18px;
    height: unset;
}
.generateLink .form-control{
    padding: 6px 10px;
    height: unset;
    width: 325px !important;
    cursor: not-allowed;
}
.dropdown-item.no-click,.scheme-dropdown-item.no-click{
    font-style: normal;
    font-size: 16px;
}
.btnWithIcon{
    display:flex;
    gap:5px;
}
/* .custDropdown .dropdown-selected{
background-color: #f1f3f5;
} */
.custDropdown .fa-angle-down{
    font-size: 26px;
    line-height: 13px;
}
.custDropdown .dropdownSearch{
    position: relative;
    text-align: center;
}
.custDropdown .dropdownSearch .dropdownsearchField{
    width: 100%;
    height: 33px;
    font-size: 18px;
    padding-left: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.custDropdown .dropdown-item{
    /* text-transform: lowercase; */
    color: #6C7174;
}

.custDropdown .dropdown-item::first-letter{
    /* text-transform:uppercase; */
}
.custDropdown .dropdown-list, .custDropdown .scheme-dropdown-list{
    padding: 15px 10px 10px 10px ;
}
.custDropdown .dropdownclearIcon{
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
    font-size: 36px;
    color: #6C7174;
    padding-bottom: 4px;
}
.custDropdown .dropdownclearIcon:hover{
    color: #000;
    cursor: pointer;
}

.scheme-clear-icon:hover{
    color: #000;
    cursor: pointer;
}
.inputs_custom input{
    border:1px solid #ccc;
    height:42px;
}

#transactionType .dropdown-container {
    max-width:66%;
}

#hdnSelectScheme .scheme-dropdown-container {
    max-width:66%;
}
.som_tab_wrap .dropdown .dropdown-button{
    height:42px;
    border-radius:4px;
    display:flex;
    align-items:center;
    padding-left:10px !important;
}
.som_tab_wrap .nav_tab_col1{
    flex:0 0 66.77%;
    max-width:77%;
}
#selected-value{
    font-size:16px;
    /* text-transform:lowercase; */
    color:#6C7174 !important;
}
/* #selected-value::first-letter{
    text-transform:uppercase;
} */

/* #divGenerateLink > div:nth-child(1) {
    flex:0 0 15%;
    max-width:15%;
} */
/* #divGenerateLink > div:nth-child(2) {
    flex:0 0 55%;
    max-width:41%;
} */
/* #divGenerateLink > div:nth-child(3) {
    flex:0 0 30%;
    max-width:30%;
    display:flex;

} */
#btnGenerateLink{
    width:100% !important;
}
/* #divGenerateLink > div:nth-child(2) input{
    width:100% !important;
    height:38px;
} */

.scheme-dropdown-item {    
    font-size:16px;
    color: #6C7174; 
}
.scheme-dropdown-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.scheme-dropdown-selected {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6C7174;
    font-size:16px;
}

.scheme-dropdown-list {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.scheme-dropdown-list input {
    width: 100%;
    /* margin: 5px; */
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.scheme-dropdown-item {
    padding: 10px;
    cursor: pointer;
}

.scheme-dropdown-item:hover {
    background: #f1f1f1;
}


     .dropdown-container {
        position: relative;
        width: 100%;
        max-width: 400px;
    }

    .dropdown-selected {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: white;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
	color: #6C7174;
	font-size:16px;
    }

    .dropdown-list {
        position: absolute;
        width: 100%;
        border: 1px solid #ccc;
        background: white;
        max-height: 200px;
        overflow-y: auto;
        display: none;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }

    .dropdown-list input {
        width: 100%;
        /* margin: 5px; */
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .dropdown-item {
        padding: 10px;
        cursor: pointer;
	font-size:16px;
    }

    .dropdown-item:hover {
        background: #f1f1f1;
    }

    .show {
        display: block;
    }

    .arrow {
        font-size: 14px;
    }

    .no-click {
    color: gray;
    font-style: normal;
    pointer-events: none; /* Makes it non-clickable */
    }

/* MobileStyle */
@media (max-width: 768px) {
.copyToast{
top:125px !important;
width: max-content;
}
.content_right_head h4{
padding-top: 10px;
}

.content_right_head{
text-align:center;
}

.clsContentHeader{
padding-bottom:0px;
}

    .partner_page_cus .nfo_tab_wrap{
        width:100%;
        margin-bottom: 0;
        margin-top: 0;
    }
    .partner_page_cus .or_field .nfo_tab_head_wrap div:nth-child(2){
        padding: 0px 10px!important;
        margin-bottom: 0px;
    }
    #transactionType .dropdown-container {
        max-width: 100%;
    }
    #hdnSelectScheme .scheme-dropdown-container {
        max-width: 100%;
    }
    .generateLink{
        flex-wrap:wrap;
        flex-direction: column;
    }
    .generateLink .divGenLink{
        width:100%;
        justify-content: center;
    }
    .generateLink .divGenLink .form-control{
        width:100%!important;
        max-width:100%
    }
    .generateLink .btnWithIcon{
        margin-top:5px;
    }
    .som_tab_wrap .nav_tab_col1{
        width:100%;
        max-width:100%
    }
    .partner_page_cus .nav_tab_col1{
        margin-bottom: 10px;
    }
    .generateLink{
        padding-top:0px;
        width: 97%;
    }
    .generateLink .getlink_btn{
        margin-top:0px!important;
    }

}


@media screen and (min-width: 1024px) {
.columWrapper{
    max-width: 1235px !important;
}
.content_right_head {
    display: flex;
    align-items: center;  
}

.content_right_head img {
    margin-right: 12px;  
}

.content_right_head h4 {
    margin: 0;  
    margin-right: 20px;
}
.row.partner_page_cus{
justify-content:right;width: 90%;margin-left: 100px; margin-top: -65px;

}
.footer_wrap {
    padding: 25px 11px;
}
}

.form-control[readonly]:focus{
    background-color:#eeeeee !important;
}

/* SELECT euin*/
.custDropdown .euin-dropdown-list {
    padding:15px 10px 10px 10px ;
}

    #selectEUINNo .euin-dropdown-container {
    max-width:100%;
}


.euin-dropdown-item {
    padding: 10px;
    cursor: pointer;
    font-size:16px;
    color: #6C7174; 
}

.euin-dropdown-item:hover {
    background: #f1f1f1;
}
.euin-dropdown-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.euin-dropdown-selected {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6C7174;
    font-size:16px;
}

.euin-dropdown-list {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

 #euinDropdown {
        background-color: #ffffff;
        color: #b7b7b7 !important;
        font-size: 15px;
        border: 1px solid #dee2e6;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .no-euin {
        color: #c91429;
	font-size:15px;
    }

    #euinDropdown[disabled=disabled] {
        background-color: #ffffff !important;
    }

    .Euin-custom-dropdown {
        position: relative;
        display: inline-block;
    }

        .Euin-custom-dropdown select {
            appearance: none;
            padding: 8px 15px;
            width: 310px;
        }

        .Euin-custom-dropdown::after {
            content: '▼';
            font-size: 16px;
            color: #6c7373;
            position: absolute;
            right: 10px;
            top: 55%;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .Euin-custom-dropdown option {
            color: #000000;
        }
