/* Secure D popup start */
.partnerSecurd-overlay{
    width:100%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
    display: none;
}
.partnerSecurd-card{
    max-width:400px;
    min-height: 242px;
    padding:35px 30px 30px 30px;
    background-color: #1c1c1c;
    border-radius:8px;
    margin: 200px auto;
}
.ps-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ps-header h4{
    font-size:16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #f2f2f2;
}
.ps-header .ps-close{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.ps-input-box{
    width:100%;
    height:56px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}
.ps-input-box .ps-input{
    width:100%;
    height:100%;
    border:1px solid #424242;
    border-radius:4px;
    background-color: transparent;
    color:#f2f2f2;
    padding: 0px 15px 0px 43px;
}
input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
         -webkit-appearance: none;
      }
.ps-input-box .ps-input:focus{
    outline: none;
    border: 1px solid #fcd01e;
}
.ps-currency{
    width:34px;
    height:48px;
    background-color:#353535;
    border-radius:2px;
    position:absolute;
    left:3px;
    top:50%;
    transform:translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-currency p{
    font-size:16px;
    font-weight: 400;
    color:#f2f2f2;
    margin-bottom: 0;
}
.ps-note{
    font-size:14px !important;
    font-weight: 400 !important;
 color: #9a9a9a !important;

}
.partnerSecurd-card .check-amount{
    font-size: 14px;
    font-weight: 400;
color: #F87563 !important;
   margin-bottom: 5px;

}
.ps-btn{
    margin-left: auto;
    width:70px;
    height:36px;
    background-color: #fcd01e;
    border:0;
    outline:none;
    border-radius:24px;
    cursor: pointer;
    font-size:16px;
    font-weight: 600;
    color: #000000;
}
.subscribe-btn-disabled,
.subcription-subscribe-btn:disabled {
    background-color: #979797 !important;
    color: #f1f1f1 !important;
    cursor: not-allowed !important;
}
.accordion-arrow {
    transform: rotate(45deg) !important;
}
.dark-design .accordion-arrow {
    transform: rotate(45deg) !important;
}
/* Secure D popup end */
.user-variable-price-save:disabled {
    background-color: #979797;
    color: #f1f1f1;
    cursor: not-allowed;
}
@media (max-width:600px){
    .partnerSecurd-card{
        max-width:350px !important;
        min-height: 242px;
        padding:35px 30px 30px 30px;
        background-color: #1c1c1c;
        border-radius:8px;
        margin: 200px auto;
    }
}
