@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #095e86;
    --bliss: #F5F5F5
    --gray: #c2c2c2;
}

/*Common*/
body {
    background-color: var(--bliss);
    font-family: 'Rubik', sans-serif !important;
    overflow-x: hidden;
}
.header-menu {
    background-color: var(--primary);
}

.user-Information {
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #cccccc6b;
    padding: 34px 40px;
    border-radius: 10px;
    height: 260px;
}
h2.registration-heading {
    font-size: 22px;
    font-weight: 400;
    margin: 45px 0px 48px;
}

.user-Information span {
    min-width: 250px;
    display: inline-block;
}

.user-Information label {
    padding-top: 14px;
    display: flex;
}
.registrationform span.input-group-text {
    border-radius: 30px 0px 0px 30px;
    padding: 6px 13px 6px 17px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-right: 0;
}
    .registrationform span.input-group-text i {
        top: 0;
        font-size: 16px;
    }
.registrationform .input-group {
    padding-left: 0px;
}
.registrationform .form-control {
    height:40px;
}
.button-box button.btn.btn-danger {
    border-radius: 20px;
}
.button-box button {
    height: 42px;
    width: auto;
    min-width: 140px;
}

.button-box button.btn:focus {
    outline:none !important;
}
form label .btn.btn-link.btn-sm.p-0 {
    line-height: 11px;
    display: inline-block;
    vertical-align: inherit;
}
ul.external-logins > li:first-child a, ul.external-logins > li:first-child a.btn:hover {
    border: 0;
    padding-bottom: 1rem !important;
    background: none !important;
}

ul.external-logins > li:first-child a#azuread-login img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .menu {
    text-align: center; }
    .menu-logo {
      font-size: 1.1em; }
  .menu-item {
    display: none; }
  .menu-button {
    display: block; }

    .user-Information {
        padding: 20px 23px; height: auto; }

    h2.registration-heading {
        margin: 25px 0px 16px;
        font-size: 20px;
    }
    .button-box button.btn.mr-3 {
        margin-right: 7px !important;
    }

    .button-box button {
        height: 40px;
        width: auto;
        min-width: 120px;
    }
    .user-Information.pb-4 {
        padding: 13px 18px;
    }
    .user-Information label {
        padding-top: 14px;
        display: flex;
        flex-flow: column;
        margin: 0;
        word-break: break-word;
    }
    .user-Information label:first-child {
        padding-top: 5px;
    }
    .user-Information span {
        margin-bottom: 2px;
    }
}


@media (min-width: 768px) {
  .menu-item {
    display: block; }
  .menu-button {
    display: none; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.logo, .logo:hover {
    text-decoration: none;
}
.menu-logo .logo {
    color: #072A5E
}
.identity-server-link,
.identity-server-link:hover,
.identity-server-link:not(:disabled):not(.disabled):active {
    background-color: #072A5E;
    color: white;
    border-radius: 26px;
    padding: 0.375rem 1.5rem;
}
.menu-dropdown-toggle,
.menu-dropdown-toggle:hover,
.show > .menu-dropdown-toggle.btn-primary.dropdown-toggle {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid var(--primary) !important;
    border-radius: 26px;
    padding: 0.375rem 1.5rem;
    font-weight: 600;
}
    .menu-dropdown-toggle span {
        color: gray;
        font-weight: normal;
    }

form .btn-primary {
    background: var(--primary) !important;
    border-radius: 75.7496px;
    outline:none;
}
    form .btn-primary:focus {
        outline: none;
        border: 0px;
    }
    form .btn-primary:hover,
    form .btn-primary:not(:disabled):not(.disabled):active {
        background: #05a78a;
    }

.col-m-b-10 {
  margin-bottom: 10px; }

.col-m-t-10 {
  margin-top: 10px; }

.col-form-label {
  text-align: right;
  font-weight: bold; }

@media (max-width: 575px) {
  .col-form-label {
    text-align: left; } }

/*Controls*/
.navbar-brand > img {
  max-height: 50px; }

.navbar-brand.logo {
  padding: 10px 10px; }

.navbar-brand-image-mobile {
  display: none; }

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none; }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.validation-summary-errors {
  background: none;
  padding-top: 9px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px; }

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 54px;
  margin-top: 5px; }

.switch input {
  display: none; }

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }

    .slider:before {
        background-color: var(--gray);
        bottom: 0px;
        content: "";
        height: 26px;
        left: 1px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

input:not(:checked) + .bg-primary {
  background-color: #ccc !important;
  background-image: none !important; }

input:checked + .bg-primary {
  background-color: #4ed164 !important;
  background-image: none !important; }

input:checked + .slider:before {
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

label.radio-img > input {
  visibility: hidden;
  position: absolute; }

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent; }

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px; }

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline; }

