/****************************************************
 *              GTC FONTS - ROBOTO                  *
 *                      BEGIN                       *
 ***************************************************/
/* Roboto-Thin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url('fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}

/* Roboto-LightItalic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 300;
    src: url('fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
}

/* Roboto-Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

/* Roboto-Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* Roboto-Medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

/* Roboto-Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

/* Roboto-Black */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url('fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

/****************************************************
 *              GTC FONTS - ROBOTO                  *
 *                       END                        *
 ***************************************************/


a:active {
    color: red;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    opacity: 0.8;
}

body {
    margin: 0 0 25px;
    font-size: 8pt;
    background-color: white;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    /*min-width: 1300px;*/
}

form {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    padding: 5px;
    margin-top: 0.25em;
    font-weight: bold;
    font-size: small;
    margin-bottom: 0.25em;
    color: #000000;
    background-color: #ffffff;
}

h3 {
    padding: 3px;
    border-top: #ffffff 1px solid;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #3955AA;
}

h3 a {
    padding: 0 1em;
}

h3 a:link {
    color: #ccecff;
}

h3 a:visited {
    color: #ccecff;
}

img {
    border-width: 0;
}

a > img {
    vertical-align: middle;
}

td {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1em;
    font-weight: normal
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

#datapage {
    width: 100%;
}

#datapage .blue {
    color: #0000cc;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 0.5em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 5px;
    margin-bottom: 0;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage .data_edit {
    font-weight: normal;
    font-size: 1rem;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
}

.datapage-table .data_edit {
    display: flex;
    align-items: center;
}

#datapage .internal-info-job-list-table td:not(:first-child) .data_edit {
    min-width: 200px;
    margin: 5px;
}

.td-button {
    margin-top: 10px;
    text-align: center;
    display: block;
}

.td-button-double {
    min-width: 300px;
}

#datapage input.data_arial {
    font-size: 1.2em;
    text-transform: none;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    height: 22px;
    padding-left: 3px;
}

#datapage input.errormsg {
    font-weight: normal;
    font-size: 1em;
    color: red;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage P {
    margin-top: 0.5em;
    font-size: 1em;
    margin-bottom: 0;
    color: #000000
}

.table-container p.payable-field {
    display: flex !important;
    align-items: center;
}

.table-container p.payable-field span.label {
    display: flex;
}

/* START - For text between the fields */
.payable-field > span,
.amount-container > b {
    min-width: 50px;
    text-align: center;
}

.amount-container > b > span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END - For text between the fields */

.payable-field input[type="text"],
.payable-field select {
    flex: unset !important;
}


#datapage P.data {
    margin-top: 0.5em;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0.15em;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage P.data_label {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

#datapage P.data_status {
    margin-top: 0.5em;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0.15em;
    color: #0000FF;
    font-family: 'Roboto', Arial, sans-serif;
    border: #A8A9AB 0 solid;
}

#datapage P.data_view {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 5px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 8pt;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

#datapage P.msgerr {
    margin-top: 0.25em;
    padding-left: 5px;
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 0.5em;
    color: #ff0000;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage P.notebody {
    margin-top: 0.1em;
    padding-left: 5px;
    font-size: 8pt;
    margin-bottom: 0.25em;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage select.data {
    font-size: 1.2em;
    /*font-size: 1rem;*/
    font-family: 'Roboto', Arial, sans-serif;
    margin-bottom: -3px;
}

#datapage SPAN.data {
    padding-left: 5px;
    font-weight: normal;
    font-size: 1em;
    color: #0000cc;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage SPAN.data_edit {
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage SPAN.errormsg {
    margin: 0.15em 1em;
    font-weight: normal;
    font-size: 1em;
    color: red;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage table {
    font-size: 1em;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #dddddd;
    text-align: left;
    width: 100%;
    border: 0;
    border-COLLAPSE: COLLAPSE;
}

#datapage table.header {
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

#datapage table HR {
    color: #FFFFFF
}

#datapage table.header P.label {
    margin-top: 0.25em;
    margin-bottom: 0;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 5px;
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

#datapage table.header p.value {
    margin-top: 0.25em;
    margin-bottom: 0;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 5px;
    font-weight: normal;
    font-size: 8pt;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage table.header p.value_bb {
    margin-top: 0.1em;
    padding-left: 10px;
    padding-bottom: 0.5em;
    padding-right: 5px;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: #0000ff;
}

#datapage table.header span.label {
    margin-top: 0.25em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 5px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 0;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

#datapage table.header span.label_b {
    margin-top: 0.2em;
    padding-left: 1em;
    padding-bottom: 0.2em;
    padding-right: 5px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 0;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

#datapage table.header span.value {
    margin-top: 0.25em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 5px;
    font-weight: normal;
    font-size: 8pt;
    font-family: 'Roboto', Arial, sans-serif;
}

#datapage table.header span.value_bb {
    margin-top: 0.1em;
    padding-left: 10px;
    padding-bottom: 0.5em;
    padding-right: 5px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: #0000ff;
}

#datapage table Table tr td {
    padding-left: 0;
}

#datapage table.quickSearch td {
    padding: 2px;
    min-height: 25px;
}

#datapage table td.amendment {
    background-color: #EEEEEE;
}

#datapage table tr td {
    padding: 0 0 0 1em;
    vertical-align: top;
}

#datapage table tr td.alt0 {
    background: #eeeeee;
}

#datapage table tr td.alt1 {
    background: #dddddd;
}

#datapage table tr td.insert {
    padding-left: 0;
}

#datapage table tr th {
    padding: 0.75em 0.5em 0.5em 7pt;
    border-top: #ffffff 1px solid;
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    border-bottom: #ffffff 1px solid;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #C2CDD8;
    text-align: left
}

#datapage td P.status {
    color: #02188F
}

#datapage textarea.data {
    margin-top: 0.15em;
    padding-left: 0;
    font-size: 1.2em;
    margin-bottom: 0.15em;
    font-family: 'Roboto', Arial, sans-serif;
    overflow: auto;
    border: #728AAB 1px solid
}

#holdm {
    z-index: 100;
    left: 0;
    margin-left: -32px;
    width: 900px;
    MIN-width: 900PX;
    position: absolute;
    margin-top: 0;
    top: 37px;
    font-weight: normal;
}

#misc_button {
    padding: 0;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0
}

#misc_button input {
    padding: 0;
    font-weight: bold;
    font-size: 100%;
    margin: 0;
    color: #000000;
    background-color: #ffd700
}

.icon-useful-resources {
    position: relative;
    top: 3px;
    margin-right: 2px;

}

.tbllist,
#tbllist {
    padding-right: 0;
    padding-left: 0;
    font-size: 8pt;
    background: #eeeeee;
    padding-bottom: 0.25em;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

.tbllist input.data,
#tbllist input.data {
    margin-top: 0.15em;
    font-size: 1.2em;
    margin-bottom: 0;
    text-transform: none;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    border: #728AAB 1px solid;
    height: 20px;
}

.tbllist P.data_label,
#tbllist P.data_label {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 5px;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

.tbllist P.data_view,
#tbllist P.data_view {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 5px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 8pt;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left
}

.tbllist table,
#tbllist table {
    border-COLLAPSE: collapse;
    width: 100%;
    border: 0;
}

.tbllist table tr td,
#tbllist table tr td {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    /*background: #edeeee;*/
    padding-bottom: 0.75em;
    color: #000000;
    text-align: left
}

.tbllist table tr.alt td,
#tbllist table tr.alt td {
    background: #eeeeee;
    padding-left: 0.5em;
    text-align: left
}

.tbllist table tr td.alt,
#tbllist table tr td.alt {
    padding-left: 0.5em;
    text-align: left;
    background: #dddddd
}

.tbllist table tr.alt0 td,
#tbllist table tr.alt0 td {
    background: #eeeeee;
    padding-left: 0.5em;
    text-align: left
}

