﻿body {
    padding-top: 100px;
}

.title {
    font-family: 'lato-bold';
    font-size: 30px;
    color: #42495B;
}

.prev-btn {
    color: #4A4A4A;
}

.mohonPic {
    text-align: center;
    display: block;
    width: 150px;
    height: 150px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
}
.btn:disabled {
    background: #b7b7b7;
}
.text-grey-underline {
    color: #b7b7b7;
    text-decoration: underline;
}
input[type=radio] {
    width: 25px;
    height: 25px;
}

.bg-card-ms {
    background-color: #f7f7f7;
    box-shadow: 0px 30px 40px #00000026;
}
.bg-card-ms-shadow {
    box-shadow: 0px 30px 40px #00000026;
}
.new-input {
    text-align: center;
}

.container-radio {
    text-align: center;
    word-spacing: 100px;
}

.consent {
    color: var(--blue);
    text-decoration:underline;
}

@media (max-width: 576px){
    #cr2.container-radio {
        word-spacing: 240px;
    }

    #submit-radio-payment.mohon-button {
        width: inherit;
    }
    .col-mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #modal-borang.modal-body {
        padding: 1rem 20px !important;
    }

    .container-radio {
        word-spacing: 60px;
    }

    .radio-text {
        margin-left: 20px;
    }
} 

.radio-text {
    margin-left: 27px;
}
.mohon-price {
    color: var(--blue);
}

.mohon-monthly {
    color: var(--orange);
}

.radio-text-payment-margin {
    margin-left: 27px;
}

.title-payment {
    color: #212492;
    text-align: left;
}

.cardPrice {
    color: var(--blue);
}

.wizard > .steps {
    display: none;
}

button:focus{
    outline: 0 !important;
}

.form-control::-webkit-input-placeholder {
    font-family: 'lato-regular', sans-serif;
}

.form-control:-ms-input-placeholder {
    font-family: 'lato-regular', sans-serif;
}

.form-control:-moz-placeholder {
    font-family: 'lato-regular', sans-serif;
}

.form-control::-moz-placeholder {
    font-family: 'lato-regular', sans-serif;
}

/*------------MODAL-------------*/
.bg-modal {
    background: #F7F7F7;
}
.top-modal {
    display: block;
    position: fixed;
    background: white;
    margin-top: -3rem;
    margin-left: -1rem;
    min-width: 52%;
}
.text-padding-modal {
    padding-top: 100px;
}

.logo-modal {
    margin-left:-70%;
}

.checkbox > input {
    width: 25px;
    height: 25px;
    border: 1px solid #AEAEAE;
}
.term-modal {
    position: relative;
    margin: 0 auto;
    top: 15%;
    border-radius: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-content-mohonSekarang {
    border-radius: 15px !important;
}

.modal-body-mohonSekarang {
    background-color: white;
}

.text-borang-grey {
    color: #808080;
}

.bg-label-borang {
    background-color: #E7E6E6 !important;
}

table#tableBorangCadangan > thead > tr > th {
    text-align: center;
    vertical-align: middle;
    background-color: #E7E6E6 !important;
}

.vertical-text-align {
    text-align: center;
    vertical-align: middle !important;
}

.bg-darkgrey {
    background-color: #939393;
}

#tablePenyakitKritikal-mobileView{
    display: none;
}

@media (max-width: 768px) {
    #tablePenyakitKritikal{
        display: none;
    }

    #tablePenyakitKritikal-mobileView {
        display: block;
        font-size: 16px;
        line-height: 22px;
    }
}