/* PRELOADER */

#container-loader {
    /*width:100px;
    height: 125px;
    margin: auto auto;*/
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

#container-loader label {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 10px 0 0 -15px;
}

.loading-new {
    left: 50%;
    top: 50%;
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
}

.loading-new span {
    display: block;
    /*border-left: 5px solid;*/
    border-top-left-radius: 100%;
    border-top: 10px solid;
    margin:10px;
          animation-name: Loader;
          animation-duration: 1500ms;
          animation-timing-function: linear;
          animation-delay: 0s;
          animation-iteration-count: infinite;
          animation-direction: normal;
          animation-fill-mode: forwards;
}
span.sp1{
    border-left-color:#F44336;
    border-top-color:#F44336;
    width: 80px;
    height: 80px;
}
span.sp2{
    border-left-color:#FFC107;
    border-top-color:#FFC107;
    width: 70px;
    height: 70px;
}
span.sp3{
    width: 60px;
    height: 60px;
    border-left-color: #8bc34a;
    border-top-color: #8bc34a;
}

@-webkit-keyframes Loader {

0%{
    transform: rotate(0deg);
    transform-origin: right bottom;
    
}
25%{
    transform: rotate(90deg);
    transform-origin: right bottom;
}
50%{
    transform: rotate(180deg);
    transform-origin: right bottom;
}
75%{
    transform: rotate(270deg);
    transform-origin: right bottom;
}
100%{
    transform: rotate(360deg);
    transform-origin: right bottom;
}
    
}

/* LOGIN */

