/*.image-container {
    position: relative;
    width: fit-content;*/ /* Adjust based on your needs */
/*height: fit-content;*/ /* Adjust based on your needs */
/*}

.main-image {
    display: block;
    width: 100%;*/ /* Adjust based on your needs */
/*height: auto;*/ /* Adjust based on your needs */
/*}

.overlay-image {
    position: absolute;
    bottom: 10px;*/ /* Adjust as needed */
/*right: 10px;*/ /* Adjust as needed */
/*width: 100px;*/ /* Adjust based on your needs */
/*height: auto;*/ /* Adjust based on your needs */
/*}*/

    


.orange-text-gray-border {
    color: orange; /* Sets the text color to orange */
    border: 1px solid gray; /* Sets the border to 1px solid gray */
    padding: 5px; /* Adds some padding for better appearance */
    border-radius: 4px; /* Optional: adds rounded corners */
    background-color: white; /* Optional: sets the background color */
    text-align: center;
    font-size: 20px;
    font-family: Sky-Text;
}

    .orange-text-gray-border:focus {
        border-color: darkgray; /* Optional: changes the border color on focus */
        outline: none; /* Removes default outline */
    }
.gradient-text {
    font-size: 5rem;
    font-weight: bold;
    background: linear-gradient(to right, #ff00a0, #ff8601);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.FormTexThank {
    color: black;
    font-size: 26px;
    font-family: Sky-Text-Light !important;
}
.FormTexThankBold {
    color: black;
    font-size: 26px;
    font-family: 'Sky-Text Bold' !important;
}

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;
     color:#ff0087
}




/*
nav {
    background-color: rgba(67, 67, 67, 0.8) !important;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 450px !important;
    margin-left: 450px !important;
}
*/
.MenuTopMrgin {
    margin-top: 180px !important;
}

@font-face {
    font-family: 'Sky-Text';
    /*src: url('Fonts/myriad-web-pro/Myriad Web Pro.ttf') format('truetype');*/
    src: url('Fonts/SkyFont/SKYTEXT-REGULAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sky-Text Bold';
    /*src: url('Fonts/myriad-web-pro/myriadwebpro-bold.ttf') format('truetype');*/
    src: url('Fonts/SkyFont/SKYTEXT-REGULAR.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Sky-Text-Light';
    src: url('Fonts/SkyFont/SKYTEXT-LIGHT.TTF') format('truetype');
    font-style: normal;
}




.circleIcon {
    content: url('../Images/CircleIcon.png');
    width: 20px;
    height: 20px;
}

.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: Sky-Text;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: transparent;
    /* color: #fdbd12;*/
    color: black;
    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: Sky-Text;
    width: 100%;
}

.file-message {
    font-size: 20px;
    font-family: Sky-Text;
    color: black;
    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;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9); /* Fancy shadow effect */
    transition: box-shadow 0.3s ease; /* Optional: Add transition for a smooth effect */
}

    .card:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.9); /* Adjusted shadow on hover */
        cursor: pointer;
    }


.listTable {
    color: black !important;
    font-size: 18px;
    font-family: Sky-Text;
}

    .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: #e61a4f;*/
        background-color: transparent;
    }


    .RewardContBox.yellowBG {
        background-color: #fdb916;
    }

    .RewardContBox.pinkBG {
        background-color: #f27698;
    }

    .RewardContBox.blueBG {
        background-color: #06a7e0;
    }



.LogoImage {
    padding: 60px;
}


.RewardImage {
    padding: 5px;
}

.RadioOption {
    font-weight: bold;
    width: 100%;
    height: 25px;
    font-size: 25px;
    font-family: Sky-Text;
    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: Sky-Text;
    border-radius: 5px !important;
    text-align: center !important;
}


.ErrorMessage {
    color: red !important;
    font-size: 23px;
    font-family: Sky-Text;
    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: Sky-Text;
    border-radius: 5px !important;
    text-align: center !important;
}

.HeaderTextBig {
    color: #ff0087;
    font-size: 40px !important;
    font-weight: bold;
    font-family: Sky-Text;
}


.HeaderText {
    color: #ff0087;
    font-size: 28px;
    font-family: Sky-Text;
}

    .HeaderText .Homepage {
        font-size: 32px;
    }

   .HeaderText .TextBlue {
        color:#006fb9!important;
    }

    .HeaderText .TextBlack {
        color:black !important;
    }



    .HeaderText .Homepage {
        font-size: 32px;
    }



.FooterTextSmall {
    color: black;
    font-size: 15px;
    font-family: Sky-Text;
}

.HeaderTextSmall {
    color: #ff0087;
    font-size: 20px;
    font-family: Sky-Text;
}

.FormTextSmall {
    color: black;
    font-size: 18px;
    font-family: Sky-Text;
}

.FormText2Small {
    color: black;
    font-size: 14px;
    font-family: Sky-Text;
}

.FormTextSmallBlack {
    color: black;
    font-size: 16px;
    font-family: Sky-Text-Light!important;
}


