.popup-box-form-ids {
	width: 95%;
	height: auto;	
	display: block;
	margin-right: auto;
	margin-left: auto;	
}
.sponge {

width: 17%;

height: auto;
position: absolute;
padding-left: 5px;
padding-top: 1px;
}
.item-nominalk {
position: absolute;
padding-top: 51px;
color:#fff;
font-size: 13px;
font-family: dinm;
font-weight: 550;
}
.item-nominalkp {
position: absolute;
padding-left: 37.8px;
padding-top: 51px;
color:#fff;
font-size: 13px;
font-family: dinm;
font-weight: 550;
}
.item-content-description {
width: auto;
height: auto;
padding: 2px;
color: #fff;
font-size: 14px;
font-family: Roboto;
text-align: center;
float: left;
margin-top: 5px;
}
.item-content-description-red {
background-image: linear-gradient(to right, #740404, #66000000);
width: auto;
height: auto;
padding: 2px;
color: #fff;
font-size: 14px;
font-family: Roboto;
text-align: center;
float: left;
margin-top: 5px;
border-left: 2px solid #BE120E;
}
.item-content-description-ungu {
background-image: linear-gradient(to right, #7C1464, #66000000);
width: auto;
height: auto;
padding: 2px;
color: #fff;
font-size: 14px;
font-family: Roboto;
text-align: center;
float: left;
margin-top: 5px;
border-left: 2px solid #B12D99;
}
.item-content-description-biru {
background-image: linear-gradient(to right, #491D77, #66000000);
width: auto;
height: auto;
padding: 2px;
color: #fff;
font-size: 14px;
font-family: Roboto;
text-align: center;
float: left;
margin-top: 5px;
border-left: 2px solid #6A2AAC;
}
.item-content button {
background: url(../img/bg-pop-btn-m.png) no-repeat center center;
background-size: 100% 100%;
width: 90px;
height: 30px;
margin-top: -10px;
padding-top: -10px;
padding-bottom: 2px;
margin-right:10px;
color: #fff;
font-size: 13px;
font-family: sans-serif, Arial;
font-weight: 500;
text-align: center !important;
border: none;
outline: none;
border-radius: 2px;
}
.item-content button img {
background: none;
width: 25px;
height: 25px;
margin-right: 0px;
border: none !important;
float: left;
}

.btn-menu {
  height: auto;
  opacity: 0%;
  margin-bottom: -20px;
  margin-top: -40px;
}
.menu-wrapper {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.popup-box-form-ids input {
	background: #1B224C;
	width: 95%;
	height: 43px;	
	margin-bottom: 4px;
	padding: 4px;
	padding-left: 10px;
	color: #fff;
	font-size:14px;
	font-family: sans-serif, Arial;
	font-weight: 400;
	border: 1px solid #1B224C;
	border-radius:3px;
	position: relative;
	outline: none;
}
.popup-box-form-ids input::placeholder {
	color: #C3C5D1;
}
.popup-box-form-ids input:focus {
  border:1px solid #0000;
  border-radius:3px;
  background:
    linear-gradient(#1B224C,#1B224C) padding-box,
    linear-gradient(to bottom, #00c4de , #1b56ff) border-box;
}  
.popup-box-form-id-errors {
	width: 95%;
	height: auto;	
	display: block;
	margin-right: auto;
	margin-left: auto;	
}
.popup-box-form-id-errors input {
	background: #1B224C;
	width: 95%;
	height: 43px;	
	margin-bottom: 4px;
	padding: 4px;
	padding-left: 10px;
	color: #fff;
	font-size:14px;
	font-family: sans-serif, Arial;
	font-weight: 400;
	border: 1px solid #FF5E5B;
	border-radius:3px;
	position: relative;
	outline: none;
}
.section-login-id-box-message {
	background-image:linear-gradient(180deg,rgba(201,140,101,.15),rgba(176,103,69,.15));
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 8px;
	color: #f3b583;
	font-size: 14px;
	font-family: Roboto;
	text-align: left;
}
.item-wrapper {
	margin-top: 20px;
}
.item-content {
	width: 96%;
	height: 80px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #00c4de;
	display: block;
}
.item-content-name {
	padding-top: 13px;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	text-align: left;
}
.item-content-description {
    background-image: linear-gradient(to right, #FBDA4D, #66000000);
	width: auto;
	height: auto;
	padding: 2px;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	text-align: center;
	float: left;
    margin-top: 5px;
    border-left: 2px solid yellow;
}
.item-content-img {
    background: url(../img/bg-item.png) no-repeat center center;
    background-size: 100% 100%;
	width: 68px;
	height: 68px;
	margin-right: 10px;
	border: 1px solid #fff;
	float: left;
}
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.item-content-img {
    --angle: 360deg;
    border-image: linear-gradient(var(--angle), #00c4de, #1b56ff, #00c4de, #1b56ff) 1;
    animation: 1s rotate linear infinite;
}

@keyframes rotate {
    to {
        --angle: 0deg;
    }
}

.event-img {
	width: 88%;
	margin-left: 5.8%;
	animation: bounce .0s infinite alternate;
}