﻿.w-button > .w-tooltip {
    display: none;
    position: relative;
}
.w-button:hover > .w-tooltip {
    display: block;
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999;
}
.w-button:hover > .w-tooltip {
    background-color: white;
    color: black;
}
.btn-design-section .w-tooltip,
.btn-design-field .w-tooltip,
.btn-open-image-picker .w-tooltip,
.btn-open-video-picker .w-tooltip,
.btn-open-audio-picker .w-tooltip,
.btn-open-file-picker .w-tooltip,
.btn-open-text-picker .w-tooltip {
    visibility: hidden;
}

.w-button {
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
    /* transition: background-color 0.3s ease;
    background: linear-gradient(90deg, rgb(11 79 27) 0%, rgba(70, 96, 142, 1) 52%, rgba(70, 137, 142, 1) 100%);
*/ background-color: silver;
}

.w-button:hover {
    background-color: #005f73;
}

.w-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 140, 186, 0.5);
}

.w-button:active {
    background-color: #003f58;
    transform: translateY(2px);
}

.w-button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}



.btn-design-section.w-button,
.btn-design-field.w-button,
.btn-open-image-picker,
.btn-open-video-picker,
.btn-open-audio-picker, .btn-open-file-picker,
.btn-open-text-picker,
.btn-copy-value.w-button,
.btn-clear-value.w-button {
    background-color: silver;
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    margin-right: 5px;
    color: black;
    background-color: white;
    padding: 2px;
    display: none;
    top: 1px;
}


.btn-copy-value.w-button {
    right: 35px;
}
.btn-open-file-picker,
.btn-open-image-picker,
.btn-open-video-picker,
.btn-open-audio-picker,
.btn-open-text-picker {
    right: 95px;
}


.site-mode-studio-designer .custompanelcomponent:hover > .btn-design-section.w-button,
.site-mode-studio-designer .w-datagrid-row:hover > .btn-design-field.w-button,
.w-datagrid-row:hover > .btn-open-image-picker.w-button,
.w-datagrid-row:hover > .btn-open-video-picker.w-button,
.w-datagrid-row:hover > .btn-open-audio-picker.w-button,
.w-datagrid-row:hover > .btn-open-file-picker.w-button,
.w-datagrid-row:hover > .btn-open-text-picker.w-button,
.w-datagrid-row:hover > .btn-copy-value.w-button,
.w-datagrid-row:hover > .btn-clear-value.w-button {
    display: block;
    background: none;
    background-color: silver;
    color: black;
    padding: 0px;
    width: fit-content;
    min-width: auto !important;
}

.btn-design-section:hover,
.btn-design-field:hover,
.btn-open-image-picker:hover,
.btn-open-video-picker:hover,
.btn-open-audio-picker:hover,
.btn-open-file-picker:hover,
.btn-open-text-picker:hover,
.btn-copy-value:hover,
.btn-clear-value:hover {
    background-color: white;
}

.custompanelcomponent:hover > .btn-design-section.w-button,
.w-datagrid-row:hover > .btn-design-field.w-button,
.w-datagrid-row:hover > .btn-open-image-picker.w-button,
.w-datagrid-row:hover > .btn-open-file-picker.w-button,
.w-datagrid-row:hover > .btn-open-video-picker.w-button,
.w-datagrid-row:hover > .btn-open-audio-picker.w-button,
.w-datagrid-row:hover > .btn-open-text-picker.w-button {
    background-color: var(--accent1-color);
    color: white;
    right: 2px;
    top: 28px;
    height: 24px;
    line-height: 2.5;
    border-radius: 0px 5px 5px 0px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99999;
    box-shadow: none;
    padding-left: 2px;
    padding-right: 2px;
}

.w-enter-password-action-panel-card .btn-clear-value,
.w-enter-password-action-panel-card .btn-copy-value {
    visibility: hidden;
}


.w-product-header-row {
    padding: 5px 2px 2px 5px;
    padding: 0px;
    /*    position: absolute;
*/ /*    z-index: 1;
*/
    position: absolute;
    z-index: 1;
    background-color: rgb(21, 101, 192);
    background-color: #333333;
    width: fit-content;
    /*display:none;*/
}
.w-smart-lite-accounts-panel-container,
.w-product-header-row,
.w-site-wos-header {
    background-color: #404a54;
    /* background-color: #333333;*/
}


.product-header {
    display: flex;
    flex-direction: row;
    padding: 3px;
    /*    background: linear-gradient(0deg, #2d1513, #ff914d);
*/
    /*    background-color: silver;
*/
}
.product-header-logo  {
    background: transparent;
    padding:2px;
}
.product-header-logo > img{
    height:45px;
    padding-right:5px;

}
.product-header-text-2 {
    display: none;
}
.product-motto-text,
.product-header-text {
    font-family: 'Roboto', sans-serif; /* Use a bold, clean font */
    font-weight: bold;
    letter-spacing: 2px; /* Adds a spaced-out look */
/*    text-transform: uppercase;
*/    cursor: pointer;
    background: linear-gradient(135deg, #ff6f61, #ff914d); /* Gradient color effect */
    -webkit-background-clip: text;
/*    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
*/    color: white;
    color: #fcffd3;
}


.product-motto-text:hover,
.product-header-text:hover {
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}

.product-header-text {
    font-size: 20px;
}

.product-motto-text {
    font-size: 12px;
}

.w-pinata-theme{

}


.w-pinata-theme .product-motto-text,
.w-pinata-theme .product-header-text {
 /*   color: #e6be5f;
    color:white*/;
}
.w-pinata-theme .w-content-box.w-silver-001 > .w-title-field {
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #873630), color-stop(100%, #e6be5f));
*/}

    .w-pinata-theme.w-site .panel-page-control {
        background-color: #306599;
        background-color: lightslategray;
        background-color: #404a54;
        /*        background-image: url('/assets/cards/card-2.jpg');
*/ background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

.w-cid-small{
    font-size:11px;
}
.panel-page-control {
    align-items: self-end;
}

.w-pinata-theme.w-site .w-box-goat-2 .panel-page-control .w-value-field.w-button {
    background-color: #e6be5f;
    border-color: #e6be5f;
    color: rgb(21, 101, 192);
    background-color: rgb(21, 101, 192);
    border-color: rgb(21, 101, 192);
    color: white;
}

.modal-page-status-open {
/*    overflow-y: hidden !important;
*/    overflow-y: auto;
}
.wallet-enabled-true {
}

.wallet-enabled-false .w-product-header-row {
    display: none;
}


.no-panel-border{
    border-width:0px !important;
}