@charset "utf-8";

.btn_Aaa{
height:35px;
width: 300px;
display:block;
position:relative;
background:rgba(17,91,132,1.00);
color:rgba(255,255,255,1.00);
padding:5px 5px 5px 5px;
}


.btn_Aab{
height: auto;
width:auto;
background:var(--color-biru3);
color: var(--color-white);
padding:5px 10px 7px 10px;
}

.btn_Aac{
height: auto;
width: 100%;
background:var(--color-biru4);
color: var(--color-white);
padding:13px 0px 13px 0px;
}

.btn_Aad{
height: auto;
width:auto;
background: var(--color-black-7);
color: var(--color-white);
padding:5px 10px 7px 10px;
}

.btn_Aae{
height: 40px;
width: 100%;
background:var(--color-biru4);
color: var(--color-white);
}


.btn_backAaa{
height:40px;
width:auto;
border:1px solid rgba(17,91,132,1.00);
background:rgba(17,91,132,1.00);
color:rgba(255,255,255,1.00);
padding:5px 15px 5px 15px;
}


.btn_Aab:hover{
background:var(--color-hijau-01);
}

.btn_Aac:hover, .btn_backAaa:hover{
background:var(--color-biru2);
}





.land_line {
    border-top: 1px solid var(--color-hijau-04);
    width: 100%;
    height: 5px;
    position: relative;
}

.land_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
	padding:5px 0 5px 0;
    height: auto;
    width: auto;
    background: var(--color-hijau-05);
    color: var(--color-black-2);
    transform: translate(50%, -50%);
    width: 50%;
	text-align:center;
	cursor:pointer;
}

.land_btn:hover, .btn_Aad:hover {
    background: var(--color-hijau-01);
	color: var(--color-white);
}

.land_smbr {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
	padding:5px 10px 5px 10px;
    height: auto;
    width: auto;
    background: var(--color-black-9);
    width: 100%;
}

.text-a{
	border:1px solid #DCDCDC;
	padding:0 10px 0 10px;
	height:35px;
	background:rgba(255,255,255,1.00);
	transition:border 200ms ease;
	color:#3D3D3D;
	font-size:14px;
	
}

.text-b{
	border:1px solid #DCDCDC;
	padding:0 10px 0 10px;
	height:55px;
	background:rgba(255,255,255,1.00);
	transition:border 200ms ease;
	color:#3D3D3D;
	
}



.text-a:focus,.area-a:focus,.text-b:focus{border:1px solid rgba(26,149,227,1.00);}

.text-a:disabled, .text-b:disabled,.area-a:disabled{background:rgba(248,248,248,1.00);}


.area-a{
border:1px solid rgba(197,197,197,1.00);
padding:10px;
height:50px;
background:rgba(255,255,255,1.00);
border-radius:2px;
transition:border 200ms ease;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
border:1px dashed #FF0000;

}

select:disabled {
    background-color: var(--color-black-7);
    color: white; 
}
.select-a{
height:35px;
padding:0px 10px 0 10px ;
border:1px solid  #DCDCDC;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(../img/down.png) 95% 50% no-repeat;

}

.select-c{
height:31px;
padding:2px 10px 0 10px ;
border:1px solid rgba(197,197,197,1.00);
border-radius:2px;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(../img/down.png) 95% 50% no-repeat;
}

.select-b{
height:55px;
padding:0px 10px 0 10px ;
border:1px solid  #DCDCDC;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(../img/down.png) 95% 50% no-repeat;
}

.select-a:focus,.select-b:focus{border:1px solid rgba(26,149,227,1.00);}

textarea {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border:1px solid rgba(197,197,197,1.00);
  /*background-color: #f8f8f8;*/
  resize: none;
}

.textarea:focus{border:1px solid rgba(26,149,227,1.00);}
/*--------------------------------cekbok-----------------------------------*/

.rating{
  display:flex;
  align-items:left;
  justify-content:space-around;
  border:0px dashed #FF0000;
  width:100%;
  position:relative;
}

.radio_check{
  align-items:left;
  border:0px dashed #FF0000;
  position:relative;
  width:auto;
}

.radio_text{
  border:0px dashed #FF0000;
  position:relative;
  top:-10px;
}
.check-input, .check-star{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 9;
  border:0px dashed #FF0000;
}
.check-input:hover, .check-star:hover {
  background: #9faab7;
}
.check-input:checked,.check-star:checked {
  background: #40e0d0;
}
.check-input:checked::before {
  width: 30px;
  height: 30px;
  display:flex;
  content: '\f00c';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 6 Free';
}

