﻿*, *:after, *:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 14px; /* Base font size for desktop */
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 16px; /* Base font size for mobile devices */
    }
}

body {
    color: #606c76;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
   
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem
}

    blockquote *:last-child {
        margin-bottom: 0
    }

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #1b75bb;
    border: 0.1rem solid #1b75bb;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 1rem;
    height: 3.0rem;
    line-height: 3.0rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    white-space: nowrap
}

    .button:focus, .button:hover, button:focus, button:hover, input[type='button']:focus, input[type='button']:hover, input[type='reset']:focus, input[type='reset']:hover, input[type='submit']:focus, input[type='submit']:hover {
        background-color: #606c76;
        border-color: #fff;
        color: #fff;
        outline: 0;
    }

    .button[disabled], button[disabled], input[type='button'][disabled], input[type='reset'][disabled], input[type='submit'][disabled] {
        cursor: default;
        opacity: .5
    }

        .button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type='button'][disabled]:focus, input[type='button'][disabled]:hover, input[type='reset'][disabled]:focus, input[type='reset'][disabled]:hover, input[type='submit'][disabled]:focus, input[type='submit'][disabled]:hover {
            background-color: #1b75bb;
            border-color: #1b75bb
        }

    .button.button-outline, button.button-outline, input[type='button'].button-outline, input[type='reset'].button-outline, input[type='submit'].button-outline {
        background-color: transparent;
        color: #1b75bb
    }

        .button.button-outline:focus, .button.button-outline:hover, button.button-outline:focus, button.button-outline:hover, input[type='button'].button-outline:focus, input[type='button'].button-outline:hover, input[type='reset'].button-outline:focus, input[type='reset'].button-outline:hover, input[type='submit'].button-outline:focus, input[type='submit'].button-outline:hover {
            background-color: transparent;
            border-color: #606c76;
            color: #606c76
        }

        .button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline[disabled]:focus, button.button-outline[disabled]:hover, input[type='button'].button-outline[disabled]:focus, input[type='button'].button-outline[disabled]:hover, input[type='reset'].button-outline[disabled]:focus, input[type='reset'].button-outline[disabled]:hover, input[type='submit'].button-outline[disabled]:focus, input[type='submit'].button-outline[disabled]:hover {
            border-color: inherit;
            color: #1b75bb
        }

    .button.button-clear, button.button-clear, input[type='button'].button-clear, input[type='reset'].button-clear, input[type='submit'].button-clear {
        background-color: transparent;
        border-color: transparent;
        color: #1b75bb
    }

        .button.button-clear:focus, .button.button-clear:hover, button.button-clear:focus, button.button-clear:hover, input[type='button'].button-clear:focus, input[type='button'].button-clear:hover, input[type='reset'].button-clear:focus, input[type='reset'].button-clear:hover, input[type='submit'].button-clear:focus, input[type='submit'].button-clear:hover {
            background-color: transparent;
            border-color: transparent;
            color: #606c76
        }

        .button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear[disabled]:focus, button.button-clear[disabled]:hover, input[type='button'].button-clear[disabled]:focus, input[type='button'].button-clear[disabled]:hover, input[type='reset'].button-clear[disabled]:focus, input[type='reset'].button-clear[disabled]:hover, input[type='submit'].button-clear[disabled]:focus, input[type='submit'].button-clear[disabled]:hover {
            color: #1b75bb
        }

code {
    background: #f4f5f6;
    border-radius: .4rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap
}

pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #1b75bb;
    overflow-y: hidden
}

    pre > code {
        border-radius: 0;
        display: block;
        padding: 1rem 1.5rem;
        white-space: pre
    }

hr {
    border: 0;
    border-top: 0.1rem solid #f4f5f6;
    margin: 3.0rem 0
}

input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='week'], input:not([type]), textarea, select {
-webkit-appearance: none;
    background-color: #fff;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.0rem;
    padding: .4rem .8rem; /* Use rem units consistently */
    width: 100%;
    display: block;
    color: #606c76;
    font-size: 1rem; /* Explicitly set to 16px */
}

    input[type='color']:focus, input[type='date']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='email']:focus, input[type='month']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, input[type='week']:focus, input:not([type]):focus, textarea:focus, select:focus {
        border-color: #1b75bb;
        outline:0;
        display: block;
    }
    input[type='color'][readonly],
    input[type='date'][readonly],
    input[type='datetime'][readonly],
    input[type='datetime-local'][readonly],
    input[type='email'][readonly],
    input[type='month'][readonly],
    input[type='number'][readonly],
    input[type='password'][readonly],
    input[type='search'][readonly],
    input[type='tel'][readonly],
    input[type='text'][readonly],
    input[type='url'][readonly],
    input[type='week'][readonly],
    input:not([type])[readonly],
    textarea[readonly],
    select[readonly] {
        background-color: #333; /* Example background color for disabled state */
        color: #a9a9a9; /* Example text color for disabled state */
        cursor: not-allowed; /* Changes the cursor to indicate the element is disabled */
        border-color: #333;
    }

    input[type='color'][disabled],
    input[type='date'][disabled],
    input[type='datetime'][disabled],
    input[type='datetime-local'][disabled],
    input[type='email'][disabled],
    input[type='month'][disabled],
    input[type='number'][disabled],
    input[type='password'][disabled],
    input[type='search'][disabled],
    input[type='tel'][disabled],
    input[type='text'][disabled],
    input[type='url'][disabled],
    input[type='week'][disabled],
    input:not([type])[disabled],
    textarea[disabled],
    select[disabled] {
        background-color: #f6f6f6; /* Example background color for disabled state */
        color: #a9a9a9; /* Example text color for disabled state */
        cursor: not-allowed; /* Changes the cursor to indicate the element is disabled */
    }


