@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

.notification {
    box-shadow: none;
    border-radius: 8px;
    max-width: 640px !important;
    margin: 0 auto;
}

.logged-out-modal guac-modal {
    background: #f2f7fa !important;
}

.logged-out-modal .notification {
    border: 1px solid #f2f7fa;
    background-color: #ffffff;
    color: #334155;
    padding: 1rem;
    max-width: 320px !important;
}

.plgrid-btn-wrapper, .guaca-btn-wrapper {
    width: 100%;
    border: 1px solid #f2f7fa;
}

.plgrid-btn-wrapper {
    /*margin-bottom: 20px;*/
}

.guaca-btn-wrapper {
    display: none !important;
    margin-top: 20px;
}

.login-logo {
    display: block;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    width: 100%;
    height: 66px;
    border-radius: 8px;
}

.login-logo:hover {
    border: 1px solid #2563EB;
}

.login-txt {
    margin: 0 auto;
    line-height: 66px;
    font-size: 22px;
}

.login-link {
    text-decoration: none;
    color: #000;
}

.login-ui {
    background-color: #f2f7fa !important;
}

.login-form {
    display: none;
    margin-block: 16px;
}

.login-ui .login-dialog {
    max-width: 360px !important;
    border-radius: 8px;
    padding: 32px;
    background-color: #f2f7fa !important;
    border: 0;
    text-align: unset;
}

.sso-providers {
    display: none !important;
}

.pull-right {
    float: right;
}

.footer-logo {
    height: 28px;
    width: auto;
    margin-left: 16px;
}

.login-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
}

.login-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    border-bottom: 1px solid #dae8f1;
}

.login-header h1 {
    padding: 19px 10px 19px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #333333;
}

.notification button, .plgrid-btn-wrapper button {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.333333;
    border-radius: 999px;
    border: 1px solid #2563EB;
    background-color: #2563EB;
    padding: 16px 32px;
    box-shadow: none;
}

.notification button:hover {
    background-color: rgb(30, 64, 175);
    border: 1px solid rgb(30, 64, 175);
}

h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.header {
    border-bottom: none !important;
    border-top: none !important;
    box-shadow: none !important;
    background-color: #f2f7fa;
}

.menu-dropdown .menu-contents {
    background-color: #ffffff;
}

.menu-dropdown, .menu-dropdown.open, .menu-dropdown.open:hover {
    background-color: #f2f7fa;
}

.menu-dropdown .menu-contents li a:hover, .recent-connections .connection:hover,
.list-item:not(.selected) .caption:hover, .page-tabs .page-list li a:hover {
    background-color: #f2f7fa !important;
}

.button.back:before, .button.change-password:before, .button.home:before, .button.logout:before,
.button.manage:before, .button.reconnect:before, button.back:before, button.change-password:before,
button.home:before, button.logout:before, button.manage:before, button.reconnect:before {
    background-position: 1.2em 1.05em;
    width: 2.4em;
    background-size: 1.2em;
}

.button.back, .button.change-password, .button.home, .button.logout, .button.manage, .button.reconnect, button.back,
button.change-password, button.home, button.logout, button.manage, button.reconnect {
    padding-left: 2.8em;
}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

.login-ui .sso-providers {

    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;

}

.login-ui .sso-providers:last-child {
    display: block;
}

.sso-providers ul {
    list-style: none;
}

.sso-providers ul, .sso-providers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sso-providers li::before {
    content: ' / ';
}

.sso-providers li:first-child::before {
    display: none;
}