.check-star:checked::before {
  width: 30px;
  height: 30px;
  display:flex;
  content: '\f005';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 6 Free';
}

.check-input:checked::after, .check-star:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.check-input.check, .check-star.check {
  border-radius: 50%;
}
.check-input.radio::after, .check-star.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}







/*--------------------SEARCH */
.search{
padding:20px 0 10px 0;
border:dashed 0px #FF0000;
width:100%;
height:auto;
}

.search-left{
position: relative;
float:left;
width:50%;
border:dashed 0px #FF0000;
}

.search-left .sub-left{
position: relative;
float:left;
width:80%;
border:dashed 0px #FF0000;
}

.search-rig{
float:right;
width:40%;
border:dashed 0px #FF0000;
}

.search-rig-btn{
width:50%;
border:dashed 0px #FF0000;
}



.btn-scr{
position: relative;
float:left;
height:33px;
border:1px solid rgba(7,147,248,1.00);
background:var(--color-biru4);
color:#FBFBFB;
padding:2px 11px 2px 11px;
border-radius:2px;
border:0px dashed #FF0000;
}

.btn-rig{
float: right;
right:-5px;
padding:10px 15px 10px 15px;
background:var(--color-biru4);
border-radius:5px;
border:0px dashed #FF0000;
position: relative;
}


.btn-upd{
position: absolute;
float:right;
right:-21px;
top:-15px;
flex-wrap:wrap;
background:#0387b3;
padding:5px 10px 5px 10px;
cursor:pointer;
color:#E7E7E7;
}

.btn-del{
position: absolute;
float:right;
right:-5px;
top:0px;
flex-wrap:wrap;
background:#0387b3;
padding:5px 10px 5px 10px;
cursor:pointer;
color:#E7E7E7;
z-index:9;
}


.btn-call{
position: absolute;
float:right;
right:0;
top:0;
flex-wrap:wrap;
background:#e72d2d;
padding:5px 10px 5px 10px;
width:100px;
height:100px;
cursor:pointer;
color:#E7E7E7;
border-radius:100%;}



.btn-kli{
position: relative;
height:33px;
border:1px solid rgba(7,147,248,1.00);
background:var(--color-biru4);
color:#FBFBFB;
padding:2px 11px 2px 11px;
border-radius:5px;
border:0px dashed #FF0000;
}

/*------------SELECT----------------*/
.sel { 
position: relative; 
max-width:100%; 
background-color:var(--color-white);
font-family: 'Montserrat-Light';
display: inline-block;
 }

.sel select {
  appearance: none;
  width: 100%; 
  padding: 13px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: var(--color-hijau-op04);
  box-shadow: none;
}

.sel select option {
  font-family: 'Montserrat-Light';
  color: var(--color-black-5);
  background-color: var(--color-white);
}


.sel select option:last-child {
  border-bottom: none;
}

.sel::after {
  content: "\21F2";
  position: absolute;
  top: 50%; right: 10px;
  transform: translateY(-50%);
  color:  var(--color-biru3);
  transition: all 0.3s;
  z-index:1;
  border:0px dashed #FF0000;
  font-size:20px;
  height: auto;
}

.sel:hover::after {
  transform: translateY(-50%) rotate(90deg);
  color: #ff1212;
}



/*-------------SCR AUTO-------------------*/

.scr-X {
  border:0px dashed #FF0000;
  position:relative;
  z-index:99;
}
.scr-X .text-x{
	border:1px solid var(--color-hijau-op04);
	padding:0 80px 0 20px;
	height:50px;
	background:var(--color-white);
	transition:border 200ms ease;
	
}

.scr-X .btn-Xscr{
height:50px;
width:auto;
border:0px solid rgba(17,91,132,1.00);
background:var(--color-biru3);
color:var(--color-white);
padding:3px 20px 3px 20px;
position:absolute;
right:0;
top:0;
transform: translate(0, 0%);
}


#exp-complete{
position:absolute;
left:0;
right:0px;
top:30px;
height: auto;
width:100%;
z-index:-1;
padding-top:20px;
background-color:var(--color-white);
display:none;
overflow:auto;
cursor:pointer;
box-shadow: var(--shadow-smallB);
border:0px solid #FF0000;
}



.exp-list{
padding:5px 0 5px 10px;
height: auto;
width:100%;
position:relative;
border:0px solid #FF0000;
}
.exp-list:hover{
background-color:var(--color-hijau-op05);
}



