/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #contents {
        margin-left: 0;
        margin-top: 80px
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #contents {
        margin-left: 0;
        margin-top: 80px
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #contents {
        margin-left: 0;
        margin-top: 80px
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #contents {
        margin-left: 220px;
        margin-top: 80px
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #contents {
        margin-left: 220px;
        margin-top: 80px
    }
}

:root {
    --yellow72:#f6cc72;
    --green0d: #12a80d;
    --greenAc: #4ad648;
    --black: #000000;
    --greenAB: #1ba4ab;
    --blueC4: #4472c4;
    --blueEA: #cfd5ea;
    --blueF5:#e9ebf5;
}



@font-face {
    font-family: Poppins;
    src: url('/fonts/poppins/Poppins-Regular.ttf');
}

body html {
    font-family: 'Poppins';
}

#novel_image input[type=file] {
    display: none;
}

#pick_image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
#pick_image2 {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
#fks_img {
    max-width: 100%;
    height: 140px;
    border-radius: 10px;
}

#la_img {
    max-width: 100%;
    height: 140px;
    border-radius: 10px;
}



.picker_image {
    height: 200px;
    width: 150px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    border: 1px dotted #b4b4b4;
}

.picker_image2 {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    border: 1px dotted #b4b4b4;
}

.picker_image:hover {
    background-color: rgba(238, 238, 238, 0.5);
}
.picker_image2:hover {
    background-color: rgba(238, 238, 238, 0.5);
}

div#sidebar a#menu_sidebar:hover {
    border-radius: 5px;
    padding-right: 8px;
    background-color: var(--greenAB);
    cursor: pointer;
}



div#sidebar a#menu_sidebar {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: white;

}

.transparent-btn {
    background-color: transparent; border-color: transparent; padding: 0; margin: 0
}

#text1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
    padding: 4px;
}

.side-header-margin {
    margin-left: 220px;
    margin-top: 80px;
}

.header-title {
    background-color: var(--greenAB);
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    text-align: center;
    color: white;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.data-sekolah-con{
    border-radius: 10px;
}

.data-sekolah-wrapper{
    background-color: var(--blueC4);
    padding: 8px;
}

.login-container {
    width: 350px;
    padding: 24px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
.text-center {
    text-align: center ;
    padding-bottom: 16px;
    font-weight: 700;
    font-family: "Poppins";
}

input[type=submit] {
    width: 100%;
    background-color: var(--green0d);
    color: white;
    padding: 8px 20px;
    height: 40px;
    font-size: 14px;
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: var(--greenAc);
}

.my-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 10px;
    box-sizing: border-box;
}

label {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    font-family: Poppins;
}

.text2 {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    font-family: Poppins;
}

.my-input:focus {
    outline: none !important;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    font-size: 14px;
    border: 1px solid var(--black);
    border-radius: 10px;
    box-sizing: border-box;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 220px;
    position: fixed;
    z-index: 1003;
    justify-content: center;
    height: 100%;
    overflow: auto;
    background-color: var(--black);
}


.header {
    position: fixed;
    background-color: var(--greenAB);
    z-index: 1002;
    height: 60px;
}

.profile-container {
    background-color: var(--greenAB);
    padding: 8px;
    border-radius: 10px;
}

.add-container {
    padding: 16px;
    background-color: white;
    border-radius: 10px;
    border: 1px #9ca3af;
}

.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

.circle-image {
    border-radius: 50%;
}

.header-profile {
    padding: 8px;
}

.text-w500-16 {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.text-w400-12 {
    font-size: 12px;
    font-weight: 500;
    color: white;
}

.text-w400-14 {
    font-size: 14px;
    font-weight: 400;
    color: #0CAD18;
}

.text-w400-14-n {
    font-size: 14px;
    font-weight: 400;
    color: #0CAD18;
    text-align: center;
}

.text-w700-14-black {
    font-size: 14px;
    font-weight: 700;
    color: #262520;
    font-family: 'Poppins';
}

.text-w400-14-black {
    font-size: 14px;
    font-weight: 400;
    color: #262520;
    font-family: 'Poppins';
}

.text-w400-12-black {
    font-size: 12px;
    font-weight: 400;
    color: #262520;
    font-family: 'Poppins';
}

.text-w400-14-orange {
    font-size: 14px;
    font-weight: 400;
    color: orange;
}

.text-w400-14-orangen {
    font-size: 14px;
    font-weight: 400;
    color: orange;
}

.text-w400-14-orange:hover {
    font-size: 14px;
    font-weight: 400;
    color: grey;
}

.text-w400-14:hover {
    font-size: 14px;
    font-weight: 400;
    color: grey;
}


.logout {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}



.text-14-w400-black {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
}

.text-14-w400-gray {
    font-size: 14px;
    font-weight: 400;
    color: #a0aec0;
    font-family: "Poppins";
}

.text-14-w400-gray-s {
    font-size: 10px;
    font-weight: 400;
    color: #bdb9b9;
    font-family: "Poppins";
}

.text-12-w400-white {
    font-size: 14px;
    font-weight: 400;
    color:white;
    font-family: "Poppins";
}

.text-14-w400-white {
    font-size: 14px;
    font-weight: 400;
    color:white;
    font-family: "Poppins";
}

.text-15-w500-black {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #494949;
    margin-top: 8px;
    font-family: "Poppins";
}

thead {
    background-color: var(--blueC4);
}

th {
    font-size: 14px;
    font-weight: 500;
    color: white;
    font-family: "Poppins";
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: 0 2px 0 rgba(128, 128, 128, .15);
    text-align: center !important;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    line-height: 10px !important;
}



td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-top: 4px !important;
    text-align: center !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

table.dataTable thead th {
    border-bottom: none !important;
}

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: var(--blueEA) !important
}

div.dataTables_filter, div.dataTables_length {
    margin: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 3px !important;
}

.paginate_button.current {
    color: #ffffff !important;
    background-color: #4786c5 !important;
}

.content-container {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.rounded-container {
    border-radius: 5px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: var(--yellow72);
}

.btn-m {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 8px 8px;
    cursor: pointer;
}

.koordinat-container {
    background-color: white;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: transform .2s;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.koordinat-container:hover {
    transform: scale(1.030);
}

.form-check-input:checked{
    background-color: green !important;
    border: 0;
}
.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.1rem green !important;
}