.tbllist table tr td.alt0,
#tbllist table tr td.alt0 {
    padding-left: 0.5em;
    text-align: left
}

.tbllist table tr.alt1 td,
#tbllist table tr.alt1 td {
    background: #dddddd;
    padding-left: 0.5em;
    text-align: left
}

.tbllist table tr td.alt1,
#tbllist table tr td.alt1 {
    background: #dddddd;
    padding-left: 0.5em;
    text-align: left
}

.tbllist table tr td.alt2,
#tbllist table tr td.alt2 {
    background: #D3D3D3;
    padding-left: 0.5em;
    text-align: left
}

.tbllist table tr td.insert,
#tbllist table tr td.insert {
    padding-left: 0;
    padding-right: 0;
}

.tbllist table tr th,
#tbllist table tr th {
    padding-right: 0.5em;
    border-top: #ffffff 1px solid;
    padding-left: 0.5em;
    font-weight: bold;
    font-size: 9pt;
    padding-bottom: 0.5em;
    color: #000000;
    border-bottom: #ffffff 1px solid;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #C2CDD8;
    text-align: left
}

/*#datapage table tr th a,*/
/*#tbllist table tr th a {*/
/*    color: #fff;*/
/*}*/

.tbllist td P.data_edit,
#tbllist td P.data_edit {

    padding-right: 1em;
}

.tbllist td P.status,
#tbllist td P.status {
    padding-left: 1em;
    color: #02188F
}

.tbllist textarea,
#tbllist textarea {
    padding-left: 2px;
}

#tblnote {
    padding: 5px;
    margin-top: 0.25em;
    font-size: 1em;
    margin-bottom: 0.25em;
    color: #000000;
    FONT-STYLE: italic;
    font-weight: normal;
}

#header-user-title {
    text-align: right;
    font-weight: 400;
    font-size: 13px;

}

#header-username {
    font-size: 11px;
    line-height: 15px;
    color: #8c91a3;
    text-align: right;
}

#useful-resources-form a {
    right: 0;
    top: 0;
    position: absolute;
}

#useful-resources-form img {
    position: relative;
    top: 3px;
}

#useful-resources-form strong, #useful-resources-form span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;

}

#useful-resources-form li {
    padding: 10px;
}

#useful-resources-form div {
    white-space: normal;

}

.empty-useful-resources {
    height: 200px;
    text-align: center;
    position: relative;
    top: 80px;
}

.codes {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #000060;
    line-height: 25px;
}

.dropdown-style > li:first-child div, .dropdown-style > li:first-child {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;

}

.dropdown-style > li:last-child a, .dropdown-style > li:last-child {

    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;

}

.dropdown-style {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 10px;
    margin-top: 7px;
    width: auto;
    text-align: left;
    background-color: #fff;
}

.dropdown-style li {
    background-color: #FFFFFF;
    width: 100%;

}

.dropdown-style li:hover,
.dropdown-anchor li:hover {
    background-color: #EFEFEF;
}

.dropdown-anchor-disabled span {
    color: #a4a4a4;
}

.dropdown-anchor-disabled:hover {
    background-color: transparent !important;
}

.dropdown-anchor-disabled a {
    cursor: default !important;
}

.datareadonly {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    background-color: #CCCCCC;
}

.error {
    display: inline-block;
    margin-top: 5px;
    line-height: 15px;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0.15em;
    color: red;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: none;
}

.errormsg {
    margin: 0.15em 1em;
    font-weight: normal;
    font-size: 1em;
    color: red;
    font-family: 'Roboto', Arial, sans-serif;
}

.error-color {
    color: red !important;
}

.show-linebreaks {
    white-space: pre-wrap;
}

.error-header:empty {
    display: none;
}

/* sticky header */
.error-header {
    position: sticky;
    top: 174px;
    background: dodgerblue;
    height: auto;
    line-height: 15px;
    text-align: left;
    font-weight: bold;
    color: white;
    z-index: 2; /* above page content */
    margin: 0;
}

.footer-colors {
    background-color: #363636;
    color: #FFF;
}

.font-family-primary {
    font-family: 'Roboto', Arial, sans-serif;
}

.font-heading-6 {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.font-gray {
    color: #8c91a3;
}

.font-bold {
    font-weight: 700;
}

.warning {
    margin: 0.15em 1em;
    font-weight: normal;
    font-size: 1em;
    color: green;
    font-family: 'Roboto', Arial, sans-serif;
}

.info {
    margin-top: 3px;
    line-height: 25px;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0.15em;
    color: green;
    font-family: 'Roboto', Arial, sans-serif;
}

.help_img {
    margin-bottom: 1px;
    margin-top: 1px;
}

.jscursor {
    cursor: hand;
    width: 80%;
    height: 10px; /* (height: 28;) crossbr */
    background-color: #224079;
}

.readonly_red {
    border: 0;
    background-color: #dddddd;
    color: red;
}

.screen-path {
    width: 100%;
    margin-bottom: 10px;
}

.screen-path td {
    color: #333;
    background: #E0E2EA;
    border-top: 1px solid #c5c5c5;
    height: 18px;
}

.search-box:focus {
    /*box-shadow: 0 0 15px 5px #b0e0ee;*/
    border: 2px solid #00F;
}

.sf-menu > li {
    background: none;
}

.system-menu-header .sf-menu li a {
    color: #fff;
}

.system-menu-header .sf-menu ul ul li {
    background: #444444;
}

.system-menu-header .sf-menu ul li {
    background: #333333;
    width: 300px;
}

.system-menu-header .sf-menu ul li:hover,
.system-menu-header .sf-menu ul li.sfHover {
    background: #555555;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.triangle-li-fix:hover {
    background-color: #FFF !important;
}

.triangle-wrapper-middle {
    position: relative;
    bottom: 8px;

}

.triangle-wrapper-right {
    position: relative;
    top: -8px;
}

.up-triangle-outer {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #D8D8D8;
    margin-left: auto;
    margin-right: 50px;
    margin-bottom: -8px;
}

.up-triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 9999;
    border-bottom: 7px solid #FFFFFF;
    margin-left: auto;
    margin-right: 51px;
    padding-top: 1px;
}

.useful-resources-submenu {
    width: 250px !important;
    left: auto !important;
    right: 0;
    margin-right: 0;
}

.useful-resources-submenu-items {
    overflow: auto;
    max-height: 320px;
}

.useful-resources-submenu-item {
    border-top: 1px solid rgb(128, 128, 128);
}

.useful-resources-submenu-item:first-child {
    border-top: none;
}

.uppercase {
    text-transform: uppercase;
}

table td.alt input.readonly_grey {
    border: 0;
    background-color: #dddddd;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1em;
}

