/*======================================================

Aplikasi Online DJPL
release 19 aug 2022

========================================================*/

/* Main Panel */
.al-style7 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Floating Button */
.al-style7 .al-button {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 0 0 10px var(--biru);
	cursor: pointer;
}

.al-style7 .al-button:hover {
	box-shadow: 0px 0px 10px var(--biru);
}

.al-style7 .al-button i {
	margin-top: 13px;
	font-size: 25px;
}

/* The popup chat - hidden by default */
.al-style7 .al-panel {
	display: none;
	position: fixed;
	width: 300px;
	bottom: 115px;
	right: 0px;
	border-radius: 10px;
	box-shadow: 0 3px 6px var(--biru);
	
}

/* Header */
.al-style7 .al-panel .al-header {
	display: flex;
	padding: 15px 20px;
	text-align: center;
	border-radius: 7px 7px 0 0;
}

.al-style7 .al-header .al-img-cont {
	position: relative;
	padding: 3px;
	margin-bottom: 4px;
	height: 52px;
	width: 52px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	transition: transform 200ms ease-in-out;
}

.al-style7 .al-img-cont .al-user-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
	border-radius: 50%;
}

.al-style7 .al-header .al-user-info {
	margin-left: 15px;
	text-align: left;
}

.al-style7 .al-user-info strong {
	font-size: 15px;
	line-height: 20px;
}

.al-style7 .al-user-info p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}

/* Body */
/* .al-style7 .al-body { */
	/* display: flex;
	flex-direction: column;
	position: relative;
	padding: 16px 20px 20px 10px;
	width: 300px; */
	/* background-color: rgb(230, 221, 212); */
/* } */

/* .al-style7 .al-body::before { */
	/* content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%; */
	/* opacity: 0.08; */
	/* z-index: 0; */
	/* background-image: url('../../img/whatsapp.webp'); */
/* } */

/* CSS Chat Bubble */
.al-style7 .al-content .al-bubble {
	/* display: inline-block;
	position: relative;
	padding: 7px 14px 6px;
	margin-top: 50px;
	margin-left: 15px;
	width: 200px;
	height: auto; */
	/* border-radius: 0 8px 8px 8px; */
	transition: 0.3s ease all;
}

.al-style7 .al-content .tri-right.border.left-top:before {
	/* content: ' '; */
	/* position: absolute;
	width: 0;
	height: 0;
	left: -40px;
	right: auto;
	top: -5px;
	bottom: auto; */
	/* border: 32px solid; */
	border-color: transparent transparent transparent;
}

.al-style7 .al-content .tri-right.left-top:after {
	/* content: ' '; */
	/* position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	right: auto;
	top: 0px;
	bottom: auto; */
	/* border: 22px solid; */
	border-color: transparent transparent transparent;
}

.al-style7 .al-content .al-bubble span {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}

.al-style7 .al-content .al-bubble p {
	/* padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px; */
}

/* Footer */
.al-style7 .al-footer {
	margin: 20px;
	border-radius: 18px;
}

.al-style7 .al-footer .al-list {
	display: flex;
	position: relative;
	padding: 8px 0;
	margin: 20px 20px;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 20px;
	border: none;
	border-radius: 18px;
	cursor: pointer;
	overflow: hidden;
}

.al-style7 .al-list p {
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 15px;
}

.al-style7 .al-list i {
	font-size: 20px;
}


.al-style7 .al-button2{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}

.al-style7 .al-button2 .al-chat-icon i{
    position: relative;
    padding: 11.3px;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button2:hover .al-chat-icon i{
    box-shadow: 0 0px 10px #222;
}

.al-style7 .al-button2 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 75px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;

    border-radius: 10px;
}


/* Common CSS */
.al-style7 .al-button2:hover .al-chat-icon i,
.al-style7 .al-button2:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button2 .al-chat-icon i,
.al-style7 .al-button2:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button2 .al-chat-icon i{
    border: 2px solid #fff;
}
.al-style7 .al-button2 .al-chat-icon i,
.al-style7 .al-button2 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}

