
body.no-scroll {
    overflow: hidden;
}

.digages-onboard-addacnt-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999 !important;
}

.digages-onboard-addacnt-popup-container {
    position: fixed;
    top: 0;
    right: -396px;
    width: 396px;
    height: 100vh;
    background: #fff;
    /* box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2); */
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 999999 !important;
}

.digages-onboard-addacnt-popup-footer{
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px;
    width: 396px;
    bottom: 0px;
    border-top: 1px solid #DCDCDE;
}

.digages-onboard-addacnt-popup-header {/* Frame 2339 */

    /* Auto layout */
    display: flex; 
    justify-content: space-between;
    align-items: center;
    width: 396px; 
    top: 0px;
    border-bottom: 1px solid #DCDCDE;   
}
.digages-onboard-addacnt-popup-headtxt
{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1F1F1F;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.digages-onboard-addacnt-popup-close { 
    /* transform: translateY(-50%); */
    cursor: pointer;
    font-size: 20px;
    color: #1E1E1E;
    border-left: 1px solid #DCDCDE;    
    padding: 16px 23px;
    margin-left: 20px;
}

.digages-onboard-addacnt-popup-close:hover { 
    background-color: #DCDCDE;
}

.digages-onboard-addacnt-popup-required-red {
color: #D63638 !important;
}
.digages-onboard-addacnt-popup-required {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #1E1E1E;
}

.digages-onboard-addacnt-popup-content {
    flex-grow: 1;
    overflow-y: auto;
    left: 0; 
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    text-align:start !important;
    padding-bottom: 30px;
}

.digages-onboard-addacnt-popup-trigger {
    cursor: pointer;
}

.digages-onboard-addacnt-popup-container.active {
    right: 0;
}

.digages-onboard-addacnt-popup-overlay.active {
    display: block;
}
.digages-onboard-addacnt-popup-save
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 12px;
width: 154px;
height: 48px;
border-radius: 2px;
background-color: #3858E9;
border-color: transparent;
margin-top: 24px;
margin-bottom: 24px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #FFFFFF;
cursor: pointer;
}

.digages-onboard-addacnt-popup-cancel
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 12px;
width: 154px;
height: 48px;
border-radius: 2px;
background-color: #fff;
border: 1px solid #3858E9;
margin-top: 24px;
margin-bottom: 24px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #3858E9;
}

.digages-onboard-addacnt-popup-input
{
box-sizing: border-box;
align-items: center;
gap: 4px;
width: 100%;
height: 40px;
background: #FFFFFF;
border: 1px solid #E0E0E0;
border-radius: 2px;
margin-top: 8px;
margin-bottom: 8px;
}


.digages-ui-state-default, .digages-ui-widget-content .digages-ui-state-default, .digages-ui-widget-header .digages-ui-state-default, .digages-ui-button, .digages-ui-state-highlight, .digages-ui-widget-content .digages-ui-state-highlight, .digages-ui-widget-header .digages-ui-state-highlight 
{
align-items: center !important;
gap: 4px !important;
width: 100% !important;
height: px !important;
color: #2c3338 !important;
background: #FFFFFF !important;
border: 1px solid 1px solid #8c8f94 !important;
border-radius: 2px !important;
margin-top: 8px !important;
margin-bottom: 8px !important;
}


.digages-onboard-addacnt-popup-input-contain
{
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    align-items: center;
    color: #2F2F2F;

}

.digages-onboard-addacnt-popup-input-containtxt
{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
align-items: center;
color: #2F2F2F;
}

.digages-onboard-addacnt-popup-input-containtxt-woodp
{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #50575E;
}



.digages-onboard-addacnt-popup-input-containtxt1 {
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #2C3338;
}

.digages-onboard-addacnt-popup-container-adjust
{
    z-index: 999999 !important;
}


.digages-onboard-addacnt-popup-paywall-acnt{
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px; 
    bottom: 0px;
}

.digages-onboard-addacnt-popup-paywall-acnt-optact{
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 16px 24px;
gap: 8px;
width: 154px;
height: 84px;
background: #F6F7F7;
border: 1px solid #DDDDDD;
border-radius: 2px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #2C3338;
margin-bottom: 20px;
cursor: pointer;
}

.digages-onboard-addacnt-popup-paywall-acnt-optact2{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 8px;
    width: 154px;
    height: 84px;
    background: #F6F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A7AAAD;
    margin-bottom: 20px; 
        position: relative; 
        cursor: not-allowed;
    }
    
    .digages-onboard-addacnt-popup-paywall-acnt-optact2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(240, 238, 238, 0.5); /* Dark overlay */
        z-index: 1;
    }

    .digages-onboard-addacnt-popup-paywall-acnt-optact3{
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 16px 24px;
gap: 8px;
width: 154px;
height: 56px;
background: #F6F7F7;
border: 1px solid #DDDDDD;
border-radius: 2px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #2C3338;
margin-bottom: 20px;
cursor: pointer;
}


