body.popup-active {
    overflow: hidden;
}

 
.digages-crypto-custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.digages-crypto-popup-content { 
    overflow-y: auto;
}

.digages-popup-content-add {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #F6F7F7; 
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto; 
}

.digages-popup-content-import {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    background: #fff;
    border-radius: 3px;
    max-height: 100vh;
    overflow-y: auto; 
}
 .cancel-icon { 
    cursor: pointer;
}

 
 
@media (max-width: 782px) {
  

}

 
.digages-aplwoo-shipping-add-top
{
display: flex;
justify-content: space-between; 
padding: 0px 0px 0px 32px;
gap: 10px;
background: #FFFFFF;
border-bottom: 1px solid #DCDCDE;
}
.digages-aplwoo-shipping-add-top-right {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #1E1E1E;
padding: 18px 0px; 
border-left: 1px solid #DCDCDE;
width: 56px;
cursor: pointer;
}
.digages-aplwoo-shipping-add-top-right:hover {
background-color: #DCDCDE;
}

.digages-aplwoo-shipping-red
{
  color: #D63638;
}
 

.digages-aplwoo-shipping-add-top-left {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #1E1E1E;
padding: 18px 0px;
width: -webkit-fill-available;
}
.digages-aplwoo-shipping-add-top-left-txt {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #1E1E1E;
}


.digages-aplwoo-shipping-add-bottom {
display: flex;
justify-content: space-between; 
padding: 16px 16px 16px 32px;
gap: 10px;
background: #FFFFFF;
border-top: 1px solid #DCDCDE;
}

.digages-aplwoo-shipping-add-bottom-item {
display: flex; 
gap: 24px; 
}


.digages-aplwoo-shipping-add-middle {
  flex: 1;
  overflow-y: auto;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #2C3338;
}

.digages-aplwoo-shipping-add-middle input[type="text"] {
padding: 12px 16px !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important;
width: 100% !important;
}
.digages-aplwoo-shipping-add-middle input[type="email"] {
padding: 12px 16px !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important;
width: 100% !important;
}

.digages-aplwoo-shipping-add-middle select {
padding: 12px 16px !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important;
width: 100% !important;
}

.digages-aplwoo-shipping-add-middle textarea {
padding: 12px 16px !important; 
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important;
width: 100% !important;
}

textarea
.digages-aplwoo-shipping-add-middle input[type="text"]:focus {
    outline: none !important;
    border-color: #3858E9 !important;
}
.digages-aplwoo-shipping-add-middle input[type="text"]::placeholder {
    color: #A0A3A8 !important;
}
.digages-aplwoo-shipping-add-middle label {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #2C3338 !important;
}
.digages-aplwoo-shipping-add-middle input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
}


.digages-aplwoo-shipping-add-middle-hint {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3C434A;
}

.digages-aplwoo-shipping-add-middle a {
    color: #3858E9;
    text-decoration: underline;
    font-weight: 500;
}
.digages-aplwoo-shipping-add-middle-container {
   display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  margin-bottom: 50px;
}
.digages-aplwoo-shipping-add-middle-container-input
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.digages-aplwoo-shipping-add-middle-container-input-label
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.digages-aplwoo-shipping-add-middle-container-check-cntainer
{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
}

.digages-aplwoo-shipping-add-middle-container-item
{
    display: flex;
    gap: 40px;
}

.digages-aplwoo-shipping-add-middle-container-item-left
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.digages-aplwoo-blue
{
    color: #3858E9 !important;
}

.digages-aplwoo-shipping-records-btncancel3
{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px 14px !important;
    height: 40px !important;
    gap: 12px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration-line: underline !important;
    color: #3858E9 !important;
}

.digages-aplwoo-shipping-records-btncancel
{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px 14px !important;
    height: 40px !important;
    gap: 12px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration-line: underline !important;
    color: #D63638 !important;
}

.digages-aplwoo-shipping-records-btncancel2
{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px 14px !important;
    height: 40px !important;
    gap: 12px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration-line: underline !important;
    color: #3858E9 !important;
}

.digages-aplwoo-shipping-paywall {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;
}

.digages-aplwoo-shipping-paywall-txt {
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #1F1F1F;
}

.digages-aplwoo-shipping-paywall-icon {
   color: #69D784 !important;
}

.digages-aplwoo-shipping-paywall-item {
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 24px; 
}

.digages-aplwoo-shipping-paywall-item-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
    flex: 1;
}

.digages-aplwoo-shipping-paywall-item-icon-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.digages-aplwoo-shipping-add-middle-email
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
}
.digages-aplwoo-shipping-add-middle-email-message {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3C434A;
    margin-right:auto !important;
}

.digages-aplwoo-shipping-add-middle-email input[type="text"] {
padding: 12px 16px !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important; 
}
.digages-aplwoo-shipping-add-middle-email input[type="email"] {
padding: 12px 16px !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important; 
}

.digages-aplwoo-shipping-add-middle-email select {
padding: 12px 16px !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important;
width: 100% !important;
}

.select2-container .select2-selection--single
{
    height: 40px !important;
    background: #FFFFFF !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 2px !important;
    width: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    margin-top: 5px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow
{
    margin-top: 5px !important;
}

.digages-aplwoo-shipping-green {
    color:#00BA37;
}

.digages-aplwoo-shipping-add-middle-import 
{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;   
}

.digages-aplwoo-shipping-add-middle-import-txt {
 
gap: 16px;
    font-style: normal;
font-weight: 590;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #1D2327;
}

.digages-aplwoo-shipping-add-middle-import-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100% !important;
    }


    

.digages-aplwoo-shipping-records-btn2 {
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 0px 14px !important;
height: 40px !important;
gap: 12px !important;
background: #3858E9 !important;
border: 1px solid #3858E9 !important;
border-radius: 2px !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #fff !important;
cursor: pointer !important;
}

.digages-aplwoo-shipping-records-btn2 a{
    text-decoration: none !important;
}

 

