.background-none {
    background: unset !important;
}
label.is-invalid {
    color: #dc3545;
    font-style: italic;
    font-size: 12px;
}
label.is-valid {
    color: #28a745;
    font-style: italic;
    font-size: 12px;
}
label.error {
    color: #dc3545;
    font-style: italic;
    font-size: 12px;
}
span.error {
    color: #dc3545;
    font-style: italic;
    font-size: 12px;
}
.combodate {
    display: flex;
    align-items: center;
}
.datepicker {
    cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: red;
    border-radius: unset;
    background-color: unset;
}
.select2-container .select2-search--inline .select2-search__field {
    font-family: "Prompt", sans-serif;
    margin-top: 0;
    height: 21px;
}

.disabled {
    cursor: no-drop !important;
}

.drag-handle {
    color: #1690ed;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grabbing;
}

div#area_billing_item li {
    position: relative;
    padding: 10px;
    /*background: #f0f8ff;*/
    cursor: move;
}

div#area_billing_item a.js-remove {
    cursor: pointer;
    color: #c00;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

div#area_billing_item li:hover i {
    opacity: 1;
}

.panel-heading {
    /*border: 1px solid #c5c5c5;*/
    padding: 10px;
    background-color: #e2e9f0;
    color: #000000;
    font-weight: 600;
}

.span_billing_item_total {
    font-size: 16px;
    font-weight: 600;
    color: #1690ed;
}
b {
    color: #1690ed;
}
select option:checked {
    background-color: #ddd;
}
.hide-show-login {
    top: 13px;
    right: 25px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hide-show-login i {
    font-size: 14px;
    float: right;
    cursor: pointer;
    position: absolute;
}
.hide-show-db {
    right: 10px;
    top: -30px;
    float: right;
    position: relative;
    z-index: 5;
}
.hide-show-db i {
    font-size: 14px;
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.toggle.android { 
    border-radius: 0px;
}
.toggle.android .toggle-handle { 
    border-radius: 0px; 
}

.hide-show-repass {
    right: 10px;
    float: right;
    position: relative;
    z-index: 5;
    display: none;
    top: -27px;
}
.hide-show-repass i {
    font-size: 14px;
    float: right;
    cursor: pointer;
    position: relative;
}
.hide-show-confirmpass {
    right: 10px;
    float: right;
    position: relative;
    z-index: 5;
    display: none;
    top: -27px;
}
.hide-show-confirmpass i {
    font-size: 14px;
    float: right;
    cursor: pointer;
    position: relative;
}