body.popup-active {
    overflow: hidden;
}


.notice, div.error, div.updated, div.digages-svg-onboard-container-bg2
{
    display: none !important;
}


.digages-aplwoo-shipping-records{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.digages-aplwoo-shipping-records2{
    margin-bottom: -80px !important;
}

.digages-aplwoo-shipping-records-item-titleit
{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.digages-aplwoo-shipping-records-item-title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.digages-aplwoo-shipping-records-item-title2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1D2327;
    width: 155px;
    margin-right: 60px;
}
.digages-aplwoo-shipping-records-item-title23 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1D2327; 
    margin-right: 12px;
}
.digages-aplwoo-shipping-records-item-title2-txt {
    font-weight: 620;
    font-size: 15px;
}

.digages-aplwoo-shipping-records-btn1 {
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 0px 14px !important;
height: 40px !important;
gap: 12px !important;
background: #FFFFFF !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: #3858E9 !important;
cursor: pointer !important;
}

.digages-aplwoo-shipping-records-btn2 {
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 13px 24px !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-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #3858E9;
    border-radius: 50%;
}
.digages-aplwoo-shipping-records-menu-item { 
    margin-top: -4px;
}

.digages-aplwoo-shipping-records-menu2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DCDCDE;
    border-radius: 50%;
}
.digages-aplwoo-shipping-records-menu2-item { 
margin-top: 4px;
}

.digages-aplwoo-shipping-records-table-title
{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.digages-aplwoo-shipping-records-table-title-txt {
font-style: normal;
font-weight: 590;
font-size: 14px;
line-height: 20px;
color: #1E1E1E;
}

.digages-aplwoo-shipping-records-gray {
color: #50575E;
}


.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;
}

.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; 
}


.progress-bar {
    width: 100%;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.progress {
    height: 100%;
    background: #007cba;
    width: 0;
    transition: width 0.3s;
}

.cancel-icon {
    background: #d63638;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.button-danger {
    background: #d63638;
    color: #fff;
    border-color: #d63638;
}

.button-link-delete {
    color: #d63638;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
}

.button-link-delete:hover {
    text-decoration: underline;
}

.pickup-locations-table-wrapper { 
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
}

.pickup-locations-table {
    margin: 0 !important;
    border: none !important;
}

.pickup-locations-table th {
    background-color: #f1f1f1;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 1;
}

.pickup-locations-table td,
.pickup-locations-table th {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.pickup-locations-table tbody tr:hover {
    background-color: #f9f9f9;
}

.pickup-locations-stats {
    background: #f0f0f1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.pickup-locations-actions {
    text-align: right;
}

@media (max-width: 782px) {
    .pickup-locations-table-wrapper {
        overflow-x: auto;
    }

    .pickup-locations-table {
        min-width: 800px;
    }

    .digages-aplwoo-settings-headbg
{
    flex-wrap: wrap;
    padding-top: 50px !important;
}
.digages-aplwoo-setting-mbm
{
    margin-bottom: 138px !important;
}
.digages-aplwoo-shipping-records-item-title
{
    flex-wrap: wrap;
    gap: 2px;
}
.digages-aplwoo-shipping-records-item-title32
{
    flex-wrap: wrap;
    gap: 2px;
}

.digages-aplwoo-shipping-records-item-title
{
    flex-wrap: wrap;
    gap: 2px;
}


}

 
.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-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;
    cursor: pointer !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;
    cursor: pointer !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: flex-start;
    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;
width: 400px !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; 
width: 400px !important;
}

.digages-aplwoo-shipping-add-middle-email select { 
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E0E0E0 !important;
border-radius: 2px !important;
width: 400px !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;
    }
.digages-aplwoo-shipping-notice-icon {
    color: #FF3B30;
    font-size: 40px;
    margin-bottom: 5px;
}
.digages-aplwoo-shipping-add-middle-delete-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #1D2327;
}
.digages-aplwoo-shipping-add-middle-delete-item-txt {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1D2327;
}

.digages-aplwoo-shipping-add-action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    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;
    width: 24px !important;
    height: 24px !important;

}

#pickup-locations-container
{
    margin-left: -10px !important;
}

.digages-aplwoo-shipping-records-table-td-bg {
    background-color: #fff !important;
}

.digages-aplwoo-shipping-records-table-no {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1E1E1E;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
}

.digages-aplwoo-shipping-records-table-no-btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.digages-aplwoo-purple
{
    color: #7A00DF;
}


.digages-aplwoo-shipping-records-btn1 a{
text-decoration: none !important;
}

.digages-aplwoo-shipping-records-btn2 a{
    text-decoration: none !important;
}

.digages-aplwoo-settings-headbg
{
    display: flex;
    gap: 20px;
    justify-content: space-between;  

box-sizing: border-box; 
align-items: flex-start;
padding: 20px 24px; 

position: absolute;
width: calc(100% + 20px);
left: -20px;
/* height: 64px;
left: calc(50% - 1040px/2); */
top: 0px;
background: #FFFFFF;
border-bottom: 1px solid #EBEBEB;

}