.digages-onboard-addacnt-popup-content2 {
    flex-grow: 1;
    overflow-y: auto;
    left: 0; 
    padding-top: 24px;
    text-align:start !important;
}

.digages-onboard-addacnt-popup-content3 {
    padding-left: 32px;
    padding-right: 32px;
}


.digages-onboard-addacnt-popup-content4 {
    padding-top: 20px;
    padding-bottom: 12px; 
    border-bottom: 1px solid #DCDCDE;
    margin-bottom: 24PX;
}

.digages-onboard-addacnt-popup-input-containtxt2 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2C3338; 
    }

    .digages-onboard-addacnt-popup-input-containpdm { 
        padding-bottom: 36px;
        }


        .digages-onboard-addacnt-popup-footer2{
            display: flex;
            align-items: baseline;
            gap: 16px;
        }

.digages-onboard-addacnt-popup-tab 
{
    display: flex;
    justify-content: space-between; 
font-style: normal;
font-weight: 590;
font-size: 13px;
line-height: 16px;
color: #646970;
align-items: center;

}

.digages-onboard-addacnt-popup-tab-active
{
color: #1D35B4 !important;
border-bottom: 1px solid #1D35B4 !important;
}

.digages-onboard-addacnt-popup-tab-click
{
border-bottom: 1px solid #DCDCDE;
padding: 16px 28px;
padding-top: 16px;
padding-bottom: 16px;
width: 100%; 
    cursor: pointer; 
    transition: all 0.3s ease;
}

.digages-onboard-addacnt-popup-tab-click:hover {
    background-color: #f5f5f5;
}


.digages-woodp-table-qrimg
{
width: 28px;
height: 28px;
border: 1px solid #DCDCDE;
border-radius: 2px;
}

.digages-woodp-table-menubg
{ 
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 4px 0px;
gap: 4px;
width: 200px; 
background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(69, 71, 69, 0.2);
border-radius: 3px;
font-style: normal;
font-weight: 510;
font-size: 13px;
line-height: 18px;
color: #1D2327;
display: none;
position: absolute; 
right: 0; 
top: 30px; 
z-index: 1000;
}


.digages-woodp-table-menubg-item
{
display: flex;
align-items: center;
padding: 8px 12px;
gap: 4px; 
text-align: left; 
cursor: pointer; 
width: -webkit-fill-available;
}
.digages-woodp-table-menubg-item:hover
{
    background-color: #ccc;
}
.digages-woodp-table-menubg-item img
{
    pointer-events: none !important;
}

.digages-tbldropdown-btn {
    padding: 0 !important;              /* no empty clickable space */
    border: none !important;
    background: transparent !important; /* remove default button styling */
    cursor: pointer !important;
    display: inline-flex !important;    /* keeps it tidy */
    align-items: center !important;
    justify-content: center !important;
}
 

.digages-onboard-qr-form-container
{
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px;
gap: 12px;
background: #F6F7F7;
border: 1px dashed #EBEDEF;
border-radius: 5px;
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 16px;
color: #727586;
width: 100%;
}

.digages-onboard-qr-form-container-item1
{
    display: flex;
    gap: 12px;
    justify-content: center;
}

.digages-onboard-qr-form-container-item2
{
    display: flex;
    gap: 8px;
    justify-content: center;
}
.digages-onboard-qr-form-container-item1-txt
{
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #1F1F1F;
}
.digages-onboard-qr-form-container-file
{
    display: none !important;
}

.digages-onboard-qrprogress-bar-container
{
width: 180px;
height: 6px;
background: #DCDCDE;
border-radius: 6px;
}

.digages-onboard-qrprogress-bar
{
width: 0;
height: 6px;
border-radius: 6px 0px 0px 6px;
transition: width 0.3s;
background: #3858E9;
} 

.digages-onboard-qr-form-container-img
{
    display: flex;
    gap: 73px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8C8F94;
}

.digages-onboard-qr-form-container-img-item1
{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
}


.digages-onboard-qr-form-container-img-item1-1
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
}

.digages-onboard-qr-form-container-img-item1-txt { 
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px; 
color: #2C3338;

  display: inline-block;   /* or block/flex depending on layout */
  width: 180px;
  max-width: 100%;         /* ensures it doesn’t exceed container width */
  white-space: nowrap;     /* prevents text from wrapping */
  overflow: hidden;        /* hides overflow text */
  text-overflow: ellipsis; /* adds "..." when text overflows */
  vertical-align: middle;  /* optional for alignment */
}

