html {
    font-size: 62.5%;
}

body {
    margin: 0;
}

@font-face {
    font-family: fslucasregular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/FSLucasPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FSLucasPro-Regular.woff2") format("woff2"), url("../fonts/FSLucasPro-Regular.woff") format("woff"), url("../fonts/FSLucasPro-Regular.ttf") format("truetype"), url("../fonts/FSLucasPro-Regular.svg#fslucasregular") format("svg");
}

@font-face {
    font-family: fslucasbold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/FSLucasPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FSLucasPro-Bold.woff2") format("woff2"), url("../fonts/FSLucasPro-Bold.woff") format("woff"), url("../fonts/FSLucasPro-Bold.ttf") format("truetype"), url("../fonts/FSLucasPro-Bold.svg#fslucasbold") format("svg");
}

@font-face {
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ProximaNova-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold-webfont.woff") format("woff"), url("../fonts/ProximaNova-Semibold-webfont.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold-webfont.svg#proxima-nova") format("svg");
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

body {
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    -moz-font-feature-settings: "kern", "liga", "pnum";
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    /* -webkit-font-smoothing: antialiased; */
    background-color: #1F1F1F;
    color: #353c40;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

@media (max-width: 450px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: $header-font-family; */
  line-height: 1.25;
  font-weight: normal;
}

h1 {
    font-size: 37px;
    font-size: 3.7rem;
}

@media (max-width: 450px) {
    h1 {
      font-size: 22px;
      font-size: 2.2rem;
    }
}

h2 {
    font-size: 23px;
    font-size: 2.3rem;
}

@media (max-width: 450px) {
    h2 {
        font-size: 20px;
        font-size: 2rem;
    }
}

h3 {
    font-size: 20px;
    font-size: 2rem;
}

@media (max-width: 450px) {
    h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
}

@media (max-width: 450px) {
    h4 {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

p {
    margin: 0 0 0.8rem;
}

a {
    color: #1F1F1F;
    text-decoration: none;
}

a:hover {
    color: black;
}

a:active, a:focus {
    color: black;
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #1F1F1F;
    margin: 1.6rem 0;
    padding: 0;
}

.ssolanguages {
    position: relative;
    right: 20px;
    top: 8px;
    float: right;
}

@media (max-width: 1024px) {
    .ssolanguages {
        right: 20px;
        top: 10px;
    }
}

@media (max-width: 370px) {
    .ssolanguages {
        margin-left: 15px;
        float: left;
    }
}

.lang-btn {
    display: block;
}

@media (min-width: 1025px) {
    .lang-btn {
        float: left;
        width: 90px;
        text-align: center;
        color: #FFFFFF;
        background-color: #FF126C;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .lang-btn:hover {
        color: white;
    }
    .lang-btn:focus {
        background-color: white;
        color: black;
    }
}

@media (max-width: 1024px) {
    .lang-btn {
        height: 40px;
        padding: 0 15px;
        background-color: #FF126C;
        color: white;
        line-height: 40px;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
        /* tap colour for iOS Safari */
    }
    .lang-btn:hover {
        color: white;
    }
    .lang-btn:active {
        /* for non iOS Safari devices */
        background-color: white;
        color: #414141;
    }
}

@media (max-width: 460px) {
    .lang-btn {
        position: relative;
        display: inline-block;
        width: 20px;
    }

    .lang-btn::before {
        content: attr(data-lang);       /* Shows "EN" */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: inherit;
        pointer-events: none;
    }

    .lang-btn span {
        visibility: hidden;
    }
}

@media (max-width: 390px) {
    .lang-btn {
        padding: 0 4px;
    }
}

@media (max-width: 370px) {
    .lang-btn {
        height: 27px;
        line-height: 27px;
    }
}

.lang-selected {
    color: white;
    background-color: #1F1F1F;
}

@media (max-width: 1024px) {
    .lang-selected {
        display: none;
    }
}

.wrapper {
    background: #1F1F1F;
}

.backtotg4-wrapper {
    width: auto;
    max-width: 1300px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #1F1F1F;
    text-align: center;
    padding: 5px;
}

.navbar {
    position: relative;
    z-index: 2;
    background-color: #414141;
}

.backtotg4-wrapper a {
    color: #FFFFFF;
}

.backtotg4-wrapper a:hover {
    color: #FF126C;
}

.ssoheader-wrapper {
    position: relative;
    color: #FFFFFF;
    height: 60px;
}

main {
    /* -webkit-font-smoothing: antialiased; */
    width: auto;
    max-width: 1300px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #1F1F1F;
    margin: 0 0 0.8rem 0;
    padding: 1.6rem;
}

input, label, select {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}

label {
    font-weight: bold;
    margin-bottom: 0.4rem;
}

label.required:after {
    content: "*";
}

label abbr {
    display: none;
}

legend {
    float: left;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: calc(2.2rem + 0.3vw);
    line-height: inherit;
    border: 0;
    padding: 0 0 20px 0;
}

textarea {
    overflow: auto;
}

textarea,
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="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
    -webkit-transition: border-color;
    -moz-transition: border-color;
    -o-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #1F1F1F;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    padding: 0px 10px 0px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:hover,
    input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
    select[multiple=multiple]:hover {
    border-color: #060606;
}

textarea:focus,
    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="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
    select[multiple=multiple]:focus {
    border-color: #1F1F1F;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 18, 18, 0.7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 18, 18, 0.7);
    outline: none;
}

textarea {
    resize: vertical;
}

.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-check, .form-check-input {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-right: 24px;
}

.form-group {
    padding: 5px 0;
}

.form-check-label {
    margin-left: 5px;
}

.form-check-input:checked:after {
    width: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #FF126C;
    content: '';
    visibility: visible;
    border: 1px solid #414141;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    color: #D21404;
    background-color: #c3c5c6;
    padding: 2px 10px;
    border: 2px solid #D21404;
}

optgroup {
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
}

.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 48px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: #414141;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: #414141;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
    background: #FF126C;
}

.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.feedback, .profile {
    background: #1F1F1F;
    padding: 3rem;
}

.ssoregular, .ssoheader-wrapper, .sso-main, .sso-main label, .sso-main input, .sso-login, .sso-login label, .sso-login input, .sso-mainCell, #first-name, #last-name, #display-name, #nationality, #residence, .modal-content, .modal-content input {
    font-family: "fslucasregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ssosemibold {
    font-family: "fslucasregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ssobold {
    font-family: "fslucasbold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ssoitalic {
    font-family: "fslucasregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: italic;
}

body, input, label, select, textarea, 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="time"], input[type="url"], input[type="week"], select[multiple=multiple], .para-medium, .para-regular, .sched-date {
    font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bold, strong, .lang-btn {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 1024px) {
    .ssoheader-wrapper {
      z-index: 10; }
    .ssoheader-wrapper .logo {
        margin: 12px 20px; }
    .ssoheader-wrapper .sso_logo {
        width: 35px; }
}

.ssoheader-wrapper .header-holder {
    width: auto;
    max-width: 1300px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.ssoheader-wrapper .ssologo-home {
    height: auto;
    float: left;
}

.ssoheader-wrapper .logout-home {
    cursor: pointer;
    height: auto;
    float: right;
    margin-top: 18px;
}

@media (max-width: 1320px) {
    .ssoheader-wrapper .logout-home {
        margin: 18px 20px 20px; }
}

@media (max-width: 1024px) {
    .ssoheader-wrapper .logout-home {
        margin: 18px 20px 20px; }
}

@media (max-width: 420px) {
    .ssoheader-wrapper .logout-home {
        margin: 18px 10px 5px 5px; }
}

@media (max-width: 370px) {
    .ssoheader-wrapper .logout-home {
        margin: 12px 4px 4px 4px; }
}

.ssoheader-wrapper .logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 10px 0 0 0;
}

@media (max-width: 370px) {
    .ssoheader-wrapper .tg4_logo {
        margin: 12px 14px; }
}

.ssoheader-wrapper .logo:focus {
      background-color: white;
}

.ssoheader-wrapper .tg4_logo {
    display: block;
    width: 120px;
    height: auto;
    padding-top: 30px;
    margin: 0 0 30px 0;
}

.ssoheader-wrapper .tg4_logo:focus {
    background-color: white;
}

@media (max-width: 1300px) {
    .ssoheader-wrapper .tg4_logo {
        margin: 0 0 30px 20px; }
    .ssoheader-wrapper .logo {
        margin: 10px 20px; }
}

@media (max-width: 1024px) {
    .ssoheader-wrapper .tg4_logo {
        padding-top: 0;
        margin: 13px 20px;
        width: 90px; }
}

@media (max-width: 550px) {
    .ssoheader-wrapper .tg4_logo {
        margin: 13px 15px; }
    .ssoheader-wrapper .logo {
        margin: 10px 15px; }
}
@media (max-width: 370px) {
    .ssoheader-wrapper .logo {
        width: 100px;
        margin: 10px 8px;
    }
}

@media (max-width: 350px) {
    .ssoheader-wrapper .tg4_logo {
        margin: 13px 8px; }
}

.ssoheader-wrapper .sso_logo {
    display: block;
    width: 45px;
    cursor: pointer;
}

.ssoheader-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.sso-main {
    color: #FFFFFF;
    padding-top: 10px;
}

.sso-main a {
    color: #FFFFFF;
    text-decoration: underline;
}

.sso-main a:hover, .sso-main a:focus {
    color: #FF126C;
}

.sso-main button {
    padding: 2px 20px;
    background: #FF126C;
    margin: 15px 15px 0 0;
    border: 0px !important;
    color: #FFFFFF;
    @media (max-width: 960px) {
        padding: 2px 10px;
        margin: 15px 6px 0 0;
    }
}

.sso-main button.bg-light {
    color: #FF126C;
    background: #FFFFFF;
    border-bottom: 15px solid #1F1F1F !important;
}

.sso-main fieldset {
    border: 0px;
    padding: 0 !important;
}

.sso-main input {
    color: #000000;
}

.sso-login {
    color: #FFFFFF;
    padding-top: 10px;
}

.sso-login a {
    color: #FFFFFF;
    text-decoration: underline;
}

.sso-login a:hover, .sso-login a:focus {
    color: #FF126C;
}

.sso-login button {
    padding: 2px 20px;
    background: #FF126C;
    margin: 15px 15px 0 0;
    border: 0px !important;
    color: #FFFFFF;
}

.sso-login button.bg-light {
    color: #FF126C;
    background: #FFFFFF;
    border-bottom: 15px solid #1F1F1F !important;
}

.sso-login fieldset {
    border: 0px;
}

.sso-login input {
    color: #000000;
}

.sso-avatar {
    background-color: #414141;
}

.avatar-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.avatar-left {
    float: left;
    background-color: #414141;
    width: 120px;
}

.avatar-right {
    width: 260px;
    background-color: #414141;
    padding: 5px 15px;
    margin: 0 5px;
    float: left;
    font-size: calc(100% + 0.8vw);
    line-height: calc(100% + 0.25vw);
}

@media (max-width: 840px) {
    .avatar-right {
        width: 80%;
        font-size: calc(100% + 2.8vw);
        line-height: calc(100% + 1.8vw);
    }
}

.avatar {
    width: 80px;
    height: auto;
    margin: 8px;
}

.sso-overview {
    margin-top: 10px;
    background-color: #414141;
    padding: 15px 35px;
}

@media (max-width: 550px) {
    .sso-overview {
        padding: 15px;
    }
}

@media (max-width: 350px) {
    .sso-overview {
        padding: 15px 8px;
    }
}

.sso-access {
    margin-top: 10px;
    background-color: #414141;
    padding: 15px 35px;
}

@media (max-width: 550px) {
    .sso-access {
        padding: 15px;
    }
}

@media (max-width: 350px) {
    .sso-access {
        padding: 15px 8px;
    }
}

.sso-delete {
    margin-top: 10px;
    background-color: #414141;
    padding: 15px 35px;
    color: #D21404;
}

.sso-delete button {
    color: #FFFFFF;
}

@media (max-width: 550px) {
    .sso-delete {
        padding: 15px;
    }
}

@media (max-width: 350px) {
    .sso-delete {
        padding: 15px 8px;
    }
}

.sso-maininfo {
    background-color: #414141;
    padding: 15px 35px;
}

@media (max-width: 550px) {
    .sso-maininfo {
        padding: 15px;
    }
}

@media (max-width: 350px) {
    .sso-maininfo {
        padding: 15px 8px;
    }
}

.sso-profileform {
    display: none;
    background-color: #414141;
    padding: 15px 35px;
}

@media (max-width: 550px) {
    .sso-profileform {
        padding: 15px;
    }
}

@media (max-width: 350px) {
    .sso-profileform {
        padding: 15px 8px;
    }
}

.sso-emailform {
    display: none;
    background-color: #414141;
    padding: 15px 35px;
}

@media (max-width: 550px) {
    .sso-emailform {
        padding: 15px;
    }
}

@media (max-width: 350px) {
    .sso-emailform {
        padding: 15px 8px;
    }
}

.sso-paddCell {
    float: left;
    width: 25%;
}

@media (max-width: 800px) {
    .sso-paddCell {
        width: 10%;
    }
}

@media (max-width: 600px) {
    .sso-paddCell {
        display: none;
    }
}

.sso-mainCell {
    float: left;
    width: 50%;
    background-image: url(..images/sso-bg-1.png);
}

@media (max-width: 800px) {
    .sso-mainCell {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .sso-mainCell {
        width: 100%;
    }
}

.last-link {
    margin-top: 10px;
}

#first-name, #last-name, #display-name, #nationality, #residence {
    width: 99% !important;
    color: #000000;
}

#bookmark {
    background-color: #1F1F1F;
    display: table;
}

#bookmark .mod-1 {
    height: 100%;
    max-width: calc(32%);
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    clear: none;
    width: 32.5%;
    margin-left: 0;
    margin-right: 1.25%;
}

