/*  */

@charset "UTF-8";
@font-face{
    font-family: GeometricaMedium;
    src: url('fonts/GeometricaMedium/GeometricaMedium.otf')
        format('opentype');
}
/* Colours C0C0C0 grey, 000080 dark blue, FFFFCC light brown, 99CC99 light green, 355842 darker green */

/* reset elements */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end of reset */


/* style main elements */

html {
    text-align: center;
    color: #000000;
    padding: 20px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}



h1 {
    font-size:24px;
    line-height: 2;
}

h2 {
    font-size:16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

h3 {
    color: #355842;
    font-size:14px;
    line-height: 1.5;
    border-bottom: 3px solid #000080;
    /*tweak required for IE6 to work correctly within questionnaire */
    position: relative;
}

h4 {
    color: #355842;
    font-size:12px;
    line-height: 2;
    border-bottom: 3px solid #000080;
}

h5 {
    margin-top: 10px;
    color: #355842;
    font-size:12px;
    line-height: 1.5;
}

h6 {
    color: #355842;
    font-size:12px;
}


p {
    line-height: 1.3;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul {
    list-style: disc;
    list-style-position:inside;
    margin-left: 2.5em;
}

ol {
    list-style: decimal;
    list-style-position:inside;
}

li {
    line-height:1.5;
}
/*a tag only used by external classes e.g. calendar */
a, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight:bold;
    font-family: tahoma;
    cursor:pointer;
    color: #355842;
}


blockquote {
    display:block;
    line-height: 1.1;
    margin: 5px;
    text-align: justify;
    font-size: 12px;
    font-style:italic;
}

table td {
    padding:2px 50px 2px 0px;
    vertical-align: middle;
}


/* end of main elements */

/* page sections */


#mainContainer {

    width: 1050px;
    background: #FFFFFF;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    padding: 20px;
    border: 4px solid #000080;
    text-align: left;
    min-height: 650px;
    margin: 0 auto;
}

#header {
    display: block;
}

#footer {
    width: 1050px;
    text-align:left;
    margin: 0 auto;
}

#leftnav {
    display: block;
    width: 170px;
    float: left;
    position:relative;
    padding: 5px;
    margin-top: 10px;
    background-color: #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}

#loadPanel {
    background-color:#CCCCCC;
    background-image:url(../images/ajaxload.gif);
    opacity: 0.4;
    filter:alpha(opacity=40);
    z-index:200;
    height:100%;
    width:100%;
    background-repeat: no-repeat;
    background-position:center;
    position:fixed;
    top:0px;
    left:0px;
}


#sysMsg {
    padding-top: 200px;
    text-align: center;
    z-index:300;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.sysWindow {
    background-color:#888888;
    opacity: 0.4;
    filter:alpha(opacity=40);
    padding-top: 200px;
    text-align: center;
    z-index:150;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.sysContent {
    padding-top:200px;
    z-index:290;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}


.messagepop {
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    background-color: #FFFFFF;
    border: 2px solid #000080;
    width: 300px; height:100px;
    margin: 0 auto;
}

.menupop {
    background-color: #FFFFFF;
    border: 2px solid #000080;
    padding:20px;
    max-width: 1050px;
    margin: 0 auto;
}

.showtick {
    background-color: #FFFFCC;
    background-image: url(../images/tick.png);
    background-size:30px;
    background-repeat: no-repeat;
    background-position: 95% center;

    /*background: url(images/accept.gif) no-repeat center center;*/
}

.showradiotick {
    background-color: #FFFFCC;
    background-image: url(../images/tick.png);
    background-size:30px;
    background-repeat: no-repeat;
    background-position: center center;

    /*background: url(images/accept.gif) no-repeat center center;*/
}

#content {
    display: block;
    position:relative;
    margin-left: 200px;
    padding: 10px;
    margin-top: 10px;
}

#fullcontent {
    display: block;
    position:relative;
    margin: 5px;
    padding: 2px;
    margin-top: 10px;
}


