@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	background: #f4f4f4;
}
a{
	text-decoration: none;
	color: #000;
}
a[disabled] {
  pointer-events: none;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  width: 300px;
  max-width: 100%;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.alert > .closebtnalert {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alert > .closebtnalert:hover {
  color: black;
}
.alert_grub{
	position: absolute;
	margin-left: 40px;
	right: 40px;
	width: 300px;
  	max-width: 100%;
}
nav{
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #C37E1B;
	line-height: 60px;
	z-index: 9;
}
nav div.menu > div{
	display: inline-table;
	vertical-align: middle;
	margin: 0 5px;
}
nav div.menu{
	margin: auto;
	width: fit-content;
	overflow-x: auto;
}
nav div.menu div.menus a{
	color: #fff;
	padding: 5px;
}
nav div.menu div.menus a:hover, nav div.menu div.menus a.active{
	color: #C37E1B;
	background: #fff;
	border-radius: 5px;
}

nav div.menu div.icon{
	line-height: initial;
}
nav div.menu div.icon img{
	margin: 10px 0;
}
div.bagan{
	min-height: 780px;
	display: flex;
	align-items: center;
}
div.bagan.about{
	text-align: center;
}
div.bagan div.isi-bagan{
	width: 80%;
	margin: 100px auto;
	z-index: 1;
}
div.bagan div.isi-bagan h2{
	margin-bottom: 10px;
	text-align: center;
}
div.bagan div.isi-bagan a.readme{
	font-weight: bold;
	text-decoration: underline;
}
div.bagan.two{
	color: #fff;
	background: #C37E1B;
}
div.baner{
	position: relative;
	overflow: hidden;
}
div.baner > img{
	min-height: 780px;
	min-width: 100%;
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div.baner div.heading{
	width: max-content;
	max-width: 95%;
	text-align: center;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
div.baner div.heading .pembuka{
    font-size: 60px;
    margin-bottom: -20px;
}
div.baner div.heading div.fitur{
    font-size: 51px;
    margin-top: -40px;
}
div.baner div.heading h1{
	font-family: 'Caveat Brush', cursive;
	font-size: 180px;
}
div.baner div.background{
	height: 100%;
	width: 100%;
	background: #00000070;
	position: absolute;
	top: 0;
	left: 0;
}
nav div.icon{
	display: none;
}
nav div.button-bars{
	display: none;
}
div.database div.isi-bagan div.lists div.list div.icon img{
	width: 200px;
}
div.database div.isi-bagan div.lists div.list div.icon{
	height: 200px;
	display: flex;
	align-items: center;
}
div.database div.isi-bagan div.lists div.list{
	text-align: center;
	width: min-content;
	display: inline-table;
	vertical-align: middle;
	margin: 10px 20px;
}
div.database div.isi-bagan div.last-update{
	text-align: center;
}
div.database div.isi-bagan div.lists{
	width: fit-content;
	margin: auto;
}
div.database div.isi-bagan div.lists div.garis{
	margin: 20px;
	height: 250px;
	width: 3px;
	background: #fff;
	display: inline-table;
	vertical-align: middle;
}
div.database div.isi-bagan div.lists div.card{
	display: inline-table;
	vertical-align: middle;
}
div.database div.isi-bagan div.lists div.list div.jumlah{
	font-weight: bold;
	font-size: 60px;
}
div.database div.isi-bagan div.lists div.list h3{
	text-transform: capitalize;
	color: #C37E1B;
}
table {
  border: 1px solid #999999;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  border-radius: 5px;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background: #D7D7D7;
  border: 1px solid #999999;
  padding: .35em;
  border-radius: 5px;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}
div.baner.bagan div.heading table{
    border: none;
    border-collapse: initial;
    margin: 0;
    padding: 0;
    width: auto;
    table-layout: fixed;
    overflow: initial;
    border-radius: 0;
}
div.baner.bagan div.heading table tr{
    background: none;
    border: none;
    padding: .35em;
    border-radius: 0;
    margin:0;
    display: table-row;
}

div.baner.bagan div.heading table tr td{
    padding: 0;
    text-align: left;
    display:table-cell;
    border-bottom:none;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

div.sponsorship .lists-sponsor .sponsor{
	width: 150px;
	max-width: 100%;
	margin: 10px;
	display: inline-table;
	vertical-align: middle;
}
div.sponsorship .lists-sponsor .sponsor img{
	width: 150px;
}
form{
	margin: 20px 0;
	width: 100%;
}
form div.form2 > div{
	display: inline-table;
	width: calc(50% - 23px);
	margin: 10px 0;
}
form  div.form2 > div > input, form  div.form2 > div > textarea, form  div.form2 > div > select, form  div.form2 > div > div.title,form  div.form-multi select, form  div.form-multi input{
	width: 100%;
}
form  div.form2 > div > div.title, form  div.form-multi div.title{
	text-align: left;
	font-weight: bold;
	color: #565656;
	width: 100%;
}
form  div.form2 > div > input, form div.form2 > div > select, form div.form-multi select, form div.form-multi input{
	top: 25px;
	outline: none;
	border: grey solid 1px;
	height: 30px;
	margin-top: 10px;
}
form div.form-multi input{
	height: 25px;
	line-height: 25px;
}
form div.form-multi select{
	padding: 5px;
	height: 35px;
	line-height: 35px;
}
form div.form-multi input{
	padding: 5px;
}
form div.form2 > div:nth-child(2){
	margin-left: 40px;
}
form div.form1, form div.form-multi{
	margin: 10px 0;
	width: 100%;
}
form div.form-multi > div#inputContainer > div.template{
	display: none;
}
form div.form1 > div.title{
	text-align: left;
	width: calc(100% - 10px);
	font-weight: bold;
	color: #565656;
}
form div.form1 > textarea{
	width: 100%;
	outline: none;
	border: grey solid 1px;
	height: 200px;
	max-width: 100%;
	margin-top: 10px;
}
form div.form.single div.button button,form div.form1 > button, form div.form-multi .buttonForm, form div.form-multi .removeButton{
	width: 100%;
	outline: none;
	height: 35px;
	background: #C37E1B;
	color: #fff;
	max-width: 100%;
	border: none;
	font-weight: bold;
}
form div.form-multi .buttonForm, form div.form-multi .removeButton{
	line-height: 35px;
	margin-bottom: 20px;
	cursor: default;
}
form div.form.single div.input select,form div.form1 > select, form div.form1 > input[type=date], form div.form1 > input[type=text], form div.form1 > input[type=number], form div.form1 > input[type=password]{
	width: 100%;
	max-height: 100px;
	outline: none;
	height: 35px;
	border: grey solid 1px;
	max-width: 100%;
	padding: 3px 5px;
	background: #fff;
}
form div.form.single div.button, form div.form.single div.input{
	display: inline-table;
	vertical-align: middle;
}
form div.form.single div.input{
	width: calc(100% - 120px);
	margin-right: 10px;
}
form div.form.single div.button button{
	width: 100px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
form div.form-multi .removeButton{
	margin: 0;
	margin-top: 10px;
	height: 35px;
	line-height: 35px;
	width: 135px;
}
form div.form1 div.tagsinput{
	max-width: calc(100% - 15px);
}
form div.form1 div.tagsinput input{
	width: 100% !important;
}
form div.form1 > label.file{
	border: grey dashed 2px;
	position: relative;
	display: block;
	overflow: hidden;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
}
form div.form1 > label.file > div.button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
form div.form1 > label.file > div.button > p{
	font-size: 30px;
	font-weight: bold;
}
form div.form1 > label.file > div.button > label{
	height: 35px;
	line-height: 35px;
	background: #C37E1B;
	color: #fff;
	width: 150px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
form div.form1 > label.file > input[type=file]{
	width: 100%;
	height: 250px;
	opacity: 0;
}
form div.form2 > div > div.check-list{
	text-align: left;
}
form input[type="checkbox"]{
    display:none;
}
form input[type="checkbox"] + label{
    padding: 5px 20px;
    border: 1px solid #8c8b8b;
    border-radius:5px;
    font-family:'Droid Arabic Kufi', sans-serif;
    display:flex;
}
form input[type="checkbox"]:checked + label, form input[type="checkbox"] + label:hover{
    background:#C37E1B;
    color:#fff;
}
footer{
	background: #C37E1B;
	color: #fff;
}
footer div.isi{
	width: 80%;
	padding: 50px 0 20px 0;
}
footer div.lists{
	display: inline-table;
	vertical-align: top;
	margin-left: 20px;
	text-align: left;
	width: calc(25% - 20px);
	margin-bottom: 20px;
}
footer div.lists:nth-child(1){
	margin-left: 0;
}
footer div.lists a{
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
footer div.lists a:hover{
	text-decoration: underline;
}
footer div.lists h2{
	margin-bottom: 10px;
}
footer div.lists img{
	width: 50px;
}
footer div.lists div.text h1{
	font-size: 20px;
}
footer div.lists img, footer div.lists div.text{
	display: inline-table;
	vertical-align: middle;
}
footer div.garis{
	width: 100%;
	height: 3px;
	background: #fff;
	margin-top: 30px;
}
footer div.copyright{
	text-align: left;
	margin-top: 20px;
}
div.content{
	margin: 20px auto;
	width: 80%;
}
div.content h1{
	text-align: center;
	font-size: 30px
}
div.content div.list-result{
	border: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 50px 0;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
}
div.content div.list-result div.text{
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	display: inline-table;
	vertical-align: top;
	width: calc(100% - 260px);
}
div.content div.list-result div.text h2{
	font-size: 18px;
	margin-bottom: 10px;
}
div.content div.list-result div.text.full{
	width: calc(100% - 60px);
	margin-right: 30px;
}
div.content div.list-result div.text div.hadis{
	text-align: right;
	font-size: 20px;
	margin-bottom: 10px;
}
div.content div.list-result div.text div.arti{
	text-align: justify;
	margin-bottom: 10px;
}
div.content div.list-result div.text div.referensi{
	display: inline-table;
	vertical-align: top;
	width: calc(50% - 13px);
}


div.content div.list-result div.text div.referensi table, div.content div.list-result div.text div.referensi table tr{
	border: none;
	background: #fff;
}

div.content div.list-result div.text div.referensi table tr td{
	text-align: left;
	vertical-align: top;

}
div.content div.list-result div.text div.referensi table tr td:nth-child(1){
	width: auto;
}
div.content div.list-result div.text div.referensi table tr td:nth-child(2){
	vertical-align: top;
	width: 30px;
	text-align: center;
}
div.content div.list-result div.text div.referensi:nth-child(1){
	margin-right: 10px;
}


div.content div.list-result div.text div.referensi:nth-child(2){
	margin-left: 10px;
}
div.content div.list-result div.button{
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline-table;
	vertical-align: top;
	width: 180px;
	float: right;
}
div.content div.list-result div.button a{
	display: block;
	margin-bottom: 10px;
	background: #C37E1B;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
}
div.content .card {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 350px;
    max-width: 80%;
    padding: 20px;
    text-align: center;
    margin: 10px;
    border: 1px solid #e0e0e0;
    display: inline-table;
    vertical-align: top;
}

div.content .card h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #333;
}

div.content .card p {
    margin: 5px 0;
    font-size: 1rem;
    color: #555;
    text-align: left;
}

div.content .card a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #C37E1B;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

div.content .card a:hover {
    background-color: #B17319;
}
div.datatables .pagination {
    display: flex;
    list-style: none;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
}

div.datatables .pagination button {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

div.datatables .pagination button.active {
    background-color: #c37e1b;
    color: #fff;
}
div.datatables .pagination #pagination{
	width: 100%;
}
div.datatables .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

div.datatables .controls .entries-select {
    display: flex;
    align-items: center;
    gap: 5px;
}
div.datatables .controls input, div.datatables .controls select{
	width: 210px;
	max-width: calc(100% - 10px);
	height: 35px;
	border: grey solid 1px;
	border-radius: 3px;
	padding: 0 5px;
	outline: none;
}
div.datatables .controls select{
	width: 40px;
}

div.datatables .pagination button:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #e9ecef;
    cursor: not-allowed;
}
.input-serach{
    background: #fff;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.lists-akurasi > center > div{
    width:calc(50% - 30px);
    margin: 10px;
    display:inline-table;
    vertical-align:top;
}
@media screen and (max-width: 500px) {
	div.datatables .controls{
		display: block;
	}
	div.datatables .controls div{
		margin-bottom: 10px;
	}
	div.datatables .controls input{
		width: 100%;
	}
	div.datatables .controls select{
		width: calc(100% - 102px);
		min-width: 35px;
	}
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #999999;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #999999;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  div.content div.list-result div.text div.referensi{
  	display: block;
  	width: 100%;
  	margin: 0;
  	margin-left: 0 !important;
  }
  div.content div.list-result div.text div.referensi table{
  	width: 100%;
  	margin: 0;
  	margin-left: 0;
  }
  div.content div.list-result div.text div.referensi table td:nth-child(1){
  	width: 70px !important;
  }
  div.content div.list-result div.text div.referensi table td:nth-child(3){
  	width: calc(100% - 110px) !important;
  }
  div.content div.list-result div.text div.referensi table td::before{
  	content: "";
    float: initial;
    font-weight: initial;
    text-transform: initial;
  }
  div.content div.list-result div.text div.referensi table td{
  	border: none;
  	display: inline-table;
  	vertical-align: top !important;
  	font-size: 16px;
  }
  div.content div.list-result div.text div.referensi table tr{
  	padding: 0;
  }
  div.content div.list-result div.button a{
  	width: 100% !important;
  }
  
}
@media screen and (max-width: 700px){
    .lists-akurasi > center > div{
        width:calc(100% - 30px);
        margin: 10px;
        display:block;
    }
}
@media screen and (max-width: 1220px){
	nav div.menu div.menus, nav div.menu div.menus a{
		display: block;
	}
	nav div.menu div.icon{
		display: none;
	}
	nav div.menu div.menus a{
		padding: 0 10px;
	}
	nav > div.icon{
		display: block;
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translate(0 ,-50%);
		line-height: initial;
	}
	nav div.menu{
		margin: 0;
		margin-top: 60px;
		background: #C37E1BD4;
		height: 100%;
		position: fixed;
		width: 80%;
		left: -100%;
        height: calc(100% - 60px);
	}
	body.dark-mode nav div.menu{
		background: #444444cf;
	}
	nav div.button-bars{
		display: block;
		position: absolute;
		top: 50%;
		left: 60px;
		transform: translate(0,-50%);
	}
	nav div.button-bars label{
		font-size: 25px;
		color: #fff;
	}
	nav #checkboxNav:checked ~ div.menu{
		left: 0;
	}
}
@media screen and (max-width: 1130px){
	div.baner div.heading{
		font-size: 25px;
	}
	div.baner div.heading h1{
		font-size: 120px;
	}
	div.baner div.heading div.pembuka{
	    font-size: 40px;
        margin-bottom: 0px;
	}
	div.baner div.heading div.fitur{
	    font-size: 40px;
        margin-top: -20px;
	}
	footer div.lists{
		width: calc(50% - 20px);
	}
	footer div.lists:nth-child(3){
		margin-left: 0;
	}
}
@media screen and (max-width: 650px){
	footer div.lists{
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 800px){
	div.baner div.heading{
		font-size: 18px;
	}
	div.baner div.heading h1{
		font-size: 80px;
	}
	form div.form2 > div{
		display: block;
		width: 100%;
	}
	form div.form2 > div:nth-child(2){
		margin-left: 0;
	}

	div.content div.list-result div.text, div.content div.list-result div.button{
		display: block;
		width: calc(100% - 60px);
		float: initial;
		padding: 30px 0;
		margin: 0 30px;
	}
	div.content div.list-result div.button a{
		display: inline-table;
		vertical-align: top;
		width: calc(50% - 13px);
		margin-right: 20px;
	}
	div.content div.list-result div.button a:nth-child(2){
		margin-right: 0;
	}
	div.content div.list-result div.text{
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 400px){
	div.database div.isi-bagan div.lists div.list div.icon img{
		width: 150px;
	}
	div.database div.isi-bagan div.lists div.list div.icon{
		height: 150px;
	}
	form div.form.single div.button, form div.form.single div.input{
		width: 100%;
		display: block;
		margin: 10px 0;
		padding: 0;
	}
	form div.form.single div.button button{
		width: 100%;
	}
}


body.dark-mode {
    background: #1e1e1e;
    color: #ffffff;
}

body.dark-mode a {
    color: #fff;
}

body.dark-mode .alert {
    background-color: #333333;
    color: #ffffff;
}

body.dark-mode nav {
    background: #444444;
}

body.dark-mode div.bagan.two {
    background: #333333;
}

body.dark-mode table tr {
    background: #333333 !important;
    color: #ffffff !important;
}
div.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #444;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}
div.dark-mode-toggle button{
	display: block;
	background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
div.dark-mode-toggle button#darkModeAutoToggle{
	font-size: 14px
}


body.dark-mode div.dark-mode-toggle button{
	background: #1e1e1e;
    color: #fff;
}

body.dark-mode div.dark-mode-toggle {
    background: #ffffff !important;
    color: #000000;
}
div.dark-mode-toggle button:hover ,div.dark-mode-toggle button.desabled {
    background: #666 !important;

}
body.dark-mode nav div.menu div.menus a:hover, body.dark-mode nav div.menu div.menus a.active{
	color: #444;
}
body.dark-mode form div.form.single div.button button, body.dark-mode form div.form1 > button, body.dark-mode form div.form-multi .buttonForm, body.dark-mode form div.form-multi .removeButton{
	background: #444;
}
body.dark-mode footer{
	background: #444;
}
body.dark-mode form div.form1 > textarea{
	background: #444;
	color: #fff;
}
body.dark-mode form div.form2 > div > div.title, body.dark-mode form div.form-multi div.title{
	color: #fff;
}
body.dark-mode form div.form2 > div > input, body.dark-mode form div.form2 > div > select, body.dark-mode form div.form-multi select, body.dark-mode form div.form-multi input{
	background: #444;
	color: #fff;
}
body.dark-mode form div.form1 > div.title{
	color: #fff;
}
body.dark-mode div.content div.list-result{
	background: #444;
}
body.dark-mode div.content div.list-result div.text div.referensi table, body.dark-mode div.content div.list-result div.text div.referensi table tr{
	background: #444;
}
body.dark-mode div.content .card a, body.dark-mode .copy-button, body.dark-mode div.content div.list-result div.button a{
	background: #1e1e1e;
}
body.dark-mode div.jarhWaTadhils table, body.dark-mode div.jarhWaTadhils table tr{
	background: #444 !important;
}
body.dark-mode div.sanad{
	background: #444;
}
body.dark-mode div.content div.index input, body.dark-mode form div.form.single div.input select, body.dark-mode form div.form1 > select, body.dark-mode form div.form1 > input[type="date"], body.dark-mode form div.form1 > input[type="text"], body.dark-mode form div.form1 > input[type="number"], body.dark-mode form div.form1 > input[type="password"]{
	background: #444;
	color: #fff;
	border:#fff;
}
body.dark-mode div.content div.index button{
	background: #444;
}
/*body.dark-mode button{
	background: #666 !important;
	color: #fff;
}*/
body.dark-mode .chat-header{
	background: #444;
}
body.dark-mode div.content .card{
	background: #444;
	color: #fff;
}
body.dark-mode div.content .card h2, body.dark-mode div.content .card p{
	color: #fff;
}
body.dark-mode div.content div.paket .card div.header{
	background: #fff;
	color: #444;
}
body.dark-mode div.content div.paket .card div.header h2{
	color: #444;
}
body.dark-mode div.datatables .controls input, body.dark-mode div.datatables .controls select, body.dark-mode #mode-selector{
	background: #444;
	color: #fff;
}
body.dark-mode div.content div.isi-konten{
	background: #444;
	color: #fff;
}
body.dark-mode div.content div.isi-konten div.tanggal{
	color: rgba(255, 255, 255, 0.80);
}