﻿/* Resize the outer signature block */
.app-signature, .drop-box-8 {
    width: 350px !important; /* Adjust container width */
    height: 100px !important; /* Adjust container height */
}

    /* Resize the inner canvas */
    .app-signature canvas {
        width: 350px !important;
        height: 100px !important;
    }

.app-bar-toolbar {
    visibility: hidden !important;
    position: relative;
}

    /*.app-bar-toolbar::after {
        content: "Wyoming Property Tax Reduction Affidavit";
        visibility: visible !important;
        color: white;*/ /* Make text white */
        /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;*/ /* Adjust size as needed */
        /*font-weight: normal;
    }*/

.app-bar-toolbar::after {
    content: "Wyoming Owner Occupied Notification";
    visibility: visible !important;
    color: white; /* Make text white */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px; /* Adjust size as needed for desktop */
    font-weight: normal;
}

/* Media Query for Tablets and larger phones */
@media screen and (max-width: 1024px) {
    .app-bar-toolbar::after {
        font-size: 20px; /* Adjust font size for tablets */
    }
}

/* Media Query for Phones */
@media screen and (max-width: 768px) {
    .app-bar-toolbar::after {
        font-size: 18px; /* Adjust font size for phones */
    }
}


a[data-action-path="ag2/a100"] {
    font-family: -apple-system,"Segoe UI",sans-serif,"Segoe MDL2 Assets" !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    font-size: 14px !important;
    border-radius: .3125em !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    border: solid 1px !important;
    font-weight: 600 !important;
    padding: 5px 9px !important;
    height: 14px !important;
    line-height: 14px !important;
    user-select: none !important;
    border-color: #0089ce !important;
    cursor: pointer !important;
    margin: 0 !important;
    white-space: normal !important;
    color: #0089ce !important;
    background-color: #fff !important;
    left: 1%;
}

a[data-action-path="ag2/a100"]:hover {
    background-color: #0089ce !important; /* Example: Light blue background */
    color: #fff !important; /* Example: Darker blue text */
}

.app-bar-actions.ui-header.ui-bar-inherit.ui-header-fixed {
    background-color: white !important;
}

/*Hides filter message when tblowner is filtered by using the streetname*/
.app-filter {
    display: none;
}

.material-icon.app-filter-clear {
    display: none;
}

.ui-popup-container, .app-field-menu {
    display: none;
}


