/* static/admin/css/custom.css */

label.required {
    font-weight: normal !important;
}
label.required:after {
    content: " *";
    color: red;
}

.iti {
    z-index: 999 !important;
    position: relative;
    display: block;
    width: 100%;
}

.iti__country-list {
    z-index: 10000 !important;
    background: white;
    color: black;
}

.form-row, .form-row .field-box {
    overflow: visible !important;
}

.iti__country-name {
    color: black !important;
}
#id_phone::placeholder {
  color: #999;
  opacity: 1;
}
.viewlink, .inlineviewlink {
    background-position: left center !important;
}