.Mode_Gelap {position: fixed;
bottom: 50px;
right: 30px;
background-color: var(--dropdown-bg);
box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.2);
padding: 8px;
border-radius: 50%;
z-index: 3;
cursor: pointer;
}
.Mode_Gelap svg {width: 24px;
flex-shrink: 0;
fill: #ffce45;
stroke: #ffce45;
transition: 0.5s;
}
.Mode_Cerah {
--theme-bg-color: rgb(255 255 255 / 31%);
--theme-color: #3c3a3a;
--inactive-color: #333333;
--button-inactive: #3c3a3a;
--dropdown-bg: #f7f7f7;
--overlay-bg: rgb(255 255 255 / 30%);
--dropdown-hover: rgb(236 236 236);
--border-color: rgb(255 255 255 / 35%);
--popup-bg: rgb(255 255 255);
--hover-List-bg: rgba(255 255 255 / 35%);
--scrollbar-bg: rgb(255 253 253 / 57%);
--content-title-color: --theme-color;
}
.Mode_Cerah .Mode_Gelap svg {fill: transparent;
stroke: var(--theme-color);
}
.Mode_Cerah .Desc-img {border: 2px solid var(--theme-bg-color);
}
.Mode_Cerah .Frame_Applications ul {
background-color: var(--theme-bg-color);
}
.Mode_Cerah .Box-Warn__title {border-color: var(--theme-color);
}
.Mode_Cerah .dropdown.is-active ul {background-color: rgba(255, 255, 255, 0.94);
}
.Mode_Cerah .Owner_Roof {
color: white;
}
body.Mode_Cerah:before,body.Mode_Cerah .video-bg:before { content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.45) 100%);
-webkit-backdrop-filter: saturate(3);
 backdrop-filter: saturate(3);
}	