/* end of page sections */


/* custom classes */
.error {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #CC0033;
    font-variant: normal;
    text-align:justify;
}

.errorfield {
    background-color:#FFAAAA;
}

.bottomline {
    display: block;
    border-bottom: 3px solid #000080;
}

.largefont {
    font-size: 14px;
}

.mediumfont {
    font-size: 12px;
}

.smallfont {
    font-size: 10px;
}


.scrollmenu {
    max-height: 300px !important;
    max-height: auto; /* IE6 can't cope with max-height even with ie7.js */
    overflow:auto;
}


/* end of custom classes */


/* form styling - discontinue userinput */

.userinput {
    display:block;
    float:left;
    position: relative; }


.spanlabel { /* use instead of label if domain has multiple buttons*/
    display:block;
    float:left;
    padding:15px;
    min-height: 35px;
}

.formlayout label.checklabel {
    padding:3px;
}

.formlayout label.checklabel:hover {
    background-color: #FFFFCC;
    width:21em;
}

form.userinput {
    padding: 10px;
    margin: 10px;
    margin-bottom: 20px;
    background-color: #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}

.userinput label u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}

.userinput label:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}


.promptsection {
    display:block;
    position:relative;
}

.promptsection label u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}

.promptsection label:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}


.formsection {
    display:block;
    float:left;
    position: relative;
    padding: 5px;
    margin: 0px;
    margin-bottom: 20px;
    background-color: #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}

.formsection label u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}

.formsection label:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}


.fixwidth {
    width: 800px;
}

.fixwidthfull {
    width: 1020px;
}

/* use for a line break between labels*/
.clearboth {
    clear:both;
}


select
{
    background-color: #FFFFFF;
}

input:focus
{
    background-color: #FFFFCC;
}

textarea:focus
{
    background-color: #FFFFCC;
}



.formlayout label {
    display: block;
    float:left;
    padding:15px;
    min-height: 35px;

}


/* end of form styling */


/* hover and button selectors */

#leftnav i {
    width: 150px;
    display: block;
    margin: 5px;
}

#leftnav i:hover {
    background-color: #FFFFCC;
}


.buttonstyle i {
    font-size:12px;
    font-weight: bold;
    font-style:normal;
    text-align:center;
    background-color:#99CC99;
    display: inline-block;
    margin: 1px;
    padding: 5px;
    width: 100px;
    cursor:pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}

i.yellowback{
    background-color: #FFFFCC;
}

.buttonstyle i:hover {
    background-color: #FFFFCC;
}

.buttonstyle i.red {
    background-color:#FFAAAA;
}

.buttonstyle i.gbutton {
    font-size:12px;
    font-weight: bold;
    font-style:normal;
    text-align:center;
    background-color:#99CC99;
    display: inline-block;
    margin: 1px;
    padding: 5px;
    width: 100px;
    cursor:pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}


.buttonstyle i.gbutton:hover {
    background-color: #FFFFCC;
}

.hovermap {
    position:absolute;
    padding:0;
    margin:0;
    z-index:20;
}

.hovermap i {
    display:block;
    /*background:transparent url(../images/abi05hover.gif) -100px -100px no-repeat;*/
    background-color: transparent;
    text-decoration:none;
    z-index:20;
}


.hovermap i:hover {
    border: 4px solid #000080;
    background-color: transparent;
}

.selectorsubtableredbox {
    width: 98%;
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-bottom: 3px solid red;
    border-top: 3px solid red;
}

.selectorsubtableredbox .headrow {
    color: #355842;
    border-bottom: 3px solid #000080;
}

.selectorsubtableredbox th {
    padding:5px;
}

.selectorsubtableredbox td {
    padding:5px;
    vertical-align: middle;
}

.selectorsubtable {
    width: 98%;
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-bottom: 3px solid red;
}

