﻿body {
    display: flex;
    flex-direction: column;
    min-height: 110vh;
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Bold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "MandaiValueSerif";
    src: url("fonts/MandaiValueSerif-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MandaiValueSerif";
    src: url("fonts/MandaiValueSerif-Bold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

/*@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Black.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-BlackItalic.ttf") format('truetype');
}*/

/*@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-BoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ExtraBold.ttf") format('truetype');
}*/

/*@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ExtraBoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ExtraLight.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ExtraLightItalic.ttf") format('truetype');
}*/

/*@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Light.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-LightItalic.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Medium.ttf") format('truetype');
}*/

/*@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-MediumItalic.ttf") format('truetype');
}*/

/*@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-SemiBoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Thin.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ThinItalic.ttf") format('truetype');
}*/
:root {
    --Font-Colours-Equatorial-Green: #003400;
    --Utility-Colours-Lorikeet-Red: #FA0E1C;
    --Font-Colours-Binturong-Black: #202721;
    --Background-Colours-Light-Grey: #F7F7F7;
    --Background-Colours-Medium-Grey: #F0F0F0;
    --font-colours-60-binturong-black-solid: #767A77;
    --font-colours-80-binturong-black: rgba(32, 39, 33, 0.80);
    --Primary-Colours-Casque-Yellow: #FFCC00;
    --Primary-Colours-Equatorial-Green: #003400;
    --tag-navigation-colours-orangutan-orange: #E7342B;
}

.reltext-green {
    color: var(--Font-Colours-Equatorial-Green);
}

.reltext-red {
    color: var(--Utility-Colours-Lorikeet-Red);
}
.reltext-orange {
    color: var(--tag-navigation-colours-orangutan-orange);
}
.reltext-black {
    color: var(--Font-Colours-Binturong-Black);
}

.reltext-60grey {
    color: var(--font-colours-60-binturong-black-solid);
}

.reltext-80grey {
    color: var(--font-colours-80-binturong-black);
}

.relbg-LGrey {
    background-color: var(--Background-Colours-Light-Grey);
}

.relbg-MGrey {
    background-color: var(--Background-Colours-Medium-Grey);
}

.relbg-yellow {
    background-color: var(--Primary-Colours-Casque-Yellow);
}

.rel-color-1 {
    background-color: #110A6D !important
}

a.rel-color-1:focus, a.rel-color-1:hover, button.rel-color-1:focus, button.rel-color-1:hover {
    background-color: #1e7e34 !important
}

.btn-rel {
    border-radius: 30px;
    height: 50%;
    font-size: 100%;
    padding: 7px 15px 7px 15px;
    color: #003400;
    background-color: #FFCC00;
    border-color: #FFCC00;
    font-family: Poppins;
}

    .btn-rel:hover {
        background-color: #FFE88E;
        transform: scale(1.05);
    }

.btn-Next {
    border-radius: 20px;
    height: 44px;
    padding: 7px 15px 7px 15px;
    color: var(--font-colours-60-binturong-black-solid);
    background-color: var(--Background-Colours-Medium-Grey);
    border-color: var(--Background-Colours-Medium-Grey);
}
    .btn-Next:hover {
        color: var(--font-colours-60-binturong-black-solid);
        background-color: var(--Background-Colours-Medium-Grey);
        border-color: var(--Background-Colours-Medium-Grey);
        transform: scale(1.05);
    }
.btn-Next-enable {
    color: var(--Font-Colours-Equatorial-Green) !important;
    background-color: var(--Primary-Colours-Casque-Yellow) !important;
}

.btn-Confirm {
    border-radius: 20px;
    height: 44px;
    padding: 7px 15px 7px 15px;
    color: var(--font-colours-60-binturong-black-solid);
    background-color: var(--Background-Colours-Medium-Grey);
    border-color: var(--Background-Colours-Medium-Grey);
}
    .btn-Confirm:hover {
        color: var(--font-colours-60-binturong-black-solid);
        background-color: var(--Background-Colours-Medium-Grey);
        border-color: var(--Background-Colours-Medium-Grey);
        transform: scale(1.05);
    }
.btn-Confirm-enable {
    color: var(--Font-Colours-Equatorial-Green) !important;
    background-color: var(--Primary-Colours-Casque-Yellow) !important;
}

.btn-Okay {
    border-radius: 20px;
    height: 44px;
    padding: 7px 15px 7px 15px;
    color: var(--font-colours-60-binturong-black-solid);
    background-color: var(--Background-Colours-Medium-Grey);
    border-color: var(--Background-Colours-Medium-Grey);
}
    .btn-Okay:hover {
        color: var(--font-colours-60-binturong-black-solid);
        background-color: var(--Background-Colours-Medium-Grey);
        border-color: var(--Background-Colours-Medium-Grey);
        transform: scale(1.05);
    }
.btn-Okay-enable {
    color: var(--Font-Colours-Equatorial-Green) !important;
    background-color: var(--Primary-Colours-Casque-Yellow) !important;
}

.btn-Can {
    border-radius: 20px;
    height: 44px;
    padding: 7px 15px 7px 15px;
    color: var(--Font-Colours-Equatorial-Green);
    background-color: #fff;
    border-color: var(--Font-Colours-Equatorial-Green);
}
    .btn-Can:hover {
        color: var(--font-colours-60-binturong-black-solid);
        background-color: #fff;
        border-color: var(--Font-Colours-Equatorial-Green);
        transform: scale(1.05);
    }

.btn-relNo {
    color: #000000;
    background-color: #ffb47f;
    border-color: #e58716;
}

.rel-font-1 {
    font-size: 1.3rem;
}

.rel-font-2 {
    font-size: 2rem;
}

.rel-font-3 {
    font-size: 2.4rem;
}

@media screen and (max-width: 320px) {
    .rel-font-2 {
        font-size: 1.5rem;
    }
}

.rel-radius-1 {
    border-radius: 1.3rem;
}

.vertical-center {
    min-height: 70%; /* Fallback for browsers do NOT support vh unit */
    min-height: 70vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.mainButton {
    font-size: 1.8rem;
    color: #ffffff;
    border-radius: 3px solid #6F6F6E;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background-color: #333232;
}

    .mainButton:hover, .mainButton:focus, .mainButton:active, .mainButton.active, .open > .dropdown-toggle.mainButton {
        color: #fff;
        background-color: #00b3db;
        border-color: #285e8e; /*set the color you want here*/
    }

.loading {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.btnSubmit {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition-property: all;
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: initial;
    border: 3px solid #C84332;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background: #C84332;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    font-family: 'Ebrima Bold', Helvetica, Arial, sans-serif;
}

.btnBackNIU {
    font-size: 1.5rem;
    -webkit-transition-property: all;
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: initial;
    border: 3px solid #110A6D;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background-color: #110A6D;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.queueTicket {
    background-image: url(../img/ticket1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.qInfo {
    border: 3px solid #FFFFFF;
    min-width: 10%;
    min-height: 40px;
    background: #B6B0B0;
    float: right;
    font-weight: bold;
    height: 100%;
    padding-top: 2%;
    text-align: center;
    font-size: 1em;
}

.hideQ {
    color: transparent;
    background: #E8E8E8;
}

.curQ {
    background: #6D6B6B;
    color: #FFFFFF;
    font-size: 0.58em;
    min-width: 10%;
    min-height: 40px;
    padding: 1% 0;
    font-weight: bold;
    height: 100%;
}

.hnf-header__logo {
    flex-shrink: 0;
    order: 2;
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.rel-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.rel-text-danger {
    color: #003400;
}

.ride-green {
    background-color: #8dea81;
    color: black;
    border-radius: 12px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.ride-orange {
    background-color: #ffa130;
    color: black;
    border-radius: 12px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.ride-red {
    background-color: rgba(231, 52, 43, 0.1);
    color: var(--tag-navigation-colours-orangutan-orange);
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*font-weight: bold;*/
    font-size: clamp(10px, 1vw, 16px);
}

@media (min-width: 344px) and (max-width: 414px) {
    .ride-red {
        font-size: 7px !important;
    }
	.rel-textbox-inner-m {
		max-width: 81.5% !important;
	}
}

.rel-h3 {
    font-family: MandaiValueSerif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.rel-h4 {
    font-family: MandaiValueSerif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rel-h5 {
    font-family: MandaiValueSerif;
    font-size: 16.25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rel-h6 {
    font-family: MandaiValueSerif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rel-h7 {
    font-family: MandaiValueSerif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.rel-bodytext-1 {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.rel-bodytext-2 {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rel-bodytext-3 {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rel-bodytext-4 {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.rel-timeslot {
    border-radius: 8px;
    height: 52px;
    padding: 0 20px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: left;
}

.rel-timeslot-select {
    border: 1px solid var(--Primary-Colours-Equatorial-Green);
    background: var(--Background-Colours-Light-Grey);
}

.rel-textbox {
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Font-Colours-Binturong-Black);
}
.rel-textbox-invalid {
    border: 1px solid var(--Utility-Colours-Lorikeet-Red) !important;
}
    .rel-textbox-inner {
    padding: 13pt;
    border-radius: 12px;
}

.rel-textbox-inner-m {
    flex: 1;
    box-sizing: border-box;
}

.rel-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: white;
    text-align: center;
    padding: 10px;
}

.rel-top-border {
    border-top: 6px solid #F0F0F0;
}
input:disabled {
    background-color: #f0f0f0; 
    color: #999999;            
}
select:disabled {
    background-color: #f0f0f0; 
    color: #999999;            
}