.digages-onboard-qrupload-progress
{
    width: 100%;
}


.digages-onboard-qr-form-container-img-item2
{
    font-size:16px;
    color:#757575;
}
.digages-onboard-qr-form-containerbg
{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.digages-onboard-qr-form-containerbg img
{
    width: 48px !important;
    height: 48px !important;
    border-radius:5px !important;
}

.digages-onboard-addacnt-popup-qr-contain
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Payment-method drawer additions reuse the original QR uploader presentation. */
.woodp-payment-method-drawer .woodp-upload-preview-slot {
    min-height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woodp-payment-method-drawer .woodp-upload-preview-slot > img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 5px !important;
    object-fit: cover;
}
.woodp-payment-method-drawer .woodp-image-upload[data-upload-kind="logo"] .woodp-upload-preview-slot {
    min-height: 0;
    margin-top: 8px;
}
.woodp-payment-method-drawer .woodp-image-upload[data-upload-kind="logo"] .woodp-upload-preview-slot:empty {
    display: none;
}
.woodp-payment-method-drawer .woodp-image-upload .digages-onboard-qr-form-container {
    box-sizing: border-box;
}
.woodp-payment-method-drawer .woodp-upload-selection {
    width: 100%;
}
.woodp-payment-method-drawer .woodp-upload-remove {
    padding: 4px !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer;
    box-shadow: none !important;
}
.woodp-payment-method-drawer .woodp-upload-error {
    width: 100%;
    margin: -12px 0 0;
    color: #d63638;
    font-size: 12px;
    line-height: 16px;
}

.woodp-payment-method-drawer .woodp-crypto-loader {
    position: absolute;
    inset: 60px 0 0;
    z-index: 10020;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.94);
    color: #1d2327;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.woodp-payment-method-drawer .woodp-crypto-loader[hidden] {
    display: none;
}

.woodp-crypto-loader-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #dcdcde;
    border-top-color: #3858e9;
    border-radius: 50%;
    animation: woodp-crypto-loader-spin 0.75s linear infinite;
}

@keyframes woodp-crypto-loader-spin {
    to { transform: rotate(360deg); }
}
.woodp-payment-method-drawer .woodp-fee-list:not(:empty) {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
    padding: 16px;
    background: #F6F7F7;
}
.woodp-payment-method-drawer .woodp-fee-row {
    margin: 0 !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
}
.woodp-payment-method-drawer .woodp-fee-select-wrap {
    position: relative;
    flex: 0 0 120px;
    min-width: 0;
}
.woodp-payment-method-drawer .woodp-fee-select-wrap .ph-caret-down {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2C3338;
    font-size: 14px;
}
.woodp-payment-method-drawer .woodp-fee-row select,
.woodp-payment-method-drawer .woodp-fee-row input {
    margin: 0 !important;
    background: #FFFFFF !important;
    box-sizing: border-box !important;
    height: 40px !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 2px !important;
}
.woodp-payment-method-drawer .woodp-fee-row select {
    width: 100% !important;
    padding-right: 32px !important;
    appearance: none;
    background-image: none !important;
}
.woodp-payment-method-drawer .woodp-fee-row input {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    margin-left: 2px !important;
    padding: 0 12px !important;
}
.woodp-payment-method-drawer .woodp-fee-row .woodp-remove-fee {
    margin-left: 16px;
}

