.imgcenter {
    margin: 0 auto;
}

.bcol {
    color: #212047;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "AppleColor Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn-blue {
    background-color: #212047 !important;
    color: white !important;
}

#msform {
    position: relative;
    margin-top: 20px;
}

#msform p {
    margin-top: 0;
    margin-bottom: 5px;
    color: #8e98ac;
    padding: 0px 8px 4px 8px;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "AppleColor Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #2c3e50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

#msform .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
    width: 100%;
    color: #8e98ac;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.btn-circle-sm {
    width: 25px;
    height: 25px;
    line-height: 35px;
    font-size: 0.9rem;
    background-color: #424084;
    border-radius: 50% !important;
}

/* -- --*/

/* HIDE RADIO */
[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type="radio"]+img {
    cursor: pointer;
}

[type="checkbox"]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
.icon-active {
    border: 2px solid #212047 !important;
}

.icon-active2 {
    background-color: #212047 !important;
    color: white !important;
}

.p-active {
    background-color: #212047 !important;
    color: white !important;
}

.bordericon {
    border: 1px solid #d2cece;
    border-radius: 10px;
}

.footer {
    background: #212047;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 15 px;
}

.tgllahir-anak {
    margin-top: 5px;
}

.custom-select {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;

    background: none !important;
    text-align: center;
    font-size: 12px !important;
    padding: 0 !important;
}

@media (min-width: 576px) {
    .box1 {
        box-shadow: 0 1px 3px 0 #cdcdcd, 0 0 0 1px #f1f1f1 !important;
        -webkit-box-shadow: 0 1px 3px 0 #cdcdcd, 0 0 0 1px #f1f1f1 !important;
        border-radius: 0.4rem;
    }

    .bordericon p {
        color: #969faa;
        font-weight: bold;
        margin-bottom: 0;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .bordericon p {
        color: #969faa;
        font-weight: bold;
        margin-bottom: 0;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1900;
    background: #1a35c654;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #490fc8;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #db1313;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d99920;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