.FormTextSmallBlackTable {
    color: black;
    font-size: 14px;
    font-family: Sky-Text-Light !important;
}
.RewardDesc {
    color: black !important;
    font-size: 20px;
    font-family: Sky-Text;
}


.HeaderTextWhite {
    color: white !important;
    font-size: 30px !important;
    font-family: Sky-Text;
}

.FormTextSmallWhite {
    color: white !important;
    font-size: 18px;
    font-family: Sky-Text;
}



.HeaderTextOrange {
    color: #fdb916 !important;
    font-size: 30px !important;
    font-family: Sky-Text;
}

.FormTextSmallOrange {
    color: #fdb916 !important;
    font-size: 18px;
    font-family: Sky-Text;
}

.card-title {
    color: #006fb9;
    font-weight: normal;
    font-size: 18px;
    font-family: Sky-Text !important;
}
.card-body {
    font-size: 18px;
    font-family:Sky-Text!important;
    color: black !important;
}


.card-body a {
    font-size: 18px;
    font-family: 'Sky-Text Bold';
    font-weight: bold;
    color:black!important;
}



.card-text {
    color: #706f6f !important;
    font-size: 18px;
    font-weight: lighter;
    font-family: Sky-Text;
}




.TCContainer {
    padding-left: 70px;
    padding-right: 70px;
}



.card-titleBig {
    color: #006fb9;
    font-weight: normal;
    font-size: 25px;
    font-family: Sky-Text !important;
}


.card-titleBig28 {
    color: #006fb9;
    font-weight: normal;
    font-size: 28px;
    font-family: Sky-Text !important;
}
.FormTextTC {
    color: black !important;
    font-size: 18px;
    font-family: Sky-Text;
}

.FormText {
    color: black !important;
    font-size: 22px;
    font-family: Sky-Text;
}

    .FormText .HyperLink {
        font-size: 14px;
    }

    .FormText .bold {
        font-weight: bold;
    }

    .FormText .TC {
        font-size: 18px;
    }

    .FormText .Points {
        margin-left: 0px;
    }

.confirm {
    color: white !important;
    background-color: #434343;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-family: Sky-Text;
    /*font-weight: bold;*/
    border-radius: 12px;
    padding: 10px 50px 10px 50px;
}

.dob {
    color: black !important;
    background-color: white;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-family: Sky-Text;
    /*font-weight: bold;*/
    border-radius: 12px;
    padding: 10px 10px 10px 10px;
}

.dobL {
    color: black !important;
    background-color: white;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-family: Sky-Text;
    /*font-weight: bold;*/
    border-radius: 12px;
    padding: 10px 30px 10px 30px;
}


.submit {
    color: white !important;
    background-color: #ee5363; /*  black;*/
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-family: Sky-Text;
    font-weight: bold;
    border: 0px;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
}

.btnStanderd {
    color: white !important;
    background-color: #006fb9;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Sky-Text;
    font-weight: bold;
    border: 0px;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
}

.btnStanderdW {
    color: #006fb9 !important;
    background-color: white;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Sky-Text;
    font-weight: bold;
    border: 0px;
    padding: 10px 30px 10px 30px;
    border-radius: 1px;
}

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) {

    .MenuTopMrgin {
        margin-top: 0px !important;
    }


    .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: Sky-Text;
        border-radius: 5px !important;
    }

    .ErrorMessage {
        color: red !important;
        font-size: 16px;
        font-family: Sky-Text;
        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: Sky-Text;
        border-radius: 5px !important;
        text-align: center !important;
    }


    .FooterTextSmall {
        color: black;
        font-size: 15px;
        font-family: Sky-Text;
    }

    .card-titleBig28 {
        color: #006fb9;
        font-weight: normal;
        font-size: 12px;
        font-family: Sky-Text !important;
    }


    .TCContainer {
        padding-left: 10px;
        padding-right: 10px;
    }


    .HeaderText {
        color: black;
        font-size: 10px;
        font-family: Sky-Text;
    }

        .HeaderText .Homepage {
            color: black;
            font-size: 12px;
            font-family: Sky-Text;
        }

        .HeaderText .Recepie {
            color: black;
            font-size: 9px !important;
            font-family: Sky-Text;
        }

    .HeaderTextSmall {
        color: black;
        font-size: 10px;
        font-family: Sky-Text;
    }

    .RewardDesc {
        color: black !important;
        font-size: 14px;
        font-family: Sky-Text;
    }

    .FormText {
        color: black !important;
        font-size: 14px;
        font-family: Sky-Text;
    }

        .FormText .HyperLink {
            font-size: 10px;
        }

        .FormText .Points {
            margin-left: 0px;
        }


        .FormText .TC {
            font-size: 18px;
        }


    .submit {
        color: #fdbd12 !important;
        background-color: black;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Sky-Text;
        font-weight: bold;
        border: 0px;
        padding: 10px 40px 10px 40px;
    }

    .btnClaim {
        color: #fdbd12;
        background-color: black;
        font-size: 25px;
        text-transform: uppercase;
        font-family: Sky-Text;
        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) {
    /*...*/
}