.woodp-payment-method-drawer .digages-onboard-addacnt-popup-input,
.woodp-payment-method-drawer .digages_general_form_selectqr,
.woodp-payment-method-drawer .digagespq-select-button {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

.woodp-payment-method-drawer .woodp-conversion-field .woodp-field-label {
    display: flex;    
    justify-content: space-between;
    align-items: flex-start;
}

.woodp-payment-method-drawer .woodp-crypto-help {
    display: block;
    width: fit-content;
    margin: 4px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2271B1;
    font: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
}

.woodp-payment-method-drawer .woodp-crypto-help:hover,
.woodp-payment-method-drawer .woodp-crypto-help:focus {
    color: #135E96;
    text-decoration: underline;
    outline: none;
    box-shadow: none;
}

.digages-crypto-custom-popup {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483647 !important;
    justify-content: center;
    align-items: center;
}

.digages-crypto-popup-content {
    overflow-y: auto;
}

.digages-popup-content-import {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    background: #FFFFFF;
    border-radius: 3px;
    overflow-y: auto;
}

.woodp-crypto-disclaimer .woodp-disclaimer-card {
    box-sizing: border-box;
    width: 560px;
    gap: 24px;
    padding: 0 0 40px;
	overflow-x: hidden;
	overflow-y: auto;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-top {
    display: flex;
    justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	height: 56px;
	padding: 0 0 0 24px;
    gap: 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #DCDCDE;
	flex: 0 0 56px;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-top-left {
    display: flex;
    align-items: center;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-top-left-txt {
	font-weight: 700;
	font-size: 18px;
    line-height: 24px;
	color: #1E1E1E;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-top-right {
    display: flex;
    justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	padding: 0;
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid #DCDCDE;
    border-bottom: 1px solid #DCDCDE;
    background: #FFFFFF;
    color: #1E1E1E;
    cursor: pointer;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-top-right:hover {
    background: #DCDCDE;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-middle-import {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: flex-start;
	gap: 24px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 32px;
	font-size: 16px;
	line-height: 24px;
	color: #1F1F1F;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-middle-import-item {
    display: flex;
    flex-direction: column;
	gap: 12px;
	width: 100%;
	align-items: center;
}

.woodp-crypto-disclaimer .woodp-disclaimer-icon,
.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-middle-import-item img {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-add-middle-import-txt {
    font-weight: 590;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
	color: #1D2327;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy {
	width: 100%;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy,
.woodp-crypto-disclaimer .woodp-disclaimer-copy p,
.woodp-crypto-disclaimer .woodp-disclaimer-copy ul,
.woodp-crypto-disclaimer .woodp-disclaimer-copy li {
	font-family: inherit !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-align: left;
	color: #1F1F1F !important;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy b,
.woodp-crypto-disclaimer .woodp-disclaimer-copy strong {
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: inherit !important;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy p {
	margin: 0 0 24px;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy p:last-child {
	margin-bottom: 0;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy ul {
	margin: 0 0 24px 20px;
	list-style: disc;
}

.woodp-crypto-disclaimer .woodp-disclaimer-copy li {
	margin: 0;
}

.woodp-crypto-disclaimer .digages-aplwoo-shipping-records-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 137px;
	height: 40px;
	min-height: 40px;
	padding: 8px 24px;
    gap: 12px;
    background: #3858E9;
    border: 1px solid #3858E9;
    border-radius: 2px;
	font-size: 14px;
	line-height: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

/* Keep every drawer field on the same border system. */
.woodp-payment-method-drawer input[type="text"],
.woodp-payment-method-drawer input[type="number"],
.woodp-payment-method-drawer input[type="url"],
.woodp-payment-method-drawer textarea,
.woodp-payment-method-drawer select,
.woodp-payment-method-drawer .digagespq-select-button {
    border-color: #E0E0E0 !important;
    box-shadow: none !important;
}

@media (max-width: 520px) {
	.woodp-crypto-disclaimer .woodp-disclaimer-card {
		gap: 20px;
		padding-bottom: 24px;
		overflow-y: auto;
	}

    .woodp-crypto-disclaimer .digages-aplwoo-shipping-add-middle-import {
		padding: 0 24px;
	}
}

.woodp-payment-detail-line {
    display: block;
}

.woodp-detail-separator {
    margin: 0 5px;
    color: #A7AAAD;
}

.woodp-free-upgrade {
    margin-top: 4px;
    padding-top: 28px;
    padding-bottom: 20px;
    border-top: 1px solid #DCDCDE;
}

.woodp-free-upgrade .digages-onboard-paywallbold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.woodp-free-upgrade .digages-onboard-paywallboltxt {
    margin: 8px 0 16px;
    font-size: 16px;
    line-height: 24px;
}

.woodp-free-upgrade .digages-onboard-addacnt-popup-footer2 {
    margin: 10px 0;
}

.woodp-free-upgrade .ph-check-circle {
    color: #69D784;
}

.woodp-chooser-upgrade-footer {
    position: sticky;
    z-index: 3;
    bottom: 0;
    box-sizing: border-box;
    background: #FFFFFF;
}

.woodp-upgrade-link {
    text-decoration: none !important;
}

.woodp-upgrade-link .digages-onboard-addacnt-popup-save {
    margin-top: 24px;
    margin-bottom: 24px;
}

.digages_general_form_selectqr
{    
    width: 100% !important;
    color: #2c3338 !important;
    border-color: #E0E0E0 !important;
    border-radius: 2px !important;
    padding: 0 24px 0 8px !important;
    height: 40px !important;
    margin-top: 8px !important;
    cursor: pointer;
}

.digages-qr-red
{
    color: #D63638;
}

.digages-select-msg
{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
margin-top: 8px;
}

