#dlrm_charge_in_cart_text {
	color: green;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
	font-weight: bold;
	margin: 15px auto;
}

.dlrm_wu_label {
	cursor: pointer;
	outline: none !important;
}

#dlrm_wu {
	width: 15px;
	height: 15px;
	margin-left: 3px;
	position: relative;
	top: 2px;
}

#dlrm_wu_input {
	width: 100%;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    height: 45px;
    direction: ltr;
    text-align: left;
    display: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

::placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

.pdp-default .pdp-header {
    height: 27px !important;
    font-size: 16px !important;
}

.woocommerce form .form-row .optional{
    display: none ;
}

.dlrm_wallet_select_th p {
	margin: 0;
}

.dlrm_wallet_select_th input[type=checkbox] {
	margin-left: 5px;
    width: 17px !important;
    height: 17px !important;
    position: relative;
    top: 4px;
    cursor: pointer;
}

#dlrm_wallet_field label {
    font-weight: bold;
    color: #000;
}

.dlrm_wallet_select_th label {
	cursor: pointer;
}

.t_number {
    width: 9%;
    text-align: center;
}

.dlrm_wallet_confrim3 {
    display: none;
    float: right;
}

.dlrm_over_max {
	display: none;
	color: red;
    line-height: 20px;
    margin-top: 9px;
}

.dlrm-d-table {
	display: flex;
	width: 100%;
	font-size: 14px;
	color: #000;
}

.dlrm-d-table>div {
	vertical-align: middle;
}

.dlrm-d-table-head>div {
    font-weight: bold;
}

.dlrm-d-table .t_date {
	width: 25%;
}

.dlrm-d-table .t_price {
	width: 20%;
}

.dlrm-d-table .t_desc {
	width: 30%;
    line-height: 23px;
}

.dlrm-d-table .t_status {
	width: 15%;
}

.dlrm-d-table .t_orderid {
	width: 19%;
}

.dlrm-d-table .t_expiration_date {
	width: 20%;
}

.dlrm-d-table-head {
	background: rgb(222, 237, 255);
}

.dlrm-d-table>div {
	padding: 15px;
	vertical-align: middle;
}

.dlrm-table-row:nth-child(odd) {
	background: #f3f3f3;
}

.dlrm_mobile-title {
    display: none;
}

.dlrm_credit {
	color: green;
}

.dlrm_debit {
	color: red;
}

.dlrm-d-table-head1 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.dlrm-d-table-head2 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.dlrm_no_transactions {
    padding: 10px;
}

.dlrm_transactions_shortcode_title {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    font-size: 18px !important;
    font-weight: bold;
    color: #000;
    position: relative;
}

.dlrm_transactions_shortcode_title svg {
    vertical-align: middle;
}

.dlrm_transactions_shortcode_title>div {
    font-size: 14px;
    width: fit-content;
    float: left;
    padding: 7px 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.dlrm_transactions_shortcode_title label {
    font-weight: bold;
}

.dlrm_wallet_menu_balance {
    font-size: 16px;
    margin-bottom: 19px;
    padding: 20px;
    width: 33.33333%;
    background: rgb(222, 237, 255);
    border-radius: 10px;
    font-weight: bold;
    color: #000;
    float: right;
    margin-left: 10px;
}

#dlrm_pagination a {
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 22px;
    border-radius: 5px;
}

#dlrm_pagination {
    text-align: left;
    margin-top: 15px;
}

#dlrm_pagination span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #eee;
    text-align: center;
    border: 1px solid #eee;
    line-height: 22px;
    border-radius: 5px;
}

span.open_add_balance.dlrm_add_balance {
    margin-top: 27px;
}

.dlrm_add_balance {
    color: steelblue;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.dlrm_add_icon {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-right: 3px;
}

.dlrm_add_balance_box, .dlrm_transfer_balance_box {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    z-index: 999;
    display: none;
}

.dlrm_add_balance_box>form, .dlrm_transfer_balance_box>form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    width: 450px;
    padding: 20px 20px;
    border-radius: 15px;
    color: #000;
}