label.radio-img > h3, label > h4 {
  cursor: pointer; }

.cc-window {
  color: #212529;
  background-color: #f7f7f7; }

.cc-btn {
  color: #ffffff;
  background-color: #007bff;
  border-color: transparent; }

#qr-code canvas {
  padding: 20px;
  background-color: white; }

/*Pages*/
.user-authz-container .toggle-button__text {
    float: none;
    margin: 0;
}
.user-authz-container .list-group-item strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3B3E3F;
    display: block;
}

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-container .page-header {
  margin-bottom: 10px; }

.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-container .grant .clientname {
    font-size: 140%;
    font-weight: bold; }
  .grants-container .grant .granttype {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant .created {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant .expires {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant li {
    list-style-type: none;
    display: inline; }
    .grants-container .grant li:after {
      content: ', '; }
    .grants-container .grant li:last-child:after {
      content: ''; }

.b-rad-30{
    border-radius:30px;
}
.b-rad-15 {
    border-radius: 15px;
}
.card-deck.tile .card {
    border-radius: 15px;
    margin: 0px;
    background: rgb(255 255 255 / 60%);
    transition:ease-in-out .5s;
}
    .card-deck.tile .card:hover {
        background: #fff;
        border: 1px solid var(--primary);
        box-shadow: 0px 72px 112px rgba(0, 0, 0, 0.11);
    }
    .card-deck.tile .card-body {
        padding: 15px;
    }
.card-deck.tile .card-title {
    float: left;
    width: 100%;
}
    .card-deck.tile .card-title > span {
        float: left;
        padding: 15px;
        margin-right: 10px;
        font-size: 2rem;
        border-radius: 17px;
        border: 1px solid #d5d2d2;
        color: var(--primary);
        width: 77px;
        text-align: center !important;
        transition: ease-in-out .5s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.card-deck.tile .card-body .btn-link {
    color: #072A5E;
    float: left;
    margin-top: 5px;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #D6DCE8;
    background-color: #fcfcfc;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
}
.title-text {
    text-align: left;
    font-size: 20px;
    line-height: initial;
    vertical-align: middle;
    height: 60px;
    font-weight: 500;
    display: table-cell;
}
.card-deck.tile .card:hover {
    border: 1px solid var(--primary);
}

    .card-deck.tile .card:hover .card-title > span {
        background-color: var(--primary);
        color:white;
    }
    .card-deck.tile .card:hover .btn-link {
        border: 1px solid #A5CFE6;
        background-color: #E5F3FA;
        color: var(--primary);
        text-decoration:none;
    }

.theme-list-control > form > div,
.lang-list-control > form > div {
    text-align: center;
    padding: 0px 25px;
    border: 1px solid #CADFDA;
    border-radius: 35px;
}
.theme-list-control>*{
    border:0px;
    outline:none;
}
.theme-list-control select,
.lang-list-control select {
    border: 0px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
    text-align: center;
}
    .theme-list-control select:focus,
    .lang-list-control select:focus {
        outline: none;
        border: 0px;
        background-color: transparent;
    }


.user-manage{
    background-color: white;
    padding: 25px 30px;
    border-radius: 20px;
    margin: 40px 0px;
}
    .user-manage .form-row > .col,
    .user-manage .form-row > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }


form .form-control {
    height: calc(1.5em + .75rem + 8px);
    border-radius: 30px;
}
    form .form-control:focus {
       /* outline: 1px solid var(--primary);*/
        border: 1px solid var(--primary);
        box-shadow: none;
        font-weight:400;
    }
form label {
    margin-left: 14px;
    line-height: normal;
    margin: 0 0 5px 4px;
}
form .submit button {
    height: calc(1.5em + .75rem + 8px);
    margin-top: 28px;
}

.user-manage .avater-icon {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    border-radius: 80px;
    overflow: hidden;
}
    .user-manage .avater-icon .img-thumbnail{
        padding:0px;
        border:0px;
    }

a.back-arrow {
    color: black;
    text-decoration: none;
    border: 1px solid #DFDFDF;
    padding: 3px 15px;
    border-radius: 30px;
}
a.edit-avater {
    border: 2px solid white;
    padding: 7px 10px;
    border-radius: 80px;
    background-color: var(--primary);
    position: absolute;
    right: 0;
    bottom: 0;
    color: white !important;
}
    .edit-avater span {
        position: relative;
        font-size: 18px;
    }

.form-group.radio-list {
    margin: 0px auto;
    width: 260px;
}
    .form-group.radio-list .radio-item {
        float: left;
        margin: 0px 20px;
    }
.radio-list input {
    width: 25px;
    height: 25px;
    float: left;
}
    .radio-list label {
        margin-left: 5px;
        float: left;
    }

.radio-list input[type=radio] {
    border: 6px solid white;
    box-shadow: 0 0 0 1px #bfc3c3;
    appearance: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background-color: #fff;
    transition: all ease-in 0.2s;
}

    .radio-list input[type=radio]:checked {
        background-color: var(--primary);
        box-shadow: 0 0 0 1px var(--primary);
    }
.radio-list .active {
    color: var(--primary);
    font-weight:500;
}

.user-authz-container .card {
    padding: 10px;
    background-color: #F5F5F5;
    border: 0px;
    color: #1A1D23;
    padding-bottom:0px;
}
.user-authz-container .card-body {
    padding: 0px;
}
.user-authz-container .card-header {
    background: #F0EADC;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 0px 0px;
}
.user-authz-container .list-group-item {
    border: 1px solid #D9D9D9;
    background-color: transparent;
    padding: 13px 18px;
    align-items: center;
    border-radius: 0;
    border-bottom: none;
}
.user-authz-container .card-header .title {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3B3E3F;
}
.user-authz-container .card-header .title b {
    font-weight: 500;
}
.user-authz-container .cards-list .card:last-child .card-body .list-group .list-group-item:last-child {
    border-bottom: 1px solid #D9D9D9;
}
.user-authz-container .allow-all {
    float: right;
    color: #1A1D23;
}
    .user-authz-container .allow-all input {
        margin-right: 6px;
    }
    .user-authz-container .allow-all label {
        float: right;
        margin-left: 0px;
    }
    .user-authz-container .btn {
        width: 170px;
    }
.user-authz-container .btn-not-allow {
    background-color: #DBF4F0;
    color: var(--primary);
    border: 1px solid #BBD9D4;
    border-radius:30px;
}
.user-authz-container .allow-all.rember {
    float: none;
}

.user-authz-container input[type=checkbox] {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transition: all ease-in 0.2s;
}

.user-authz-container input:checked ~ .checkmark {
    background-color: #FA9E57;
}
.user-authz-container .active {
    color: var(--primary);
    font-weight: 500;
}
input:checked + .slider.bg-primary:before {
    background-color: var(--primary);
}
input:checked + .bg-primary,
input:not(:checked) + .bg-primary {
    background-color: #fff !important;
    border: 1px solid #D6D6D6;
}


.form-check.allow-all {
    position: relative;
    color: #1A1D23;
    font-size: 15px;
    font-weight: 500;
}

.form-check.allow-all input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.form-check.allow-all input[type=checkbox]:checked + label::before {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    left: 0;
    top: 5px;
    background-color: var(--primary);
    font-family: "Montserrat";
    border-radius: 2px;
    border: 1px solid rgb(150 150 150 / 30%);
}

    .form-check.allow-all input[type=checkbox]:checked + label::after {
        content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
        display: block;
        position: absolute;
        left: 3px;
        top: 5px;
    }
.allow-all.rember .form-check-input {
    margin-top: 5px;
}
.user-authz-container .allow-all label {
    margin-top: 0px;
    margin-left: 6px !important;
    float: none;
}

.user-authz-container .allow-all input[type=checkbox], .user-authz-container .allow-all.rember input[type=checkbox] {
    height: 20px;
    margin-top: 2px;
    width: 20px;
    margin-right: 0;
}
.user-authz-container .form-check.allow-all input[type=checkbox]:checked + label::before {
    top: 2px;
}
.user-authz-container .card .title .form-check.allow-all .form-check-input {
    margin-top: 0;
}
.user-authz-container .btn-outline-primary {
    color: #02b689;
    border-color: #02b689;
}
.user-authz-container .btn-outline-primary:hover, .user-authz-container .btn-outline-primary:focus {
    color: #fff;
    border-color: #02b689;
    background: #02b689;
}
.gutter-27 > div {
    padding-left: 13.5px;
    padding-right: 13.5px;
}
.gutter-27 {
    margin-left: -13.5px;
    margin-right: -13.5px;
}
select#selectedTheme, select#cultureSelect {
    border: none !important;
    color: #000;
    padding: 0 !important;
}
form#selectLanguageForm label, form#SelectTheme label {
    margin-left: 0 !important;
}

.font-weight-medium {
    font-weight:500;
}

.user-authz-container .healthcare-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3B3E3F;
    margin: 25px 0;
}