/* Common CSS */
.kiri-item{
    margin-right: -50px;
}
/* css per aplikasi online */
/* sitolaut */
.al-style7 .al-button3 .al-chat-icon2 i{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button3:hover .al-chat-icon2 i{
    box-shadow: 0 0px 10px #222;
}
.al-style7 .al-button3{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}
.al-style7 .al-button3 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 300px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    width: 140px;
    text-align: center;
    border-radius: 10px;
}
.al-style7 .al-button3:hover .al-chat-icon2 i,
.al-style7 .al-button3:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button3 .al-chat-icon2 i,
.al-style7 .al-button3:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button3 .al-chat-icon2 i{
    border: 2px solid #00aeb4;
}
.al-style7 .al-button3 .al-chat-icon2 i{
    color: #fff;
    background-color: white;

}
.al-style7 .al-button3 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}
/* Sehati */
.al-style7 .al-button4 .al-chat-icon3 i{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button4:hover .al-chat-icon3 i{
    box-shadow: 0 0px 10px #222;
}
.al-style7 .al-button4{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}
.al-style7 .al-button4 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 245px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    width: 140px;
    text-align: center;
    border-radius: 10px;
}
.al-style7 .al-button4:hover .al-chat-icon3 i,
.al-style7 .al-button4:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button4 .al-chat-icon3 i,
.al-style7 .al-button4:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button4 .al-chat-icon3 i{
    border: 2px solid #00aeb4;
}
.al-style7 .al-button4 .al-chat-icon3 i{
    color: #fff;
    background-color: white;

}
.al-style7 .al-button4 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}

/* inaportnet */
.al-style7 .al-button5 .al-chat-icon4 i{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button5:hover .al-chat-icon4 i{
    box-shadow: 0 0px 10px #222;
}
.al-style7 .al-button5{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}
.al-style7 .al-button5 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 190px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    width: 140px;
    text-align: center;
    border-radius: 10px;
}
.al-style7 .al-button5:hover .al-chat-icon4 i,
.al-style7 .al-button5:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button5 .al-chat-icon4 i,
.al-style7 .al-button5:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button5 .al-chat-icon4 i{
    border: 2px solid #00aeb4;
}
.al-style7 .al-button5 .al-chat-icon4 i{
    color: #fff;
    background-color: white;

}
.al-style7 .al-button5 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}
/* kapal online */
.al-style7 .al-button6 .al-chat-icon5 i{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button6:hover .al-chat-icon5 i{
    box-shadow: 0 0px 10px #222;
}
.al-style7 .al-button6{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}
.al-style7 .al-button6 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 135px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    width: 140px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.al-style7 .al-button6:hover .al-chat-icon5 i,
.al-style7 .al-button6:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button6 .al-chat-icon5 i,
.al-style7 .al-button6:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button6 .al-chat-icon5 i{
    border: 2px solid #00aeb4;
}
.al-style7 .al-button6 .al-chat-icon5 i{
    color: #fff;
    background-color: white;

}
.al-style7 .al-button6 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}
/* Simlala */
.al-style7 .al-button7 .al-chat-icon6 i{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button7:hover .al-chat-icon6 i{
    box-shadow: 0 0px 10px #222;
}
.al-style7 .al-button7{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}
.al-style7 .al-button7 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 80px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    width: 140px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.al-style7 .al-button7:hover .al-chat-icon6 i,
.al-style7 .al-button7:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button7 .al-chat-icon6 i,
.al-style7 .al-button7:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button7 .al-chat-icon6 i{
    border: 2px solid #00aeb4;
}
.al-style7 .al-button7 .al-chat-icon6 i{
    color: #fff;
    background-color: white;

}
.al-style7 .al-button7 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}

/* Lainnya */
.al-style7 .al-button8 .al-chat-icon7 i{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0.8;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
}
.al-style7 .al-button8:hover .al-chat-icon7 i{
    box-shadow: 0 0px 10px #222;
}
.al-style7 .al-button8{

    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
}
.al-style7 .al-button8 p{
    padding: 2px 13px 2px 25px;
    margin-bottom: 25px;
    margin-top: 7px;
    margin-left: -15px;
    height: 35px;
    line-height: 28px;
    font-size: 15px;
    width: 140px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.al-style7 .al-button8:hover .al-chat-icon7 i,
.al-style7 .al-button8:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.al-style7 .al-button8 .al-chat-icon7 i,
.al-style7 .al-button8:hover p{
    box-shadow: 0 0px 2px #222;
}

.al-style7 .al-button8 .al-chat-icon7 i{
    border: 2px solid #00aeb4;
}
.al-style7 .al-button8 .al-chat-icon7 i{
    color: #fff;
    background-color: white;

}
.al-style7 .al-button8 p{
    color: #fff;
    background: -webkit-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -moz-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -ms-linear-gradient(to right, #00aeb4, #00aeb4);
    background: -o-linear-gradient(to right, #00aeb4, #00aeb4);
    background: linear-gradient(to right, #00aeb4, #00aeb4);
}