.dlrm_add_balance_box h4, .dlrm_transfer_balance_box h4 {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.dlrm_add_balance_box h4 svg, .dlrm_transfer_balance_box h4 svg {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.dlrm_add_balance_box p, .dlrm_transfer_balance_box p {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

#dlrm_transfer_balance_form label {
    display: block;
    text-align: center;
    width: 100%;
}

.dlrm_add_balance_value {
    background: #fff !important;
    border: 1px solid #888;
    width: 100%;
    border-radius: 10px !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
    font-weight: bold;
    direction: ltr;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
}

.dlrm_add_balance_value input[type=text] {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    margin-left: 5px;
    width: 80px;
    color: #000;
    min-width: 25px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.dlrm_add_balance_default {
    display: flex;
}

.dlrm_add_balance_default input[type=text] {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 0;
    margin: 0 3px;
    width: 34%;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    border-radius: 7px !important;
    margin-top: 17px;
    cursor: pointer;
}

.dlrm_add_balance_box input[name=dlrm_add_balance], .dlrm_transfer_balance_box input[name=dlrm_transfer_balance] {
    margin-top: 20px;
    width: 100%;
    font-family: inherit;
    border-radius: 12px;
    background: darkblue !important;
    color: #fff !important;
    height: 50px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#dlrm_transfer_ballance_value {
    background: #fff !important;
    border: 1px solid #888;
    width: 100%;
    border-radius: 10px !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
    font-weight: bold;
    direction: ltr;
    height: 60px;
    margin-top: 11px;
    font-size: 21px;
}

.dlrm_success_payment {
    background: aquamarine;
    color: green;
    padding: 12px 15px;
    margin-bottom: 14px;
    border-radius: 13px;
}

.dlrm_failed_payment {
    background: antiquewhite;
    color: red;
    padding: 18px 15px;
    margin-bottom: 14px;
    border-radius: 10px;
}

.dlrm_copy_referral_link {
    font-family: inherit;
    font-size: 12px;
    position: absolute;
    padding: 7px 10px;
    left: 20px;
    top: 15px;
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    outline: none !important;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.dlrm_copy_referral_link span {
    display: inline-block !important;
    margin-top: 0 !important;
}

.dlrm_copy_referral_link:hover {
    background: rgba(255,255,255,.4);
}

.dlrm_copy_referral_link svg {
    vertical-align: middle;
    margin-left: 3px;
}

.dlrm_ballance_box {
    font-size: 21px;
    margin-top: 16px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.dlrm_wallet_id_box {
    font-size: 16px;
    margin-top: 14px;
    text-align: left;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}

.dlrm_wallet_copy, .dlrm_wallet_copy2, .dlrm_wallet_confrim2, .dlrm_wallet_confrim {
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    
}

.dlrm_wallet_copy, .dlrm_wallet_confrim  {
    background: #eeeefc;
    padding-left: 10px;
    top: 5.2px;
}

.dlrm_wallet_confrim, .dlrm_wallet_confrim2
{
    right: 0px !important;
    padding-left: 2px !important;
    top: 2px !important;
    display: none;
}

.dlrm_wallet_id_box input {
    width: 100%;
    border: none;
    text-align: left;
    direction: ltr;
    height: 41px;
    border-radius: 4px;
    padding: 7px;
    font-size: 18px;
    background: rgba(255,255,255,.32);
    margin-bottom: 10px;
    outline: none !important;
    box-shadow: none !important;
    color: #555;
    font-weight: bold !important;
}


.dlrmwallet_cards {
    display: flex;
}

.dlrm_wallet_menu_balance_id {
    background: lavender;
}

.dlrm_wallet_menu_referral_id {
    background: blanchedalmond;
    position: relative;
}

.dlrm_wallet_menu_referral_id span, .dlrm_wallet_menu_balance_id span {
    font-size: 14px;
    display: block;
}

.dlrm_transactions_filters {
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 16px 16px 0;
    border-radius: 7px;
    font-size: 14px;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.dlrm_transactions_filters>div {
    flex: 0 0 50%;
    margin-bottom: 13px;
}

.dlrm_transaction_type_parent {
    /*flex: 0 0 100% !important;*/
}

.dlrm_transactions_filters button {
    font-family: inherit;
    background: #ddd;
    color: #000 !important;
    border-radius: 5px;
    padding: 7px 15px;
    outline: none !important;
    width: 60%;
    margin-right: 0;
    height: 45px;
    text-align: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.dlrm_transactions_filters .select2-selection {
    height: 45px !important;
}

.select2-selection__rendered
{
    line-height: 45px !important;
}

.dlrm_transactions_filters>div:last-child {
    flex: 0 0 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
}

.dlrm_transactions_filters input[type=text]
{
    width: 60% !important;
    border-radius: 3px !important;
    border: 1px solid #eee !important;
    /*margin-right: 3px !important;*/
    height: 45px !important;
    vertical-align: middle !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px;
}

.dlrm_transactions_filters label {
    font-weight: bold !important;
    color: #000;
    display: inline-block;
    width: 22% !important;
    position: relative;
    top: 2px;
}

.select2-results__option {
    font-size: 14px;
}

.dlrm_transactions_filters select {
    width: 60% !important;
    border-radius: 3px !important;
    border: 1px solid #eee !important;
    /*margin-right: 3px !important;*/
    height: 45px !important;
    vertical-align: middle !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: inherit;
    cursor: pointer;
    padding: 0 7px;
}

.dlrm_transactions_filters input[type=number]
{
    width: 60% !important;
    border-radius: 3px !important;
    border: 1px solid #eee !important;
    /*margin-right: 3px !important;*/
    height: 45px !important;
    vertical-align: middle !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}

.dlrm_transaction_type{
    width: 60% !important;
    border-radius: 3px !important;
    border: 1px solid #eee !important;
    /*margin-right: 3px !important;*/
    height: 35px !important;
    vertical-align: middle !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: inherit;
    cursor: pointer;
}

.select2-container {
    width: 60% !important;
}

.select2-selection {
    border: none !important;
}

.dlrmwallet_cards div:last-child {
    margin-left: 0;
}

.dlrm_transactions_top {
    font-size: 14px;
    padding: 13px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid skyblue;
    line-height: 27px;
}

.dlrm_transactions_top ul {
    padding: 0;
    list-style-position: inside;
}

@media only screen and (min-width: 768px) 
{
    .col-full {
        max-width: 1200px !important;
    }
    
    .dlrm_wallet_menu_balance
    {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) 
{
    .dlrmwallet_cards
    {
        display: block;
    }
    
    .dlrmwallet_cards>div {
        width: 100%;
    }
    
    .dlrm-d-table-head {
        display: none;
    }
    
    .dlrm-table-row {
        display: block;
        border: 1px solid #eee;
    }
    
    .dlrm-table-row>div {
        width: 100% !important;
        text-align: left;
    }
    
    .dlrm_mobile-title {
        display: inline-block;
        float: right;
    }
    
    .dlrm_transactions_filters {
        display: block;
    }
    
    .dlrm_transactions_filters label {
        width: 35%;
    }
    
    .dlrm_transactions_filters button {
        margin: 0;
        width: 100%;
    }
}