body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
	position: relative;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
    min-width:960px;
	/*-webkit-font-smoothing: antialiased;*/
}
h1,h2,h3,h4,h5 {
	margin: 0;
	line-height: inherit;
	color: #29323d;
}
h1 small,h2 small,h3 small,h4 small,h5 small {
	margin-left: 15px;
	font-style: italic;
}

input.search{
	background: url("../img/lens.png") #fcfcfc no-repeat 95%;
	box-shadow: none;
	height: 19px;
	font-size: 13px;
	padding: 2px 6px;
	border:1px solid #d0dde9;
	margin: 0;
	border-radius: 2px;
	top: 11px;
}

.header{
	margin-bottom: 60px;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
	float: left;
	margin-top: 5px;
}

/* Custom navbar stuff */

/* search input */
.navbar-inverse input.search {
	background: url("../img/lens.png") #0f1217 no-repeat 95%;
	border: 1px solid #0f1217;
	position: relative;
	border-radius: 4px;
	top: 9px;
	padding: 3px 6px;
	color: #000;
	font-size: 13px;
	margin-right: 40px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.navbar-inverse input.search:focus {
	background-color: #fff;
}
/* navbar settings and logout icons */
.navbar-inverse .settings i {
	color: #9ba3ad;
	font-size: 21px;
}


/* notification menu with custom dropdowns */
.navbar-inverse .notification-dropdown {
	position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
	background: #254261 !important;
	box-shadow: inset 1px 0px 1px 0px rgb(62, 90, 121);
}
.navbar-inverse .notification-dropdown i {
	font-size: 17px;
	color: #9ba3ad;	
}
.navbar-inverse .notification-dropdown .count {
	position: absolute;
	top: 1px;
	left: 58%;
	background: rgb(53, 186, 196);
	padding: 0px 5px;
	border-radius: 30px;
	color: #fff;
	line-height: 16px;
	z-index: 9999;
	text-align: center;
	font-size: 11px;
}

/* navbar popup dialog */
.navbar-inverse .pop-dialog {
	position: absolute;
	right: -10px;
	top: 55px;
	display: none;
}
.navbar-inverse .pop-dialog.is-visible {
	display: block; 
	-webkit-animation: reveal .2s ease-out;
	-moz-animation: reveal .2s ease-out;
	animation: reveal .2s ease-out;
}
.navbar-inverse .pop-dialog .body {
	box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.navbar-inverse .pop-dialog .close-icon {
	float: right;
	text-decoration: none;
	z-index: 9999;
	position: relative;
}
.navbar-inverse  .pop-dialog .footer {
	border-top: 1px solid #e6e8e9;
	background-color: #eff4f7;
	margin: 15px 0px -10px 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 12px 20px;
	text-align: center;
}
.navbar-inverse  .pop-dialog .footer a {
	font-weight: 600;
	color: #7d91a8;
}

.footer {
    /*background: #152943;*/
    padding: 10px;
}

/* navar popup dialog for notifications */
.navbar-inverse  .pop-dialog .notifications {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .notifications h3 {
	font-size: 13px;
	color: #404951;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.navbar-inverse  .pop-dialog .notifications .item {
	display: block;
	padding: 10px 0px 8px 20px;
	border-top: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	padding-left: 50px;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .notifications .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .notifications .item > i {
	color: rgb(252, 130, 123);
	position: absolute;
	left: 19px;
	font-size: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item > i.icon-user {
	left: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item .time {
	float: right;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .notifications .item .time i {
	font-size: 14px;
	color: #82a3c1;
	margin-right: 1px;
}

/* navar popup dialog for messages */
.navbar-inverse .pop-dialog .messages {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .messages .item {
	display: block;
	padding: 10px 20px 15px 20px;
	height: 54px;
	border-bottom: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .messages .item.last {
	border-bottom: 0px;
}
.navbar-inverse  .pop-dialog .messages .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .messages .item .display {
	float: left;
	border-radius: 50px;
	margin-right: 15px;
}
.navbar-inverse  .pop-dialog .messages .item .name {
	font-size: 12px;
	color: #404951;
	font-weight: bold;
}
.navbar-inverse  .pop-dialog .messages .item .msg {
	font-size: 11px;
	color: rgb(117, 118, 119);
	font-weight: 600;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.navbar-inverse  .pop-dialog .messages .item .time {
	position: absolute;
	right: 0px;
	bottom: 6px;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .messages .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}
.navbar-inverse  .pop-dialog .messages .footer {
	margin-top: 6px;
}




/* Sidebar */
/*#sidebar-nav {
	position: absolute;
	width: 180px;
	float: left;
	margin: 0em;
	padding-top: 5.8em;	
}*/

#sidebar-nav {
	position: absolute;
	margin-left: 416px;
    top: 0;
    left: 0;
	padding: 0;
    height: 47px;
    min-width: 960px;
}

#dashboard-menu {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left: 30px;
    height: 100%;
}

/*#dashboard-menu > li > a {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	padding: 19px 14px 15px 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: rgb(110, 130, 155);
	outline: 0px;
	width: 88%;
}*/

#dashboard-menu > li > a {
	margin: 0;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: rgb(110, 130, 155);
	outline: 0px;
	width: 100%;
    line-height: 47px;
    display: block;
    text-align: center;
}

.navbar-inner .nav.pull-right>li> a {
    padding: 0px 15px;
    line-height: 47px;
    color: #bebebe;
}

.navbar-inner .nav.pull-right>li> a:hover {
    background: #203b5c;
    color: #fff;

}

#dashboard-menu > li {
	position: relative;
    display: block;
    height: 100%;
    float: left;
    padding: 0;
    border-left: 1px solid black;
    width: 100px;
}
/* font awesome icon */
#dashboard-menu > li .icon-group {
	font-size: 22px;
}
#dashboard-menu > li i {
	font-size: 23px;
	top: 17px;
}
#dashboard-menu .pointer {
	position: absolute;
	right: 9px;
	top: 20px;
}
#dashboard-menu .pointer .arrow,
#dashboard-menu .pointer .arrow_border {
	border-color: transparent #fff transparent transparent;
	border-width: 11px;
	border-style: solid;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1002;
	left: 0;
	margin-left: 45%;
    display: none;
}
#dashboard-menu .pointer .arrow_border {
	border-color: transparent rgb(192, 210, 221) transparent transparent;
	border-width: 11px;
	margin-left: -1px;
	border-style: solid;
	z-index: 1001;
	top: 0px;
}
#dashboard-menu a span {
	margin:0;
	transition: color .1s linear;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
}
#dashboard-menu a.ui-elements span {
	margin-left: 25px;
}
#dashboard-menu a i {
    display: none;
	position: absolute;
	left: 0;
	height: 24px;
	width: 24px;
	opacity: 0.7;
	transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
}
#dashboard-menu a i.icon-chevron-down {
	position: relative;
	float: right;
	top: 5px;
	font-size: 11px;
	color: rgb(104, 104, 104);
	width: initial;
	height: initial;
}
#dashboard-menu > li:hover i{
	opacity: 1;
}
#dashboard-menu > li.active > a,
#dashboard-menu > li > a:hover {
	color: rgba(51, 69, 90, 1);
	text-decoration: none;
    background: #203B5C;
}
#dashboard-menu > li.active a {
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
}
#dashboard-menu > li.active i{
	opacity: 1;
}