.user-authz-container .healthcare-text b {
    color: initial;
    font-weight: 500;
}
.menu-button {
    outline: none !important;
}
.menu-button {
    border-color: var(--primary) !important;
    color: #222;
}
    .menu-button:focus, .menu-button:hover {
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
        box-shadow: 0 0 0 0.2rem rgb(9 94 134 / 50%) !important;
    }
.btn.btn-primary {
    border-radius: 75.7496px;
}

header.site-header {
    height: auto;
    padding: 0;
}
.page-header.consent-data .d-flex p {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3B3E3F;
    margin: 0;
}

.page-header.consent-data .d-flex h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #3B3E3F;
    margin: 0;
}
.user-authz-container .consent-footer .btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #46494A;
    height: 48px;
    border-radius: 3px;
    width: auto;
    min-width: 180px;
    min-height:auto;
}

.user-authz-container .consent-footer .btn-not-allow {
    background: #D9D9D9;
    color: #46494A;
    border-color: #D9D9D9;
}

.user-authz-container .consent-footer .btn-primary {
    background: #02B689 !important;
    color: #fff;
    border-color: #02B689 !important;
}
.user-authz-container.consent-page {
    max-width: 680px;
    margin: 30px auto;
    border-radius: 3px;
    padding: 28px;
}