ul.col {
    border: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

ul.col li {
    padding: 0;
    display: block;
    float: left;
    text-align: center;
}

ul.col li P {
    border: 0;
    padding: 0;
    display: block;
    font-size: xx-small;
    margin: 0 0 0 0.5em;
    width: auto;
    color: #000000;
    height: auto;
    text-align: left;
    text-decoration: none
}

P.data_edit {
    color: #000000;
    font-weight: normal;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
}

P.data_status {
    margin-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0.15em;
    font-family: 'Roboto', Arial, sans-serif;
    color: #02188F;
}

ul li a.gt-info {
    background: url("../images/info1.png") no-repeat;
}

ul li.sfHover a.gt-info, ul li a.gt-info:hover {
    background: url("../images/info2.png") no-repeat;
}

ul li a.gt-logout {
    background: url("../images/logout1.gif") no-repeat;
}

ul li.sfHover a.gt-logout, ul li a.gt-logout:hover {
    background: url("../images/logout2.gif") no-repeat;
}

ul li a.gt-Profile {
    background: url("../images/profile1.png") no-repeat;
}

ul li.sfHover a.gt-Profile, ul li a.gt-Profile:hover {
    background: url("../images/profile2.png") no-repeat;
    height: 15px;
    width: 15px;
}

ul li a.gt-Settings {
    background: url("../images/settings1.png") no-repeat;
}

ul li a.gt-Tools {
    background: url("../images/links1.png") no-repeat;
}

ul li.sfHover a.gt-Tools, ul li a.gt-Tools:hover {
    background: url("../images/links2.png") no-repeat;
    height: 15px;
    width: 15px;
}

ul li.sfHover a.gt-Settings, ul li a.gt-Settings:hover {
    background: url("../images/settings2.png") no-repeat;
    height: 15px;
    width: 15px;
}

input.header {
    margin-top: 0.15em;
    font-family: 'Roboto', Arial, sans-serif;
    height: 20px;
}

table.info {
    border-spacing: 0;
    padding: 0;
    width: 100%;
    border: NONE;
    border-collapse: collapse;
}

table.info td {
    border-spacing: 0;
    padding: 0;
    border: NONE;
    border-collapse: collapse;
}

*.input.optional {
    background-color: #C2C8E7;
}

P.label {
    font-size: 8pt;
    margin-bottom: 0.15em;
    margin-top: 0.25em;
    padding-left: 0;
    padding-right: 5px;
    font-weight: bold;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left;
}

.popup-form {
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 8px;
    transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #D0D5DD;
    color: #606060;
    /* padding: 24px 0; */
    margin: 16px;
}

.popup-form p.label {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

.popup-form div#actbtn {
    margin-bottom: 10px;
}

.popup-form form p input.data, .popup-form form p.label select.data,
.popup-form p input, .popup-form p.label select {
    max-width: 200px;
    margin: 0 10px;
}

textarea.norm {
    padding-left: 0.25em;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
}

input.norm, select.norm {
    font-size: 1em !important;
}

textarea.note {
    margin-top: 0.25em;
    padding-left: 5px;
    font-size: 8pt;
    margin-bottom: 0.25em;
    width: 525px;
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
}

p.path {
    font-size: 10px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    padding-left: 4px;
}

input.prompt {
    border: transparent 1px solid;
    font-size: 14px;
    color: black;
    font-family: 'Roboto', Arial, sans-serif;
}

input.readonly_black {
    border: 0;
    background-color: #dddddd;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1em;
}

input.readonly_grey {
    border: 0;
    background-color: #eeeeee;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1em;
}

ul.sf-menu {
    padding-left: 0;
}

ul.sf-menu li {
    list-style-type: none;
}

ul.sf-menu li a {
    text-decoration: none;
}

p.scr_id {
    font-size: 10px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    color: #000077;
    padding-right: 3px;
}

table.system-menu-header {
    background-color: #900;
    width: 100%;
    color: #fff;
}

table.system-menu-header {
    background: url("../images/base_hg.jpg");
    background-size: 100% 100%;
)
}

table.system-menu-header-cli {
    background: url("../images/dci_hg.jpg");
    background-size: 100% 100%;
}

table.system-menu-header-col {
    background: url("../images/dce_hg.jpg");
    background-size: 100% 100%;
}

table.system-menu-header-gri {
    background: url("../images/gti_hg.jpg");
    background-size: 100% 100%;
}

table.system-menu-header-grr {
    background: url("../images/gtr_hg.jpg");
    background-size: 100% 100%;
}

table.system-menu-header-lci {
    background: url("../images/lci_hg.jpg");
    background-size: 100% 100%;
}

table.system-menu-header-loc {
    background: url("../images/lce_hg.jpg");
    background-size: 100% 100%;
}

table.system-menu-header .sf-menu > li:hover, .sf-menu > li.sfHover {
    background: #2E78E6;
}

table.system-menu-header .sf-menu-gri > li:hover, .sf-menu-gri > li.sfHover {
    background: #aa0000;
}

table.system-menu-header .sf-menu-lci > li:hover, .sf-menu-lci > li.sfHover {
    background: #3030AC;
}

table.system-menu-header .sf-menu-loc > li:hover, .sf-menu-loc > li.sfHover {
    background: #166916;
}

table.system-menu-header .sf-menu-grr > li:hover, .sf-menu-grr > li.sfHover {
    background: #FFA319;
}

table.system-menu-header .sf-menu-cli > li:hover, .sf-menu-cli > li.sfHover {
    background: #892B2B;
}

table.system-menu-header .sf-menu-col > li:hover, .sf-menu-col > li.sfHover {
    background: #4C4C4C;
}

P.tabul {
    margin: 0 0 0 3em;
    font-weight: bold;
}

p.value {
    margin-top: 0.25em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 5px;
    font-weight: normal;
    font-size: 8pt;
    margin-bottom: 0;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left;
}

*:focus {
    outline: none;
}

/* Log out notification pop up */
.spinner {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3955aa;
    margin-left: auto;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

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

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: auto;
    padding: 20px;
    width: 30%;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.modal-content > div {
    flex: 1;
}

.modal-text {
    background-color: white;
    color: black;
}

/* New Styles - Dropdown Header */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* New Design Style - blue */

.dropdown-anchor .dropdown-style > li {
    background: #eeeeef;
}

.dropdown-anchor .dropdown-style .up-triangle {
    border-bottom: 7px solid #eeeeef;
}

.dropdown-anchor.sf-menu-gri li:hover,
.dropdown-anchor.sf-menu-grr li:hover,
.dropdown-anchor.sf-menu-lci li:hover,
.dropdown-anchor.sf-menu-loc li:hover,
.dropdown-anchor.sf-menu-col li:hover {
    background-color: #eeeeef;
}

.dropdown-anchor.sf-menu-gri li div,
.dropdown-anchor.sf-menu-grr li div,
.dropdown-anchor.sf-menu-lci li div,
.dropdown-anchor.sf-menu-loc li div,
.dropdown-anchor.sf-menu-col li div {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.screen-path td {
    background: #E0E2EA;
    border: none;
}

.tbllist table:not(.categ-table):not(.system-table) tr th,
#tbllist table:not(.categ-table):not(.system-table) tr th,
#datapage table tr th {
    background-color: #2F5597;
    color: #fff;
    padding: 10px;
}

.tbllist table.categ-table tr th,
#tbllist table.categ-table tr th {
    padding: 10px;
}

.tbllist table.categ-table tr td.systems-checkbox,
#tbllist table.categ-table tr td.systems-checkbox {
    text-align: center;
}

.tbllist table.categ-table tr th .label,
#tbllist table.categ-table tr th .label {
    font-size: 12px;
}

/* header on view */
h3 {
    padding: 8px;
    background-color: #2F5597;
}

#datapage input[type="button"]:hover,
#actbtn input[type="button"]:hover,
.tbllist input[type="button"]:hover,
#tbllist input[type="button"]:hover,
.info input[type="button"]:hover,
#datapage input[type="button"]:focus,
#actbtn input[type="button"]:focus,
.tbllist input[type="button"]:focus,
#tbllist input[type="button"]:focus,
.info input[type="button"]:focus,
.gtc-misc-button:hover,
.gtc-misc-button:focus {
    border-color: #1d355e;
    color: #1d355e;
}

#datapage input[type="button"]:focus,
#actbtn input[type="button"]:focus,
.tbllist input[type="button"]:focus,
#tbllist input[type="button"]:focus,
.info input[type="button"]:focus,
.gtc-misc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(47, 85, 151, 0.3);
}

.gtc-misc-button {
    white-space: nowrap;
}

.tbllist a:link.sort-link,
#tbllist a:link.sort-link {
    color: #fff;
}

.tbllist a:visited.sort-link,
#tbllist a:visited.sort-link {
    color: #DEEBF7;
}

.empty-list {
    font-size: 8pt;
    color: #606060;
}

