.gnt-settings {
    .gnt-header-container {
        width: 100%;
    }

    #gnt-logo-settings {
        position: relative;
        height: auto;
        width: 70%;
        left: 17%;
        max-width: 300px;
    }

    .settings-plugin-version{
        width: 10%;
        padding: 0px;
        margin: 0px;
        display: inline-flex;
        color: #EC0000;
        font-weight: bold;
    }

    .coffee-question {
        margin: 0px;
        margin-bottom: 5px;
    }

    .gnt-header-item {
        &.container{
            display: flex;
        }

        .card-title {
            @media (min-width: 1000px) {
                font-size: rsvb(26, 1440);
            }
        }

        .coffee-logo {
            width: 100%;
            min-width: 100px;
            max-height: 135px;
        }

        .coffee-banner-item {
            width: auto;
            padding: 0px;
            margin: 0px;
    
            &.logo {
                flex-grow: 1;
                display: flex;
                align-items: center;
            }
    
            &.content {
                flex-grow: 2;
            }
        }
    }

    .gnt-container {
        .gnt-group-full {
            width: calc(100% - 97px) !important;
            padding: 30px;

            .form-table {
                tr {
                    display: flex;
                    flex-direction: column;
                }

                th {
                    margin: 0 !important;
                    padding: 0 !important;
                    font-size: 13px;
                    font-weight: 400;
                }

                td {
                    padding: 0;
                    vertical-align: middle;
                    position: relative;
                    
                    .show-pass {
                        width: 30px;
                        position: absolute;
                        right: 15px;
                        top: 20px;
                        cursor: pointer;
                    }
                }
            }
        }
    }

    .technician-require-item {
        margin: 0px;
        font-size: small;
        flex-wrap: wrap;
        overflow: hidden;

        img {
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px;
            float: right;
        }
    }

    form {
        &.hide {
            opacity: 0.3;
        }
    }

    .gnt-form {
        position: relative;
    }

    .gnt-policy-privacy {
        &.hide {
            display: none;
        }
        
        @media (max-width: 782px) {
            .gnt-modal-controls {
                a {
                    top: 9px !important;
                }
            }
        }

        @media (max-width: 595px) {
            .gnt-modal {
                width: calc(100% - 96px) !important;
                margin: -9px !important;
            }
        }

        @media (max-width: 385px) {
            .gnt-modal-controls {
                flex-direction: column !important;

                a {
                    margin-left: 0px !important;
                }
            }
        }

    }

}

.woocommerce_page_getnet-settings {
    .notice {
        width: calc(100% - 74px) !important;
        margin: 3em 0 -1em !important;
    }
}
