*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body{
    background-color: #fcfcfc;
    font-family: 'Nunito', sans-serif;
    color: #5b626b;
    font-weight: 500;
}
.container-fluid{
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.disabled{
    pointer-events: none;
    opacity: .45;
}
.wrapper{
	margin-top: 20px;
}
.carousel-inner > .carousel-item {
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.card{
    border-radius: 0.8rem;
}
.col-center {
    margin: auto;
}
.footer{
    margin-top: 2rem;
}
.card-list-teks i{
	color: #212529;
}
a {
    color: #707070;
}
a:hover {
    outline: 0;
    text-decoration: none;
    color: #365d6e;
}
.badge-biru {
    display: inline-block;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 30px;
    height: 20px;
    color: rgb(30 66 159) !important;
    background-color: rgb(225 239 254);
    font-size: 0.714286rem;
    font-weight: bold;
    border-radius: 3px;
    margin: 0px 4px 0px 0px;
    padding: 6px;
    margin-bottom: 6px;
}
/*expand*/
	.fa-angle-up {
	    font-size: 1.5em;
	}
	i {
	  transition: transform 0.5s;
	}
	.span-spin {
	  transform: rotate(180deg);
	}
/*expand end*/
	.carousel-indicators li {
	    border-radius: 100%;
	    width: 0.3rem !important;
	    height: 0.3rem !important;
	    margin-right: 0.1rem !important;
	    margin-left: 0.1rem !important;
	}
	.carousel-indicators {
	    margin-left: 0;
	    margin-right: 0;
	}
	.carousel-inner{
	    aspect-ratio: 3/2;
	    border-radius: 0.8rem 0.8rem 0 0;
	}
	.carousel-inner *{
	    height: 100%;
	    object-fit: cover;
	}
	.card-list-teks{
	    margin: 0.7rem 1rem;
	}
/*skeleton*/
    .skeleton1,.skeleton1tipe{
        position: relative;
        overflow: hidden;
        background-color: lightgray;
    }
    .skeleton1tipe{
    	border-radius: 0.8rem;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
    }
    .skeleton1::before,
    .skeleton1tipe::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, #e3e3e3, transparent);   
        /*background-image: linear-gradient(to right, #e3e3e3 0%, rgba(0,0,0,0.05) 20%, #e3e3e3 40%, #e3e3e3 100%);*/
        /*background-size: 450px 400px;*/
        background-size: 450px 600px;
        background-repeat: no-repeat;
        animation: shimmer 1s linear infinite;
    }
    @keyframes shimmer{
        0%{
            background-position: -450px 0;
        }
        100%{
            background-position: 450px 0;
        }
    }
    .text1{
        width: 100%;
    }
    .text2{
        width: 80%;
    }
    .text3{
        width: 50%;
    }
    .text4{
        width: 30%;
    }
    .loadingimg {
        background: #e3e3e3;
        position: relative;
        overflow: hidden;
    }
    .loading1 {
        min-height: 18px;
        border-radius: 0.3rem;
        margin-bottom: 4px;
        position: relative;
        overflow: hidden;
    }
    .loading2 {
        width: 90%;
        min-height: 40px;
        border-radius: 0.3rem;
        margin-bottom: 4px;
        position: relative;
        overflow: hidden;
    }
/*skeleton end*/

.card-list{
    border-radius: 0.8rem;
    /*box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);*/
    /*box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px 0px;*/
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 6px 0px;
    /*box-shadow: box-shadow: rgb(0 0 0 / 16%) 2px 1px 6px 1px;*/
    background-color: #fff;
}

.judul{
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: 600;
    max-width: 85%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.alamat{
    text-transform: capitalize;
    font-size: 0.8rem;
    font-weight: 300;
    font-style: normal;
    /* max-width: 85%; */
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.harga{
    font-size: 1.1rem;
    font-weight: 800;
    padding-right: 0;
    letter-spacing: 0.5px;
    color: #000;
}
.keterangan{
	font-size: 0.8rem;
	font-weight: 400;
}
.judul-proyek span{
	font-weight: 700;
}
.id-listing,
.tanggal-posting{
    font-size: 0.6rem;
    font-weight: 200;
    color: #5b626b;
}
.id-listing{
    padding: 3px 0;
}
.tanggal-posting,
.id-listing {
    text-align: right;
}
.ri-checkbox-circle-fill {
    color: #42ba96;
    font-size: 1.6rem;
    padding-left: 3px;
}


/*warna ikon share*/
    .share-btn-container .ri-facebook-box-line,
    .bottom-sheet-share-container .ri-facebook-box-line,
    .modal-content .modal-body .ri-facebook-box-line {
        color: #1877f2;
    }
    .share-btn-container .ri-whatsapp-line,
    .bottom-sheet-share-container .ri-whatsapp-line,
    .modal-content .modal-body .ri-whatsapp-line{
        color: #25d366;
    }
    .share-btn-container .ri-twitter-line,
    .bottom-sheet-share-container .ri-twitter-line,
    .modal-content .modal-body .ri-twitter-line {
        color: #1da1f2;
    }
    .share-btn-container-modal .ri-telegram-line,
    .bottom-sheet-share-container .ri-telegram-line,
    .modal-content .modal-body .ri-telegram-line{
        color: #0088cc;
    }
/*warna ikon share end*/

    .fade-in {
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.3s;
    }

    @keyframes fadeInOpacity {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .fade-out {
        opacity: 0;
        animation-name: fadeOutOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.3s;
    }

    @keyframes fadeOutOpacity {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
/*icon*/
	.fas,.wrapper i{
		color: inherit;
	}
	.fa-walking:before {
		color: #222;
	}
	.fa-share-square:before {
	    content: "\f14d";
	    color: #222;
	}
	.fa-share-square:before:hover{
	    color: #0a0a0a;
	}
	.fa-ruler-combined:before {
	    content: "\f546";
	    color: #222;
	}

	.fa-file-alt:before {
	    content: "\f15c";
	    color: #222;
	}
	.fa-home:before {
	    content: "\f015";
	    color: #222;
	}
	.ri-share-line:before {
    	content: "\f0fe";
    	color: goldenrod;
	}
/*icon end*/

.donlod-all-img{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 15%;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 27px;
    margin-bottom: 10px;
    transition: opacity .15s ease;
    z-index: 16;
}
.donlod-all-img:hover{
	cursor: pointer;
	opacity: 1;
}
.spin-container1,
.spin-container2,
.spin-container3,
.spin-container4,
.spin-container5,
.spin-container6,
.spin-container7:hover{
    cursor: pointer;
}
.image-text:hover{
    cursor: default;
}
/*listing copy*/
	.carousel-indicators {
	    margin-left: 0;
	    margin-right: 0;
	}
	.carousel-indicators li {
	    border-radius: 100%;
	    width: 0.3rem !important;
	    height: 0.3rem !important;
	    margin-right: 0.1rem !important;
	    margin-left: 0.1rem !important;
	}
	.carousel-inner {
	    background-color: lightgray;
	    border-radius: 0.4rem 0.4rem 0 0;
	}
	.list-card-body {
	    width: 100%;
	    padding-top: 100%;
	    position: relative;
	    border-radius: 0.8rem;
	}
	.div-image{
		display: none;
	}
	.myimage {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    position: absolute;
	    top: 0;
	    left: 0;
	    border-radius: 0.4rem 0.4rem 0 0;
	}
	.image-text {
	    margin: 0.5rem 1rem;
	    line-height: normal;
	}
	.fa-angle-down, .fa-angle-up {
	    font-size: 1.5em;
	}
	i {
	    transition: transform 0.5s;
	}
	.span-spin {
	    transform: rotate(180deg);
	}
	.alamat {
	    text-transform: capitalize;
	    margin-top: -2px;
	    font-size: 0.8rem;
	    font-weight: 300;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.ls-container-3-4 {
	    width: 100%;
	    padding-top: 75%;
	    position: relative;
	    border-radius: 0.8rem;
	}
/*listing copy end*/

/*tombol copy data proyek*/
	.copy-data-proyek{
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    background-color: transparent;
	    width: 40px;
	    height: 40px;
	    border: 1px solid #e5e5e5;
	    /*border: none;*/
	    border-radius: 999px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 20px;
	}
	.copy-data-proyek:hover{
		border-color: #222;
	}
	.copy-data-proyek:hover > .ri-file-copy-line:before{
		content: "\ecd4";
	}
/*tombol end*/

/*share*/
	.modal-content .modal-body .share-link-method{
		margin-bottom: 16px;
		border-radius: 8px ;
	}
	.modal-content .modal-body .share-link-method:hover{
		background-color: #f7f7f7 !important;
	}
/*share end*/

.cluster-container{
	width: 241px;
	height: 200px;
}
.cluster-container img{
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	object-fit: cover;
}
.cluster-contain{
	position: relative;
	display: flex;
	border-radius: 0.8rem;
	transition: 250ms ease;
}
#tipe .cluster-contain:hover,
#cluster .cluster-hover:hover{
	background-color: #f7f7f7;
}
#cluster .cluster-hover{
	border-radius: 0.8rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	flex-grow: 1;
}

.siteplan-container{
	width: 100%;
	height: 100%;
}
.siteplan{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.judul-proyek{
	font-size: 0.9rem;
	font-weight: 600;
}

.cluster-contain.active{
	/*background-color: #f7f7f7;*/
	box-shadow: rgb(0 0 0 / 30%) 0px 4px 10px;
    /*box-shadow: rgb(0 0 0 / 9%) 0px 3px 15px;*/
    /*box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;*/
}
.cluster-gambar{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: white;
    background-color: #222;
    border: none;
    border-radius: 0.8rem;
    line-height: 32px;
    padding: 0 16px;
    cursor: pointer;
}
.cluster-gambar:hover{
	color: white;
	background-color: #0a0a0a;
}

/*bottom sheet share*/	
	.bottom-sheet-share{
		background-color: rgba(247, 247, 247, 1.0);
		width: 100%;
		height: 52%;
		border-radius: 1rem 1rem 0 0;
		transform: translateY(100%);
		transition: transform 0.4s ease-in-out;
	}
	.body-bottom-sheet-share{
		    padding: 24px !important;
	    flex: 1 1 auto !important;
	    overflow-y: auto !important;
	    outline: none !important;
	}
	.share-link{
		font-size: 16px !important;
	    line-height: 20px !important;
	    color: #222;
	    font-weight: 800 !important;
	}
	.share-link-method{
		  /*padding-right: 16px !important;*/
	    width: 100% !important;
	    border: 1px solid rgb(235, 235, 235) !important;
	    cursor: pointer !important;
	    background: rgb(255, 255, 255) !important;
	}
	.share-logo-container{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.share-link-method i{
		font-size: 30px;
	}
	.share-link-btn{
	    cursor: pointer !important;
	    position: relative !important;
	    touch-action: manipulation !important;
	    font-family: inherit !important;
	    font-size: inherit !important;
	    line-height: inherit !important;
	    font-weight: inherit !important;
	    border-radius: 0px !important;
	    outline: none !important;
	    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s !important;
	    -webkit-tap-highlight-color: transparent !important;
	    background: transparent !important;
	    border: none !important;
	    color: inherit !important;
	    display: block !important;
	    margin: 0px !important;
	    padding: 0px !important;
	    text-align: inherit !important;
	    text-decoration: none !important;
	    height: 100% !important;
	    width: 100% !important;
	}
	.share-link-btn2{
		-webkit-box-pack: justify !important;
	    -webkit-box-align: center !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: space-between !important;
	}
	.share-link-btn-content{
		    font-size: 14px !important;
	    line-height: 18px !important;
	    color: rgb(34, 34, 34) !important;
	    padding: 16px 0px 16px 16px !important;
	    font-weight: 600 !important;
	    overflow: hidden !important;
	    text-overflow: ellipsis !important;
	}
    .tautan-disalin,
    .data-disalin{
        font-size: 1.2rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        padding: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid rgb(235, 235, 235) !important;
        background: rgb(255, 255, 255) !important;
        position: fixed;
        z-index: 1200;
        left: 50%;
        bottom: 8%;
        transform: translateX(-50%);
    }
/*end*/
/*bottom sheet*/
        .modal-mobile-container .modal{
            top: 30%;
        }
        .modal i{
            color: inherit;
        }
        .modal-mobile-container .modal-content {
            border-radius: 0.7rem 0.7rem 0 0;
        }
        .modal-mobile-container .fade {
            opacity: 1;
            transform: translateY(0%);
            transition: transform .2s linear;
        }

        .modal-mobile-container .fade:not(.show) {
            transform: translateY(100%);
        }
        .modal-mobile-container .modal-footer{
            justify-content: space-between;
        }
        
        .bottom-sheet-container,
        .bottom-sheet-share-container{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            align-items: flex-end;
            justify-content: center;
            display: none;
            z-index: 999;
        }
        .bottom-sheet-container.active,
        .bottom-sheet-share-container.active{
            display: flex;
        }
        .bottom-sheet{
            background-color: #fff;
            width: 100%;
            height: 92%;
            border-radius: 1rem 1rem 0 0;
            transform: translateY(100%);
            transition: transform 0.4s ease-in-out;
        }
        .bottom-sheet.active,
        .bottom-sheet-share.active{
            transform: translateY(0);
        }
        .close-bottom{
          position: absolute;
          display: flex;
          top: 11px;
          left: 24px;
          z-index: 1;
        }
        .close-bottom-sheet{
            border: none;
            outline: none;
            padding: 0px;
            cursor: pointer;
            position: relative;
            background: transparent;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
        }
        .close{
            opacity: 1;
        }
        .header-bottom-sheet{
            -webkit-box-pack: justify;
            -webkit-box-align: center;
            display: flex;
            flex: 0 0 auto;
            align-items: center;
            justify-content: space-between;
            padding: 0px;
            min-height: 48px;
            font-size: 16px;
            line-height: 20px;
            font-weight: 800;
            border-bottom: 1px solid #dee2e6;
        }
        .body-bottom-sheet{
            display: flex;
            flex-wrap: wrap;
            padding: 1rem;
            justify-content: space-between;
            max-height: 565px;
            overflow-y:scroll ;
          }
        .footer-bottom-sheet{
            -webkit-box-pack: justify !important;
            -webkit-box-align: center !important;
            display: flex !important;
            flex: 0 0 auto !important;
            border-top: 1px solid rgb(235, 235, 235) !important;
            padding: 16px 24px !important;
            align-items: center !important;
            justify-content: space-between !important;
            font-size: 16px !important;
            line-height: 20px !important;
        }
/*end*/

.modal-content{
	border-radius: 0.7rem;
}
.mobile-data-proyek{display: none;}
.dekstop-data-proyek{display: block;}

@media (max-width: 480px){
	.cluster-container {
    	width: 50%;
    	height: 147px;
	}
}
@media(max-width: 540px){
	.mobile-data-proyek{
		display: block;
	}
	.dekstop-data-proyek{
		display: none;
	}
	.container-fluid{
		width: 100%;
	}
	.modal-content{
	    background-color: rgba(247, 247, 247, 1.0);
	}
	.modal-content .modal-body .share-link-method {
	    /* padding-right: 16px !important; */
	    width: 100% !important;
	    border: 1px solid rgb(235, 235, 235) !important;
	    border-radius: 0 ;
	    cursor: pointer !important;
	    background: rgb(255, 255, 255) !important;
	    margin: 0;
	}
	.modal-content .modal-body .share-link-method:nth-child(1) {
    	border-radius: 8px 8px 0px 0px !important;
	}
	.modal-content .modal-body .share-link-method:nth-child(3) {
	    border-radius: 0px 0px 8px 8px !important;
	    margin-bottom: 16px;
	}
	.modal-content .modal-body .share-link-method:last-child {
	    border-radius: 8px !important;
	}
	.modal-body{
		padding-bottom: 3.5rem;
	}
	.modal-content .modal-body .share-link-method:hover {
    	background-color: #fff !important;
	}
    .tautan-disalin,
    .data-disalin{
    	bottom: 1%;
    }
}

/*fixed stuff*/
	.service-img{
		padding-top: 10px;
	}
	.service-img img{
		height: 45px;
		margin-left: 25px;
		margin-top: 10px;
	}
	.service-img i{
		font-size: 30px;
		margin-right: 20px;
	}
	.service{
		color: #fff;
		background: #24292f;
		font-weight: 700;
		border-radius: 10px 10px 0 0;
	}
	.service-img .ri-close-fill:hover,
	.isi-pertanyaan{
		cursor: pointer;
	}
	.isi-service{
		z-index: 99;
		position: fixed;
		right: 20px;
		bottom: 7rem;
		border-radius: 10px;
		background: linear-gradient(-45deg,var(--primary),var(--secondary));
		background-size: 400% 400%;
		animation: 0.2s cubic-bezier(.25, 1, .30, 1) square-in-top-left both;
	}
	.tutup{
		animation: 0.2s cubic-bezier(.25, 1, .30, 1) square-out-bottom-right both;
	}
	.pembuka{
		padding: 10px 30px;
		padding-top: 30px;
	}
	.pembuka h4{
		font-weight: 800;
		font-size: 30px;
	}
	.pembuka span{
		margin-top: 5px;
		font-weight: 500;
		color: #cad2c5;
		letter-spacing: 1px;
	}
	.isi{
		animation: change 8s ease-in-out infinite;
		background: #fff;
		color: #222;
		border-radius: 10px;
		margin: 20px;
	}
	.suggest{	
		padding: 10px 20px;
		border-bottom: 1px solid #cad2c5;
	}
	.isi-pertanyaan{
		padding: 10px 20px;
		transition: 0.2s;
	}
	.isi-pertanyaan:hover{
		background: rgba(0, 0, 0, 0.1);
	}
	.customservice{
		position: fixed;
		right: 20px;
		bottom: 2rem;
		width: 70px;
		height: 70px;
		animation: change 8s ease-in-out infinite;
		background: linear-gradient(-45deg,#075E54,#25D366,#ffea00);
		background-size: 400% 400%;
		border-radius: 100px;
		border: 0;
		z-index: 99999999999999;
		color: white;
		padding: 10px 25px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.customservice a:hover{
		text-decoration: none;
	}
	.customservice :hover{
		cursor: pointer;
	}
	.customservice i{
		color: #fff;
		font-size: 35px;	
	}
	.kembali-pertanyaan{
		font-weight: 600;
		color: #2c5580;
		cursor: pointer;
		font-size: 14px;
		transition: 0.2s;
	}
	.kembali-pertanyaan:hover{
		color: #15293e;
	}
	.ajukan{
		border-top: 1px solid #cad2c5;
		padding: 10px 20px;
	}
	.ajukan input{
		border: none;
		color: #222;
		outline: none;
		border-radius: 0 0 10px 10px;
		font-weight: 500;
		height: 30px;
		width: 90%;
	}
	.ajukan input::placeholder{
		color: #707070;
		font-weight: 500;
	}
	.ajukan button{
	    border: none;
	    border-radius: 10px;
	    width: 70px;
	    height: 30px;
	    background: #24292f;
	    outline: none;
	}
	.ajukan span{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-weight: 500;
	}
	.back-arrow{
		transition: 0.2s;
	}
	.back-arrow:hover{
		color: var(--primary);
	}

	@keyframes square-in-top-left {
	  from {
	    clip-path: inset(100% 0 0 100%);
	  }
	  to {
	    clip-path: inset(0 0 0 0);
	  }
	}

	@keyframes square-out-bottom-right {
	  from {
	    clip-path: inset(0 0 0 0);
	  }
	  to {
	    clip-path: inset(100% 0 0 100%);
	  }
	}

	@keyframes change{
		0%{
			background-position: 0 50%;
		}
		50%{
			background-position: 100% 50%;
		}
		100%{
			background-position: 0 50%;
		}
	}
	@media(max-width: 540px){
		.isi-service{
			right: 5px;
			left: 5px;
		}
		.customservice{
			right: 5px;
		}
	}

/*end of fixed stuff*/

/*otp*/
#data-diri{
	padding: 15px 20px;
}
.isi-data-diri{
	padding: 0 15px;
}
.form-control:focus{
	border-color: #cad2c5;
	box-shadow: none;
}
.form-control{
	border-radius: 5px;
	border: 1px solid #cad2c5;
}
#nama-pengguna,.wa-pertanyaan{
	font-weight: 500;
}
.login{
	color: var(--primary);
	font-weight: 600;
}
.login:hover{
	color: #e39310;
}
.kirim-otp,.tombol-kirim{
	outline: none;
	border: none;
	background: #24292f;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	transition: 0.3s;
}
.kirim-otp:hover,
.tombol-kirim:hover{
	background: #1a1e23;
}
.title{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.regist-input{
	margin-bottom: 0.8rem;
}
.regist-input input{
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: none;
}
#form-otp{
	padding: 15px;
}
/*end of otp*/

/*loader*/
.loader,.loader1,.loader2{
	place-content: center;
	width: 80px;
	height: 80px;
	background: 
		radial-gradient(
			farthest-side, var(--primary) 94%,
			#0000) top/9px 9px no-repeat,
		conic-gradient(
			#fff 30%,
			var(--primary)
		);
	animation: spin 0.5s infinite linear;
}
.loader::after,
.loader1::after,
.loader2::after{
	content: "";
	width: 64px;
	height: 64px;
	background: #fff;
}
@keyframes spin { 100% {rotate: 1turn; }}

.loader, .loader::after,
.loader1, .loader1::after,
.loader2, .loader2::after{
	border-radius: 50%;
	display: grid;
}
/*end of loader*/

/*bagikan*/
.bagikan-properti-text{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.share-btn-container2 a{
	transition: 0.2s;
	height: 40px;
}
.share-btn-container2 a:hover{
    transform: scale(1.2);
    text-decoration: none;
}	
.share-btn-container2 .ri-facebook-box-fill{
	color: #1877f2;
}
.share-btn-container2 .ri-whatsapp-fill{
	color: #25d366;
}
.share-btn-container2 .ri-twitter-fill{
	color: #1da1f2;
}
.share-btn-container-modal2 .ri-telegram-line{
	color: #0088cc;
}
.share-btn-container2{
    display: flex;
    font-size: 32px;
    gap: 8px;
}
hr{
	margin: 0.7rem 0;
}
/*end of bagikan*/