.gt-grid {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.gt-block3 {
    position: relative;
    float: left;
    width: 33.3333%;
}

.gt-block3 > div {
    padding: .4em 15px;
    overflow: hidden;
}

.textarea-container {
    display: inline-block;
    width: auto !important;
}

.textarea-container > tbody > tr > td {
    padding: 0 !important
}

.textarea-container > tbody > tr > td > span {
    font-size: 8pt
}

.gtc-arrow-down-white,
.gtc-arrow-up-white {
    display: inline-block;
    margin-left: 7px;
}

.gtc-arrow-down-white {
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.gtc-arrow-up-white {
    border-width: 0 4px 5px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.select-with-ellipsis {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****************************************************
 *                    BOOTSTRAP                     *
 *                      START                       *
 ***************************************************/

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1340px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex-relaxed {
    display: -ms-flexbox;
    display: flex;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.mr-45,
.mx-45 {
    margin-right: 1.8rem !important;
}

.ml-45,
.mx-45 {
    margin-left: 1.8rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1rem + .5rem + 2px);
    padding: .25rem .5rem !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b9b9b9;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-group {
    margin-bottom: 1rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23707C8F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #1F7EFE;
    border-color: #1F7EFE;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1F7EFE;
    border-color: #1F7EFE;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-outline-primary {
    color: #1F7EFE;
    border-color: #134B98;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1F7EFE;
    border-color: #134B98;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1F7EFE;
    border-color: #134B98;
}

.btn-outline-primary:active:focus, .btn-outline-primary.active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1F7EFE;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-scrollable {
    overflow: auto;
}

/****************************************************
 *                    BOOTSTRAP                     *
 *                       END                        *
 ***************************************************/

/****************************************************
 *                  CUSTOM STYLES                      *
 *                      BEGIN                        *
 ***************************************************/

.mw-110 {
    min-width: 110px;
}

.mw-130 {
    min-width: 130px;
}

.mw-140 {
    min-width: 140px;
}

.mw-150 {
    min-width: 150px;
}

.mw-160 {
    min-width: 160px;
}

.mw-170 {
    min-width: 170px;
}

.mw-190 {
    min-width: 190px;
}

.w-65 {
    width: 65px;
}

.h-40 {
    height: 40px;
}

/****************************************************
 *                  CUSTOM STYLES                *
 *                       END                       *
 ***************************************************/


/****************************************************
 *               GTC MATERIAL STYLES                *
 *                      BEGIN                       *
 ***************************************************/

.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.mat-icon svg {
    width: 100%;
    height: 100%;
}

.mat-menu-panel {
    min-width: 112px;
    max-width: 280px;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 48px);
    border-radius: 4px;
    outline: 0;
    min-height: 46px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px rgb(0, 0, 0, 20%), 0 4px 5px 0 rgb(0, 0, 0, 14%), 0 1px 10px 0 rgb(0, 0, 0, 12%);
}

.mat-menu-item {
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    background: transparent;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    position: relative;
}

.mat-menu-item:hover, .mat-menu-item:focus {
    background-color: #efefef;
}

button.mat-menu-item {
    width: 100%;
}

/****************************************************
 *               GTC MATERIAL STYLES                *
 *                       END                        *
 ***************************************************/


/****************************************************
 *          GTC WIDGET ACTIONS LIKE IN SPA          *
 *                      BEGIN                       *
 ***************************************************/

.gtc-widget-action {
    /*position: fixed;*/
    position: relative !important;
    /*overflow: hidden;*/
    background-color: transparent;
    pointer-events: none;
    z-index: 1000;
}

.gtc-widget-action button {
    margin-bottom: 0;
    text-shadow: none;
    border-radius: 0;
}

.gtc-widget-action *,
.gtc-widget-action *::before,
.gtc-widget-action *::after {
    box-sizing: border-box;
}

.gtc-widget-action .mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.gtc-widget-action.viewportY-top.moreMenuOpened .gtc-widget-action-bar {
    border-bottom-right-radius: 0;
}

.gtc-widget-action.viewportY-top .gtc-widget-action-menu-container {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #2d3749;
}

.gtc-widget-action.viewportY-top .gtc-widget-action-menu-container::-webkit-scrollbar-track {
    border-radius: 0 0 6px 0;
}

.gtc-widget-action.viewportY-bottom.moreMenuOpened .gtc-widget-action-bar {
    border-top-right-radius: 0;
}

.gtc-widget-action.moreMenuOpened .gtc-widget-action-menu-container,
.gtc-widget-action.moreMenuOpened .gtc-widget-action-menu-overlay {
    display: block;
}

.gtc-widget-action.moreMenuOpened
.gtc-widget-action-bar
> button:not(.gtc-widget-action-trigger):not(.gtc-widget-action-drag).gtc-widget-action-menu-button {
    background-color: #2d3749;
}

.gtc-widget-action.viewportY-bottom .gtc-widget-action-menu-container,
.gtc-widget-action-menu-container {
    border-radius: 8px;
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #D0D5DD;
}

.gtc-widget-action.viewportY-bottom .gtc-widget-action-menu-container::-webkit-scrollbar-track {
    border-radius: 0 6px 0 0;
}

.gtc-widget-action .gtc-widget-action-bar {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
    height: 48px;
    min-width: 48px;
    border-radius: 24px;
    background-color: transparent;
    box-shadow: none;
    pointer-events: auto;
}

.gtc-widget-action .gtc-widget-action-bar.initializing {
    bottom: 24px;
    right: 24px;
}

.gtc-widget-action .gtc-widget-action-bar:not(.dragging) {
    transition: all 0.15s ease-in-out;
}

.gtc-widget-action .gtc-widget-action-bar.dragging {
    cursor: grabbing;
    background-color: #4379d8;
    transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.gtc-widget-action .gtc-widget-action-bar.dragging > button:not(.gtc-widget-action-drag) {
    background-color: transparent;
    opacity: 0.3;
}

.gtc-widget-action .gtc-widget-action-bar.dragging .gtc-widget-action-drag {
    cursor: grabbing;
    color: #ffffff;
}

.gtc-widget-action .gtc-widget-action-bar:not(.expanded) > *:not(.gtc-widget-action-trigger) {
    display: none !important;
}

/*.gtc-widget-action .gtc-widget-action-bar.expanded {*/
/*    padding: 8px 16px 8px 56px;*/
/*}*/

.gtc-widget-action .gtc-widget-action-bar.expanded .gtc-widget-action-trigger .mat-icon {
    transition: transform 0.15s ease-in-out;
}

.gtc-widget-action .gtc-widget-action-bar.expanded
.gtc-widget-action-trigger
.mat-icon:first-child {
    transform: rotate(180deg);
}

.gtc-widget-action .gtc-widget-action-bar.expanded
.gtc-widget-action-trigger
.mat-icon:nth-child(2) {
    transform: rotate(0deg);
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions {
    display: flex;
    flex-direction: row;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 10px 16px;
    white-space: nowrap;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    margin-right: 8px;
    background-color: #fff;
    font-size: 14px;
    /*font-size: 0.85rem;*/
    font-weight: 500;
    font-family: 'Roboto', Arial, sans-serif !important;
    color: #344054;
    cursor: pointer;
    line-height: 20px;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button:hover,
.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button:focus {
    background-color: #5c7093;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button:active {
    background-color: #465877;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button:focus {
    outline: none;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions .gtc-widget-action-btn-success {
    background-color: #6037E8;
    border-color: #430096;
    color: #fff;
}
.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button:hover, .gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button:focus {
    background-color: #f1f1f1;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions .gtc-widget-action-btn-success:hover, .gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions .gtc-widget-action-btn-success:focus {
    background-color: #6037E8;
    border-color: #430096;
    color: #fff;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions button .mat-icon {
    width: 18px;
    height: 18px;
}

.gtc-widget-action .gtc-widget-action-bar .gtc-widget-action-visible-actions #gtc_widget_action_menu_button .mat-icon {
    transform: rotate(90deg);
}

.gtc-widget-action .gtc-widget-action-trigger {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #4379d8;
    border: none;
    padding: 0;
    cursor: pointer;
}

.gtc-widget-action .gtc-widget-action-trigger:focus {
    outline: none;
}

.gtc-widget-action .gtc-widget-action-trigger:hover {
    background-color: #417eeb;
}

.gtc-widget-action .gtc-widget-action-trigger .mat-icon {
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #ffffff;
    transition: transform 0.15s ease-in-out;
}

.gtc-widget-action .gtc-widget-action-trigger .mat-icon:nth-child(2) {
    transform: rotate(180deg);
    margin-left: 4px;
}

.gtc-widget-action .gtc-widget-action-drag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: grab;
    color: #92a0ba;
    touch-action: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.gtc-widget-action .gtc-widget-action-drag:hover {
    color: #fff;
}

.gtc-widget-action .gtc-widget-action-drag:active {
    cursor: grabbing;
}

.gtc-widget-action .gtc-widget-action-drag .mat-icon {
    width: 18px;
    height: 18px;
}

.gtc-widget-action .gtc-widget-action-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
}

.gtc-widget-action .gtc-widget-action-menu-container {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #d0d5dd;
    /*bottom: auto !important;*/
    /*right: 45px !important;*/
    min-width: 220px;
    scrollbar-width: thin;
    /*scrollbar-color: #68788d #212b38;*/
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 0;
    pointer-events: auto;
}

.gtc-widget-action .gtc-widget-action-menu-container::-webkit-scrollbar {
    width: 12px;
}

.gtc-widget-action .gtc-widget-action-menu-container::-webkit-scrollbar-track {
    background-color: #212b38;
}

.gtc-widget-action .gtc-widget-action-menu-container::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #68788d;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-clip: content-box;
    -webkit-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
}

.gtc-widget-action .gtc-widget-action-menu-container::-webkit-scrollbar-thumb:hover {
    border-width: 1px;
    border-radius: 2px;
}

.gtc-widget-action .gtc-widget-action-menu-container > button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.5rem;
    line-height: 1rem;
    font-size: 0.75rem;
    padding: 0.25rem 1rem;
    color: #344054;
    text-align: left;
    background-color: transparent;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.gtc-widget-action .gtc-widget-action-menu-container > button:hover,
.gtc-widget-action .gtc-widget-action-menu-container > button:focus {
    background-color: #e8edf5;;
}

.gtc-widget-action .gtc-widget-action-menu-container > button:active {
    background-color: #e8edf5;;
}

.gtc-widget-action .gtc-widget-action-menu-container > button:focus {
    outline: none;
}

.gtc-widget-action .gtc-widget-action-menu-container > button + button {
    margin-top: 0.25rem;
}

.gtc-widget-action .gtc-widget-action-menu-container > button > span:not(.mat-icon) {
    flex-grow: 1;
}

.gtc-widget-action .gtc-widget-action-menu-container > button .mat-icon {
    width: 20px;
    height: 20px;
    margin-left: 0.75rem;
}

.gtc-widget-action .gtc-widget-action-menu-container > button .mat-icon:first-child {
    margin-left: 0;
    margin-right: 0.75rem;
}

.gtc-widget-action .gtc-widget-action-menu-container > button.gtc-widget-action-menu-update-btn .mat-icon {
    color: #344054;
    transition: color 0.15s ease-in-out;
}

.gtc-widget-action .gtc-widget-action-menu-container > button.gtc-widget-action-menu-update-btn:hover .mat-icon,
.gtc-widget-action .gtc-widget-action-menu-container > button.gtc-widget-action-menu-update-btn:focus .mat-icon,
.gtc-widget-action .gtc-widget-action-menu-container > button.gtc-widget-action-menu-update-btn:active .mat-icon {
    color: #344054;
}

.gtc-widget-action .gtc-widget-action-menu-group-header {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #92A0BA;
    text-transform: uppercase;
    padding: 0 1rem;
    margin: 0.75rem 0;
}

.gtc-widget-action .gtc-widget-action-menu-group-header:first-child {
    margin-top: 0.25rem;
}

.gtc-widget-action .gtc-widget-action-menu-group-divider {
    height: 1px;
    margin: 0.75rem 0;
    background-color: #D0D5DD;
}

.gtc-tooltip {
    display: none;
    position: fixed;
    background: #2d3749;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 6px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.gtc-tooltip.visible {
    display: block;
}

#gtc_widget_action_drag,
#gtc_widget_action_trigger {
    display: none;
}

/****************************************************
 *          GTC WIDGET ACTIONS LIKE IN SPA          *
 *                       END                        *
 ***************************************************/


/****************************************************
 *          GTC WIDGET TOOLBAR LIKE IN SPA          *
 *                      START                       *
 ***************************************************/

.gtc-widget-toolbar {
    display: block;
    height: 48px;
    background-color: transparent;
    border-top: none;
    font-size: 12px;
    box-shadow: none;
    box-sizing: border-box;
}

.gtc-widget-toolbar *,
.gtc-widget-toolbar *::before,
.gtc-widget-toolbar *::after {
    box-sizing: border-box;
}

.gtc-widget-toolbar .widget-toolbar-btn {
    background: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    transition: background-color 0.1s ease-out;
    border: none;
    color: #101828;
}

.gtc-widget-toolbar .widget-toolbar-btn:hover, .gtc-widget-toolbar .widget-toolbar-btn:focus {
    background-color: #e4ebf2;
}

.gtc-widget-toolbar .widget-toolbar-btn:focus {
    outline: none;
}

.gtc-widget-toolbar .widget-toolbar-btn:active {
    background-color: #c4d2e1;
}

.gtc-widget-toolbar .widget-toolbar-btn.disabled {
    background: none;
    cursor: default;
    color: #a0a7b0;
}

.widget {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin: .25rem .5rem;
}

.gtc-header-top-bar {
    min-height: 72px;
    position: sticky;
    top: 81px;
    background-color: #f3f5f8;
    z-index: 6;
    padding-bottom: 20px;
}

.sticky-tab-nav {
    position: sticky;
    top: 150px;
    background-color: #f3f5f8;
    z-index: 1;
    padding-top: 20px;
}

.sticky-act-btn {
    min-height: 95px;
    /*position: sticky;*/
    /*top: 81px;*/
    background-color: #f3f5f8 !important;
    z-index: 3;
    display: flex;
    justify-content: end;
}

.tab-nav-bar {
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.tab-nav-bar .nav-tab-scrollbar-size {
    width: 99px;
    height: 99px;
    position: absolute;
    top: -9999px;
    overflow: scroll;
}

.tab-nav-bar .nav-tab-list {
    display: flex;
    flex: 1 1 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #D0D5DD;
}

.tab-nav-bar .nav-tab-scrollbar-size,
.tab-nav-bar .nav-tab-list {
    scrollbar-width: none;
}

.tab-nav-bar .nav-tab-scrollbar-size::-webkit-scrollbar,
.tab-nav-bar .nav-tab-list::-webkit-scrollbar {
    display: none;
}

.tab-nav-bar .nav-tab-links {
    display: flex;
}

.tab-nav-bar .nav-tab-links.with-pagination {
    padding-right: 88px;
}

.tab-nav-bar .gtc-tab-link {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 1.3em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #101828;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    transition: color 0.1s ease-out, background-color 0.1s ease-out, border-color 0.1s ease-out;
}

.tab-nav-bar .gtc-tab-link:hover, .tab-nav-bar .gtc-tab-link:focus {
    background-color: #e1e7ee;
}

.tab-nav-bar .gtc-tab-link:focus {
    outline: none;
}

.tab-nav-bar .gtc-tab-link:active {
    background-color: #c4d2e1;
}

.tab-nav-bar .gtc-tab-link.gtc-tab-active {
    background-color: transparent;
    color: #101828;
    border-bottom: 3px solid #6037E8;
}

.tab-nav-bar .gtc-tab-link + .gtc-tab-link {
    margin-left: -1px;
}

.tab-nav-bar .gtc-tab-link:first-child {
    border-left: none;
}

.tab-nav-bar .gtc-tab-link:active {
    border-color: #c4d2e1;
}

.tab-nav-bar .nav-tab-pagination-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88px;
    padding: 8px;
    background-color: #f4f8fb;
    box-shadow: -3px 0 4px rgba(5, 5, 5, 0.25);

    /* hide pagination by default to prevent it from showing before initialization script has run */
    visibility: hidden;
}

.tab-nav-bar .nav-tab-pagination-container.border-shadow-none {
    box-shadow: none;
}

.tab-nav-bar .nav-tab-pagination-chevron {
    border: solid #344054;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

.tab-nav-bar .tab-pagination.disabled .nav-tab-pagination-chevron {
    border-left-color: #a0a7b0;
}

.tab-nav-bar .tab-pagination-before .nav-tab-pagination-chevron {
    transform: rotate(135deg);
}

/****************************************************
 *          GTC WIDGET TOOLBAR LIKE IN SPA          *
 *                       END                        *
 ***************************************************/


.gtc-view-container {
    padding: 10px 15px;
}

.gtc-view-container *,
.gtc-view-container *::before,
.gtc-view-container *::after {
    box-sizing: border-box;
}

.gtc-table-primary td, .gtc-table-primary th {
    border: none;
    padding: 5px 10px;
}

.gtc-table-primary thead th {
    padding: 10px;
}

.gtc-table-cell {
    display: flex;
    align-items: center;
}

.gtc-icon-button {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0;
    border: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .gtc-icon-button {
        transition: none;
    }
}

.gtc-icon-button:hover {
    background-color: rgba(47, 85, 151, 0.2);
}

.gtc-icon-button:focus {
    outline: 0;
    background-color: rgba(47, 85, 151, 0.2);
    box-shadow: 0 0 0 3px rgba(47, 85, 151, 0.3);
}

/* overriding some JQuery-UI classes */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .5 !important;
    filter: Alpha(Opacity=.3); /* support: IE8 */
}

.ui-dialog {
    z-index: 1002 !important;
}

.ui-widget-header {
    background: transparent !important;
}

/* -------------- V8 NEW UI DESIGN ------------ */
body {
    background-color: #F2F5F8;
}

.content {
    width: 100%;
}

form.form-container {
    padding: 36px;
    padding-top: 0;
    width: 100%;
    box-sizing: border-box;
}

form .sidebar ~ .content {
    max-width: calc(100vw - 300px);
}

#datapage table,
#datapage table tr td,
.datapage table,
#actbtn,
#actbtn table {
    background-color: transparent;
    position: relative;
}

#actbtn {
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#datapage table tr th,
#datapage table tr td{
    padding: 0;
}

#datapage table.header p.label,
#datapage p.label {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
}

.table-container td:not(:first-child) p.label {
    padding-left: 24px;
}

/* Style for icon button popop opening */
#datapage a > img,
.sign-select-list {
    max-height: 24px;
}

input, select {
    font-size: 1rem;
}

input[type="text"],
select,
input,
textarea,
.gtc-detail-value-readonly {
    padding: 10px 12px;
    font-size: 1rem;
    font-family: 'Roboto', Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    transition: border-color 0.3s;
    box-shadow: none;
    box-sizing: border-box;
}

table input[type="text"],
table select,
table input,
table textarea,
table .gtc-detail-value-readonly,
table .gtc-detail-value {
    font-size: 1rem;
}

.gtc-detail-value table textarea,
.gtc-detail-value-readonly table textarea{
    resize: vertical;
}

.gtc-detail-value-readonly {
    color: rgb(33, 37, 41);
}


.gtc-detail-value-date input {
    background-image: url("../images/svg-icons/calendar.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 10px;
    cursor: pointer;
    min-width: 140px;
}

.gtc-detail-value-date input:disabled {
    filter: grayscale(100%) opacity(50%);
    cursor: auto;
}

.gtc-message-section {
    background: #f5f5f5 !important;
}

input[type="image"] {
    padding: 0;
}

input[type="text"],
input[type="number"],
textarea,
select {
    width: 100%;
}

#invoiceTable input[type="text"],
#invoiceTable input[type="number"],
#invoiceTable textarea,
#invoiceTable select {
    width: auto;
}

input[type="text"], input[type="number"], select:not(select[multiple]) {
    max-height: 39px;
}

.datepicker .days-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.5rem;
    font-weight: 500;
    color: #6c757d;
}