.spinner-div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.spinner-div .spinner-border {
    height: 48px;
    width: 48px;
    border-width: 5px;
    color: var(--primary) !important;
}

@media (max-width: 767px) {
    .header-menu.menu.d-flex {
        justify-content: space-between;
        flex-flow: row !important;
        padding: 10px 15px !important;
    }
    .consent-data h1 {
        font-size: 20px;
        line-height: 24px;
    }
    form.consent-form > .col-sm-12 {
        padding: 0;
    }
    .user-authz-container .card .title {
        font-size: 16px;
    }
    .user-authz-container .list-group-item .switch {
        margin-left: 0;
    }
    .form-check.allow-all {
        font-size: 14px;
    }
    .user-authz-container .allow-all input[type=checkbox], .user-authz-container .allow-all.rember input[type=checkbox] {
        height: 18px;
        width: 18px;
        margin-left: -17px;
        margin-right: 0;
    }
    .user-authz-container .form-check.allow-all input[type=checkbox]:checked + label::before {
        top: 2px;
        height: 18px;
        width: 18px;
        left: 2px;
    }
    .user-authz-container .form-check.allow-all input[type=checkbox]:checked + label::after {
        left: 4px;
        top: 4px;
    }
    .card-deck.tile .card-body .btn-link {
        font-size: 14px;
        height: 45px;
    }
    .card-deck.tile .card-title > span {
        padding: 13px 10px;
        margin-right: 10px;
        font-size: 1.8rem;
        width: 64px;
    }
    .title-text {
        font-size: 18px;
        height: 56px;
    }
    .user-manage {
        padding: 18px;
        border-radius: 14px;
        margin: 30px 0px;
    }
    form .submit button {
        margin-top: 12px;
    }
    .user-manage .form-row > .col, .user-manage .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    form label {
        font-size: 14px;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .card-deck.tile .card.mb-4 {
        margin-bottom: 1rem !important;
    }
    .header-menu{
        position:relative;
    }
    .menu-item.mobile-menu {
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        margin: 0 !important;
        bottom: -57px;
        z-index: 9;
    }
    .user-authz-container.consent-page {
        margin: 5px 0px;
        padding: 15px;
    }
    .page-header.consent-data .pl-3 {
        padding-left: 12px !important;
    }
    .page-header.consent-data .d-flex p {
        font-size: 11px;
        line-height: 13px;
    }
    .page-header.consent-data .d-flex h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .user-authz-container .card-header {
        padding: 12px 13px;
    }
    .user-authz-container .card-header .title {
        font-size: 15px;
        line-height: 18px;
    }
    .user-authz-container .list-group-item {
        padding: 12px 14px;
    }
    .user-authz-container .list-group-item strong {
        font-size: 14px;
        line-height: 18px;
    }
    .user-authz-container .healthcare-text {
        margin: 20px 0;
    }
    .user-authz-container .consent-footer .btn.ml-3 {
        margin-left: 10px !important;
    }
    .user-authz-container .consent-footer .btn {
        font-size: 15px;
        line-height: 20px;
        height: 42px;
        min-width: 136px;
    }
}

@media (max-width:480px){
    .header-menu.menu.d-flex a#admin-button {
        padding: 0.375rem 1rem;
    }
    .header-menu .menu-logo {
        font-size: 1em;
    }
    .header-menu.menu.d-flex a#admin-button {
        padding: 0.28rem 1rem;
        font-size: 14px;
    }

    .header-menu.menu .btn.menu-button .oi {
        font-size: 13px;
        margin-right: 2px;
    }
}

@media (max-width:370px) {
    .user-authz-container.consent-page {
        margin: 0px -2px;
        padding: 15px 14px;
    }
    .consent-data h1 {
        font-size: 19px;
        line-height: 23px;
    }
    .user-authz-container .consent-footer .btn.ml-3 {
        margin-left: 8px !important;
    }
    .user-authz-container .consent-footer .btn {
        font-size: 14px;
        line-height: 18px;
        height: 40px;
        min-width: 127px;
    }
}