#bookmark .mod-1:last-child {
    margin-right: 0;
}

@media (max-width: 1024px) {
    #bookmark .mod-1 {
        max-width: calc(48%);
        float: left;
        clear: none;
        width: 201.25%;
        margin-left: 0;
        margin-right: 1.25%;
    }
    #bookmark .mod-1:last-child {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    #bookmark .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%;
    }
    #bookmark .mod-1:last-child {
        margin-right: 0;
    }
}

#history {
    background-color: #1F1F1F;
    display: table;
}

#history .mod-1 {
    height: 100%;
    max-width: calc(32%);
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    clear: none;
    width: 32.5%;
    margin-left: 0;
    margin-right: 1.25%;
}

#history .mod-1:last-child {
    margin-right: 0;
}

@media (max-width: 1024px) {
    #history .mod-1 {
        max-width: calc(48%);
        float: left;
        clear: none;
        width: 201.25%;
        margin-left: 0;
        margin-right: 1.25%;
    }
    #history .mod-1:last-child {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    #history .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%;
    }
    #history .mod-1:last-child {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .badge {
        padding: 2px 5px !important;
    }
}

@media (max-width: 400px) {
    .badge {
        margin: 15px 4px 0 0 !important;
    }
}

.modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content {
    padding-top: 10px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-content a {
    text-decoration: underline;
    cursor: pointer;
}

.modal-content a:hover, .modal-content a:focus {
    color: #FF126C;
}

.modal-content button {
    padding: 2px 20px;
    background: #FF126C;
    margin: 15px 15px 0 0;
    border: 0px !important;
    color: #FFFFFF;
}

.modal-content button.bg-light {
    color: #FF126C;
    background: #FFFFFF;
    border-bottom: 15px solid #1F1F1F !important;
}

.modal-content input {
    color: #000000;
}

@media (max-width: 1268px) {
    .modal-content {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .modal-content {
        width: 70%;
    }
}

@media (max-width: 600px) {
    .modal-content {
        width: 90%;
    }
}

.hidden {
    display: none;
}

.pagination-container {
    width: calc(100% - 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    padding: 1rem 0;
}

.sendLink {
    cursor: pointer;
}

.password-container input[type="password"], .password-container input[type="text"] {
    width: 100%;
    padding: 12px 36px 12px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
}

.fa-eye {
    position: relative;
    margin-left: 95%;
    cursor: pointer;
    margin-top: -30px;
    color: #999;
}

.password-container input[type="password"], .password-container input[type="text"] {
    width: 100%;
    padding: 12px 36px 12px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.alert-danger {
    color: #FFFFFF;
    padding-bottom: 10px;
    background-color: #D21404;
    padding: 2px 10px;
    border: 2px solid #D21404;
}

.alert-danger button {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    padding: 2px 10px !important;
    margin: 5px 10px 5px 0 !important;
    border: 1px solid #FFFFFF !important;
}

#updated-info, #reg-success {
    color: #FFFFFF;
    padding-bottom: 10px;
    background-color: #29be05;
    padding: 2px 10px;
    border: 2px solid #29be05;
    margin-bottom: 12px;
}

#updated-info button, #reg-success button {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    padding: 2px 10px !important;
    margin: 5px 10px 5px 0 !important;
    border: 1px solid #FFFFFF !important;
}

#updated-info-text {
    color: #29be05 !important;
}

/* Container flexbox layout */
.sso-container {
    display: flex;
    flex-direction: row; /* Two columns side by side */
    gap: 10px; /* Optional: space between columns */
}

/* Column widths */
.sso-column1 {
    flex: 1; /* Sidebar */
    display: flex;
    flex-direction: column; /* Stack the sidebar rows vertically */
    max-width: 350px;
}

.sso-column2 {
    flex: 2; /* Main content, make this wider than sidebar */
}

.sso-sidebar-row1 {
    background-color: #414141;
}

.sso-sidebar-row2, .sso-sidebar-row3 {
    margin-top: 10px;
    background-color: #414141;
    padding: 15px 35px;
}

.sso-sidebar-row4 {
    margin-top: 10px;
    background-color: #414141;
    padding: 15px 35px;
    color: #D21404;
}

/* Responsive design: Stack columns vertically on small screens */
@media (max-width: 840px) {
    .sso-container {
        flex-direction: column; /* Stack columns on top of each other */
    }

    .sso-column2 {
        order: 1; /* Main content on top */
    }

    .sso-column1 {
        order: 2; /* Sidebar below */
        max-width: 100%;
    }
}

img, picture {
    margin: 0;
    max-width: 100%;
    height: auto;
}

/* Loader overlay styling */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    padding: 20px;
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide the profile content until the user is logged in */
.profile-content {
    display: none;
}