/* sidebar submenus */
#dashboard-menu > li.active .dropdown-toggle {
	border-bottom: 0px;
	box-shadow: none;
}
#dashboard-menu ul.submenu {
    position: absolute;
	list-style-type: none;
	display: none;
    width: 220px;
	margin: -2px 0 0 0;
    padding:0 0 15px 15px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
    background: #203B5C;
    z-index: 100;
}

    #dashboard-menu ul.submenu .childcon {
    position: absolute;
	list-style-type: none;
	display: none !important;
    width: 160px;
	margin: -24px 0 0 100px;
    padding:0 0 0 15px;
	border: 1px solid #9ba3ad;
	box-shadow: 0 2px 1px -2px #FFFFFF;
    background:  #203B5C !important;
    z-index: 101;
    height: inherit !important;
    }
   

    #dashboard-menu ul.submenu li:hover .childcon  {
	display: block !important;
    }


#dashboard-menu ul.submenu.active {
	display: block;
}
#dashboard-menu ul.submenu a {
	font-weight: normal;
	font-size: 13px;
	color: rgb(76, 83, 90);
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
    margin-top: 7px;
}
#dashboard-menu ul.submenu a:hover {
	text-decoration: underline;
}
#dashboard-menu ul.submenu a.active {
	font-weight: bold;
	text-shadow: none;
}