.datepicker .days-control input {
    width: 60px;
    text-align: center;
    background: #fff;
}

.datepicker .days-control {
    padding: 0.5rem;
    text-align: center;
}

textarea:focus, input:focus, select:focus {
    border-color: #6037E8;
}

select[multiple] {
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    padding: 8px;
    font-size: 1rem;
    background: #fff;
    cursor: pointer;
}

select[multiple]:focus {
    border-color: #6037E8;
    outline: none;
}

select[multiple] option {
    position: relative;
    padding: 5px 0 5px 35px;
    cursor: pointer;
    background-color: transparent !important;
    color: inherit;
    font-weight: inherit;
}

select[multiple] option::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    background: #fff;
}

select[multiple] option:checked::before {
    background-color: #6037E8;
    border-color: #430096;
}

select[multiple] option:checked::after {
    content: '\2713';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
}

select:focus option:checked {
    background-color: transparent;
    color: inherit;
}

input:read-only,
textarea:read-only,
input[readonly],
textarea[readonly],
input:disabled,
textarea:disabled,
input[readonly].gtc-detail-value-readonly,
.gtc-detail-value-readonly {
    background-color: #f5f5f5 !important;
    border: none !important;
}

input[type="button"] {
    border: 1px solid #d1d1d1 !important;
}