.digages-aplwoo-settings-headbg-item
{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.digages-aplwoo-settings-headbg-item-txt1
{
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #1F1B39;
}

.digages-aplwoo-settings-headbg-item-txt2
{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
color: #3858E9;
}
.digages-aplwoo-settings-headbg-item-txt2 a
{
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #3858E9 !important;
text-decoration: none !important;
}

.digages-aplwoo-settings-headbg-item2
{
display: flex;
align-items: center;
justify-content: center;
color: #D9D9D9;
gap: 20px;
}

.digages-aplwoo-settings-headbg-item2 a
{
font-style: normal !important;
font-weight: 510 !important;
font-size: 16px !important;
line-height: 20px !important;
text-decoration-line: underline !important;
color: #1E1E1E !important;
}

.digages-aplwoo-settings-headbg-item2 i
{
font-style: normal !important;
font-weight: 510 !important;
font-size: 16px !important;
line-height: 20px !important;
color: #1E1E1E !important;
}

.digages-aplwoo-setting-mbm
{
    margin-bottom: 98px;
}

/*  */
 

.digages-aplwoo-activate-plugin-item
{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 16px 24px;
gap: 16px; 
background: #FFFFFF;
border: 1px solid #DCDCDE;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #3C434A;
}

.digages-aplwoo-activate-plugin {
  display: flex;
  flex-wrap: wrap; 
  gap: 24px; 
}

.digages-aplwoo-activate-plugin > div {
  flex: 0 1 calc(50% - 12px);
}

@media (max-width: 768px) {
  .flex-grid > div {
    flex: 1 1 100%;
  }
}



.digages-aplwoo-activate-plugin-item-details
{
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.digages-aplwoo-activate-plugin-item-details img
{
width: 48px !important;
height: 48px !important;
border-radius: 2px !important;
}
.digages-aplwoo-activate-plugin-item-details-item
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.digages-aplwoo-activate-plugin-item-detailsh1
{
font-weight: 590;
font-size: 16px;
line-height: 24px;
color: #1D2327;
}

.digages-aplwoo-activate-plugin-item-details-btnbg
{
display: flex;
justify-content: space-between;
padding-top: 16px;
gap: 16px;
border-top: 1px solid #DCDCDE; 
width: 100%;
align-items: center;
}

.digages-aplwoo-activate-plugin-item-details-btnbg-item
{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.digages-aplwoo-activate-plugin-item-details-btnbg-item button
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 20px !important;
gap: 8px !important;
background: #FFFFFF !important;
border: 1px solid #3858E9 !important;
border-radius: 2px !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #3858E9 !important;
}


.digages-aplwoo-activate-plugin-item-details-btnbg-item a 
{
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #3858E9 !important;
text-decoration: none !important;
}

.digages-aplwoo-activate-plugin-item-install-txt
{
font-weight: 700;
font-size: 13px;
line-height: 20px;
color: #3C434A;
}

.digages-aplwoo-activate-plugin-item-active-txt
{
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 20px;
color: #00BA37;
}

.digages-aplwoo-about1-bg
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2C3338;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDCDE;
    margin-bottom: 24px;
}

.digages-aplwoo-about1-bg-button1
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 20px !important;
gap: 8px !important;
background: #FFFFFF !important;
border: 1px solid #3858E9 !important;
border-radius: 2px !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #3858E9 !important;
}


.digages-aplwoo-about1-bg-button1q a 
{
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #3858E9 !important;
text-decoration: none !important;
}

.digages-aplwoo-about1-bg-button2
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 20px !important;
gap: 8px !important;
background: #3858E9 !important;
border: 1px solid #3858E9 !important;
border-radius: 2px !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #fff !important;
}


.digages-aplwoo-about1-bg-button2q a 
{
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #fff !important;
text-decoration: none !important;
}


.digages-aplwoo-about1-bg-txt1
{
font-style: normal;
font-weight: 590;
font-size: 14px;
line-height: 20px;
font-variant: all-small-caps;
color: #6D61DF;
}
.digages-aplwoo-about1-bg-txt2
{
font-style: normal;
font-weight: 590;
font-size: 18px;
line-height: 24px;
color: #101517;
}

.digages-aplwoo-about1-bg-item1
{
    display: flex;
    gap: 32px;
    padding-right: 40px;
    flex: 2;
}

.digages-aplwoo-about1-bg-item1-bg
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.digages-aplwoo-about1-bg-item1-bg-button
{
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 8px;
}


.digages-aplwoo-about1-bg-item2
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 40px;
    flex: 1;
    border-left: 1px solid #DCDCDE;
}

.digages-aplwoo-about1-bg-item2-img
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 4px;
}

.digages-aplwoo-ahref
{
    text-decoration: none !important;
}
.digages-aplwoo-ahref a 
{
    text-decoration: none !important;
}