#pad-wrapper {
	padding: 0px 25px;
	margin-top: 55px;
}
#pad-wrapper h4 {
	margin: 0 0 0 20px;
	color: #696d73;
	font-style: italic;
}
.content {
	min-width: 400px;
	min-height: 90vh;
	margin-bottom: 10px;
	padding-bottom: 10px;
    padding-top:50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-left: 1px solid #dae3e9;
	border-bottom: 1px solid #dae3e9;
	box-shadow: -3px 3px 3px -2px #f1f1f3;
	border-radius: 0px 0px 0px 5px;
}
.content.wide-content {
	margin-left: 0;
	border-radius: 0;
}

/* starts skins changer */
.content .skins-nav {
	opacity: 1;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;

	position: fixed;
	right: -85px;
	top: 135px;
	font-size: 13px;
	z-index: 9999;
}
.content .skins-nav:hover {
	right: 0;
}
.content .skins-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	height: 37px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	margin-bottom: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.content .skins-nav a.first_nav {
	background: rgba(95, 175, 228, 0.8);
}
.content .skins-nav a.second_nav {
	background: rgba(36, 43, 77, 0.8);
}
.content .skins-nav a.first_nav:hover {
	background: rgba(95, 175, 228, 1);
}
.content .skins-nav a.second_nav:hover {
	background: rgba(36, 43, 77, 1);
}
.content .skins-nav a .icon {
	float: left;
	width: 9px;
	height: 10px;
	background: url('../img/skin-nav-bullets.png') 0 0 no-repeat;
	margin: 15px 15px 0 5px;
}
.content .skins-nav a.selected .icon {
	background-position: 0 -9px;
}
.content .skins-nav a .text {
	padding-right: 12px;
	white-space: nowrap;
	display: block;
	width: 100px;
	position: relative;
	top: 9px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
/* end skin changer*/



/* responsive */
@media (max-width: 1020px) {
	.content {
		margin-left: 65px;
	}
	#dashboard-menu {
		margin-left: 5px;
	}
	#dashboard-menu .pointer {
		display: none;
	}
	#dashboard-menu li a span {
		visibility: hidden;
	}
}
@media (max-width: 600px) {
	.content {
		margin-left: 0em;
		border-left-width: 0px;
	}	
}
@media (max-width: 822px) {
	.navbar-inverse input.search {display: none;}
}
@media (max-width: 767px) {
	#pad-wrapper {  
		padding: 0px 10px;
	}
	.content {
		min-width: 0px;
		margin:0;
	}
	#main-stats .stat{
		width: 50%;
		float: left;
	}

	#sidebar-nav {
		left: -425px;
		position: fixed;
		z-index: 9999;
		background-color: #f7f7f7;
		padding-top: 0px;
		border-right: 1px solid #ccc;
		width: 165px;
		box-shadow: 1px 1px 4px 1px rgb(233, 233, 233);

		-webkit-transition: left .25s ease;
		-moz-transition: left .25s ease;
		-o-transition: left .25s ease;
		-ms-transition: left .25s ease;
		transition: left .25s ease;
	}	
	#sidebar-nav #dashboard-menu {
		margin-left: 10px;
	}
	#sidebar-nav #dashboard-menu li a span {
		visibility: visible;
	}
	#sidebar-nav #dashboard-menu li:last-child a {
		border-bottom: 0px;
		box-shadow: none;
	}
	#sidebar-nav.display {
		position: absolute;
		left: 0;
		height: 100%;
	}
}