.common-img-bg {
    background-image: url(../images/iaref/bg-login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
    height: 100%;
}

.auth-box {
    background-color: #ffffff00;
    border-radius: 8px;
    margin: 20px 0 0 0;
    padding: 6px;
    box-shadow: 0 2px 18px -2px #00000000;
}

.form-control {
    font-size: 12px;
    border-radius: 5px !important;
    padding: 7px 15px;
    border: 1px solid #ccc;
}

select.form-control:not([size]):not([multiple]){
    height: calc(1.95rem + 2px) !important;
}

.form-control.matel {
    border-radius: 20px !important;
    padding: 0 10px;
}

.checkbox-fade.fade-in-primary .cr, .checkbox-fade.zoom-primary .cr, .checkbox-zoom.fade-in-primary .cr, .checkbox-zoom.zoom-primary .cr {
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 15px;
}

.checkbox-fade.fade-in-primary .cr .cr-icon, .checkbox-fade.zoom-primary .cr .cr-icon, .checkbox-zoom.fade-in-primary .cr .cr-icon, .checkbox-zoom.zoom-primary .cr .cr-icon {
    color: #fff;
}

hr.text-white {
    border: 1px solid #fff;
}

/* SISTEM LAYOUT */

.pcoded .pcoded-header[header-theme="themelight5"] {
    background: linear-gradient(to right, #00d2ff, #2f80ed) !important;
    border-bottom: 8px solid #2f80ed;
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
    padding: 0.3rem 0.75rem 0.3rem 30px;
    background-color: transparent;
    border: none;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu {
    background: #56ccf2;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
    background: #56ccf2;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item .pcoded-hasmenu[subitem-icon="style7"] .pcoded-submenu {
    border-left: 1px solid #56ccf2;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li>a {
    color: #000 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a {
    color: #fff !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a .pcoded-micon {
    color: #fff !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a {
    background: #f5b54b;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active.matel-menu>a {
    padding-bottom: 45px;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a:before {
    border-left-color: #2f80ed;
}

.pcoded[nav-type="st1"] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon, .pcoded[nav-type="st2"] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon {
    color: #000;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon="style3"]>a:after {
    content: '\e61a';
    display: none;
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    right: 0;
    top: calc(50% - 12px);
    display: flex;
}

/* Breadcrumb */

.breadcrumb {
    display: inline;
    background-color: #f6f7fb;
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    padding: 0 10px 0 30px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
    padding-left: 18px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
    left: 14px;
}
.breadcrumb a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
    background: #333;
    background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 34px;
    height: 34px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
    length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
    if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.607) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    /*stylish arrow design using box shadow*/
    box-shadow:
            2px -2px 0 2px rgba(0, 0, 0, 0.4),
            3px -3px 0 2px rgba(255, 255, 255, 0.1);
    /*
        5px - for rounded arrows and
        50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
    content: none;
}

/* CONTENT TENGAH */

.order-card i {
    font-size: 58px;
}

.order-card .border-right {
    border-right: 1px solid #000;
}

.order-card i.fa-lg {
    line-height: 1.3em;
    padding: 0 20px;
}

/* Calendar */

.clndr .clndr-grid {
    float: left;
    width: 100%;
    background-color: #FFF;
}

.clndr .event-listing {
    float: left;
    width: 35%;
    display: none;
}

.clndr .clndr-grid .days-of-the-week {
    width: 100%;
    background-color: #a7a9ac;
}

.clndr .clndr-controls {
    padding: 14px;
    background-color: #fff;
    color: #000;
    text-align: center;
}

.dash-width {
    width: 220px;
    padding: 0px 15px;
    cursor: pointer;
    margin: 10px 5px;
}

.card:hover {
    /*border-bottom: 3px solid #2f80ed;*/
    /*transform: translateY(-5px);*/
}

/* if do not want card hover */
.card-no-hover-effect:hover{
    border-bottom: none !important;
    transform: none !important;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%) !important;
}

/* Form */

.j-pro {
    background-color: #f9fafd00;
}

.j-pro input[type="text"], .j-pro input[type="password"], .j-pro input[type="email"], .j-pro input[type="search"], .j-pro input[type="url"], .j-pro textarea, .j-pro select {
    background: #f1f2f2;
}

/* Progress bar */

.progress-bar-info {
    background-color: #56ccf2;
}

/* Footer */

.footer {
    z-index: 1027;
    position: relative !important;
}

.footer-iaref {
    background-color: #1d5479;
    color: #fff;
}

.footer p {
    margin-bottom: 0;
    padding: 10px 40px;
    width: 100%;
}

.footer-iaref p.text-right {
    text-align: right !important;
    /* text-align: left !important; */
    width: 75%;
}

/* Button Label */

.button-list .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.btn i {
    margin-right: 0;
}

/* Button atas datatable */

.add-btn-top-dt {
    position: relative;
    float: left;

    margin-left: 10px;
}

/* Table */

.table-responsive {
    text-align: center;
}

.table>thead>tr>th {
    border-bottom-color: #ccc;
    text-align: center;
}

.table td, .table th {
    text-align: center;
}

.table a{
    font-size: 12px;
}

.box-list div div div {
    margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_length {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_info {
    display: block;
    text-align: left;
}

table.dataTable > tbody > tr.child ul.dtr-details{
    float:left !important;
    display: grid;
    min-width: 20%;
}
table.dataTable > tbody > tr.child ul.dtr-details .dtr-title{
    text-align: left;
    float: left;
}
table.dataTable > tbody > tr.child ul.dtr-details .dtr-data{
    text-align: right;
    float: right;
}

/* Browse File */

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    padding: 8px 14px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #2ed8b6;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #49b59f;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

/* Big Table */

.nil-label {
    background-color: #2C3E50;
    color: #fff;
    padding: 0 35px;
    margin: auto 0;
}

.bg-red {
    background-color: #f44336;
}
.bg-yellow {
    background-color: #FFB64D;
}
.bg-green {
    background-color: #4caf50;
}
.bg-blue {
    background-color: #03a9f4;
}

@media only screen and (max-width: 767px) {
    .login h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {

    .auth-body .text-center img {
        display: inline-block;
    }
    .header-navbar .navbar-wrapper .navbar-logo a img{
        width: 110px;
    }
}

/*swith checbox button*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

label.error {
    color: red;
    font-size: 0.7rem;
    display: block;
    margin-top: 5px;
}

input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.my-swal {
  z-index: 999999999999 !important;
}

.select2-container--default .select2-selection--single{
    border:0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: #ffffff;
    border: 1px solid #dedede;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered{
    background-color: #e9ecef;
    color: #495057;
    cursor: default;
}

p{
    margin-bottom: 0rem;
}

.role-desc{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.tagline {
    font-family: 'Kaushan Script', cursive;
    font-size: 16px;
}

/* for matel timeline isu/jawab */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 50px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px !important;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a{
    font-size: 12px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
   background-color: #4099FF !important;
   color: #fff !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext{
    display: contents !important;
}
.pcoded[nav-type="st1"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon, .pcoded[nav-type="st2"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon{
    float: left;
}
.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="none"] li > a{
    display: flex;
}


/*----------------
   Notification -add by lang
*-----------------*/
.notifi{
    margin-right: 0px;
    margin-top: 10px;
}
.notifi.show{
    /*background-color:#fff; */
}
.notifi .list-group-item:focus, .list-group-item:hover{
    border:1px solid #dedede !important;
    border-right: none !important;
    border-left: none !important;
}
.notifi .list-group{
    display: block !important;
}
.notifi-container{
    min-width:300px;
    border-top:0px !important;
    top: 52px;
}
.notifi-title{
    margin: 0px 0px 10px 20px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292d62;
}
.notifi-footer{
    text-align: center;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.notifi a img{
    z-index: 9;
}
.notifi hr{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #dedede;
}
.notifi-footer a{color: #000 !important; padding: 0px !important; font-size: 12px;}
.notifi div{
    border-radius: 0 !important;
}
.notifi .list-group-item{
    border-radius: 0 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
}
.notifi-pic{
    padding: 0 10px 0 0px;
    height: 70px;
}
.notifi-desc{
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4c52;
    margin-left: 10px;
    color: #292d62;
    min-width: 250px;
}
.notifi-time{
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #cccccc;
    margin-left: 10px;
    margin-top: 0px;
}

.notifi-list{
    max-height: 250px;
    overflow-x: hidden;
}

.notification {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.notifi>a{
    background-position: center;
    position: initial;
    top: -31px;
    right: 0;
    transition: all 0s;
    display: table-cell;
    font-size: 25px;
    color:#fff;
    padding: 8px 10px 5px 10px;
}
.notifi>a[aria-expanded="true"] {
    background-position: center;
    position: initial;
    right: 0;
    top: -35px;
    right: 0;
    /*height: 60px;*/
    transition: all 0s;
    border: 0px 1px;
    border-color: #dedede;
    border-width: 1px;
    display: table-cell;

    background-color: transparent;
    font-size: 25px;
    color:#2c2e3e;
    padding: 12px 10px 10px 10px;
}

.notification .badge {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 3px 5px;
    border-radius: 10%;
    background: red;
    color: white;
    font-size: 11px;
    font-family: sans-serif;
    font-weight: normal;
}
.notifi .dropdown-toggle::after{
    content:none !important;
    background-color: #fff !important;
}

.notifi-list-all{
    max-height: 450px;
    overflow-x: hidden;
}

.notifi a i{
    font-size: 25px !important;
}
.notifi li a{
    padding:0px !important;
}

/*addtional card*/
#mklmblsTabContent .card-header{
    padding: 1px 1px !important;
}
#mklmblsTabContent .card{
    margin-bottom: 10px;
}

/*loading */
/* To provide pre-loader functionality to ajax request */
.preloader {
    border: 10px solid #f3f3f37a;
    border-top: 10px solid #0734ff9a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin .5s linear infinite;
}
#loadingDiv{
    position: fixed;
    /* left: 45vw;
    top: 50vh; */
    right:0vw;
    bottom:42px;
    z-index: 1000000;
    background: #ffffffe0;
    padding: 30px;
    border: 10px #ffbd5ba6 solid;
    border-radius: 30px;
    text-align: center;
    font-size: 29px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#000000;
}

.forgotpass-link{
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}
.forgotpass-link:focus, .forgotpass-link:visited{
    color: #ffffff;
}
.forgotpass-link:hover{
    color:#FFB64D;
}

.capaian-link{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.capaian-link:focus, .capaian-link:visited{
    color: #ffffff;
}
.capaian-link:hover{
    color:#FFB64D;
}


.select2[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

.select2[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

.select2[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
.select2[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.required-field::after {
    content: "*";
    color: red;
}
