﻿.site-mode-studio-design.w-site .custom-display-panel-holder {
    align-items: center;
    background-color: gray;
    background-color: rgb(2 63 116);
}

.site-mode-studio-design .w-panel.custompanelcomponent {
    border: 1px solid rgb(21, 101, 192) !important;
    margin: 10px !important;
    border-radius: 5px !important;
    width: calc(100% - 40px);
    position: relative !important;
    margin-bottom: 10px !important;
}

    .site-mode-studio-design .w-panel.custompanelcomponent > .w-header {
        border-radius: 5px 5px 0px 0px;
        color: white;
        background-color: rgb(21, 101, 192);
        text-decoration: underline;
        font-size: 1rem;
    }

        .site-mode-studio-design .w-panel.custompanelcomponent > .w-header .w-title {
            padding: 10px;
            /*background-color: rgb(21, 101, 192);*/
            color: inherit;
            background-color: inherit;
        }

 
.site-mode-studio-design .w-panel.custompanelcomponent > .w-header,
.site-mode-studio-design .w-panel.custompanelcomponent > .w-content {
    padding-left: 0px;
}


.site-mode-studio-design .d-panel-classic-1 > .w-content,
.site-mode-studio-design .custom-display-panel-holder {
    flex-direction: column;
}
.site-mode-studio-design .w-panel.custompanelcomponent {

}
.site-mode-studio-design .d-panel-classic-1 > .w-content .w-field-name,
.site-mode-studio-design .d-panel-classic-1 > .w-content .w-field-value {
    text-align: left;
}

/*.control-by-studio input {
    height: 30px;
    max-width: 700px;
}*/
.control-by-studio input {
    height: 30px;
    max-height: 30px;
    /*    max-width: 700px;*/
}

.site-mode-studio-run .w-content .w-field-name {
    width: auto;
}


/*d-panel-collapsable*/
.primary-adi-smart-window-container {
}

.modal-adi-smart-window-container.open,
.secondary-adi-smart-window-container.open {
}
/*.secondary-adi-smart-window-container {*/
    /* width:100px !important;
    overflow:hidden;*/

/*}
.modal-adi-smart-window-container.open {
    position: absolute;
    width: 400px;
    max-height: 600px;
    overflow: auto;
    bottom: 30px;
    right: 30px;
    border: 10px solid green;
    border-radius: 7px;
}
    .root-adi-smart-window-container {
        display: flex;
        flex-direction: column;
    }*/

.modal-adi-smart-window-container.open {
}


.site-mode-studio-filtered .d-section-panel .w-content,
.site-mode-studio-filtered .d-section .w-content {
    opacity: 1 !important;
    max-height: max-content !important;
}
.site-mode-studio-filtered .w-panel.d-panel-collapsable > .w-header::after {
    background-color:transparent !important;
    color: transparent !important;
}

.site-mode-studio-design .w-panel.d-panel-collapsable > .w-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 1.9s ease, max-height 1.9s ease;
}

.site-mode-studio-design .w-panel.d-panel-collapsable.open > .w-content {
    opacity: 1;
    max-height: max-content;
}

.site-mode-studio-design .w-panel.d-panel-collapsable > .w-header::after {
    content: "+";
    font-weight: bold;
    color: #39b8d8;
    position: absolute;
    right: 4px;
    top: 6px;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    text-align: center;
}

.site-mode-studio-design .w-panel.d-panel-collapsable.open > .w-header::after {
    content: "-";
}
.site-mode-studio-design .w-panel.d-panel-collapsable > .w-header .d-section-preview,
.site-mode-studio-design .w-panel.d-panel-collapsable > .w-header .d-section-help {
    display: none;
}

.site-mode-studio-design .w-panel.d-panel-collapsable.open > .w-header .d-section-preview,
.site-mode-studio-design .w-panel.d-panel-collapsable.open > .w-header .d-section-help {
    display: block ;
}
.w-panel-collapsable {
    display:grid !important;
}
    .w-panel-collapsable.open {
        display: flex !important;
    }