.gtc-detail-value-readonly {
    min-height: 39px;
    overflow: auto;
    /*min-height: 56px;*/
}

/*------- textarea ------- */

/* Style for the entire scrollbar */
textarea::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

/* Style for the scrollbar track (background) */
textarea::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the track */
    border-radius: 10px; /* Rounded corners */
}

/* Style for the scrollbar thumb */
textarea::-webkit-scrollbar-thumb {
    background: #888; /* Color of the thumb */
    border-radius: 10px; /* Rounded corners */
}

/* Style for the scrollbar thumb on hover */
textarea::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the thumb on hover */
}

#datapage table.header p.label, #datapage p.label a {
    position: relative;
}

#datapage table.header p.label, #datapage p.label a img {
    position: absolute;
    top: 0;
    right: 0;
}

table#feesAndChargesTable p {
    margin-right: 0.5em;
}

/* --------- BUTTON --------- */

input[type="button"],
#actbtn input[type="button"],
.tbllist input[type="button"],
.tbllist input[type="button"],
#tbllist input[type="button"],
#tbllist input[type="file"],
.info input[type="button"],
.gtc-misc-button {
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 5px 12px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: 'Roboto', Arial, sans-serif !important;
    color: #344054;
}

.gtc-multiparty-form-table .gtc-misc-button {
    margin: 0
}

input[type="button"], input[type="submit"] {
    margin-top: 0 !important;
}

input[type="file"] {
    background-color: transparent;
    border: none;
    padding: 0;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #ffffff;
    color: #374151;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #f5f5f5;
    border-color: #9ca3af;
}

input[type="file"]::-webkit-file-upload-button:focus {
    outline: none;
    border-color: #430096;
}

input[type="button"]:hover,
input[type="file"]:hover {
    border-color: #888;
}

input[type="button"]:focus,
input[type="file"]:focus {
    outline: none;
    border-color: #430096;
}

input[type="button"]:active,
input[type="file"]:active {
    background-color: #f1f1f1;
}

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

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input[type="checkbox"]{
    accent-color: #5800B4;
}

