body {
    padding-top: 50px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.form-crf {
    font-family: Montserrat;
}
.form-header {
    color: #126cc7;
    cursor: default;
    background-color: #ccd2ea;
    text-align: center;
    font-family: Montserrat;
}
#div-language
{
    float: right;
    /*margin-top: 12px;*/
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}
.div-lang
{
    display: table-cell;
    padding: 5px;
    cursor: pointer;
}
#lang-BM {
    border-right: 1px solid #5d88cf;
}
#lang-EN {
    color: #c2c6c8;
}
.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 9999;
}
.div-loader {
    background-color: #94A5B6;
    text-align: center;
    /*border: 1px solid #6391DC;*/
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    width: 150px;
    height: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -75px; /* [-(height/2)px 0 0 -(width/2)px] */
    cursor: default;
}
.popupMessage {
    background-color: #dde1ec;
    text-align: center;
    /*border: 1px solid #6391DC;*/
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 330px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -165px; /* [-(height/2)px 0 0 -(width/2)px] */
    cursor: default;
    font-family: Montserrat;
    box-shadow: 0 0 5px 0 rgba(80, 80, 255, 0.2), 0 5px 5px 2px rgba(50, 50, 215, 0.24);
}
#btn-Popup {
    margin-top: 17px;
    width: 70px;
    border-radius: 5px;
    border: 1px solid #96999f;
    font-family: Montserrat;
    height: 28px;
}
#btn-Popup:hover {
    background-color: #d1dcfb;
    border: 1px solid #546cdc;
}
.div-form {
    width: 100%;
    text-align: left;
    margin: auto;
}
#div-user-entry {
    margin-top: 0px !important;
}
#div-Member {
    padding: 5px 15px 20px 15px;
}
.div-gray-search {
    width: 28px;
    /*background: url('../Images/Gray_Search.png') no-repeat 0px 0px;
    background-size: 28px 28px;*/
    border-radius: 3px;
}
#txt-FAQ-Search {
    background: url('../Images/Gray_Search.png') no-repeat 3px 3px;
    background-size: 22px 22px;
    padding-left: 35px;
    border: 2px solid #9fb3e7;
    border-right: none;
    height: 31px;
    background-color: white;
    width: 100%;
    border-radius: 0px;
}
#btn-FAQ-Search {
    color: white;
    background-color: #2e2d31;
    width: 100%;
    height: 31px;
    border: 1px solid #2e2d31;
}
.td-black-card {
    vertical-align: middle;
}
.div-black-card {
    width: 28px;
    background: url('../Images/MilesCard.png') no-repeat 0px 0px;
    background-size: 28px 20px;
    border-radius: 3px;
}
.td-black-phone {
    vertical-align: middle;
    padding-left: 5px;
}
.div-black-phone {
    width: 20px;
    background: url('../Images/Telephone.png') no-repeat 0px 0px;
    background-size: 20px 20px;
}
.td-black-profile {
    width: 40px;
    background: url('../Images/Black_Profile.png') no-repeat 3px 7px;
    background-size: 25px 25px;
}
.td-black-ID {
    width: 40px;
    background: url('../Images/Black_ID.png') no-repeat 2px 5px;
    background-size: 29px 29px;
}
.txt-reg {
    /*border: 1px solid #ccddfc;*/
    border: none !important;
    border-bottom: 2px solid #2f79e8 !important;
    padding: 3px;
    padding-left: 3px;
    /*width: 280px;*/
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.txt-IC-MY {
    text-align: center;
    padding-left: 2px !important;
    font-size: 15px;
    letter-spacing: 3px;

    margin: 0;
    display: inline;
    width: 100%;
    /*height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
}
.txt-member::-webkit-input-placeholder {
    color: #535050;
}
.txt-member::-moz-placeholder {
    color: #535050;
}
.txt-member:-ms-input-placeholder {
    color: #535050;
}
.IC-NO {
    font-size: 15px;
    letter-spacing: 3px;
}
.spn-dash {
    font-size: 7px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}
.med-radius {
    border-radius: 4px;
}
.txt-reg:read-only {
    background-color: #e8ebee;
}
.div-row {
    margin-bottom: 5px;
    width: 100%;
    /*border: 1px solid red;*/
}

.txt-grey {
    color: #535260;
}
.btn-form {
    margin: auto;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    width: 87px;
    font-size: 13px;
    display: table-cell;
    box-shadow: 0 0 3px 0 rgba(80, 80, 255, 0.2), 0 2px 2px 2px rgba(50, 50, 215, 0.24);
    font-weight: bold;
    font-family: 'Courier New';
    border: 1px solid #c1d9f8;
    background-image: -webkit-linear-gradient(bottom, #b9dbee 7%, #d5e7f7 100%);
    background-image: -moz-linear-gradient(bottom, #b9dbee 7%, #d5e7f7 100%);
    background-image: -o-linear-gradient(bottom, #b9dbee 7%, #d5e7f7 100%);
    background-image: linear-gradient(bottom, #b9dbee 7%, #d5e7f7 100%);
    color: #26267a;
}
.btn-form:hover {
        
    color: #7c7c30;
    border: 1px solid #e8ea9b;
    background-image: -webkit-linear-gradient(bottom, #f2f3db 7%, #f2f4b2 100%);
    background-image: -moz-linear-gradient(bottom, #f2f3db 7%, #f2f4b2 100%);
    background-image: -o-linear-gradient(bottom, #f2f3db 7%, #f2f4b2 100%);
    background-image: linear-gradient(bottom, #f2f3db 7%, #f2f4b2 100%);
}
.btn-form:disabled {
    background-image: -webkit-linear-gradient(bottom, #d9dde0 7%, #e5edf5 100%);
    background-image: -moz-linear-gradient(bottom, #d9dde0 7%, #e5edf5 100%);
    background-image: -o-linear-gradient(bottom, #d9dde0 7%, #e5edf5 100%);
    background-image: linear-gradient(bottom, #d9dde0 7%, #e5edf5 100%);
    border: 1px solid #a6b5c9;
    color: #7188a5;
}
.div-Error-Msg {
    padding: 10px;
    color: red;
    font-family: Montserrat;
    font-size: 12px;
}
.lbl-country
{
    font-weight: normal;
    cursor: pointer;
}
.rdoNationality {
    cursor: pointer;
}
.td-rdo
{
    padding-right: 3px;
}
.td-rdo-desc {
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.td-rdo-btn {
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 3px;
    cursor: pointer;
}
.lbl-rdo {
    font-size: 12px;
    color: white;
    font-weight: normal;
    cursor: pointer;
}
.lbl-chk {
    font-size: 13px;
    color: white;
    font-weight: normal;
    cursor: pointer;
}
.td-chk-btn {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.td-chk-desc {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
#div-main-footer {
    background-color: #191818;
    color: white;
    padding: 10px 5px 10px 5px;
}
.footer-cell
{
    display: table-cell;
    padding-left: 20px;
    cursor: pointer;
    font-size: 10px;
}
.tdPass {
    width: 55px;
    height: 45px;
    padding-right: 5px;
}
.tdPIN {
    width: 50px;
    height: 40px;
    padding-right: 3px;
}
.txt-passcode {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    font-family: 'Courier New';
    color: #2c63f1;
    font-weight: bold;
    box-shadow: 0 0 3px 0 rgba(80, 80, 255, 0.2), 0 2px 2px 2px rgba(50, 50, 215, 0.24);
}
.txt-PIN {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-family: 'Courier New';
    color: #2c63f1;
    font-weight: bold;
    box-shadow: 0 0 3px 0 rgba(80, 80, 255, 0.2), 0 2px 2px 2px rgba(50, 50, 215, 0.24);
}
.txt-OTP {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    font-family: 'Courier New';
    color: #2c63f1;
    font-weight: bold;
    box-shadow: 0 0 3px 0 rgba(80, 80, 255, 0.2), 0 2px 2px 2px rgba(50, 50, 215, 0.24);
}
.hr-line
{
    border: none;
    border-top: 1px solid #c3ced8;
}
#calling-id
{
    text-align: center;
    color: #7f8185;
    margin-right: 5px !important;
    padding-left: 0px;
    width: 60px;
}
#txtCI_CallingID {
    text-align: center;
    color: #7f8185;
    padding-left: 0px;
}
#div-countries {
    height: 285px;
    overflow-y: auto;
    width: 320px;
    position: absolute;
}
.country-row {
    text-align: left;
    padding: 1px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    background-color: white;
}
.country-row:hover{
    background-color: #e3e9ee;
}
.country-code {
    display: table-cell;
    width: 50px;
    color: #979ba4;
}
.country-desc {
    display: table-cell;
}
#btn-TNC-Back {
    margin-top: 10px;
    margin-bottom: 15px;
}
#btn-PDPA-Back {
    margin-top: 10px;
    margin-bottom: 15px;
}
.disabledDiv {
    pointer-events: none;
    /*opacity: 0.4;*/
}

.divAddressHeader {
    border-top: 1px solid #8796d3;
    padding-top: 5px;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
}
.divAssistHeader {
    border-top: 1px solid #8796d3;
    margin-top: 8px;
    height: 2px;
}
.rdo-Gender {
    transform: scale(1.2);
}
.rdo-StaffAssist {
    transform: scale(1.2);
}
/* Change font size of the main select box */
.select2-container .select2-selection--single {
    font-size: 13px; /* Change this to your desired size */
}

/* Change font size of the dropdown options */
.select2-container .select2-results__option {
    font-size: 13px; /* Change this to your desired size */
}

#txtMobileNumber, #calling-id, #txtCI_CallingID, #txtCardNo1, #txtCardNo2 {
    font-family: Montserrat !important;
    letter-spacing: 2px !important;
    font-size: 14px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