.selectorsubtable .headrow {
    color: #355842;
    border-bottom: 3px solid #000080;
}

.selectorsubtable th {
    padding:5px;
}

.selectorsubtable td {
    padding:5px;
    vertical-align: middle;
}

.selector {
    width: 98%;
}


.selector .headrow {
    color: #355842;
    border-bottom: 3px solid #000080;
}

.greenback {
    background-color: #CCE6CC;
}

.redback {
    background-color: #FFAAAA;
}

.yellowback {
    background-color: #FFFFCC;
}

.orangeback {
    background-color: #FFD966;
}

.boldfont {
    font-weight: bold;
}

.selector th {
    padding:5px;
}

.selector td {
    padding:5px;
    vertical-align: middle;
}

.rowred:hover {
    background-color: #FFAAAA;
    cursor:pointer;
}

.rowgreen:hover {
    background-color: #99CC99;
    cursor:pointer;
}

.rowyellow:hover {
    background-color: #FFFFCC;
    cursor:pointer;
}

.selectrow tr:hover {
    background-color: #FFFFCC;
    cursor:pointer;
}

.selectcell tr:hover {
    background-color: #FFFFCC;
}

.selectcell td:hover {
    background-color: #99CC99;
    cursor:pointer;
}

.selectrow tr u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}


.selectcell td u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}

.selectrow tr:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}

.selectcell td:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}

.selectcell th {
    font-weight:normal;
    text-align:left;
    vertical-align: middle;
}

.selectcell td {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}

/*.selectsubrow tr:hover {
    background-color: #FFFFCC;
    border-color: red;
    border-style: solid;
}

.selectsubcell td:hover {
    background-color: #99CC99;
    cursor:pointer;
}

.selectsubcell td u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}

.selectsubcell td:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}

.selectsubcell th {
    font-weight:normal;
    text-align:left;
    vertical-align: middle;
}

.selectsubcell td {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}*/

.headingTable {
    color: #355842;
    font-weight:bold;
    font-size:12px;
    width: 98%;
    border-bottom: 3px solid #000080;
    text-align:center;
}
.headingTable th {
    vertical-align:bottom;
    padding:5px;
}

.headingChecklistSubTable {
    color: #355842;
    font-weight:bold;
    font-size:12px;
    width: 98%;
    text-align:center;
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
}

.headingSubTable {
    color: #355842;
    font-weight:bold;
    font-size:12px;
    width: 98%;
    text-align:center;
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-top: 3px solid red;
}
.headingSubTable th {
    vertical-align:bottom;
    padding:5px;
}

.selectrownoc tr:hover {
    cursor:pointer;
}

.selectrownoc tr u {
    display: none;
    font-size:10px;
    line-height: 1.5;
    text-decoration:none;
}


.selectrownoc tr:hover u {
    display: block;
    width: 15em;
    margin-top: 2px;
    position: absolute;
    top: 100%; right: 0;
}

.tooltip {
    position: relative;
    display: inline-block;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #eeffee;
    color: #000;
    margin-left:4px;
    /* border-radius: 6px;*/
    padding: 5px;
    font-size: 80%;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* end of hover and button selectors */

/* Start of Custom CSS classes - Nick Kolev*/

.formFieldsWrapper--postop {
    display: inline-block;
}

.formFieldsWrapper--primary {
    float: left;
}

.formFieldsWrapper--primary label, .formFieldsWrapper--postop label {
    padding: 5px 15px 5px 0;
}

.formFloatClear {
    float: none;
}

.formFieldInput {
    display: block;
}

#postopcheck .formFieldsWrapper {
    padding-right: 15px;
}

.defGutter {
    padding: 15px;
}

.formFieldsWrapper label {
    padding: 5px 15px 5px 0;
}


.mainWrapper .inlineBlock {
    padding-right: 10%;
}

.mainWrapper--nutri .innerWrapper {
    width: 100%;
}

.mainWrapper--nutri .innerWrapper span:first-child {
    display: inline-block;
    width: 30%;
}



