.card-body {padding: 1rem 1rem;}
.bg-soft-primary {background: none !important;}
.search-utama {width: 800px !important; border-radius:25px;border:5px solid #5b83f1;padding:15px;}
.w100 {width: 100% !important;}
.w1220 {width: 1024px;}
.btn-soft-grape {
    color: #fff;
    background-color: #605dba;
    border-color: #605dba;
}
.btn-soft-grape:hover {color: #605dba ; background: #fff}
.text-violet {
    --bs-text-opacity: 1;
    color: #a07cc5!important;
}
.form-border {border-radius:25px;border:5px solid #5b83f1;padding:15px;}

@media (max-width:768px){
	.search-utama {width: 100% !important}
	.w1220, .mw-100  {width: 100% !important;}
	.mm-10 {margin-bottom: 15px;}
	.light-gallery-wrapper {padding-bottom: 0 !important;}
	.form-border {margin-bottom: 20px;}
	#btdl .btn {width: 100%; margin-bottom: 10px;}
	#btdl .btn-soft-grape {color: #605dba ; background: #fff; font-size: 0.7em;}
	.display-1 {font-size: 1.3em;}
}
/*
.form-floating {position: absolute;}
.form-floating>label {
    position: absolute  !important;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0.6rem 1rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
*/