input:checked + .slider,
input[type="checkbox"]:checked ~ .slider {
    background-color: #5800B4;
    accent-color: #5800B4;
}

input:checked + .slider:before,
input[type="checkbox"]:checked ~ .slider:before {
    transform: translateX(16px);
}

input[type="checkbox"]:disabled ~ .slider {
    pointer-events: none;
    opacity: 0.5;
}

.switch-label {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}

/* ------ STEPPER --------*/

.container {
    display: flex;
}

.step-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.sidebar {
    min-width: 200px;
    position: sticky;
    top: 150px;
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 10px 18px 0 2px;
    scrollbar-width: thin;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.sidebar.view-page {
    top: 215px;
    height: calc(100vh - 265px);
    max-height: calc(100vh - 265px);
}

.sidebar.new-page {
    top: 175px;
    height: calc(100vh - 225px);
    max-height: calc(100vh - 225px);
}

.step {
    position: relative;
    min-height: 2em;
    color: rgb(128, 128, 128);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0;
}

h1.gtc-title {
    background-color: transparent;
    margin: 24px 0;
    color: #101828;
    font-weight: 600;
    border: none;
}

h2.gtc-section-title, h3 {
    background-color: transparent;
    margin: 24px 0;
    color: #101828;
    font-size: 16px;
    /*font-size: 1.5rem;*/
    font-weight: 600;
    scroll-margin: 300px;
}

.title {
    line-height: 1.5em;
    font-weight: bold;
    font-size: 0.9rem;
    padding-left: 0.75em;
}
.title a {
    text-decoration: none;
}

.caption {
    font-size: 0.8em;
}

.step + .step {
    margin-top: 1.5em;
}

.step > div:not(:first-child) {
    margin-left: 0;
    padding-left: 1em;
}

.circle {
    position: relative;
    line-height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 2px #d1d1d1;
    border: 8px solid #ffffff;

    width: 10px;
    height: 10px;
    background-color: #d1d1d1;
    margin-right: 10px;
    flex-shrink: 0;
}

.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 5px;
    /* right: 36%; */
    bottom: 0;
    left: 45%;
    height: 170%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: #e0e0e0;
    z-index: -1;
}

.step:last-child .circle:after {
    display: none;
}

.step.step-active {
    color: #000;
}

.step.step-active .circle {
    background-color: #000;
    color: #fff;
    box-shadow: #fff;
    box-shadow: 0 0 0 2px #000;
}

/* ------ END of STEPPER --------*/


/* ------ EXPANSION PANEL --------*/

.expand-collapse-btn {
    background: none;
    border: none;
    color: #1F7EFE;
    font-size: 14px;
    /*font-size: 0.85rem;*/
    font-weight: normal;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.arrow {
    margin-left: 12px;
    border: solid #344054;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.arrow.collapse {
    transform: rotate(225deg);
}

.gtc-expansion-panel,
.gtc-list-panel {
    background-color: #fff;
    border-radius: 8px;
    transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #98A2B3;
    color: #606060;
}

.gtc-expansion-panel-label {
    color: #101828;
    font-size: 14px;
    /*font-size: 1.25rem;*/
    font-weight: 600;
}

input:not(:checked) + .gtc-expansion-panel:hover {
    background-color: #f5f5f5;
}

input:checked + .gtc-expansion-panel .gtc-expansion-panel-header {
    height: 3rem;
    /*height: 4.5rem;*/
    border-bottom: 1px solid #DCDFEA;
}

input:checked + .gtc-expansion-panel .gtc-expansion-panel-header .expand-collapse-arrow .arrow {
    transform: rotate(225deg);
}

input:checked + .gtc-expansion-panel .gtc-expansion-panel-content {
    display: block;
    padding-bottom: 12px;
    padding-top: 12px;
}

.gtc-expansion-panel .gtc-expansion-panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px;
    height: 48px;
    /*padding: 0 1.5rem;*/
    /*height: 4.5rem;*/
    transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
}

.gtc-expansion-panel .gtc-expansion-panel-header > * {
    flex: 1;
}

.gtc-expansion-panel .gtc-expansion-panel-header .expand-collapse-arrow {
    text-align: end;
}

.gtc-expansion-panel .gtc-expansion-panel-header .expand-collapse-arrow .arrow {
    margin-left: 12px;
    border: solid #344054;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: relative;
    right: -7px;
}

.gtc-expansion-panel .gtc-expansion-panel-content {
    /*overflow: hidden;*/

    display: none;
    padding: 0 24px;
    transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

input:checked + .gtc-expansion-panel:not(:first-of-type) {
    margin-top: 36px;
}

input:checked + .gtc-expansion-panel:not(:last-of-type) {
    margin-bottom: 36px;
}

.expand-all-container {
    text-align: end;
    margin-right: 17px;
}

.gtc-detail-field {
    margin: 20px 0;
}

.gtc-detail-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #49454F;
    font-size: 0.85rem;
}

.gtc-detail-value {
    position: relative;
}

.gtc-detail-value  table {
    width: 100%;
}

.gtc-detail-multi-line-value {
    min-height: 120px;
}

.gtc-detail-multi-line-value > span {
    white-space: pre-line;
}

.gtc-detail-value pre,
.gtc-detail-value-readonly pre{
    margin: 0;
    font-family: 'Roboto', Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif !important;
    white-space: pre-wrap;   /* preserve line breaks, allow wrapping */
    word-wrap: break-word;   /* break long words if needed */
}

.gtc-detail-value a:not(.gtc-detail-link):not(#approvals a) {
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    /*top: 16px;*/
    /*right: 16px;*/
}
a.gtc-detail-link > img {
    position: relative;
    top: 10px;
    margin-left: 10px;
}

/* Style for asterisk-red */
.gtc-detail-label span+img,
.gtc-detail-label span span + img,
.gtc-detail-label span span > img,
.gtc-expansion-panel-label span + img,
.img-required  {
    width: 6px;
    position: relative;
    top: -5px;
}

hr.divider {
    display: block;
    margin: 20px 0;
    background: #c4c6d0;
    height: 1px;
    border: none;
}

.amount-container {
    display: flex;
    flex-direction: row;
}

p.data_edit.amount-container input,
p.data_edit.amount-container select {
    flex: 1;
}

.currency-select {
    flex: 0 0 20%;
    max-height: 41px;
}

.amount-input {
    flex: 1;
    margin-left: 15px;
}

.connection-word {
    margin: 0 1.5em;
    line-height: 38px;
}
/* ------ END of EXPANSION PANEL --------*/


/* --- IMAGE UPLOAD ---*/
.tbllist,
#tbllist {
    background-color: transparent;
}

.gtc-file-upload  {
    display: flex;
    margin-bottom: 24px;
}

.tbllist table:not(.categ-table):not(.system-table) tr th,
#tbllist table:not(.categ-table):not(.system-table) tr th,
#datapage table tr th {
    background-color: #F9F9FB;
    color: #101828;
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.tbllist table tr.alt0 td,
.tbllist table tr.alt1 td,
#tbllist table tr.alt0 td,
#tbllist table tr.alt1 td,
.tbllist table tr td.alt0,
.tbllist table tr td.alt1,
#tbllist table tr td.alt0,
#tbllist table tr td.alt1,
.tbllist table tr td.alt,
.tbllist table tr td,
#tbllist table tr td.alt,
#tbllist table tr td,
.scheduled-table table tr td.alt0,
.scheduled-table table tr td.alt1,
.scheduled-table table tr td,
.payment-table table tr td.alt0,
.payment-table table tr td.alt1,
.payment-table table tr td {
    background: white !important;
    border-bottom: 1px solid #EAECF0;
    padding: 10px !important;
    font-size: 12px;
    vertical-align: middle !important;
}

.table-container.scheduled-table {
    padding: 0 !important;
}

.scheduled-table table .label {
    padding: 0 !important;
    margin: 5px 0 !important;
}

