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;
    background-color: #F4F4F7;
}

.ValueList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ValueLabel {
    border: 1px solid grey;
    border-radius: 15px;
    padding: 5px;
    margin: 2px;
    text-align: center;
    background-color: white;
}

.ViewTextarea {
    width: 100%;
    min-height: 50px;
    resize: none;
    overflow: hidden;
    border: 5px solid transparent;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    background-color: white;
    font-weight: 400;
}

.card {
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-footer {
    border-top: none;
}

.card.starcard {
    border: 8px solid #89CA46;
    border-radius: 8px;
    padding: 2px;
}

.btn-shadow {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.btn-curved {
    border-radius: 50px;
    background-color: skyblue;
    color: white;
}

.circle-container {
    position: relative;
    width: 160px;
    height: 160px;
}

.circle-container-small {
    position: relative;
    width: 30px;
    height: 30px;
}

.circle-container-central {
    position: relative;
    margin: 0px auto;
    width: 150px;
    height: 150px;
}

.circle {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    color: black;
}

    .circle.left {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }

    .circle.central {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }

.circle.big {
    width: 150px;
    height: 150px;
}

.circle.tiny {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.circle1 {
    background-color: #3498db;
    top: 0;
    left: 0;
}

.circle2 {
    background-color: #e74c3c;
    top: 25px;
    left: 25px;
    border: 1px solid white;
}

.circle3 {
    background-color: lightseagreen;
    top: 55px;
    left: 55px;
    border: 1px solid white;
}

.circle4 {
    background-color: #3498db;
    top: 0;
    left: 0;
}

.circle5 {
    background-color: #e74c3c;
    top: 25px;
    left: 25px;
    border: 1px solid white;
}

.circle6 {
    background-color: lightseagreen;
    top: 55px;
    left: 55px;
    border: 1px solid white;
}

.circlecolA, .circlecolM, .circlecolY {
    background-color: lightskyblue;
}

.circlecolB, .circlecolN, .circlecolZ {
    background-color: paleturquoise;
}

.circlecolC, .circlecolO {
    background-color: mediumaquamarine;
}

.circlecolD, .circlecolP {
    background-color: lightblue;
}

.circlecolE, .circlecolQ {
    background-color: lightsteelblue;
}

.circlecolF, .circlecolR {
    background-color: mediumslateblue;
}

.circlecolG, .circlecolS {
    background-color: mediumpurple;
}

.circlecolH, .circlecolT {
    background-color: mediumorchid;
}

.circlecolI, .circlecolU {
    background-color: lightpink;
}

.circlecolJ, .circlecolV {
    background-color: lightcoral;
}

.circlecolK, .circlecolW {
    background-color: sandybrown;
}

.circlecolL, .circlecolX {
    background-color: khaki;
}

@media (max-width: 1000px) {
    .circle-container {
        position: relative;
        width: 100px;
        height: 100px;
    }

    .circle.left {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .circle2 {
        top: 15px;
        left: 15px;
    }

    .circle3 {
        top: 30px;
        left: 30px;
    }
}

.headAward {
    font-weight: bold;
    font-size: 16px;
}

.headAwardView {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
}

.daysAwardView {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.daysBack {
    background-color: white;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 32px;
}

.textAwardView {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: block;
}

.custom-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    float: right;
}

    .custom-button:hover {
        background-color: whitesmoke;
    }

    .custom-button .icon {
        margin-right: 8px;
        font-size: 20px;
    }

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

main {
    margin-top: 60px;
}

.page-hero {
    position: relative;
    width: 100%;
    background-color: white; /* Change to your preferred background color */
    color: white; /* Change to your preferred text color */
    display: flex;
    align-items: center; /* Vertically centers the content */
    justify-content: center;
    text-align: center;
    border-radius: 5px; /* Adjust the value to get the desired roundness */
    overflow: hidden; /* Ensures content doesn't overflow the rounded corners */
}

.hero-image {
    width: 100%;
    height: auto;
}

.checkbox-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
}

    .checkbox-container input {
        margin-top: 4px; /* Adjust this value to align the checkbox with the first line of the label */
    }

.form-check-input.starcard {
    border-color: goldenrod;
}
    .checkbox-container label {
        margin-left: 8px; /* Adjust the spacing between the checkbox and the label */
    }

.cornerlabel {
    position: absolute;
    top: 26px;
    left: -26px;
    width: 70px;
    height: 35px;
    background: #ff6347;
    color: white;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}