.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: 0px;
    margin-bottom: 0px;
}
.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; 
}

.breadcrumb-tracking {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb-tracking-item + .breadcrumb-tracking-item {
    padding-left: 0.5rem;
}
.tracking-status .tracking-status-icon {
    display: flex; 
    align-items: center; 
    justify-content: center;
    border: 2px solid; 
    border-radius: 50px; 
    width: 65px; 
    height: 65px; 
}
.tracking-status .tracking-status-name span {
    font-size: 1.25rem; 
    font-weight: 500; 
}

.tracking-alert-icon {
    display: flex; 
    align-items: center; 
    justify-content: center;
    border: 2px solid #8c2e2e; 
    border-radius: 50px; 
    width: 65px; 
    height: 65px; 
}
p.watermark {
    opacity: 0.5;
    position: absolute;
    top: 145px;
    left: 0px;
    color: #bd3e3e;
    font-size: 65px;
    pointer-events: none;
    -webkit-transform: rotate(-30deg);
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: center;
    width: 100%;
}
#files-area {
    width: 100%;
    margin: 0 auto;
}
.file-block {
    border-radius: 5px;
    background-color: #dddddd;
    margin: 5px;
    color: #000;
    display: inline-flex;
    padding: 5px;
    align-items: center;
}
.file-block>span.name {
    font-style: italic;
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}
.file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
.file-delete:hover {
    background-color: #dba7a3;
    border-radius: 5px;
}

#files-area-last {
    width: 100%;
    margin: 0 auto;
}
.file-block-last {
    border-radius: 5px;
    background-color: #dddddd;
    margin: 5px;
    color: #000;
    display: inline-flex;
    padding: 5px;
    align-items: center;
}
.file-block-last>span.name-last {
    font-style: italic;
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}
.file-block-last>span a.schedule_fileupload {
    color: #333;
}
.file-block-last>span a.schedule_fileupload:hover {
    color: #1690ed;
}
.file-delete-last {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
.file-delete-last:hover {
    background-color: #dba7a3;
    border-radius: 5px;
}