/*---------------------Centered box layout ---------------------------*/
body {
    font-size: 14px;
    background-color: #f8f9fa;
}

*:focus {
    outline: none;
}

#centered_body {
    color: #222222;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    /*font-family: sans-serif;*/
}

#centered_container {
    width: 600px;
    margin: auto;
    margin-top: 15px;
}

#centered_container.wider {
    width: 800px;
}

#centered_container.narrower {
    width: 450px;
}

#centered_container .box {
    width: 100%;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding-top: 15px;

    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 0.2rem;
    border-color: transparent;
}

#centered_container .box a {
    text-decoration: none;
}

#centered_container a {
    color: #33145d;
    text-decoration: underline;
    transition: color 0.2s ease;
}

#centered_container a:hover {
    color: #f9955a;
}

#centered_container .box .branding {
    display: table-cell;
    vertical-align: top;
    width: 210px;
    padding: 15px 25px 15px 35px;
    border-right: 1px solid #ecebe8;
}

#centered_container .box .content {
    display: table-cell;
    vertical-align: top;
    clear: right;
    margin-top: 15px;
    padding: 23px 25px 0px 25px;
    width: 280px;
}

#centered_container .box .content h1 {
    background: none;
    margin: 10px 0 30px 0;
    padding: 0;
    height: auto;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #33145d;
}

#centered_container .box .content h1.h1-smaller {
    margin: 0 0 0.5em 0;
    font-size: 25px;
}

.box.stacked h1,
.box.stacked h2 {
    text-align: center;
}

#centered_container .box .content h2 {
    background: none;
    margin: 0px 0 21px 0;
    padding: 0;
    height: auto;
    line-height: 33.6px;
    font-size: 28px;
    font-weight: bold;
    color: #33145d;
}

#centered_container .box .content h2.h2-smaller {
    margin: 0 0 0.5em 0;
    font-size: 20px;
    color: #9a9a9a;
    margin-top: -0.7em;
}

#centered_container .box .content input.text,
#centered_container .box .content select.text {
    border: 1px solid #f9955a;
    border-radius: 8px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    width: 100%;
    padding-left: 3px;
    transition: border 0.5s ease;
    box-sizing: border-box;
}

#centered_container .box .content input.text:focus,
#centered_container .box .content select.text:focus {
    border: 1px solid #33145d;
}

#centered_container .box .content input.button,
#centered_container .box .content button.button,
#centered_container .box .content a.button {
    border: 0;
    background-image: none !important;
    background-color: #f9955a !important;
    color: #000 !important;
    padding: 10px 30px;
    border-radius: 0.25rem;
    transition: all 0.25s ease;
    font-weight: 600;
    font-size: 12.25px;
    box-sizing: border-box;
    text-align: center;
    cursor: default;
}

#centered_container .box .content input.button-secondary,
#centered_container .box .content a.button-secondary,
#centered_container .box .content a.button-link {
    border: 0;
    background-image: none !important;
    background-color: #f3f3f3 !important;
    color: #000 !important;
    padding: 10px 10px;
    border-radius: 0.25rem;
    transition: all 0.25s ease;
    font-weight: 600;
    font-size: 12.25px;
    text-align: center;
    line-height: normal;
}
#centered_container .box .content a.button-link {
    background-color: white !important;
}

.button.full-width,
a.button.full-width {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

table.full-width {
    width: 100%;
}


.button.large {
    width: 100%;
    display: block;
    margin-bottom: 21px !important;
    padding: 14px !important;
    font-size: 1.24rem !important;
    font-weight: 600;
}

.button.large small {
    font-size: 0.9rem !important;
    font-weight: normal;
}
.button.large small::before {
    content: "\A";
    white-space: pre;
}

#centered_container .box .content input.button:hover,
#centered_container .box .content a.button:hover {
    background-color: #f4af77 !important;
    color: #000;
}

#centered_container .box .content input.button:disabled {
    opacity: 0.5;
}

#centered_container .box .content input.button.button-block {
    width: 100%;
}

#centered_container .box .content input.button.button-small {
    padding: 5px 20px !important;
}

#centered_container .box .content input.button.button-outline-secondary {
    color: #838591 !important;
    border: 1px solid #b2b4bd !important;
    background-color: #fff !important;
}

#centered_container .box .content input.button.button-outline-secondary:hover {
    background-color: #dcdde4 !important;
}

#centered_container .box .content .button {
    margin-right: 30px;
}

#centered_container .box .links {
    margin: 20px 25px 25px 25px;
    padding-top: 20px;
    clear: both;
    border-top: 1px solid #ecebe8;
    height: 40px;
}

#centered_container .outter-text {
    text-align: center;

    color: #444444;
    font-size: 13px;
}

.applink {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    width: 173px;
}

.applink .thumbnail {
    position: absolute;
    width: 40px;
    height: 40px;
}

.applink .text {
    display: block;
    margin-left: 50px;
}

.font-weight-bold {
    font-weight: 600;
}

/* Autocomplete dropdown container */
.ui-autocomplete {
    max-height: 200px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    background-color: #ffffff !important; /* Background color */

    border: 1px solid #f9955a;
    border-radius: 8px;
    line-height: 35px;

    transition: border 0.5s ease;
    box-sizing: border-box;
    padding: 0px;
}

/* Autocomplete list items */
.ui-autocomplete li {
    padding: 5px; /* Adjust the padding as needed */
    color: #000000 !important; /* Text color */
    border: none !important;
}

.ui-autocomplete li a {
    color: inherit;
    border: none !important;
    padding: 10px !important;
}

/* Highlighted item in the dropdown */
.ui-state-focus {
    background-image: none !important;
    background-color: #f9955a !important;
    color: #000000 !important;
}

#centered_container .box.stacked {
    box-sizing: border-box;
    padding: 25px;
}

#centered_container .box.stacked .branding {
    display: block;
    border: none;
    width: auto;
    margin: 0px;
    padding: 0px;
}

#centered_container .box.stacked .branding img {
    display: block;
    width: 185px;
    margin: auto;
    margin-bottom: 20px;
}

#centered_container .box.stacked .content {
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px;
    min-height: 300px;
}

#centered_container .box.stacked .content h1 {
    padding: 0px;
    margin-bottom: 15px;
}

#centered_container .box.stacked .content input[type="submit"] {
    width: 100%;
}

.table {
}

.table thead tr th {
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-bottom: 2px;
}

.table tbody tr td {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 2px;
}

.no-wrap {
    white-space: nowrap;
}

.seperate-chars {
    letter-spacing: 3px; /* Adjust the spacing as needed */
    font-weight: bold;
}

.seperate-chars::placeholder {
    letter-spacing: normal; /* Reset character spacing for the placeholder text */
    font-weight: normal;
}

.text-centered {
    text-align: center;
}


.tandcs td {
    vertical-align: top;
}

.tandcs, .tandcs table {
    border: none;
}
.tandcs td {
   vertical-align: top;
}