.mainWrapper--ecas .innerWrapper section .inlineBlockPadding {
    display: inline-block;
    width: 20%;
}

.inlineBlockPadding {
    padding: 10px 10px 10px 0;
}

.innerWrapper {
    padding: 20px 0 0 0;
}

.fullWidth {
    width: auto!important;
}

/*CARE IFNI form specific styling*/
.mainWrapper--ifni .innerWrapper span:nth-child(-n+3) {
    display: inline-block;
    width: 30%;
}

.mainWrapper--ifni .innerWrapper .inlineBlock--emo {
    width: 33%;
}

.mainWrapper--ifni .inlineBlock--emo span:first-of-type {
    width: auto;
}

.mainWrapper--ifni .inlineBlock {
    padding-right: 3%;
}

#inlineBlock--width {
    width: 100%;
}

/*End of CARE IFNI form specific styling*/

/*Active Roles Styling*/
.viewTitle {
    margin-left: 10px;
}

.displayInline {
    display: inline-block;
    width: 49%;
    font-size: small;
}

div:nth-child(even).displayInline {
    padding-left: 10px;
}

.displayInline div {
    display: inline;
}

.displayInline div:first-child {
    font-style: italic;
}

.roleBtn {
    float: right;
    padding-top: 10px;
}

.expDate {
    float: right;
}

/*End of Active Roles Styling*/

/*Dropdown styling*/
.dropbtn {
    background-color: #4CAF50;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

.show {display:block;}

#roleDropdown i:hover {background-color: #f1f1f1}

#roleDropdown i {
    width: auto;
    min-width: 160px;
    background-color: #f9f9f9;
}

#roleDropdown span {
    font-size: 12px;
    font-weight: normal;
}
/*end of Dropdown Styling*/




/* for alert messages on the dashboard*/
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}



/* simple table to list things */

.listable {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.listable th {
    background-color: #99CC99;
    padding: 10px;
    border: 2px solid #EEEEEE;
}
.listable td {
    padding: 10px;
}

.listable tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}


/* css classes for highlighting tracker*/

.lightblue {
    background-color: #c1dbe3;
}

.lightpurple {
    background-color: #e3c4db;
}

.lightgreen {
    background-color: #c1e3db;
}

.lightyellow {
    background-color: #f5f2b8;
}

.lightskin {
    background-color: #fae0d8;
}

/*Noticeboard message styling*/

.messageWrapper {
    width: 100%;
    overflow: auto;
    padding-right: 10px;
}

.messageTitle {
    font-weight: bold;
    text-transform: uppercase;
}

.messageDate {
    float: right;
}

/*Shift position of date field in the VS Surgery form to acomodate the difference of title based on case*/
#sectitle {
    position: relative;
    top: 26px;
    left: 15px;
}

#sectitle2 h6 {
    position: relative;
    top: 25px;
    left: 15px;
}

.formlayout .vsdatelabel {
    position: relative;
    top: 12px;
    padding-right: 60px;
}



/*Patient portal presentation styling*/

/*#mainContainer {
    background: -webkit-linear-gradient(45deg, rgb(245, 245, 245) 30px, rgb(245, 245, 245) 30px), -webkit-linear-gradient(135deg, transparent 30px, rgb(245, 245, 245) 30px), -webkit-linear-gradient(225deg, rgb(245, 245, 245) 30px, rgb(245, 245, 245) 30px), -webkit-linear-gradient(315deg, transparent 30px, rgb(245, 245, 245) 30px);
}*/

.reset-h3 {
    color: #000;
    line-height: initial;
    border-bottom: none;
}

.demo-button {
    display: inline-block;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    margin: 0 20px 20px 0;
    z-index: 0;
    padding: 15px;
    border-radius: 4px;
    width: 20%;
    min-width: 100px;
    height: 170px;
    text-align: center;
    cursor: pointer;
}



