/* Fonts */

/* Archia Thin */
@font-face {
    font-family: 'Archia';
    font-weight: 100;
    font-style: normal;
    src: url('../font/Archia/archia-thin-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../font/Archia/archia-thin-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Archia/archia-thin-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/Archia/archia-thin-webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../font/Archia/archia-thin-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Archia Light */
@font-face {
    font-family: 'Archia';
    font-weight: 300;
    font-style: normal;
    src: url('../font/Archia/archia-light-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../font/Archia/archia-light-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Archia/archia-light-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/Archia/archia-light-webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../font/Archia/archia-light-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Archia Regular */
@font-face {
    font-family: 'Archia';
    font-weight: 400;
    font-style: normal;
    src: url('../font/Archia/archia-regular-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../font/Archia/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Archia/archia-regular-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/Archia/archia-regular-webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../font/Archia/archia-regular-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Archia Medium */
@font-face {
    font-family: 'Archia';
    font-weight: 500;
    font-style: normal;
    src: url('../font/Archia/archia-medium-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../font/Archia/archia-medium-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Archia/archia-medium-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/Archia/archia-medium-webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../font/Archia/archia-medium-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Archia Semibold */
@font-face {
    font-family: 'Archia';
    font-weight: 600;
    font-style: normal;
    src: url('../font/Archia/archia-semibold-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../font/Archia/archia-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Archia/archia-semibold-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/Archia/archia-semibold-webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../font/Archia/archia-semibold-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Archia Bold */
@font-face {
    font-family: 'Archia';
    font-weight: 700;
    font-style: normal;
    src: url('../font/Archia/archia-bold-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../font/Archia/archia-bold-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/Archia/archia-bold-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/Archia/archia-bold-webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../font/Archia/archia-bold-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Google Material Icons Font */
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    src: url('../font/Google/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2') format('woff2'),
        url('../font/Google/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].ttf') format('truetype');
}

/* End Fonts */

/* Colours */

:root {
    --white: rgba(255, 255, 255, 1);
    --grey-0: rgba(249, 249, 249, 1);
    --grey-1: rgba(242, 242, 242, 1);
    --grey-2: rgba(204, 204, 204, 1);
    --grey-3: rgba(174, 174, 174, 1);
    --grey-4: rgba(109, 109, 109, 1);
    --grey-5: rgba(43, 43, 43, 1);
    --black-1: rgba(40, 40, 40, 1);
    --black-2: rgba(25, 25, 25, 1);
    --black-3: rgba(0, 0, 0, 1);
    --blue-1: rgba(249, 251, 255, 1);
    --blue-2: rgba(223, 234, 255, 1);
    --blue-3: rgba(167, 195, 250, 1);
    --blue-4: rgba(51, 103, 154, 1);
    --blue-5: rgba(55, 86, 148, 1);
    --blue-6: rgba(45, 71, 122, 1);
    --red-1: rgba(255, 200, 199, 1);
    --red-2: rgba(253, 110, 107, 1);
    --red-3: rgba(237, 32, 36, 1);
    --red-4: rgba(182, 22, 19, 1);
    --yellow-1: rgba(255, 243, 194, 1);
    --yellow-2: rgba(255, 204, 0, 1);
    --yellow-3: rgba(207, 106, 9, 1);
    --green-1: rgba(232, 255, 246, 1);
    --green-2: rgba(0, 166, 102, 1);
    --green-3: rgba(44, 80, 43, 1);
}

.white {
    color: var(--white);
}

.grey-1 {
    color: var(--grey-1);
}

.grey-2 {
    color: var(--grey-2);
}

.grey-3 {
    color: var(--grey-3);
}

.grey-4 {
    color: var(--grey-4);
}

.black-1 {
    color: var(--black-1);
}

.black-2 {
    color: var(--black-2);
}

.black-3 {
    color: var(--black-3);
}

.red-1 {
    color: var(--red-1);
}

.red-2 {
    color: var(--red-2);
}

.red-3 {
    color: var(--red-3);
}

.yellow-1 {
    color: var(--yellow-1);
}

.yellow-2 {
    color: var(--yellow-2);
}

.yellow-3 {
    color: var(--yellow-3);
}

.green-1 {
    color: var(--green-1);
}

.green-2 {
    color: var(--green-2);
}

.green-3 {
    color: var(--green-3);
}

.blue-1 {
    color: var(--blue-1);
}

.blue-2 {
    color: var(--blue-2);
}

.blue-3 {
    color: var(--blue-3);
}

.blue-4 {
    color: var(--blue-4);
}

.blue-5 {
    color: var(--blue-5);
}

.blue-6 {
    color: var(--blue-6);
}

/* Background Colours */

.bg-black-3 {
    background-color: var(--black-3);
}

.bg-grey-0 {
    background-color: var(--grey-0);
}

.bg-grey-1 {
    background-color: var(--grey-1);
}

.bg-grey-2 {
    background-color: var(--grey-2);
}

.bg-grey-4 {
    background-color: var(--grey-4);
}

.text-red-3 {
    color: var(--red-3);
}

/* Border Colours */

.border-grey-0 {
    border-color: var(--grey-0);
}

.border-grey-2 {
    border-color: var(--grey-2) !important;
}

/* End Colours */

/* DOM */

html {
    font-size: 14px;
}

body {
    font-size: 1rem;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: var(--black-1);
    min-width: 21.875rem;
    text-underline-offset: 0.143rem;
    background: var(--white);
}

@media (max-width: 991px) {
    body {
        background: var(--grey-1);
    }
}

/* End DOM */

/* Typography */

/* 
   The heading classes below are used to override the element styling. 
   i.e.: Header elements need to be present in sequence starting from H1, however the designs provided do not always follow that norm. So we use the equivalent class to align the styling to the designer's.
   e.g.: <h2 class="h5"> My Sub Title </h2>
*/

h1,
.h1 {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 2.571rem;
    /* 36px */
    line-height: 3.429rem;
    /* 48px */
}

h2,
.h2,
.legend-text {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 1.714rem;
    /* 24px */
    line-height: 2rem;
    /* 28px */
}

h3,
.h3 {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 1.571rem;
    /* 22px */
    line-height: 1.714rem;
    /* 24px */
}

h4,
.h4 {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 1.429rem;
    /* 20px */
    line-height: 1.571rem;
    /* 22px */
}

h5,
.h5 {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 1.143rem;
    /* 16px */
    line-height: 1.429rem;
    /* 20px */
}

h6,
.h6 {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    /* 14px */
    line-height: 1.214rem;
    /* 17px */
}


@media (max-width: 476px) {

    h1,
    .h1 {
        font-size: 1.571rem;
        /* 22px */
        line-height: 2.2rem;
        /* 30.8px */
    }

    h2,
    .h2,
    .legend-text {
        font-size: 1.429rem;
        /* 20px */
        line-height: 1.571rem;
        /* 22px */
    }

    h3,
    .h3 {
        font-size: 1.286rem;
        /* 18px */
        line-height: 1.429rem;
        /* 20px */
    }

    h4,
    .h4 {
        font-size: 1.214rem;
        /* 17px */
        line-height: 1.286rem;
        /* 18px */
    }

    h5,
    .h5 {
        font-size: 1.143rem;
        /* 16px */
        line-height: 1.286rem;
        /* 18px */
    }
}

@media (min-width: 477px) and (max-width: 576px) {

    h1,
    .h1 {
        font-size: 2.171rem;
        line-height: 3rem;
    }

    h2,
    .h2,
    .legend-text {
        font-size: 1.943rem;
    }

    h3,
    .h3 {
        font-size: 1.614rem;
    }

    h4,
    .h4 {
        font-size: 1.329rem;
    }

    h5,
    .h5 {
        font-size: 1.186rem;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--black-3);
    text-transform: lowercase;
}

.msr-icon-heading {
    position: relative;
    bottom: 0.5rem;
    display: inline-flex;
    ;
}

.error-code-text {
    font-family: 'Archia', sans-serif;
    font-weight: 600;
    font-size: 10.714rem;
    line-height: 20.75rem;
    color: var(--black-3);
}

.small-text {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.875rem !important;
}

.large-text {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.25rem !important;
}

.larger-text {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.5rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 700 !important;
}

.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: inherit !important;
}

a:not(.nav-link) {
    color: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1rem;
    text-decoration: underline;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

ul {
    list-style-type: disc;
}

.text-justify {
    text-align: justify !important;
}

/* End Typography */

/* Custom Table */

.c-table {
    border: none;
    border-radius: 0.5rem;
}

.c-table>div>div.row:nth-child(1) {
    background: var(--grey-0);
    color: var(--black-1);
    text-transform: lowercase;
    height: 4.071rem;
    align-content: center;
} 

/* Selecting the first row of the table
       i.e.: second '.row' (first .row is the table header) */
.c-table>div>div.row:nth-child(2) {
    margin-top: 0.5rem;
}    


/* All rows, excluding the header */
.c-table>div>div.row:not(:first-child) {
    padding: 0.8rem;
    border-radius: 0.5rem;
}

@media (max-width: 991px) {

    /* All rows, excluding the header */
    .c-table>div>div.row:not(:first-child) {
        margin-top: 1rem;
        background-color: var(--grey-0);
    }
}

/* End Custom Table */

/* Overriding Bootstrap Components */

/* Buttons */

button {
    border-style: solid;
    border-radius: 0.929rem;
    min-height: 3.357rem;
    border-width: 0.071rem;
    text-transform: lowercase;
}

.btn-bg-white-hover:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

.btn-primary {
    color: var(--black-1);
    background-color: transparent;
    border-color: var(--grey-2);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    color: var(--black-1);
    border-color: var(--black-3);
    background-color: rgba(228, 229, 230, 1);
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%) !important;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%) !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: var(--white);
    border-color: var(--grey-3);
    background-color: var(--grey-4);
}

/* Navbar */

.nav-link {
    font-weight: 500;
}

.nav-link.active {
    text-decoration: underline !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler .navbar-toggler-icon:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url('../img/icons/close.svg');
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url('../img/icons/hamburger.svg');
}

@media (max-width: 991px) {
    #navbarContent {
        width: 100%;
        position: relative;
        background: var(--white);
    }

    #navbarContent>.navbar-nav {
        border-bottom: 0 !important;
    }
}

@media (min-width: 992px) {

    #sidebar,
    #sidebar-placeholder {
        width: 17.857rem;
    }
}

#navbarContent {
    background: transparent;
}

.navbar-nav {
    display: contents;
}

.navbar-nav .dropdown-menu {
    position: fixed;
    margin-top: 0.714rem;
    margin-right: -5.357rem;
}

.nav-link-language {
    border: 0.071rem solid var(--grey-2);
    border-radius: 0.929rem;
    padding: 0.75rem 1rem !important;
    text-decoration: none !important;
}

.nav-link,
.dropdown-item {
    font-size: 0.884rem !important;
    line-height: 1.061rem !important;
}

.nav-link>.msr {
    position: relative;
    top: 0.5rem;
}

.dropdown-item {
    font-weight: normal !important;
    text-decoration: none !important;
    border-radius: 0.25rem;
    margin-top: 0.357rem;
    margin-bottom: 0.357rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--grey-1);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--black-3);
    background-color: var(--grey-1);
}

.dropdown-toggle::after {
    vertical-align: middle;
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Font size should be the same as optical size (opsz) in font-variation-settings */
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    content: '\e5cf';
    display: inline;
    border: none;
}

.dropdown-menu-custom {
    right: auto !important;
    top: auto !important;
    border-radius: 0.929rem;
    padding: 0.5rem;
}

/* End Navbar */

/* Form Select */

.form-select {
    cursor: pointer;
    min-height: 47px;
    color: var(--black-1);
    border-color: var(--grey-2);
    border-radius: 0.929rem;
    padding-left: 1.571rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='%23ED2024' /%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M5 7 l3 3 l3-3'/%3E%3C/svg%3E%0A");
    background-size: 1.714rem;
}

.form-select:focus {
    outline: 0;
    border-color: var(--black-1);
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%) !important;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%) !important;
}

/* End Overriding Bootstrap Components */

/* Borders */

.border-radius-sm {
    border-radius: 0.929rem;
}

.border-radius-50 {
    border-radius: 50%;
}

/* Borders */

/* Custom Padding */

.container-fluid-px-custom {
    padding-left: 1rem;
    padding-right: 1rem;
}

.header-pt-custom {
    padding-top: 1rem;
}

@media (min-width: 992px) {
    .container-fluid-px-custom {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .header-pt-custom {
        padding-top: 5rem;
    }
}

/* End Custom Padding */

/* Content Section */

.content-section {
    border-radius: 2.5rem 2.5rem 0rem 0rem;
}

/* End Content Section */

/* Section Divider */

.section-divider {
    background-color: var(--grey-2);
    height: 0.071rem;
    padding-left: 5.357rem;
    padding-right: 5.357rem;
}

/* End Section Divider */

/* Quick Links */

.quick-links > ul {
    list-style: none;
    padding-left: 0;
}

.quick-links > ul > li {
    margin-bottom: 2rem;
    text-transform: lowercase;
}

.quick-links > ul > li:first-child {
    margin-top: 2rem;
}

.quick-links > ul > li > span,
.quick-links > ul > li > a {
    display: block;
}

.quick-links > ul > li > a {
    margin-top: 0.25rem;
    margin-left: 3rem;
}

/* End Quick Links */

/* Cookie Notice */

#cookie-notice {
    border-top-left-radius: 1.643rem;
    border-top-right-radius: 1.643rem;
}

/* End Cookie Notice */

/* Accordion */

.accordion-header > .accordion-button {
    text-transform: capitalize !important;
}


.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--black-3);
    background-color: var(--white) !important;
    box-shadow: none !important;
}

/* End Accordion */

/* Contact Us Item */


@media (min-width: 768px) {
    .general-details-item {
        margin-left: -4%;
    }

    .technical-support-item {
        margin-left: -4%;
    }
}

@media (min-width: 992px) { 
    .general-details-item {
        margin-left: -6%;
    }

    .technical-support-item {
        margin-left: -6%;
    }
 }

 @media (min-width: 1200px) { 
    .technical-support-item {
        margin-left: 0%;
    }
  }

/* End Contact Us Item */