html {
box-sizing: border-box;-webkit-font-smoothing: antialiased;

}
body {	
font-family: var(--body-font);
background-image: url("bg.png");
align-items: center;
flex-direction: column;
padding: 2em;
width: 100%;
height: 100vh;
background: linear-gradient(45deg, red, green, yellow, green, #9C27B0, yellow, #3F51B5, #2196F3, #03A9F4, yellow,green);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media screen and (max-width: 480px) {body { padding: 0.8em;}}

.Bani {
background-color: var(--theme-bg-color);height: 99%;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
width: 100%;
border-radius: 14px;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.Lapisan-Bani {width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
pointer-events: all;
background-color: rgba(36, 39, 59, 0.8);
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.Lapisan-Bani.is-active {visibility: visible;
opacity: 1;
}
.Roof {display: flex;
align-items: center;
flex-shrink: 0;
height: 58px;
width: 100%;
border-bottom: 1px solid var(--border-color);
padding: 0 30px;
white-space: nowrap;
}
@media screen and (max-width: 480px) {
.Roof { padding: 0 16px;}
}
.Roof-List {
display: flex;
align-items: center;
}
.Roof-List a {padding: 20px 30px;
text-decoration: none;
color: var(--inactive-color);
border-bottom: 2px solid transparent;
transition: 0.3s;
}
@media screen and (max-width: 610px) {
.Roof-List a:not(.Roof-Inti-link) { 
display: none;
}
}
.Roof-List a.is-active, .Roof-List a:hover {color: var(--theme-color);
border-bottom: 2px solid var(--theme-color);
}

.Ball_Roof {width: 15px;
height: 15px;
background-color: grey;
border-radius: 50%;
box-shadow: 24px 0 0 0 grey, 48px 0 0 0 grey, 72px 0 0 0 grey;
margin-right: 195px;
flex-shrink: 0;
}@media screen and (max-width: 945px) {.Ball_Roof { display: none;
}}

.Roof-Desc {display: flex;
align-items: center;
padding: 0 16px 0 40px;
margin-left: auto;
flex-shrink: 0;
}
.Roof-Desc svg {width: 22px;
color: #f9fafb;
flex-shrink: 0;
}
.Info {position: relative;
}
.Info_Number {position: absolute;
background-color: #3a6df0;
width: 16px;
height: 16px;
border-radius: 50%;
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
right: -6px;
top: -6px;
}
.Info + svg {margin-left: 22px;
}@media screen and (max-width: 945px) {.Info + svg { display: none;
}}
.Desc-img {width: 32px;
height: 32px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
border: 2px solid var(--theme-color);
margin-left: 22px;
}
.Frame {
display: flex;
flex-grow: 1;
overflow: hidden;
}
.Sisi_Kiri {flex-basis: 240px;
border-right: 1px solid var(--border-color);
padding: 26px;
overflow: auto;
flex-shrink: 0;
}
@media screen and (max-width: 945px) {
.Sisi_Kiri { display: none;}
}
.Frame_Sisi + .Frame_Sisi {margin-top: 20px;
}
.Judul_Sisi {color: var(--inactive-color);
margin-bottom: 14px;
}
.Daftar_Sisi {
display: flex;
flex-direction: column;
white-space: nowrap;
}
.Daftar_Sisi a {text-decoration: none;
color: var(--theme-color);
display: flex;
align-items: center;
font-weight: 400;
padding: 10px;
font-size: 14px;
border-radius: 6px;
transition: 0.3s;
}
.Daftar_Sisi a:hover {background-color: var(--hover-List-bg);
}
.Daftar_Sisi svg {width: 16px;
margin-right: 8px;
border-radius: 2px;
}
.Frame_Owner {
display: flex;
flex-direction: column;
color: var(--theme-color);
padding: 20px 40px;
height: 100%;
overflow: auto;
background-color: var(--theme-bg-color);
}
@media screen and (max-width: 510px) {.Frame_Owner { padding: 20px;
}}
.Owner_Roof {display: flex;
align-items: center;
margin-left: -10px;
margin-right: -10px;
justify-content: space-between;
background-image: url("utama.png"), linear-gradient(to left top, yellow,red,purple,green,blue);
border-radius: 14px;
padding: 20px 40px;
margin-bottom: 10px;
}
@media screen and (max-width: 415px) {
.Owner_Roof { padding: 20px;
}}
.Frame_Owner.overlay {pointer-events: none;
transition: 0.3s;
background-color: var(--overlay-bg);
}

.Btn_Link {background-color: #3a6df0;
border: none;
padding: 8px 26px;
color: #fff;
border-radius: 20px;
margin-top: 16px;
cursor: pointer;
transition: 0.3s;
white-space: nowrap;
}
.Box_App_Desc {
margin-left: -10px;
margin-right: -10px;
background-color: var(--content-bg);
border: 1px solid var(--theme-bg-color);
padding: 10px;
border-radius: 20px;
}
.Box_App_Desc:hover {
transform: scale(1.02);
background-color: var(--theme-bg-color);
}
.Box_App_Desc svg {
width: 28px;border-radius: 6px;margin-right: 12px;flex-shrink: 0;
}
.Box_App_Desc span {
display: flex;
align-items: center;
}

@media screen and (min-width: 510px) {
.Box_App_Desc {
padding: 20px 
margin-top: 10px;
}
}
}::-webkit-scrollbar {width: 6px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {background: var(--scrollbar-bg);
border-radius: 10px;
}

* {outline: none;
box-sizing: border-box;
}
:root {
--theme-bg-color: rgba(16 18 27 / 40%);
--border-color: rgba(113 119 144 / 25%);
--theme-color: #f9fafb;
--inactive-color: rgb(113 119 144 / 78%);
--body-font: "Poppins", sans-serif;
--hover-List-bg: rgba(12 15 25 / 30%);
--content-title-color: #999ba5;
--content-bg: rgb(146 151 179 / 13%);
--button-inactive: rgb(249 250 251 / 55%);
--dropdown-bg: #21242d;
--dropdown-hover: rgb(42 46 60);
--popup-bg: rgb(22 25 37);

--overlay-bg: rgba(36, 39, 59, 0.3);
--scrollbar-bg: rgb(1 2 3 / 40%);
}
.Bag_Inti {display: flex;
flex-direction: column;
flex-grow: 1;
align-items: center;
}

a {
  text-decoration: none !important;
  }
  
form {
	    margin-top: 15px;
        background-color: black;
        width: 300px;
        height: 44px;
        border-radius: 5px;
        display:flex;
        flex-direction:row;
        align-items:center;
      }
      input {
        all: unset;
        font: 16px system-ui;
        color: white;
        height: 100%;
        width: 100%;
        padding: 6px 10px;
      }
      ::placeholder {
        color: #fff;
        opacity: 0.7; 
      }
     .Btn-Find{
        all: unset;
        cursor: pointer;
        width: 44px;
        height: 44px;
      }      
@font-face  {
    font-family: 'Arab';
    src: url('Arab.woff');
    src: url('Arab.woff2');
  }  
@font-face   {
    font-family: 'Ejaan'; 
    src: url('Ejaan.woff');
    src: url('Ejaan.woff2');
  }  
.arab {
margin-right: 10px; 
margin-top: 10px;
line-height: 2em;
font-family: 'Arab';
font-size: 23px;
text-align: right;
}   
.ejaan {
font-family: 'Ejaan';
 font-style: italic;  
font-size: 17px;
}
.terjemah {
font-family: 'Times New Roman';
font-style: italic;  
font-size: 10px;
}

