﻿.expand-as-full-screener > .w-content > .w-html-dropdown-list > .w-list-item.open {
    padding: 1px;
    margin: 0px;
}



@media (max-width: 600px) {
    .w-html-dropdown-list > .w-list-item, .collapse-as-badge-medium > .w-content > .w-html-dropdown-list > .w-list-item {
        padding: 1px;
        margin: 0px;
    }

    .w-html-dropdown-list {
        padding: 1px;
    }
    .w-close-modal {
        font-size: 9px !important;
        top: 0px;
        right: 0px;
    }

    .token-account-header .field-title {
        font-size: small;
        max-width: 330px;
    }
}


.w-datagrid-row {
    flex-flow: column;
}  

    .w-item-header > .w-icon-text {
        padding-left: 1px;
    }

    .w-title-field {
        padding: 0px 2px 0px 2px;
        min-width: auto;
    }




.control-type-checkbox.w-datagrid-row {
    flex-flow: row;
}

.w-datagrid-row .w-title-field {
    text-align: left;
    font-size: small;
    font-style: italic;
}

.form-header.w-datagrid-row .w-title-field {
    text-align: center;
    font-size:inherit;
}

.control-type-checkbox .w-value-field {
    text-align: left;
    margin-bottom: 6px;
    height: 20px;
    width:20px;
    /*    height: 20px;
    margin-top: 10px;*/
}
.control-type-checkbox {
    min-height: 25px;
}



@media (max-width: 600px) {
    .w-site .d-top-menu {
        padding-top: 5px;
    }
        /*HAMBURGER*/
        .d-top-menu > .w-header > .w-title > .w-title-description {
        width: 30px !important;
        height: 30px !important;
        background-image: url('/assets/icons/hamburger.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .d-top-menu > .w-header > .w-title {
        background-color: white;
        color: blue;
        border-radius: 5px;
        margin-right: 10px;
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        right: 0px;
    } 
    .d-top-menu > .w-header {
        height: 30px !important;
        margin-bottom: 5px;
    }

        .d-top-menu.open > .w-header > .w-title > *,
        .d-top-menu > .w-header > .w-title > * {
            display: none !important;
        } 
        .d-top-menu > .w-header,
        .d-top-menu > .w-header > .w-title,
        .d-top-menu > .w-header > .w-title > .w-title-description {
            display: block !important;
        } 
    .d-top-menu > .w-content {
        display: none !important;
    }

        .d-top-menu.open > .w-content {
            display: flex !important;
            flex-direction: column;
            background-color: white;
            border-radius: 0px;
            position: fixed;
            right: 10px;
            z-index:9999;
        } 
}
