
@font-face {
    font-family: 'Tahoma';
    src: url('fonts/Tahoma Regular font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TahomaBold';
    src: url('fonts/Tahoma-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.radio-buttons-container div {
    display: inline-block;
    margin: 5px;
}

input[type="radio"] {
    display: none; /* Hide the default radio button */
}

    input[type="radio"] + label {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        background-color: #00a3b4;
        color: white;
        border-radius: 20px;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    input[type="radio"]:checked + label {
        background-color: #007b83; /* Highlight the selected button */
        transform: scale(1.1);
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.RewardContBox {
    border-radius: 5px 5px 5px 5px;
/*    padding: 20px !important;
    margin: 0px !important;
    color: white;
    font-family: AvantGarde;
    font-size: 22px !important;
    line-height: 20px;*/
}

    .RewardContBox.BlackBG {
        background-color: #B7C9E2;
    }


    .RewardContBox.redBG {
        /*background-color: #e61a4f;*/
        background-color:transparent;
    }


    .RewardContBox.yellowBG {
        background-color: #fdb916;
    }

    .RewardContBox.pinkBG {
        background-color: #f27698;
    }

    .RewardContBox.blueBG {
        background-color: #06a7e0;
    }

    .RewardContBox.LightblueBG {
        background-color: #00a3b4;
    }


.LogoImage {
    padding: 60px;
}


.RewardImage {
    padding: 0px;
}

.RadioOption {
    font-weight: bold;
    width: 100%;
    height: 25px;
    font-size: 25px;
    font-family: Tahoma;
    border-radius: 5px !important;
}

input::placeholder {
    color: #00a3b4; /* Change placeholder color */
    font-size: 28px; /* Adjust placeholder text size */
    font-family: Tahoma /* Optional: make it italic */
}

.ErrorMessage {
    color: red !important;
    font-size: 28px;
    font-family: Tahoma;
    background-color: transparent;
}

.textBoxCode {
    font-weight: bold;
    width: 100%;
    height: 50px;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #203564 !important;
    color: #203564 !important;
    font-size: 25px;
    font-family: Tahoma;
    border-radius: 0px !important;
    text-align: center !important;
}

/*input::placeholder {
    color: #203564;
    font-size: 36px;
    font-family: Tahoma;
}*/
.HeaderText {
    color: #203564;
    font-size: 48px;
    font-family: TahomaBold;

}

.HeaderTextReward {
    color: #00a3b4;
    font-size: 36px;
    font-family: TahomaBold;
}

.HeaderTextRewardsmall {
    color: #00a3b4;
    font-size: 30px;
    font-family: TahomaBold;
}


.HeaderText .Homepage {
    font-size: 32px;
}


.HeaderTextSmall {
    color: #203564;
    font-size: 20px;
    font-family: Tahoma;
}

.RewardDesc {
    color:#231f20 !important;
    font-size: 22px;
    font-family: Tahoma
}

    .RewardDesc .HyperLink {
        font-size: 22px;
    }

.FormText {
    color: #00a3b4 !important;
    font-size: 36px;
    font-family: Tahoma
}

.FormTextTnC {
    color: #00a3b4 !important;
    font-size: 15px;
    font-family: Tahoma
}


.HyperlinkText {
    color: #646466 !important;
    font-size: 22px;
    font-family: Tahoma
}

    .HyperlinkText .HyperLink {
        font-size: 22px;
    }

.submit {
    color: white !important;
    background-color: #11a4b6;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: bold;
    border: 0px;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
}

.btnClaim {
    color: #fdbd12;
    background-color: #203564;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: bold;
    border: 0px;
    padding: 10px 40px 10px 40px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.TopSpace {
    margin-top: -220px !important;
}

.TopSpaceText {
    margin-top: -200px !important;
}

.lineXS {
    height: 10px;
}

.lineS {
    height: 15px;
}

.lineM {
    height: 20px;
}

.lineL {
    height: 30px;
}

.lineL {
    height: 40px;
}

.lineXL {
    height: 60px;
}

.lineVoucher {
    height: 40px;
    background-color: #00abe6;
}


/*
 X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-device-width : 375px) and (max-device-width : 667px) {


    .TopSpace {
        margin-top: -10px !important;
    }

    .TopSpaceText {
        margin-top: 10px !important;
    }


    .lineL {
        height: 10px;
    }





    .LogoImage {
        padding: 10px !important;
    }

    .RewardImage {
        padding: 0px;
    }
    .radio-buttons-container div {
        display: inline-block;
        margin: 5px;
    }

    input[type="radio"] {
        display: none; /* Hide the default radio button */
    }

        input[type="radio"] + label {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            background-color: #00a3b4;
            color: white;
            border-radius: 20px;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        input[type="radio"]:checked + label {
            background-color: #007b83; /* Highlight the selected button */
            transform: scale(1.1);
        }










    .RadioOption {
        font-weight: bold;
        width: 100%;
        height: 15px;
        font-size: 15px;
        font-family: Tahoma;
        border-radius: 5px !important;
    }


    input::placeholder {
        color: #00a3b4; /* Change placeholder color */
        font-size: 10px; /* Adjust placeholder text size */
        font-family: Tahoma /* Optional: make it italic */
    }

    .ErrorMessage {
        color: red !important;
        font-size: 16px;
        font-family: Tahoma;
        background-color: transparent;
    }

    .textBoxCode {
        font-weight: bold;
        width: 100%;
        height: 50px;
        border-width: 2px !important;
        border-style: solid !important;
        border-color: #203564 !important;
        color: #203564 !important;
        font-size: 15px;
        font-family: Tahoma;
        border-radius: 5px !important;
        text-align: center !important;
    }

    .HeaderTextReward {
        color: #00a3b4;
        font-size: 15px;
        font-family: TahomaBold;
    }

    .HeaderTextRewardsmall {
        color: #00a3b4;
        font-size: 10px;
        font-family: TahomaBold;
    }

    .HeaderText {
        color: #203564;
        font-size: 12px;
        font-family: Tahoma;
    }

        .HeaderText .Homepage {
            color: #203564;
            font-size: 12px;
            font-family: Tahoma;
        }


    .HeaderTextSmall {
        color: #203564;
        font-size: 10px;
        font-family: Tahoma;
    }

    .RewardDesc {
        color: #231f20 !important;
        font-size: 14px;
        font-family: Tahoma
    }


    .FormText {
        color: #00a3b4 !important;
        font-size: 15px;
        font-family: Tahoma
    }


    .FormTextTnC {
        color: #00a3b4 !important;
        font-size: 10px;
        font-family: Tahoma
    }
    .HyperlinkText {
        color: #646466 !important;
        font-size: 10px;
        font-family: Tahoma
    }

        .HyperlinkText .HyperLink {
            font-size: 10px;
        }

    .RewardDesc .HyperLink {
        font-size: 10px;
    }

        .FormText .HyperLink {
            font-size: 10px;
        }

        .FormText .TC {
            font-size: 5px;
        }


    .submit {
        color: white !important;
        background-color: #11a4b6;
        font-size: 15px;
        text-transform: uppercase;
        font-family: Tahoma;
        font-weight: bold;
        border: 0px;
        padding: 10px 40px 10px 40px;
    }

    .btnClaim {
        color: #fdbd12;
        background-color: #203564;
        font-size: 15px;
        text-transform: uppercase;
        font-family: Tahoma;
        font-weight: bold;
        border: 0px;
        padding: 10px 40px 10px 40px;
    }




}

/*  Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*  Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*...*/
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /*...*/
}

/*  XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    /*...*/
}
