body{
    font-family: "Roboto";
    background: #D2D6DE;
}

.sosmed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 60px;
    background-color: #F36C21;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding:20px 0;
}

.sosmed p{
    margin: 0;
}

.sosmed a:link, a:visited, a:active {
    color: #fff;	
}

.containers {
    background: #fff;
    width: 90%;
    position: relative;
    margin-top: 20px;
    top: 15%;
    left: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 24px;
}

.header {
    text-align: center;
}
.header img {
    width: 100%;
}
.form {
    position: relative;
    width: 90%;
    left: 5%;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer {
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;

}
.footer a {
    color: #F36C21;
}
.footer a:hover {
    color: #80320d;
}
.button {
    text-align: center;
}
.button .bg {
    background-color: #F36C21;
    color: #ffffff;
    font-weight: bold;
}
.danger {
    color: red;
}

table {
    width: 100%;
}
table th, td{
    padding:5px;
}
.tr {
    background-color: #F36C21;
    color: #fff;
}

.box.box-sefas{
    border-top:8px solid #F36C21;
    box-shadow: 0px 2px 4px 0px #E2E2E2;
    padding: 8px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 24px;
}

.box.box-sefas > .box-header{
    padding: 0;
}

.box.box-sefas > .box-header p{
    color: #0A0A0A;
    padding: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.box.box-sefas > .box-body{
    padding: 0;
}

.box.box-sefas > .box-body p{
    color: #888;
    font-size: 14px;
    /* font-style: normal; */
    /* font-weight: 400; */
    line-height: 20px
}

/* Menghapus outline & box-shadow di semua button */
button, 
button:hover, 
button:active, 
button:focus, 
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none; /* Jika ada border hitam */
}

/* Khusus untuk tombol dengan class tertentu */
.btns, 
.btns:hover, 
.btns:active, 
.btns:focus, 
.btns:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}


.btns{
    outline: none !important;
    box-shadow: none !important;
    padding: var(--Paddng-padding-2, 8px) var(--Padding-padding-4, 16px);
    border-radius: 8px;
    color: var(--Base-White, #FDFDFD);
    background: var(--Gray-gray-300, #D4D4D4);
    text-decoration: none !important;
    margin-right: 12px;
    font-size: 16px;
}

.btn-sefas,
.btn-sefas:hover, 
.btn-sefas:active, 
.btn-sefas:focus, 
.btn-sefas:focus-visible{
    background: #F36C21;
    outline: 1px solid #F36C21 !important;  
}

.btn-sefas-cancel,
.btn-sefas-cancel:hover, 
.btn-sefas-cancel:active, 
.btn-sefas-cancel:focus, 
.btn-sefas-cancel:focus-visible{
    background: var(--Base-White, #FDFDFD);
    color: var(--Base-Black, #0A0A0A);
    outline: 1px solid #888 !important;  
}

/* Optional: Memberikan jarak antar radio button */
.radio.gap {
    margin-bottom: 20px; /* Jarak antar radio button */
}

.radio.gap span {
    display: inline-block; /* Agar input tetap dalam alur */
    width: 100%; /* Input menyesuaikan lebar */
    margin-top: 10px;
    margin-bottom: 10px;
}


.radio.gap p {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
}

.radio.gap input[type="text"] {
    margin: 0; /* Hapus margin bawaan */
    padding: 4px 8px; /* Sesuaikan padding */
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 20px;
    margin-right: 40px;
    width: 90%;
}

/* Tambahkan jarak antar col-md-2 */
.col-sm-1.custom-gap {
    margin-right: 80px;
}

/* Hilangkan margin kanan pada kolom terakhir di setiap baris */
.row .col-sm-1.custom-gap:last-child {
    margin-right: 0;
}

.checkbox.gap {
    margin-bottom: 20px; /* Jarak antar checkbox button */
}

.checkbox.gap span {
    display: inline-block; /* Agar input tetap dalam alur */
    width: 100%; /* Input menyesuaikan lebar */
}

.jabatan{
    color: var(--Primary-Sefas, #F36C21);
    font-family: "Roboto";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    margin-top:20px;
    margin-bottom:40px;
}

.labels{
    color: var(--Base-Black, #0A0A0A);
    /* Text/Body/Base/Medium */
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.labels-small{
    color: var(--Base-Black, #0A0A0A);
    /* Text/Body/Xs/Regular */
    font-family: "Roboto";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.labels-complete{
    color: var(--Gray-gray-400, #CCC);
    /* Text/Body/Xs/Regular */
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.components {
    margin: 40px 0;
}

.table-radio {
    width: auto;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 24px;
}

.table-radio td {
    padding: 8px 0;
    vertical-align: top;
}

.table-radio td:first-child {
    width: 559px;
    padding-right: 120px;
    text-align: left;
    height: 20px;
}

.table-radio input[type="radio"] {
    margin-right: 16px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .sosmed {
        margin-bottom: 40px;
        flex-wrap: wrap;
        height: auto;
    }

    .sosmed span {
        padding-left: 0px;
    }
    
    .table-radio td:first-child {
        padding-right: 60px;
    }
}