.scheduled-table table .data_edit {
    margin: 5px 0 !important;
}

.tbllist:nth-of-type(1) table tr:hover td,
#tbllist:nth-of-type(1) table tr:hover td {
    background-color: #d2d5dd;
}

.tbllist>table tr:hover td,
#tbllist>table tr:hover td {
    background-color: #ffffff !important;
}

.tbllist input.data,
#tbllist input.data {
    height: auto;
    background-color: transparent !important;
}

div#textbtn {
    margin-top: 10px;
}


/* --- end of IMAGE UPLOAD ---*/

.hidden {
    visibility: hidden;
    position: absolute;
    display: none;
}

.removed {
    display: none !important;
}

.jobs-table {
    overflow: auto;
}


/*other tabs*/
h3.section-header {
    background-color: transparent;
    padding: 24px 0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    color: #000000;
    border: none;
}

.form-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 36px;
    padding-top: 0;
    width: 100%;
    box-sizing: border-box;
}

.gtc-list-container {
    padding: .25rem .5rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
}

.gtc-list-panel-label {
    font-size: .875rem;
    margin-bottom: 0;
    color: #242e3e;
}

.table-container {
    background-color: #fff !important;
    border-radius: 8px;
    transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #D0D5DD;
    color: #606060;
    padding: 12px 24px !important;
}

.showTranType {
    max-width: 200px;
}

.mat-menu-panel.gtc-summary-widget-message-box-panel,
.mat-menu-panel.favorites-button-panel {
    left: 0;
}

/* Base SNACKBAR style */
.snackbar {
    visibility: hidden; /* Hidden by default */
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 3;
    left: 0;
    bottom: 30px;
}

.snackbar .snackbar-content {
    min-width: 250px;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif;
    border: 1px solid transparent;
    padding-right: 40px; /* For space for the close button */
}

.snackbar.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
    from { bottom: 0; opacity: 0; }
    to { bottom: 30px; opacity: 1; }
}

@keyframes fadeout {
    from { bottom: 30px; opacity: 1; }
    to { bottom: 0; opacity: 0; }
}

.closebtn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
    color: #a94442;
    border: none;
    background-color: transparent;
}

.closebtn:hover {
    color: #ff6666; /* Lighter red on hover */
}

/* Error message styling */
.snackbar.error .snackbar-content {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* Info message styling */
.snackbar.info .snackbar-content {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/* Warning message styling */
.snackbar.warning .snackbar-content {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/* Confirmation message styling */
.snackbar.confirmation .snackbar-content {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

table#approvals {
    font-weight: 500;
    /*font-size: 1rem;*/
    font-family: 'Roboto', Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif !important;
}

.btn-textarea {
    position: absolute;
    right: 5px;
    top: 15px;
    background: transparent !important;
}

.row.calculate-amount div {
    align-items: center;
    display: flex;
}

/* popup styles */

.ui-widget-overlay {
    background: #00000099 !important;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px;
    background-color: #F2F5F8;
    padding: 15px;
}

.ui-dialog .ui-dialog-content {
    background-color: #FFFFFF !important;
    border-radius: 8px;
    margin-top: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    margin: -14px 0 0 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    border: none;
    background-color: transparent;
}

.ui-icon-closethick {
    background-image: none !important;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: transparent;
    border: none;
    color: #101828;
}

.ui-dialog-titlebar-close {
    position: absolute !important;
    top: 12px !important;
    right: 5px !important;
    width: 24px !important;
    height: 24px !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease-in-out !important;
    border-radius: 50% !important;
}

.ui-dialog-titlebar-close::before,
.ui-dialog-titlebar-close::after {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 1px !important;
    background-color: #667085 !important;
    transition: background 0.2s ease-in-out !important;
}

.ui-dialog-titlebar-close::before {
    transform: rotate(45deg) !important;
}

.ui-dialog-titlebar-close::after {
    transform: rotate(-45deg) !important;
}

.ui-dialog-titlebar-close:hover::before,
.ui-dialog-titlebar-close:hover::after {
    background-color:#6b7280 !important;
}

.not-matching .gtc-detail-value-readonly,
.not-matching .gtc-detail-value input,
.not-matching .gtc-detail-value select,
.not-matching .gtc-detail-value textarea,
.not-matching .gtc-detail-value .print-mirror {
    border: 1px solid orange !important;
}

/* AI Autofill Field Highlighting with Hints */

/* Highlighted input fields */
input.ai-autofill-field-matched,
select.ai-autofill-field-matched,
textarea.ai-autofill-field-matched {
    background-color: #E8F5E9 !important;
    border: solid 1px #4CAF50 !important;
}

input.ai-autofill-field-modified,
select.ai-autofill-field-modified,
textarea.ai-autofill-field-modified {
    background-color: #FFF8E1 !important;
    border: solid 1px #FF9800 !important;
}

/* Hint text below the field (no background) */
.ai-autofill-hint {
    display: flex;
    align-items: center;
    padding: 4px 0;
    margin-top: 4px;
    font-size: 0.85rem;
    line-height: 1.3;
    gap: 6px;
}

/* Matched state - green text */
.ai-autofill-hint.matched {
    color: #2E7D32;
}

/* Modified state - orange/red text */
.ai-autofill-hint.modified {
    color: #E65100;
}

/* Document icon */
.ai-autofill-hint .hint-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.ai-autofill-hint.matched .hint-icon svg {
    fill: #4CAF50;
}

.ai-autofill-hint.modified .hint-icon svg {
    fill: #FF9800;
}

/* Hint text */
.ai-autofill-hint .hint-text {
    flex: 1;
    word-break: break-word;
}

/* Revert button (only shown in modified state) */
.ai-autofill-hint .hint-revert {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-autofill-hint .hint-revert svg {
    fill: #1976D2;
}

.ai-autofill-hint .hint-revert:hover {
    opacity: 1;
}

.ai-autofill-hint.matched .hint-revert {
    display: none;
}

/* -------------- END of NEW UI DESIGN ------------ */

/* -------- Print Compatibility MS Edge -------- */
@media print {
    .position-sticky,
    .sidebar,
    .sticky-tab-nav {
        position: static !important;
    }

    /* Hide AI Autofill hints in print */
    .ai-autofill-hint {
        display: none !important;
    }

    div.gtc-detail-value > a > img {
        display: none;
    }

    .print-mirror {
        overflow-y: auto !important;
    }

    .sidebar.view-page {
        display: none !important;
    }

    .gtc-summary-widget-doc-sets-menus-container {
        display:none !important;
    }

    .gtc-summary-widget-value {
        white-space: normal !important;   /* allow wrapping */
        overflow-wrap: normal !important; /* default: don't break words unless necessary */
        word-break: normal !important;    /* default: break only at allowed break points */
    }

    form .sidebar ~ .content {
        max-width: 100% !important;
    }

    .print-textarea-content {
        display: block !important;
        white-space: pre-wrap !important;
        word-break: break-word !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        border: 1px solid #f5f5f5;
        padding: 5px;
        font-family: inherit;
        font-size: inherit;
        background: white;
        margin-bottom: 1em;
    }

    textarea.print-aware {
        display: none !important;
    }

    @page {
        size: landscape;
        margin: 1cm;
    }

    table {
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 8pt;
    }

    th, td {
        padding: 0 !important;
        white-space: normal !important; /* wrap text */
        word-wrap: break-word;
        vertical-align: top;
        text-align: left;
    }

    th {
        background: #f2f2f2 !important;
        font-weight: bold;
        font-size: 10pt;
    }
}
@media screen {
    .print-textarea-content {
        display: none;
    }
    .print-value {
        display: none; /* keep hidden on screen */
    }
}

/* -------- Error Styling for fields -------- */
.has-error > input, textarea.has-error, input.has-error, select.has-error {
    border: 2px red solid !important;
    padding-top: 9px;
}

.has-error > input {
    background-position-y: 7px;
}