.loader {				
	background-image: url("../Img/ajax_loader.gif");	 
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-left: 15px;
    z-index: 999;
    height: 32px;
    position: absolute;
    right: -25px;
    top: -5px;
}

.busy{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(240,240,240,0.5);
    z-index:999;	
}

.contentbox {
	position: relative;
	text-align: center;	
	margin: 0 auto;
	top: 45%;	
	width: 20%;
	padding: 40px 0;
	background: #172A44;			
	z-index:999;
    color: ghostwhite;
}

.add-on {
    cursor: pointer;
}

#pad-wrapper h5
{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 10px;
}

.navbar-username
{
    color: #D6D6D6;
    padding-top:14px;
    padding-right: 10px;
    display:inline-block;
}

/***************** PRODMAST CATEGORY EDIT ****************/
.drilldown-wrapper select {
    width: inherit;
    height: 27px;
    margin-right:10px;
}

/****TOOLTIP****/
.hover {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.tooltip { 
  top:-10px;
  left: 70px;
  width: auto;
  height: auto;
  background-color:white;
  border: 1px solid #0088cc;
  color:white;
  border-radius:5px;
  opacity:0;
  position:absolute;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding:0;
}

    .tooltip.expanded {
        padding:15px;
        opacity: 1;
        position: fixed;        
    }

.hover:hover .tooltip {
    /*opacity:1;*/
}

.data-holder {
   display: none;
}

.tool-desc
{
	width: auto;
	padding: 0;
	margin: 0;
	display: block;
}


.tool-detail
{
	width: 400px;
	margin: 0;
	padding: 0;
    border: 1px solid #dae1e8;
}

.tool-detail td p {
    margin: 0;
    padding: 0;
}

.table-striped tbody > tr:nth-child(odd) > td.td-image{
    background: #fff !important;
    border-bottom:none;
}

/**More Filter**/


.more_criteria {
    margin:0;
    padding:0;
}

.more_filter {
    margin:0;
    padding:0;
}

.more_filter div {
    margin:0;
    padding:0;
}
.sub_criteria {
    margin:0;
    padding:0;
}

.filter {
   display: inline-block;
   margin:0 5px 10px 0 !important;
   position:relative;
}

.filter input {
    margin:0 !important;
}

.filter .dropdown-menu {
    padding: 5px 5px 5px 5px;
}
.icon-cal{
    background:url(../img/calender.png) no-repeat !important; 
    background-position: 96% !important;
    background-color: #ffffff !important;
}
.ui-datepicker-title  select.ui-datepicker-month,.ui-datepicker-title  select.ui-datepicker-year {
    padding:0 !important;
}
.sub_criteria ul.dropdown-menu li span,.more_criteria ul.dropdown-menu li span {
    margin:0 10px;
}
.filter .btn-flat.success {
    padding: 4px 10px 4px 36px !important;
}
.filter .ico-excel{
    background:url(../img/excel-icon.png) no-repeat !important; 
    background-color: #96bf48 !important;
}
.filter .img-ico-excel {
    position:absolute;
    left:3px;
}


.additional-button-page {
   display: inline-block;
   margin:0 5px 10px 0 !important;
   position:relative;
   float : right;
}


/* Permission */
.wrp-permission{
    border: 1px solid #FAF8F8
}     
.permission-desc  {      
    margin-top: 5px;
    color:#666;
}
.p-hidden{
    display: none;
}
.wrp-permission  thead > tr > th{
    text-align: left;
}
.wrp-permission tbody > tr:nth-child(odd) > td{
    background: #FAF8F8;
}      
.wrp-permission tbody .permission-title > td > label{
    font-weight: bold;
}
.wrp-permission tbody > tr.permission-title > td,.wrp-permission  thead > tr > th{
    padding: 10px !important;
}
.wrp-permission tbody > tr > td > div{
    height: 20px;
}
.wrp-permission tbody > tr.permission-title > td > label {
    font-size: 16px;
}
.wrp-permission thead > tr > th > label{
    color: #0088cc;
}
.wrp-permission  tbody > tr > td{
    padding:10px 30px !important;
}

.sale{
position: absolute;
width: 30px;
height: 30px;
border-radius: 30px;
background: #ff0000;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 12px;
line-height: 30px;

left: 33px;
z-index: 5;

}

/* BEGIN LOOKUP CONTROL */
div.filter-lookup {
    width:100% auto;
}

div.filter-lookup .filter-lookup-group {
    clear:both;
}

div.filter-lookup .filter-lookup-group input,
div.filter-lookup .filter-lookup-group label {
    float : left;
}

div.filter-lookup .filter-lookup-group label {
    width : 100px;
}
/* END LOOKUP CONTROL */


.disabledR{
    opacity: 0.2;
    pointer-events: none;
}

#div_konsinyasi_request_main .span12{
    margin-bottom: 10px;
}
#div_konsinyasi_request_main label{
    display: inline-block;
    vertical-align: middle;
    /*margin: 0;*/
    padding-right: 10px;
    width: 300px;
}

