﻿* {
    font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

main {
    margin: 15px 50px 15px 50px;
}

/*Override bootstrap class*/
.container-fluid {
    padding: 0;
}

.form-group {
    color: #3070A6;
}

.form-control {
    border: 1px solid #3070A6;
    color: #555;
    padding-left: 5px;
    border-radius: 4px;
    display: block;
    line-height: 2;
    width: 100%;
    font-size: inherit;
}

textarea.form-control {
    line-height: 1;
}

.form-control:focus {
    outline: 3px ridge rgba(61, 123, 198, 0.31);
}

a {
    color: #0645AD;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #0645AD;
        outline: none;
        text-decoration: none;
    }

header a:link, header a:visited,
header a:active, header a:hover {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}


a:hover {
    text-decoration: #0645AD underline;
    cursor: pointer;
}

header a:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn-skws-primary, .btn-skws-primary:disabled,
.btn-skws-primary:focus:not(:disabled), .btn-skws-primary.focus:not(:disabled),
.btn-skws-primary:active:not(:disabled), .btn-skws-primary.active:not(:disabled) {
    color: #fff;
    background-color: #3070A6;
    border-color: #3070A6;
}

.btn-skws-secondary, .btn-skws-secondary:disabled,
.btn-skws-secondary:focus:not(:disabled), .btn-skws-secondary.focus:not(:disabled),
.btn-skws-secondary:active:not(:disabled), .btn-skws-secondary.active:not(:disabled) {
    color: #3070A6;
    background-color: #fff;
    border-color: #3070A6;
}

.btn-skws-primary,
.btn-skws-secondary {
    font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

    .btn-skws-primary:hover:not(:disabled), .btn-skws-primary.hover:not(:disabled),
    .btn-skws-secondary:hover:not(:disabled), .btn-skws-secondary.hover:not(:disabled) {
        box-shadow: none;
        background: #002366;
        background-color: #002366;
        border-color: #002366;
        color: #fff;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.show > .btn-skws-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
/* used when forcing fixed width on disabled textboxes in Helpers.TextBoxForExtended(...) */
.disabledtextboxoverride {
    border-color: transparent !important;
    color: black;
    background-color: #F2F2F2;
}
/* css definition for standard edit page sections */
.skySectionHeader {
    background-color: #3070A6;
    height: 26px;
    line-height: 26px;
    border: none;
    padding-left: 5px;
    font-weight: 700;
    width: 100%;
    color: white;
}

.skySectionContent {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.content-wrapper {
    margin: 0 auto;
}

body {
    padding: 0;
    min-width: 100%;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: 16px;
}

.clear-fix::after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


h1, h2, h3,
h4, h5, h6 {
    color: #3070A6;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}


h1 {
    font-size: 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.labelRightBold {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
    font-family: inherit;
}

.labelRightBoldWithPadding {
    padding-right: 13px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
    font-family: inherit;
}

.warning-message {
    background-color: #F2DCDB;
    padding: 5px;
    text-align: center;
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-error-small {
    font-size: x-small;
    clear: both;
    color: #e80c4d;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* forms */
.divBorder {
    border: 1px solid #b4aeae;
    border-radius: 4px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-left: 20px;
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
    }

        fieldset label.checkbox {
            display: inline;
        }

.accentline {
    background-color: #4A72A7;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    margin-left: 12px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.0em;
    width: 100%;
}

.validation-summary-valid {
    display: none;
}


.boldRed {
    color: #e80c4d;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.showHideCustomerTable {
    cursor: pointer;
    text-decoration: underline;
}
/* Sorting UI */
a.sortAsc {
    padding-right: 32px;
    background-image: url("../icons/up_16_white.png");
    background-position: right;
    background-repeat: no-repeat;
}

a.sortDesc {
    padding-right: 32px;
    background-image: url("../icons/down_16_white.png");
    background-position: right;
    background-repeat: no-repeat;
}



/* miscellaneous text formatting
----------------------------------------------------------*/
.xsmall {
    width: 45px !important;
}

.small {
    width: 65px !important;
}

.smallEditorNumberRight input[type="text"], input[type="number"] {
    width: 65px;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.mediumsmall {
    width: 100px !important;
}

.medium {
    width: 150px !important;
}

.large {
    width: 250px !important;
}

.largePlus {
    width: 275px !important;
}

.xlarge {
    width: 400px !important;
}

.float-left {
    padding-right: 15px;
}
/* tables
----------------------------------------------------------*/
thead {
    padding: 3px 10px 3px 10px;
    font-weight: 700;
}

table {
    border-spacing: 1px !important;
    border-collapse: separate !important;
}

.tableHeader {
    padding: 3px 10px 3px 5px !important;
    background-color: #D5E6EB !important;
}

    .tableHeader a {
        color: inherit;
        text-decoration: underline;
    }

.tableHeader-light {
    padding: 3px 10px 3px 5px !important;
    background-color: #337Ab7 !important;
    color: #FFFFFF;
}

.tableHeader-strong {
    padding: 3px 10px 3px 5px !important;
    background-color: #3070A6 !important;
    color: #FFFFFF;
}

    .tableHeader-strong a {
        color: #FFFFFF !important;
    }

.tableCell {
    padding: 3px 5px 3px 5px !important;
}

table.modalPopUp {
    border: 0;
    color: #5a5a5a;
}

table.striped tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.stripedPopup tr:nth-child(even) {
    background-color: #F2F2F2;
}

table.stripedMobile td:nth-child(odd) {
    background-color: white;
}

.rowHeight {
    height: 23px;
}

.stickyHeader {
    position: sticky;
    top: 0;
}

.image-submit-button {
    border: none;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    /*padding-bottom:2px;*/
    overflow: visible;
    vertical-align: middle;
}

.image-link {
    display: inline-block;
    cursor: pointer;
}

    .image-link:hover,
    .logoMenu:hover,
    .languageIcon:hover,
    .userInfoLogin:hover {
        background-color: transparent;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 15px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

.contact div {
    padding-left: 30px;
}

/*content Add a black background color to the top navigation */
/* Add a black background color to the top navigation */
header {
    width: 100%;
    display: flex;
    height: 110px;
    box-shadow: 0 2px 4px 0 rgba(8, 0, 172, 0.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(8, 0, 172, 0.2);
    z-index: 1;
    margin-bottom: 3px;
}

.topnav {
    display: flex;
    width: 100%;
    height: 100%;
}

    .topnav .logoMenu {
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding-left: 50px;
        padding-bottom: 22px;
    }

.logoMenu img {
    max-height: 65px;
}


.topnav .sigInInfo {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 100%;
    gap: 3px;
    background: #3070A6;
    width: 15vw;
    padding: 20px 10px 20px 10px;
    justify-items: end;
    align-content: center;
    margin-left: auto;
}



    .topnav .sigInInfo a:not(.userInfoLogin) {
        text-decoration: none;
        color: #FFFFFF;
    }

    .topnav .sigInInfo a:hover {
        text-decoration: underline !important;
        text-decoration-color: !important #FFFFFF;
        background-color: !important rgba(255, 0, 0, 0);
    }

    .topnav .sigInInfo .dropdown {
        min-height: 30px;
        max-width: 100%;
        position: relative;
    }


        .topnav .sigInInfo .dropdown button span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            max-width: 95%;
        }


.topnav button {
    background-color: transparent;
    padding: 3px;
    font-size: 14px;
    border: none;
    color: #FFFFFF;
}

/* Style the links inside the navigation bar */
.topnav > div:not(.sigInInfo) {
    padding: 0px 20px 0px 20px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}

    .topnav > div:not(.sigInInfo) > a {
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 18px;
    }

        .topnav > div:not(.sigInInfo) > a:hover {
            color: #3070A6;
            background-color: rgba(255, 0, 0, 0);
        }

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.topnav .sigInInfo .item {
    padding-left: 25px;
}
/* The dropdown container */
.topnav > .dropdown-submenu {
    display: inline-block;
    align-items: flex-end;
    padding-bottom: 15px;
    float: left;
    padding-top: 58px;
}

.dropdown {
    float: left;
}

.dropdown-submenu .dropdown-submenu-btn {
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    width: 100%;
}

.menu-underline {
    position: relative;
    display: flex;
    align-content: center;
}

    .menu-underline:hover a {
        color: #3070A6;
    }

    .menu-underline:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        height: 3px;
        background-color: rgb(8, 0, 172, 0.2);
        bottom: 0;
        top: 110px;
        width: 0%;
    }

.dropdown-submenu-content:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #3070A6;
    bottom: 0;
    top: -3px;
    width: 100%;
}

.menu-underline:hover:after {
    background: #3070A6;
    width: 100%;
}

.dropdown-submenu-content {
    display: none;
    min-width: 100%;
    padding: .5rem 0;
}

.dropdown-submenu:hover .dropdown-submenu-content {
    display: block;
    position: absolute; /*pin up the item list to the menu item*/
    z-index: 1000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    right: 0;
    left: 0;
    top: 112px;
    min-width: fit-content;
}

.dropdown-submenu .dropdown-submenu-content a:link, .dropdown-submenu .dropdown-submenu-content a:visited, .dropdown-submenu .dropdown-submenu-content a:active {
    text-decoration: none;
    font-size: inherit;
}

.dropdown-submenu .dropdown-submenu-content a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #3070A6;
}

.dropdown-submenu .dropdown-submenu-content .dropdown-submenu-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/*Create a line, this class is called 3 times to looks like a hambuger icon*/
div .hamburguerIcon {
    width: 25px;
    height: 2px;
    background-color: black;
    margin: 5px 0;
}

/*Outer footer style*/
#outerFooter > div {
    height: 300px;
    background-color: #3070A6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__grid {
    width: 90%;
    max-width: 1200px;
    height: 70%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(5,1fr);
}

.footer__options {
    grid-row: 1/ span 1;
    grid-column: 1/ span 1;
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
}

    .footer__options > a {
        margin-right: 25px;
        font-weight: 600;
        font-size: 16px;
    }

        .footer__options > a:hover {
            background-color: transparent;
            text-decoration: none;
            cursor: pointer;
            padding: 0;
        }


.footer__social {
    grid-row: 2/ span 1;
    grid-column: 1/ span 1;
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
}

    .footer__social > i {
        margin-right: 16px;
        font-size: 20px;
    }

.footer__logo {
    grid-row: 2/ span 3;
    grid-column: 1/ span 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

    .footer__logo img {
        width: 300px;
    }

.footer__legal {
    grid-row: 5/ span 1;
    grid-column: 1/ span 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

    .footer__legal span {
        color: #FFFFFF;
        margin-right: 42px;
        font-size: 12px;
        font-weight: 100;
    }

        .footer__legal span:last-child {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 600;
            margin-left: auto;
        }

/*Outer footer style*/
#innerFooter {
    background-color: #3070A6;
    display: flex;
    font: 12px;
    padding: 8px 6px 8px 6px;
    justify-content: space-between;
}

    #innerFooter div > * {
        padding: 0 21px;
        color: white;
    }

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

#ui-datepicker-div, .ui-datepicker {
    font-size: 85%;
}

/* -- Styles added to overwrite bootstrap styling with the past style of the affected elements -- */
.ul-style {
    padding-left: 15px;
}

.li-style {
    list-style-type: none;
    padding-bottom: 5px;
}

.label-style {
    display: block;
    font-size: 21px;
}

.li-style a {
    color: #0645AD !important;
}

.label,
.form-label {
    font-weight: 700;
}

input[type='checkbox'].form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* -- Styles added to overwrite bootstrap styling with the past style of the affected elements -- */

/*Media queries for screens under Desktop standard (1024px)*/
@media screen and (max-width: 900px) {
    .topnav {
        height: 100%;
        width: 100%;
        justify-content: center;
    }

        .topnav .logoMenu {
            padding: 0;
            align-items: flex-start;
            height: 100%;
        }

    .logoMenu img {
        max-height: 50px;
        margin-top: 10px;
    }

    .topnav .sigInInfo {
        display: none;
    }

    .topnav > div:not(.sigInInfo) {
        display: none;
    }

    .dropdown-submenu:hover .dropdown-submenu-content {
        display: none;
    }

    .topnav .icon {
        display: block;
        position: absolute;
        left: 15px;
        top: 20px;
    }

        .topnav .icon:focus {
            background-color: transparent;
        }

    .topnav.responsive {
        height: 100vh;
        position: fixed;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        background-color: #FFFFFF;
        overflow-y: auto;
    }

        .topnav.responsive > div:not(.sigInInfo) {
            display: block;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .topnav.responsive .logoMenu {
            padding: 0;
            align-items: center;
            justify-content: center;
            height: 100px;
            box-shadow: 0 2px 4px 0 rgba(8, 0, 172, 0.2);
            -webkit-box-shadow: 0 2px 4px 0 rgba(8, 0, 172, 0.2);
        }

        .topnav.responsive .sigInInfo {
            position: fixed;
            bottom: 0px;
            display: block;
            width: 100vw;
        }

            .topnav.responsive .sigInInfo .dropdown {
                display: inline;
                width: 100%;
                padding: 5px;
            }

    .menu-underline:hover:after {
        content: none;
    }
}

@media screen and (max-width: 900px) {

    /*Outer footer style*/
    #innerFooter {
        background-color: #3070A6;
        display: list-item;
        font: 12px;
        padding: 8px 6px 8px 6px;
    }

        #innerFooter div > * {
            padding: 0 21px;
            color: white;
            display: list-item;
        }

    .footer__grid {
        width: 85%;
        height: 95%;
        justify-content: center;
    }

    .footer__options {
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .footer__social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__legal {
        grid-row: 3/ span 1;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
    }

        .footer__legal span {
            margin-top: 5px;
        }

            .footer__legal span:last-child {
                margin-top: 10px;
                margin-left: 0;
            }

    .footer__logo {
        grid-row: 4/ span 2;
        grid-column: 1/ span 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer__logo img {
            width: 300px;
        }

    .gridContainer.columns2, .gridContainer.columns3, .gridContainer.columns4 {
        grid-template-columns: auto !important;
    }

    .gridContainer .cellLeft {
        text-align: left !important;
    }
}

.dropdown .dropdown-menu {
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    max-height: 250px;
    overflow: auto;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu a:link, .dropdown .dropdown-menu a:visited, .dropdown .dropdown-menu a:active {
    text-decoration: none;
    font-size: 14px;
}

.dropdown .dropdown-menu a:hover {
    text-decoration: underline;
    font-size: 14px;
}

.dropdown .dropdown-toggle {
    color: #fff !important;
    border: none;
    background-color: #3070a6;
    padding: 3px;
    display: block;
    outline-offset: 1px !important;
    line-height: 1.5;
    align-items: center;
    height: 100%;
    max-width: 100%;
}

    .dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:focus-visible {
        outline: 5px auto #000;
        outline-offset: 0;
    }

.select-lang {
    background: #3070a6;
    border: none;
    font-size: 14px;
    color: #fff;
    width: auto;
    display: inline;
    vertical-align: middle;
}

.dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.editor-check {
    clear: both;
    vertical-align: middle;
    white-space: nowrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}

    .editor-check label {
        margin: 0px 7px 2px 2px;
        vertical-align: middle;
        font-weight: normal;
    }

    .editor-check input {
        margin-right: 5px;
    }

.editor-check-wrap {
    clear: both;
    vertical-align: middle;
    display: flex;
    flex-flow: row;
    align-items: baseline;
}

    .editor-check-wrap label {
        margin: 0px 7px 2px 2px;
        vertical-align: middle;
        font-weight: normal;
    }

    .editor-check-wrap input {
        margin-right: 5px;
    }


.editor-radio {
    clear: both;
    vertical-align: middle;
    white-space: nowrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}

    .editor-radio label {
        margin: 0px 7px 2px 2px;
        vertical-align: middle;
        font-weight: normal;
    }

    .editor-radio input {
        margin-right: 5px;
    }
/* -- Styles added to overwrite modal styling -- */

.ui-widget-header {
    background: #3070A6 !important;
}

.ui-dialog .ui-dialog-title {
    color: white !important;
}

.ui-datepicker {
    width: 25em !important;
}

.boldRed {
    color: #e80c4d;
    font-weight: bold;
}

.filterDiv {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 5px;
}

    .filterDiv .cell {
        padding-right: 0.5em;
        padding-bottom: 0.5em;
    }

        .filterDiv .cell a {
            margin-left: 20px;
        }

    .filterDiv .form-label {
        color: #3070A6
    }



#divAppAlert {
    background-color: #3070A6;
}

    #divAppAlert div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.wrappingdiv {
    overflow-x: auto;
    margin: 0px auto;
}


.notes {
    font-style: oblique;
    color: #454949;
}

.skwsLabel {
    color: #3070A6
}

.box {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.boxRight {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: right;
}

    .box .cell, .boxRight .cell {
        align-self: center;
        padding-right: 0.5em;
        padding-bottom: 0.5em;
    }

        .box .cell a, .boxRight .cell a {
            margin-left: 20px;
            margin-right: 10px;
        }


.gridContainer {
    display: grid;
    gap: 10px 10px;
    justify-content: start;
}

    .gridContainer .cellLeft {
        text-align: right;
    }

    .gridContainer .cellRight {
    }

    .gridContainer.columns2 {
        grid-template-columns: auto auto;
    }

    .gridContainer.columns3 {
        grid-template-columns: auto auto auto;
    }

    .gridContainer.columns4 {
        grid-template-columns: auto auto auto auto;
    }

    input::file-selector-button {
        background: white;
        color: #3070A6;
        font-weight: bold;
        border: 1px solid #3070A6;
        border-radius: 4px;
    }

    input::file-selector-button:hover {
        background: #002366;
        color: white;
    }