#demo-button-1 {
    background-color: #AB6DB0;
}

#demo-button-2 {
    background-color: rgb(69, 182, 176);
}

#demo-button-3 {
    background-color: rgb(101, 195, 223);
}

#demo-button-4 {
    background-color: rgb(168, 189, 207);
}





.headline h3 span {
    background-color: rgb(69, 182, 176);
    border-radius: 20px;
    padding: 0 10px;
}

.demo-entries {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 0;
}

.demo-entries-primary {
    margin-top: 30px;
    height: 55%;
}

.headline {
    height: 100%;
}

.demo-entries i {
    font-size: 4rem;
}


.demo-footnote span {
    text-transform: uppercase;
}


i.demo-navbar-button {
    background-color: rgb(69, 182, 176);
    color: white;
    letter-spacing: 1px;
    font-weight: 100;
}

i.demo-navbar-button:hover {
    background-color: rgb(98, 173, 203);
}

.promptsection h4 {
    padding-bottom: 20px;
    border-bottom: 2px solid #000080;
}

i.fa-custom-clock {
    font-size: 22px;
    width: auto;
    vertical-align: middle;
    padding: 0;
    padding-right: 10px;
    background-color: transparent;
    font-weight: initial;
}

i.fa-custom-clock:hover {
    background-color: transparent;
}

#demo-h3-1, #demo-h3-2 {
    border-bottom: none;
    padding-bottom: 10px;
}



/*GNOS custom styles*/

.gnos-logo {
    max-width: 145px;
    height: auto;
    margin-left: 30px;
}

.gnos-logo-inner-wrap img:first-of-type {
    margin-left: 0;
}

.gnos-logo-inner-wrap img:last-of-type {
    margin-bottom: 10px;
}

.gnos-logo-inner {
    max-width: 80px;
    height: auto;
    align-self: baseline;
    margin-right: 30px;
}

.gnos-login-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.gnos-h2 {
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gnos-login-input-wrapper {
/*    width: 37%;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.gnos-login-input-wrapper .gnos-inner-box {
     width: 50%;
     margin: 0 25%;
}

.label-box h6 {
    margin-top: 2.2em;
    font-weight: 500;
    font-size: 1em;
}

.label-box input {
     height: 25px;
     outline: none;
}

.label-box h6, .label-box input {
     width: 100%;
}

.gnos-login-btn {
    width: 100%;
    background-color: #075db4;
    color: #fff;
    border: none;
    height: 35px;
    font-size: 1.2em;
    outline: none;
    margin-top: 30px;
}

.gnos-btn {
    background-color: #075db4;
    color: #fff;
    border: none;
    height: 35px;
    font-size: 1.2em;
    outline: none;
    margin-top: 30px;
}

.gnos-login-btn:hover, .gnos-btn:hover {
    cursor: pointer;
    background-color: #097aed;
}

.gnos-error {
    text-align: center;
}

.register-pass-reset-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.register-pass-reset-box span {
    padding: 5px 0;
    cursor: pointer;
    font-size: 12px;
}


.logged-in-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #075db4;
    padding-bottom: 10px;
}

.gnos-form-search {
    display: flex;
    align-items: center;
}

.flex-width {
    width: 100%;
    padding: 0;
}

.user-logout-wrapper {
    display: flex;
    color: #085eb5;
}

.user-logout-wrapper div:last-of-type:hover {
    color: #097aed;
}

.user-logout-wrapper div {
    font-size: 1.2em;
}

.user-logout-wrapper div:last-of-type {
    cursor: pointer;
    margin-left: 30px;
}

.gnos-btn {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    background-color: #075db4;
    display: inline-block;
    margin: 1px 10px;
    padding: 1px 5px;
    width: 100px;
    height: 26px;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 0;
}

.gnos-btn-label {
    display: flex!important;
    align-items: center;
}

.gnos-btn-submit {
    padding: 2.2em;
    text-align: right;
}