#div_konsinyasi_request_main input{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.center-block {
	float: none;
	margin-left: auto;
	margin-right: auto;
}


/*FORM REGISTER SUPPLIER*/
#form-register .input-pswd{font-size:14px;}
.label-input{padding-bottom:8px;padding-top:8px;}
.label-mandatory span {color: #FF3E3E;}
.wrp-section-choose{display: flex;flex-direction: column;gap: 8px;}
.wrp-section-choose input{position:relative;top:-2px}
.wrp-section-choose label {margin-right: 15px;font-weight: normal;}
.mb20{margin-bottom:20px !important}
.note-text{color:#7A7E80;font-size:12px;font-style:italic}
#form-register .btn-register {background-color: #0079C2;width: 100%;color:#fff}
#form-register .btn-register:focus,
#form-register .btn-register:active,
#form-register .btn-register:focus:active {outline: none !important;box-shadow: none !important;}

.password-rules {font-family: Arial, sans-serif;color: #666;margin-bottom:20px;margin-top:12px;}
.password-rules .title {font-weight: 600;margin-bottom: 10px;line-height:18px;font-size: 10px;color: #333333;}
.password-rules ul {list-style: none;padding: 0;margin: 0;}
.password-rules li {display: flex;align-items: center;gap: 10px;margin-bottom: 10px;font-size: 10px;line-height: 18px;font-weight: 400;color: #95989A;}
/* icon default (abu) */
.password-rules li i {color: #95989A;font-size: 16px;}
/* jika valid */
.password-rules li.valid {color: #00B110;}
.password-rules li.valid i {color:#00B110;}
.input-error {border:1px solid #FF3E3E;}
.input-error:focus {border: 1px solid red !important;box-shadow: none !important;}
.error-text{color: #FF3E3E;font-size: 10px;}
#recaptchaError{color: #FF3E3E;font-size: 10px;display:none}
.g-recaptcha.input-error{max-width:max-content}

.position-relative {
	position: relative;
}
.pr-40 {padding-right: 40px;}
.toggle-password {position: absolute;top: 19px;right: 26px;transform: translateY(-50%);cursor: pointer;color: #95989A;}
.toggle-password:hover {color: #95989A;}

#confirmModalRegister .modal-dialog{width:100%;max-width:386px;transform: translateY(50%);}
#confirmModalRegister .modal-content {border-radius: 12px;padding: 32px 24px;box-shadow: 0 1px 4px 0 rgba(112, 114, 125, 0.20);max-width:386px;}
#confirmModalRegister .modal-header {border-bottom: none;padding:0px;padding-bottom:16px;}
#confirmModalRegister .modal-title {font-weight: 700;color: #151823;font-size:16px;}
#confirmModalRegister .modal-body {color: #151823;font-size: 14px;padding: 16px 0px;}
#confirmModalRegister .modal-footer {border-top: none;text-align: right;padding: 16px 0px 0px 0px;}
#confirmModalRegister .modal-footer .btn-outline {background: #fff;border: 1px solid #337ab7;color: #0079C2;border-radius: 4px;}
#confirmModalRegister .modal-footer .btn-outline:hover {background: #fff;}
#confirmModalRegister .modal-footer .btn-primary {background-color: #0079C2;color: #fff;border-color: #0079C2;border-radius: 4px;}
#confirmModalRegister .modal-footer .btn + .btn{margin-left:8px}
#confirmModalRegister .btn-primary:focus,
#confirmModalRegister .btn-primary:active,
#confirmModalRegister .btn-primary:focus:active {outline: none !important;box-shadow: none !important;}
#confirmModalRegister .btn-outline:focus,
#confirmModalRegister .btn-outline:active,
#confirmModalRegister .btn-outline:focus:active {outline: none !important;box-shadow: none !important;}

#ModalRegisterSuccess .modal-dialog{width:100%;max-width:800px;transform: translateY(10%);}
#ModalRegisterSuccess .modal-body{text-align:center;padding:56px 83px}
#ModalRegisterSuccess .modal-body .wrp-image{width:230px;height:230px;margin:auto}
#ModalRegisterSuccess .modal-body .wrp-image img{width:100%;height:100%}
#ModalRegisterSuccess .modal-body .title {color: #00B110;font-size: 28px;font-style: normal;font-weight: 700;line-height: 38px;margin-bottom:16px;margin-top:20px;}
#ModalRegisterSuccess .modal-body .desc {color: #313131;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px}
/*FORM REGISTER SUPPLIER*/


/* Wrapper label */
.wrp-section-choose label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 14px;color: #333;}

/* RESET + CUSTOM RADIO */
.wrp-section-choose input[type="radio"] {-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 18px;height: 18px;border-radius: 50%;border: 2px solid #c4c4c4;background-color: #fff;
position: relative;cursor: pointer;box-sizing: border-box;transition: all 0.2s ease;outline: none;accent-color: unset; /* prevent default color (hitam) */}

/* HOVER */
.wrp-section-choose input[type="radio"]:hover {border-color: #0079C2;}

/* CHECKED (biru solid) */
.wrp-section-choose input[type="radio"]:checked {background-color: #0079C2;border-color: #0079C2;}

/* INNER WHITE (donut hole) */
.wrp-section-choose input[type="radio"]:checked::after {content: "";width: 8px;height: 8px;background: #ffffff;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

/* DISABLED (optional) */
.wrp-section-choose input[type="radio"]:disabled {border-color: #ddd;background-color: #f5f5f5;cursor: not-allowed;}
.wrp-section-choose input[type="radio"]:disabled:checked {background-color: #bbb;border-color: #bbb;}

/* wrapper */
.custom-checkbox {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 14px;}

/* hide checkbox asli */
.custom-checkbox input[type="checkbox"] {position: absolute;opacity: 0;pointer-events: none;}

/* kotak */
.checkbox-ui {width: 18px;height: 18px;border: 2px solid #c4c4c4;border-radius: 4px;position: relative;box-sizing: border-box;transition: all 0.2s ease;}

/* CHECKED (pakai :has biar aman walau ada hidden input) */
.custom-checkbox:has(input[type="checkbox"]:checked) .checkbox-ui {background-color: #0079C2;border-color: #0079C2;}

/* CHECK ICON */
.custom-checkbox:has(input[type="checkbox"]:checked) .checkbox-ui::after {content: "";position: absolute;left: 5px;top: 2px;width: 5px;height: 9px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}
/* hover */
.custom-checkbox:hover .checkbox-ui {border-color: #0079C2;}