.exp-auto-AAa{
float:left;
left:0;
width:3%;
height:100%;
position:relative;
border:0px solid #FF0000;
}


.exp-auto-AAb{
float:left;
left:0;
width:97%;
height:100%;
position:relative;
border:0px solid #FF0000;
padding-bottom:5px;
}

.exp-down{
background:var(--color-hijau-op05);
}

.exp-top{
background-color:var(--color-white);
}

.pagination{
 padding:20px 0px 20px 0px ;
 border:0px dashed #FF9900;
 float:right;
 text-align:right;
 width:100%;
 margin-top:20px;
}
.pagination a.active{
 background: var(--color-biru3);
 color: var(--color-white);
}  
.pagination a{
 text-decoration: none;
 padding: 10px 15px ;
 box-shadow: var(--shadow-smallB);
 background: var(--color-white);
 margin: 3px;
 color: var(--color-biru3);
 border:0px dashed #FF9900;
}

.pagination a:hover{
 background: var(--color-hijau-op03);;
 color: var(--color-biru3);
}

/*----*/

.box_check{
  align-items:left;
  border:0px dashed #FF0000;
  position: relative;
  float:left;
}

.kotak_check{
  align-items:left;
  border:0px dashed #FF0000;
  position: relative;
  width: 35px;
  left:0;
}

.kotak-input, .kotak-akre{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 9;
  border:0px dashed #FF0000;
}

.kotak-input{
  background: #cbd1d8;
}
.kotak-akre{
  background: #FFFFFF;
  border:1px solid var(--color-biru4);
}


.kotak-input:hover {
  background: #9faab7;
}
.kotak-akre:hover {
   background: var(--color-biru2);
}

.kotak-input:checked {
  background: #40e0d0;
}
.kotak-akre:checked {
  background:rgba(17,91,132,1.00);
}


.kotak-input:checked::before, .kotak-akre:checked::before {
  width: 30px;
  height: 30px;
  display:flex;
  content: '\f00c';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 6 Free';
}


.kotak-input:checked::after,.kotak-akre:checked::after  {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.kotak-input.check, .kotak-akre.check{
  border-radius: 50%;
}
.kotak-input.radio::after, .kotak-akre.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}




/*----*/
.copy-hide{
display:none;

}

.control-input{
display:flex;

}

/*----*/

.scale-frm-100 {
width:100%;
}

.scale-frm-90 {
width:90%;
}

.scale-frm-80 {
width:80%;
}

.scale-frm-75 {
width:75%;
}

.scale-frm-70 {
width:70%;
}

.scale-frm-60 {
width:60%;
}

.scale-frm-50 {
width:50%;
}


.scale-frm-40 {
width:40%;
}

.scale-frm-30 {
width:30%;
}

.scale-frm-25 {
width:25%;
}

.scale-frm-20 {
width:20%;
}

.scale-frm-15 {
width:15%;
}

.scale-frm-10 {
width:10%;
}

.scale-frmx {
width: auto;
}

@media all and (max-width: 480px) {
.sel select {
  padding: 14px;
}
}

@media (min-width: 768px) {
.scale-frm {
width:40%
}

.scale-frm-100 {
width:100%;
}

.scale-frm-90 {
width:90%;
}

.scale-frm-80 {
width:80%;
}

.scale-frm-75 {
width:75%;
}

.scale-frm-70 {
width:70%;
}

.scale-frm-60 {
width:60%;
}

.scale-frm-50 {
width:50%;
}


.scale-frm-40 {
width:40%;
}

.scale-frm-30 {
width:30%;
}

.scale-frm-25 {
width:25%;
}

.scale-frm-20 {
width:20%;
}

.scale-frm-15 {
width:15%;
}

.scale-frm-10 {
width:10%;
}


.img-left{
width:30%;
}

.img-right{
width:68%;
}



}

@media (max-width: 767px) {
.scale-frm {
width:100%
}

.scale-frm-100 {
width:100%;
}

.scale-frm-90 {
width:90%;
}

.scale-frm-80 {
width:80%;
}

.scale-frm-75 {
width:75%;
}

.scale-frm-70 {
width:70%;
}

.scale-frm-60 {
width:60%;
}

.scale-frm-50 {
width:50%;
}


.scale-frm-40 {
width:40%;
}

.scale-frm-30 {
width:30%;
}

.scale-frm-25 {
width:25%;
}

.scale-frm-20 {
width:20%;
}

.scale-frm-15 {
width:15%;
}

.scale-frm-10 {
width:10%;
}


.img-left{
width:100%;
}
.img-right{
width:100%;
}



}





