.custom-label{
	font-weight: bold !important;
}
.translations-table tr:last-child td:last-child {
    padding-bottom: 20px !important;
}
.save-btn-icon{
    margin-right: 7px;
}
.cancel-btn-icon{
    margin-right: 6px;
}
.page-crud-btn{
    padding: 8px 10px;
}
.permission-list-title{
    margin-bottom: 5px;
}
.permission-list-item{
    width: auto;
    margin-bottom: 10px;
}
.timezone-span{
    font-size: 10px !important;
    min-width: 175px;
}
.remove-sign{
    font-size: 20px;
    cursor: pointer;
}
.table-td-padding{
    padding: 6px 28px !important;
}
.product-data{
    font-size: 15px;
    font-weight: 500;
}
.product-table tr:first-child td {
    border: 1px solid #dbd9ef;
    border-bottom: 2px solid #dbd9ef;
}
.product-show-table tfoot{
    border: 1px solid #dbd9ef;
    border-top: 2px solid #dbd9ef;
}
.footer-tr{
    border: 2px solid #dbd9ef !important;
}
.mr-50{
    margin-right: 50px;
}
.filter-btn{
    margin-top: 20px;
}
.browser-icon{
    width: 22px;
    margin-left: 8px;
}
.text-right{
    text-align: right;
}
.filter-row-padding{
    padding: 0px 20px;
}
.primary-color{
    color: #126e51 !important;
}
.pagination-bar nav{
    float: right;
}
.d-none-arrow-img{
    background-image: unset !important;
}

/*Media Query*/
@media (max-width: 600px) {
    .mv-btn-mt-5{
        margin-top: 5px;
    }
    .mv-create-btn{
        display: none;
    }
    .mv-mt-10{
        margin-top: 10px;
    }
    .mv-action-btn{
        display: none;
    }
    .pagination-bar nav{
        float: unset !important;
    }
    .mv-d-none{
        display: none;
    }
}

@media (max-width: 991px) {
    .margin{
        margin-top: 15px!important;
    }
    .m-data-label{
        float: left;
        color: #000;
        font-size: 15px;
        font-weight: 400;
    }
    .footer-tr{
        border: 1px solid #dbd9ef !important;
    }
    .product-table tr td{
        text-align: left;
        width: 100% !important;
        border: 1px solid #dbd9ef !important;
        display: flow-root;
        border-radius: 0 !important;
    }
    .product-table tr .product-td::before {
        content: attr(data-p-label);
        float: left;
        color: #000;
        font-size:15px;
    }
    .product-table tr .amount-td::before {
        content: attr(data-p-label);
        float: left;
        color: #000;
        font-size:15px;
        clear: both;
    }
    .product-table tr td .product-data{
        float: right;
    }
    .m-input-w{
        width: 50%;
        float: right;
    }
    .m-remove-icon{
        margin-top: 5px;
        font-size: 22px;
    }
    .m-d-none{
        display: none !important;
    }
    .m-border-unset{
        border-left: unset;
        border-right: unset;
    }
    .product-tr{
        border: 1px solid #dbd9ef !important;
    }
    .table-td-padding{
        display: none !important;
    }
    tr{
        border-bottom: unset !important;
    }
    .mv-mb-2{
        margin-bottom: 2px;
    }
    .mv-mt-10{
        margin-top: 10px;
    }
}

select {  
  background-color: white;
    /* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius:2px;
  border:none;
  color: #ffffff;
  padding: 10px 30px 10px 10px;
  // disable default appearance
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  &::-ms-expand { display: none };
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-color: white;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    padding: 10px 15px 12px 10px;
    margin-top: -4px;
}
.form-control:disabled, .unpaid-amount[readonly]{
    background: #DE4E45 !important;
    color: white !important;
    font-weight: bold !important;
}
.form-control:disabled, .green-paid-amount[readonly]{
    background: #478954 !important;
    color: white !important;
    font-weight: bold !important;
}
.fns-15{
    font-size: 14px;
}
.fns-16{
    font-size: 16px;
}
.fns-18{
    font-size: 18px;
}