
@font-face {
    font-family: 'Calibri';
    src: url('Fonts/Calibri-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.circleIcon {
    content: url('../Images/CircleIcon.png');
    width: 20px;
    height: 20px;
}

.form-select {
    font-style: normal!important;
    font-weight:bold!important;
    color: gray!important; /* You can change the color to your desired color */
    font-size: 25px !important; /* You can change the font size to your desired size */
    font-family: Calibri !important;
}


.file-drop-area {
    position: relative;
    display: inline-grid;
    /*display: flex;*/
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 2px;
    border-color: red;
    border-radius: 3px;
    transition: .2s;
    height: 100px;
    font-family: Calibri;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: transparent;
    color: #fdbd12;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Calibri;
    width: 100%;
}

.file-message {
    font-size: 20px;
    font-family: Calibri;
    color: #fdbd12;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    widows: 100%;
    cursor: pointer;
    opacity: 0;
}


.listTable {
    color: black !important;
    font-size: 18px;
    font-family: Calibri;
}

    .listTable th, td {
        padding: 5px;
    }



.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: #fdb916;
    }


    .RewardContBox.redBG {
        /*background-color: #e41e2b;*/
        background-color: transparent;
    }


    .RewardContBox.yellowBG {
        background-color: #fdb916;
    }

    .RewardContBox.pinkBG {
        background-color: #f27698;
    }

    .RewardContBox.blueBG {
        background-color: #06a7e0;
    }



.LogoImage {
    padding: 60px;
}


.RewardImage {
    padding: 0px;
}

.RadioOption {
    font-weight: bold;
    width: 100%;
    height: 25px;
    font-size: 25px;
    font-family: Calibri;
    border-radius: 5px !important;
}



.textBoxFileUpload {
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: black !important;
    color: black !important;
    font-size: 25px;
    font-family: Calibri;
    border-radius: 5px !important;
    text-align: center !important;
}


.ErrorMessage {
    color: red !important;
    font-size: 23px;
    font-family: Calibri;
    background-color: transparent;
}

.textBoxCode {
    font-weight: bold;
    width: 100%;
    /* height: 50px;*/
    border-width: 2px !important;
    border-style: solid !important;
    border-color: black !important;
    color: black !important;
    font-size: 25px !important;
    font-family: Calibri;
    border-radius: 5px !important;
    text-align: center !important;
}

.HeaderTextBig {
    color: #e41e2b;
    font-size: 40px;
    font-family: Calibri;
}


.HeaderText {
    color: #e41e2b;
    font-size: 35px;
    font-family: Calibri;
}

    .HeaderText .Homepage {
        font-size: 32px;
    }

    .HeaderText .Header2 {
        font-size: 15px !important;
    }

.FooterTextSmall {
    color: black;
    font-size: 15px;
    font-family: Calibri;
}

.HeaderTextSmall {
    color: #e41e2b;
    font-size: 25px;
    font-family: Calibri;
}

.RewardDesc {
    color: black !important;
    font-size: 20px;
    font-family: Calibri;
}


.TCContainer {
    padding-left: 70px;
    padding-right: 70px;
}


.FormText {
    color: black !important;
    font-size: 20px;
    font-family: Calibri;
}


    .FormText .HyperLink {
        font-size: 16px;
    }

    .FormText .bold {
        font-weight: bold;
    }

    .FormText .TC {
        font-size: 18px;
    }

    .FormText .Points {
        margin-left: 0px;
    }





.submit {
    color: white !important;
    background-color: #e41e2b;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Calibri;
    font-weight: bold;
    border: 0px;
    padding: 10px 160px 10px 160px;
}

.btnClaim {
    color: white;
    background-color: #e41e2b;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Calibri;
    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;
}

.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;
    }



    .lineL {
        height: 10px;
    }

    .GradBot2Top {
        background: white; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#7bc0f1,white); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#7bc0f1,white); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#7bc0f1,white); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#7bc0f1,white); /* Standard syntax (must be last) */
        background-color: #7bc0f1; /* For browsers that do not support gradients */
    }



    .PageBackGround {
        background-image: url('../Imaegs/Acorn Microsite BG P1 Mobile.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        /*height: 100vh;*/
    }


    .PageBackGroundP2 {
        background-image: url('../Imaegs/Acorn Microsite BG P2 Mobile.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        /*height: 100vh;*/
    }



    .LogoImage {
        padding: 10px !important;
    }

    .RewardImage {
        padding: 0px;
    }

    .RadioOption {
        font-weight: bold;
        width: 100%;
        height: 15px;
        font-size: 15px;
        font-family: Calibri;
        border-radius: 5px !important;
    }

    .ErrorMessage {
        color: red !important;
        font-size: 16px;
        font-family: Calibri;
        background-color: transparent;
    }

    .textBoxCode {
        font-weight: bold;
        width: 100%;
        /*height: 50px;*/
        border-width: 2px !important;
        border-style: solid !important;
        border-color: black !important;
        color: black !important;
        font-size: 16px;
        font-family: Calibri;
        border-radius: 5px !important;
        text-align: center !important;
    }


    .FooterTextSmall {
        color: black;
        font-size: 15px;
        font-family: Calibri;
    }


    .HeaderText {
        color: #e41e2b;
        font-size: 12px;
        font-family: Calibri;
    }

        .HeaderText .Homepage {
            color: black;
            font-size: 12px;
            font-family: Calibri;
        }


    .HeaderTextSmall {
        color: black;
        font-size: 10px;
        font-family: Calibri;
    }

    .RewardDesc {
        color: black !important;
        font-size: 14px;
        font-family: Calibri;
    }

    .FormText {
        color: black !important;
        font-size: 14px;
        font-family: Calibri;
    }

        .FormText .HyperLink {
            font-size: 10px;
        }

        .FormText .Points {
            margin-left: 0px;
        }


        .FormText .TC {
            font-size: 18px;
        }


    .submit {
        color: white !important;
        background-color: #e41e2b;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Calibri;
        font-weight: bold;
        border: 0px;
        padding: 10px 40px 10px 40px;
    }

    .btnClaim {
        color: white;
        background-color: #e41e2b;
        font-size: 25px;
        text-transform: uppercase;
        font-family: Calibri;
        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) {
    /*...*/
}