/*w-panel-collapsable*/
.w-panel-collapsable > .w-datagrid-row  {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, max-height 0.9s ease;
}
    .w-panel-collapsable.open > .w-panel-collapsable.open,
    .w-panel-collapsable.open > .w-datagrid-row {
        opacity: 1;
        max-height: max-content;
    }



.w-panel-collapsable.open > .w-panel-collapsable,
.w-panel-collapsable {
    max-height: 35px;
    background-color: #0c0c24;
    padding-top:0px;
}
    .w-panel-collapsable.open {
        max-height: max-content;
    }
    .w-panel-collapsable > .w-value-field::after {
        content: "+";
        font-weight: bold;
        color: white;
        position: absolute;
        left: 4px;
        top: 7px;
        background-color: #306599;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
    }
.w-panel-collapsable.open > .w-value-field::after {
    content: "-";
}
.text-box-IpfsPinFile-fileSelectorControl {
    padding: 1px !important;
    background-color:gray;
}



.d-section-help {
    font-size: small;
    font-weight: normal;
    text-decoration: none;
}

.d-section-preview {
    height: 100px;
}

    .d-section-preview:hover {
        height: 250px;
    }
.d-section-explanation {
    background-color: #2a2d61;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.d-section-explanation-2 {

}
.site-mode-studio-design .d-section-panel > .w-header .w-icon-text {
    width: 100%;
}
.w-site .w-studio-save-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 3px;
    padding-left: 15px;
    left: 50%;
    transform: translate(-50%, -00%);
    flex-wrap: wrap;
    z-index: 9000;
    white-space: nowrap;
    justify-content: center;
    right: 50%;
    margin-top: 1px;
    margin: 0px;
    border-radius: 0px 00px 10px 10px;
    border: 3px #3a82ff solid;
    border-top-width: 0px;
    width: calc(100% - 175px);
    min-height: 34px;
    max-width: 800px;
}
.w-site .w-smart-tab-container > .w-content .w-studio-save-panel {
    max-height: 19px;
    overflow: hidden;
/*    transition: max-height 0.4s ease, padding 0.6s ease, background 0.4s ease;
*//*    zoom: 0.8;
*/    background: linear-gradient(135deg, rgba(180, 200, 255, 0.4), rgba(100, 130, 255, 0.2));
}
    .w-site .w-smart-tab-container > .w-content .w-studio-save-panel:hover {
        max-height: fit-content;
/*        padding: 12px;
*/        background: linear-gradient(135deg, rgba(173, 216, 230, 0.7), rgba(70, 130, 180, 0.1));
/*        background-size: 200% 200%;
*//*        zoom: 1;
*/        /*animation: gradientAnimation 10s ease infinite;*/
    }

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.studio-open-button .w-button, .w-studio-save-panel > .control-type-button .w-button {
    width: auto;
    min-width: 110px;
    margin: 2px 10px 0px 0px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 25px;
    text-align: left;
    padding-right: 3px;
    padding-bottom: 3px;
    background: none;
    color: #32405a;
    text-decoration: underline;
    font-size: 12px;
}
.w-site .w-studio-save-panel .w-button {
    min-width: 150px !important;
    height: 25px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12px !important;
}
    .w-site .w-studio-save-panel .w-button> i{
        top:5px;
    }
    /*.w-studio-save-panel > .control-type-button {
    width: 30px;
}
.w-studio-save-panel > .control-type-button:hover {
    width: auto;
}*/
    /*.w-studio-save-panel > .control-type-button .w-button > .tooltip-x {
        position: absolute;
        top: 20px;*/
    /*        display: none;
*/ /*}

    .w-studio-save-panel > .control-type-button:hover > .tooltip-x {
        display: block;
    }*/
    .w-studio-save-panel > .control-type-button, .studio-open-button > i {
        background: none;
        color: #32405a;
    }
        .studio-open-button{
            margin-top:10px !important;
        }
        .studio-open-button .w-button,
        .studio-open-button .w-button:active,
        .studio-open-button .w-button:focus,
        .studio-open-button .w-button:hover,
        .w-studio-save-panel > .control-type-button .w-button:hover {
           /* background: transparent !important;
            color: silver !important;
            border-width: 0px !important;*/
        }
    .w-studio-save-panel > .w-datagrid-row {
        margin: 0px;
        padding: 0px;
    }

