/* (1920x1080) Full HD Display
@media  screen 
and (max-width: 1920px) {

} */

    /* WIDE SCREEN DISPLAYS */
    @media screen 
    and (min-width: 3000px){
        
        .close_primary_media{
            float: left;
            transform: translate(-0.9vw ,-17vh);
        }

        .send_rvn_container{
            min-height: 27vh;
        }

        #builder_custom_attachment_menu {
            transform: translate(1vw,3vh);
        }

        #custom_icons{
            max-width: 590px;
        }

        #main_asset_search_autocomplete{
            width: 75%;
        }

        #receive_container{
            min-width: 11.1vw;
            min-height: 35vh;
        }

        #upload_svg_custom{
            padding-top: 30px;
            height: 160px;
        }

        #wallet_display{
            width: 59vw;
        }
    }

    @media screen 
    and (min-width: 2559px)
    and (max-width: 2999px){

        #arrow_container{
            margin-top: 15px;
        }

        #custom_icons{
            max-width: 435px;
        }

        .close_primary_media{
            transform: translate(-1.2vw, -15vh);
        }

    }

    @media screen 
    and (min-width: 1651px)
    and (max-width: 2558px){

    }

    /* Medium desktop - 2048 x 1152 - rule to fix asset tile margins and questionmark position*/

    @media screen 
    and (min-width: 2005px)
    and (max-width: 2195px)
    and (min-height: 1105px)
    and (max-height: 1295px){

        .asset_viewer_tile {
            /* margin: 0 45px 20px 0; */
        }

    }


    @media screen 
    and (min-width: 1025px)
    and (max-width: 1650px){
        
        #wallet_tools{
            width: 20vw;
        }

        #wallet_display{
            width: 56vw;
        }
    }

    /* Small apple laptop - 1441x795 resolution - rule to fix wallet viewer tile and general modal alignment */

    @media screen 
    and (min-width: 1425px)
    and (max-width: 1465px)
    and (min-height: 735px)
    and (max-height: 800px){

        .asset_viewer_tile{
            /* width: 14vw;
            margin: 0 35px 20px 0; */
        }

        .builder_txid_container{
            font-size: 0.8rem;
        }

        .close_primary_media {
            transform: translate(-30px, -200px);
        }

        .new_address_mail_icon {
            padding: 10px 10px 0px 20px;
        }

        #send_container{
            max-height: 85vh;
        }

        #send_rvn_btn{
            margin: auto;
            margin-top: 0;
            padding: 5px 25px;
        }

    }

    

    
    /* iPad Landscape */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px){

    /* CSS */
    }

        
    /* iPad Portrait */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait){

    /* CSS */
    }

    @media only screen 
    and (min-width: 831px) 
    and (max-width: 1024px){

        #builder_btn {
            transform: translateX(13%);
        }

        #wallet_tools{
            width: 25vw;
            margin-right: 20px;
        }
        #wallet_display{
            width: 59vw;
        }
    }


    /* SMALL DESKTOP MONITORS */

    @media only screen
    and (max-width: 1440px){

        #wallet_loading_indicator{
            top: -35%;
            left: 43%;
        }

        #wallet_asset_grid{
            height:50vh;
        }

        
        .asset_media img{
            max-height:calc(var(--viewer-media-maxheight) * 0.75);
        }
    }



    /* @media (min-resolution: 96dpi),
    (min-resolution: 1dppx),
    (-webkit-min-device-pixel-ratio: 1){

        #wallet_tools{
            border: 2px solid red;
        }
    } */



    