select {
    background-color: white !important; /* Add this line to make the background white */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="20"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 3.0rem;
}


    select:focus {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="20"><path fill="%231b75bb" d="M0,0l6,8l6-8"/></svg>')
    }

    select[multiple] {
        background: none;
        height: auto
    }

textarea {
    min-height: 6.5rem
}

label, legend {
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
}

fieldset {
    border-width: 0;
    padding: 0
}
/* Standard checkbox styling */
input[type='checkbox'] {
    -webkit-appearance: none; /* Reset styling in WebKit-based browsers */
    -moz-appearance: none; /* Reset styling in Firefox */
    appearance: none; /* Reset styling for other browsers */
    width: 1.5rem; /* Control the size */
    height: 1.5rem; /* Control the size */
    background-color: #fff; /* Background color when unchecked */
    border: 1px solid #606c76; /* Border color */
    border-radius: 0.4rem; /* Rounded corners if desired */
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0
}

    input[type='checkbox']:checked::after {
        content: '✓'; /* Checkmark */
        color: #606c76; /* Checkmark color */
        font-size: 1.2rem; /* Size of the checkmark */
        position: absolute;
        left: 0.2rem;
        top: -0.2rem;
    }

input[type='radio'] {
    -webkit-appearance: none; /* Reset styling in WebKit-based browsers */
    -moz-appearance: none; /* Reset styling in Firefox */
    appearance: none; /* Reset styling for other browsers */
    width: 1.5rem; /* Control the size */
    height: 1.5rem; /* Control the size */
    background-color: #fff; /* Background color when unchecked */
    border: 1px solid #606c76; /* Border color */
    border-radius: 50%; /* Make it a circle */
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    flex-shrink:0;
}

    input[type='radio']:checked::after {
        content: ''; /* Empty content for the dot */
        width: 0.75rem; /* Size of the dot */
        height: 0.75rem; /* Same size for width and height to maintain the circle */
        background-color: #606c76; /* Dot color */
        border-radius: 50%; /* Make the dot a perfect circle */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); /* Center the dot */
    }

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem
}


a {
    color: #1b75bb;
    text-decoration: none
}

    a:focus, a:hover {
        color: #606c76
    }

dl, ol, ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0
}

    dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
        font-size: 90%;
        margin: 1.5rem 0 1.5rem 3.0rem
    }

ol {
    list-style: decimal inside
}

ul {
    list-style: circle inside
}


    .button, button, dd, dt, li {
    margin-bottom: 1.0rem
}

fieldset, input, select, textarea {
    margin-bottom: 1.0rem
}

blockquote, dl, figure, form, ol, p, pre, table, ul {
    margin-bottom: 2.5rem
}

table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    text-align: left;
    width: 100%
}

/*td, th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem
}

    td:first-child, th:first-child {
        padding-left: 0
    }

    td:last-child, th:last-child {
        padding-right: 0
    }*/

@media (min-width: 40rem) {
    table {
        display: table;
        overflow-x: initial
    }
}

b, strong {
    font-weight: bold
}

p {
    margin-top: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: -.1rem;
    margin-bottom: 2.0rem;
    margin-top: 0
}

h1 {
    font-size: 4.6rem;
    line-height: 1.2
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25
}

h3 {
    font-size: 2.8rem;
    line-height: 1.3
}

h4 {
    font-size: 2.2rem;
    letter-spacing: -.08rem;
    line-height: 1.35
}

h5 {
    font-size: 1.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4
}

img {
    max-width: 100%
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: table
}

.float-left {
    float: left
}

.float-right {
    float: right
}


.button-group {
    display: flex;
    gap: 5px; /* Gap between the buttons */
    margin-top: 20px;
}

    .button-group button {
        flex: 1; /* Ensures buttons take up the same amount of space */
    }


.error {
    border-color: red !important;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin:0;
    padding:0;
    line-height: 0.9em;
}

.valid {
    border-color: green;
}

.hidden {
    display: none;
}