.w-save-100.control-type-button .w-button {
 /*   background: #3b5fa3;
    color: white;*/
    
}


.studio-open-button i {
    position: absolute;
    left: 10px;
    top: 7px;
    background: none;
    color: #32405a;
}
.studio-open-button:hover  i {
    background: #32405a !important;
    color: white !important;
}

/*
.studio-open-button:hover,
.w-studio-save-panel > .control-type-button:hover,
.studio-open-button:hover > i {
    background: #32405a !important;
    color: white !important;
}*/




.w-studio-save-panel > .w-value-field {
    display:none;
}

.w-studio-design-options .w-content-box {
    background-image: url('/assets1/cards/subsystem/card-6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .w-studio-design-options .w-content-box:hover {
        background-image: url('/assets1/cards/subsystem/card-8.jpg');
    }
.w-studio-design-options .w-content-box {
}
    .w-site .control-type-panel .w-datagrid-row.w-studio-design-options {
    flex-direction: row;
    justify-content: center;
  
}


.w-site .control-type-panel .w-datagrid-row.w-studio-design-options .button-content-box {
    width: 160px;
    border-width: 0px;
}

.w-site .control-type-panel .w-datagrid-row.w-studio-design-options .w-button {
    width: 140px;
    font-size:small;
    font-weight:100;
}
.w-site .control-type-panel .w-datagrid-row.w-studio-design-options  .w-help-hover
{
    position:absolute;
    top:30px;
    right:0px;
}
.button-content-box-page-template > .w-title-field {
    color: var(--theme-l1-color) !important;
}


width-button-1x3

.w-site .w-actions-panel-card .button-content-box-page-template .w-button {
    width: 170px;
    font-size: small;
    font-weight: 100;
    width: 100%;
    text-align: center;
}

.w-site .w-actions-panel-card .w-datagrid-row.w-align-center,
.w-site .w-actions-panel-card .w-datagrid-row.w-studio-design-options,
.w-site .w-actions-panel-card .w-datagrid-row.w-studio-app-options-info > .w-content,
.w-site .w-actions-panel-card .w-datagrid-row.w-studio-website-manager,
.w-site .w-actions-panel-card .w-datagrid-row.w-studio-page-manager {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
    .w-site .w-actions-panel-card .w-datagrid-row.w-studio-page-manager .button-content-box {
        width: 360px;
        flex-direction: row;
        justify-content: center;
        background-color: #123859;
        border-radius: 7px;
        background-image: url('/assets/cards/subsystem/card-8.jpg');
    }
        .w-site .w-actions-panel-card .w-datagrid-row.w-studio-page-manager .button-content-box .control-type-label {
            width: 100%
        }
.w-studio-page-manager>.w-value-field {
/*    display:none;
*/}
.w-site .w-actions-panel-card .w-studio-page-manager > .w-help-hover {
    width: 30px;
}

.w-studio-page-manager .w-help-header {
    border-bottom: 3px solid #096776;
    color: white;
}


.w-site .w-studio-page-manager .w-button {
    background:none;
}
.w-site .w-studio-page-manager .w-title-style {
    border-bottom: 1px solid #43433a;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(7 9 35) 90%, rgb(54 50 50) 100%);
}

.w-site .w-studio-website-manager .w-button {
    background: none;
    font-size:small;
}

.w-site .w-studio-website-manager .w-title-style {
    background: linear-gradient(0deg, rgb(57 29 29) 0%, rgb(7 9 35) 40%, rgb(98 12 12) 100%);
    width: 100%;
}
 


.w-help-header {
    border-bottom: 3px solid #096776;
    color: white;
}

 
.w-site .w-studio-save-panel .control-type-checkbox{
    flex-direction: row !important;
    display: none;
    margin: 2px 0px;
    padding-top: 2px;
}

 
.w-site .w-studio-save-panel:hover .control-type-checkbox {
    display: flex;
}

.w-site .w-studio-save-panel .control-type-checkbox:hover {
    display: flex;
}
 

.w-site .check-review-before-save{
/*    width: 150px;
*/}

.w-site .check-save-as-draft {
/*    width: 116px;
*/}
.w-site .check-save-temp {
/*    width: 90px;
*/}

/*.w-site .check-enable-encryption > .w-title-field,
.w-site .check-enable-compression > .w-title-field,
.w-site .check-enable-ipfs > .w-title-field {
    background-color: transparent !important;
    font-weight: normal;
    padding-top: 3px;
    padding-right: 4px;
}
*/


/*.w-site .check-enable-encryption,
.w-site .check-enable-compression,
.w-site .check-enable-ipfs {*/
/*    background-color: silver !important;
    color: black !important;
    padding: 4px !important;
    padding-left: 10px;
    padding-right: 10px;*/
/*}

.w-site .check-enable-encryption {*/
/*    border-radius: 4px 0px 0px 4px;
*//*}
.w-site .check-enable-compression{

}
.w-site .check-enable-ipfs {*/
/*    border-radius: 0px 4px 4px 0px;
*//*}*/
.w-site .check-enable-compression,
.w-site .check-enable-ipfs {
    pointer-events: none;
    opacity: 0.5;
}
/*.w-site .check-save-as-draft .w-title-field,
.w-site .check-review-before-save .w-title-field,
.w-site .check-save-temp .w-title-field {*/
/*    padding: 3px;
    background-color: transparent !important;
    color: black;
    text-align: right;
    font-weight: normal;*/
/*}*/

.w-datagrid-row.d-webcontent {
    margin: 0px;
    padding: 0px;
}

.w-datagrid-row.d-webcontent {
    margin: 0px;
    padding: 0px;
} 

.w-new-line {
    flex-basis: 100%;
}

.w-tab.w-single-tab > .w-tab-header {
    display:none;
}

.w-site .customTask-primary-adi-name {
    flex-direction: row;
    width: calc(100% - 120px) !important;    
}

.w-site   .customTask-primary-adi-name input,
.w-site  .customTask-primary-adi-name .w-title-field { 
/*    background: white;
    color: black;*/
}
 

 
.w-site .customTask-primary-adi-name input {
/*    border: 1px solid black;
    width: 360px;
    border-radius: 0px;*/
}

.w-site  .btn-save-to-switch-adi {
/*    top: 0px !important;
    padding: 0px !important;
    margin: 0px !important;*/
}

.w-primary-adi-selector> .w-value-field {
    display: none;
}
.w-site .w-primary-adi-selector {
    border-width: 0px;
}
.w-site .w-actions-panel-card .btn-save-to-switch-adi .w-button {
/*    top: 4px;
    padding: 4px;
    background: #32405a;
    color: white;
    margin-left: -9px !important;
    width: max-content;
    border-radius: 0px;*/
}



.web-app-type-data-form {
    background-color: #bcf7ff;
}

.check-box-check-jwt-token-based{
    width:20px;
}

.w-studio-app-options-info > .control-type-panel {
/*min-height:250px;
*/}
.evm-tokens-list-container > .control-type-panel {
/*    min-height: 460px;
*/}
.evm-nft-list-container > .control-type-panel {
/*    min-height: 350px;
*/}
.evm-transactions-list-container > .control-type-panel {
/*    min-height: 450px;
*/}
.w-status-approved {
    color: red;
}
.ww-status-pending {
    color: red;
}
.w-color-red, 
.w-color-red > .w-value-field {
    color: red !important;
}
.w-color-green, 
.w-color-green > .w-value-field {
    color: lawngreen !important;
}
.w-color-yellow,
.w-color-yellow > .w-value-field {
    color: yellow !important;
}
.w-color-blue, 
.w-color-blue > .w-value-field {
    color: dodgerblue !important;
}

.w-panel-accent-100 {
    background: black !important;
    padding: 10px !important;
}
.w-panel-accent-200 {
    border: 1px solid silver !important;
}
    .w-panel-accent-200 > .w-title-field {
        border-bottom: 1px solid silver !important;
        padding: 10px !important;
    }

