
span.icon{
    width: 32px;
    height: 32px;
}
span.icon-menu{
    background: url("../icons/menu.png") no-repeat center;
    background-size: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #7081A9;
    border-radius: 5px;
    width: max-content;
    min-width: 120px;
    padding: 0 ;
    /* max-width: 200px; */
    right: -40px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 801;
    transition: top .4s, transform .6s;
  }

ul {
    list-style: none;
}

.dropdown-content.active {
    display: block;
  }
.dropdown-content li{
    text-align: center;
    padding: 10px 20px;
    color: white;
}
.dropdown-content a{
    color: white;
}
.dropdown-content a:hover{
    color: white;
}
.coint-wallet{
    text-decoration: none;
    background-color: transparent;
    border:none;
}
.dropdown-content li:hover{
    background-color: #C3C3C3;

}

.helpinfo-text{
    display: none;
/*    position: relative;*/
    position: absolute;
    z-index: 2;
    background-color: #606173;
    border-radius: 5px;

}
.helpinfo{
    display: inline;
}
.helpinfo:hover .helpinfo-text{
    display: block;

}

.coint-wallet img{
    margin-right: 5px;
}

.auth-link{
    text-decoration: none;
}


.menu{
    position: fixed;
    left: 20px;
    top: 5.1rem;
    height: Calc(100% - 132px);
    transition: 0.5s;
    transform: translateX(0%);
    background: white;
}

.menu-list{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    height: 50%;
    flex-direction: column;
}

.menu-list a {
    text-decoration: none;
    color: #606173;
}

.content{
    /*margin-left: 225px;*/
    /*margin-left: 225px;*/
    padding-top: 90px;
}
@keyframes anim_content{
    0% {
        margin-left: 225px;
    }
    100% {
        margin-left: 20px;
    }
}
@keyframes anim_content2{
    0% {
        margin-left: 20px;
    }
    100% {
        margin-left: 225px;
    }
}

.content-map {
    display: flex;
    justify-content: left;
    min-width: 700px;
}

#map{
    height: 70vh;
    width: calc(100% - 20px);
    position: relative;
}

.map-utils {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    z-index: 800;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    width: calc(100% - 20px);
    top: 0;
}

.map_search {
    z-index: 800;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 #97a9c0;
    position: relative;
    min-width: 315px;
    margin: 0 5px 0 0;
    height: 45px;
}

.map_search_btns {
    display: inline;
}

.map_search input{
    line-height: 16px;
    border: none;
    padding-left: 11px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.btn_icon_search {
    border-right: 1px solid grey;
}

.map-utils-right{
    z-index: 800;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    float: right;
}

.cond{
    box-shadow: 1px 1px 4px 0 #97a9c0;
    border-radius: 4px;
    margin-right: 20px;
    background-color: #fff;
}
label {
    padding-top: 10px;
    padding-right: 10px;
    width: 150px;
}

.check{
    border: 2px solid #7081A9;
    background-color: transparent;
    border-radius: 2px;
    position: relative;
    top: 1px;
    width: 13px;
    height: 13px;
}
.ul-cond{
    margin-bottom: 0.8rem;
    display: flex;
}
ul li .check_circle {
    content: '';
    position: absolute;
    top: 66%;
    left: -25px;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.ul-cond li {
    position: relative;
    display: inline;
}

.btn_filters {
    z-index: 800;
}

.btn_filter_wrap_map {
    border: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 #979797;
}
.btn_filter_txt{
    padding: 10px;
}


.leaflet-bottom{
    z-index: 20;
}

.filter_box{
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 4.7rem;
    width: 25%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: 0.5s;
    transform: translateX(100%);
    z-index: 1001;
    /*cursor: pointer;*/
    box-shadow: -8px 8px 30px 0 rgb(151 151 151 / 50%);
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}

.filter_header {
    display: flex;
    justify-content: space-between;
}

.filter-active{
    transform: translateX(0%);
}

.form-row{
    margin-bottom: 20px;
    display: grid;
}

.pass_link{
    margin-right: auto;
    margin-left: 0;
    padding-top: 10px;
    font-size:13px;
}
.main-menu-item{
    display: grid;
}

.auth-content li:hover{
    background-color: #7081A9;
}
.auth-content li{
    border-bottom: 1px solid rgba(195, 195, 195, 0.2)
}

.auth-button{
    color: white;
    background-color: #C3C3C3;
    margin-bottom: 10px;
    border-radius: 5px;
    border:1px solid #606173;
}
 
.main-menu-item a{
    text-decoration: none;
}

.input-form{
    border-radius: 5px;
    border:1px solid #606173;
}

.Profile_logo{
    font-weight: 500;
    font-size: 34px;
    float: left;
}

.Profile_update_to_premium{
    background: orange;
    width: 200px;
    color: white;
    padding: 8px;
    border-radius: 16px;
    text-align: center;
    float: right;
    margin-right: 100px;
    cursor: pointer;
}
.Profile_update_to_premium:hover{

}

.Item_view_header{
    border-bottom: 1px solid black;
    height: 45px;
    margin: 0 0 10px 0;
}

.Profile_block{
    width: calc(100% - 20px);
    height: 1000px;
    margin: 0 0 0 50px;
}

.Profile_block_photo{
    width: 150px;
    height: 500px;
    float: left;
    left: 0;
}

.Profile_block_body{
    width: calc(100% - 300px);
    float: right;
    margin: 30px 100px 0 0;
    display: none;
}
.Profile_block_body_edit{
    width: calc(100% - 300px);
    float: right;
    margin: 30px 100px 0 0;
}

.Profile_input{
    width: calc(100%);
    color: #777777;
    font-weight: 600;
    border: none;
}
.Profile_input_edit{
    border-bottom: 1px solid darkgray;
    padding: 15px 0 20px 25px;
    color: #777777;
    font-weight: 600;
}
.Profile_input_edit_text{
    float: left;
    padding: 0 10px 0 0;
    color: #777777;
    font-weight: 600;
    width: 125px;
}
.Profile_mobile_ok{
    width: 25px;
    float: right;
}
.Profile_input_text_edit{
    float: left;
    padding: 0 0 0 25px;
    color: #777777;
    font-weight: 600;
}
.Profile_mobile_ok_block{
    border-bottom: 1px solid darkgray;
    height: 45px;
    margin: 0 0 28px 0;
    top: 14px;
    position: relative;
}

.Profile_input_edit{
    width: 100%;
    margin: 0 0 20px 0;
}
.Profile_submit_edit{
    color: white;
    background: black;
    width: 80px;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0 5px 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.Profile_text_verify_address{
    font-size: smaller;
    font-weight: 300;
    color: gray;
    padding: 0 0 0 25px;
    margin: -10px 0 40px 0;
}
.Profile_submit{
background: lightseagreen;
    width: 80px;
    height: 40px;
    color: white;
    border: 1px;
    border-radius: 5px;
    left: calc((100% - 80px) / 2);
    position: relative;
    top: 20px;
}

.Profile_upload_avatar{
    z-index: 5;
    position: relative;
    background: white;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    display: None;
    width: 340px;
    top: -250px;
}

.Header_profile_href{
    position: relative;
    top: 7px;
    left: 7px;
}
.Profile_Gerb_block{
    height: 200px;
}
.Profile_Gerb{
    width: 150px;
    height: 150px;
    background: darkgray;
}
.Profile_Title{
    border: 1px solid darkgray;
    border-radius: 0 0 8px 8px;
    margin: 0 0 10px 0;
    padding: 2px 0 0 15px;
    font-weight: 600;
    height: 30px;
    cursor: pointer;
}
.Profile_avatar_con {
   position: relative;
   overflow:hidden;
   width:150px;
   height:150px;
   border-radius: 75px;
}

.Profile_avatar_con img {
   position: absolute;
   top:50%;
   left:50%;
   transform:translate(-50%,-50%);
   width:85px;
   height:85px;
   object-fit:cover;
}
.Profile_avatar_text{
    text-align: center;
    font-weight: 600;
    padding: 5px 0 0 0;
}
.Profile_Titles_block{
    position: absolute;
    top: 218px;
    display: none;
    width: 85px;
}
.Profile_title_change{
    position: relative;
    background: white;
    border: 1px solid darkgray;
    /*padding: 0 0 0 20px;*/
    margin: 0 0 -1px 0;
    /*font-weight: 600;*/
    color: gray;
    cursor: pointer;
    z-index: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 7px;
    line-height: 8px;
    padding: 2px 0 2px 20px

}
.Profile_title_change:hover{
    border: 1px solid;
    color: black;
    z-index: 5;
}
.Left_avatar_con {
   position: relative;
   overflow:hidden;
   width:40px;
   height:40px;
   border-radius: 75px;
   float: left;
}

.Left_avatar_con img {
   position: absolute;
   top:50%;
   left:50%;
   transform:translate(-50%,-50%);
   width:40px;
   height:40px;
   object-fit:cover;
}
.Header_profile_href_block{
    border-bottom: 1px solid lightgrey;
    padding: 0 0 15px 0;
    margin: 0 0 -12px 0;
    width: 200px;
}
.Header_href{
    padding: 0 0 0 45px;
}
.MyLand_search_block1_b{
    width: 5px;
    height: 5px;
    float: left;
    margin: 1px 0 0 1px;
    cursor: pointer;
    background: black;
}
.MyLand_search_block2_b{
    width: 3.1px;
    height: 3.1px;
    float: left;
    margin: 0.5px 0.5px 0.5px 0.5px;
    background: #868686;
}
.MyLand_search_block1{
    width: 31px;
    height: 31px;
    border: 1px solid #D5D5D5;
    border-radius: 5px 0 0 5px;
    float: left;
    padding: 8px;
    cursor: pointer;
    position: relative;
}
.MyLand_search_block_selected > div {
    background: black;
}

.MyLand_search_block_not_selected > div {
    background: #868686;
}

.MyLand_search_block2{
    width: 31px;
    height: 31px;
    border: 1px solid #D5D5D5;
    border-radius: 0 5px 5px 0;
    margin: 0 0 0 -1px;
    float: left;
    padding: 8px;
    cursor: pointer;
    position: relative;
}
.MyLand_search_block3{
    height: 31px;
    /*width: calc(100% - 670px);*/
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 0 3px 0 3px;
    float: left;
    padding: 0 0 0 25px;
    min-width: 25px;
    width: 100%;
}
.MyLand_search_block4_all{
    width: 116px;
    float: right;
}
.MyLand_search_block4{
    height: 31px;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 2px 0 0 15px;
    cursor: pointer;
}
.MyLand_search_block4_sub{
    display: none;
    width: 100%;
    height: 64px;
}
.MyLand_search_block4_sub2{
    height: 31px;
    padding: 3px 0 0 15px;
    border: 1px solid #d4d4d4;
    margin: 0 0 -1px 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    background: white;
}
.MyLand_search_block4_sub2:hover{
    border: 1px solid;
    z-index: 2;
}
.MyLand_search_block5_all{
    width: 200px;
    float: left;
}
.MyLand_search_block5{
    height: 31px;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 2px 0 0 15px;
    margin: 0 3px 0 3px;
    cursor: pointer;

}
.MyLand_search_block5_sub{
    display: none;
    width: 100%;
    height: 64px;
    margin: 0 0 0 3px;
}
.MyLand_search_block5_sub2{
    height: 31px;
    padding: 3px 0 0 15px;
    border: 1px solid #d4d4d4;
    background: white;
    margin: 0 0 -1px 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.MyLand_search_block5_sub2:hover{
    border: 1px solid;
    z-index: 2;
}
i{
    border: solid #727272;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    margin: 6px 8px 0 0;
}
.i_right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.i_left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.i_up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.i_down{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.MyLand_search_block6{
    height: 31px;
    width: 90px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 2px 0 0 15px;
    cursor: pointer;
    float: left;
    margin: 0 0 0 6px;
}
.MyLand_search_block6_2{
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 0 0 8px;
}
.MyLand_search_block{

    display: grid;
    grid-template-columns: 31px 31px auto auto;
    max-width: 500px;
    grid-gap: 5px;

    width: 90%;
    height: 60px;
}
.MyLand_Filter_menu{
    background: white;
    width: 200px;
    position: fixed;
    right: -200px;
    box-shadow: 2px 5px 5px;
    transition: 0.5s;
    z-index: 2;
}
.MyLand_Filter_menu_logo{
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #6a6464;
    margin: 26px 0 40px 15px;
}
.MyLand_Filter_menu_1{
    border-bottom: 1px solid #d4d4d4;
    margin: 15px 20px 0 0;
    padding: 0 0 10px 20px;
    cursor: pointer;
}
.MyLand_Filter_price{
    width: 60px;
    margin: 0 7px 0 7px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}
.MyLand_Filter_apply{
background: #0094e7;
    border-radius: 3px;
    cursor: pointer;
    width: 65px;
    height: 30px;
    padding: 2px 0 0 0;
    color: #ffffff;
    text-align: center;
    margin: 25px 0px 10px 69px;
}
.MyLand_Filter_checkbox{
    margin: 0 10px 0 20px;
}
.MyLand_lands_block{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    overflow-y: auto;
    margin: 50px 0 0 0;
    padding-bottom: 30px;
}
.MyLand_land_block{
    width: 300px;
    float: left;
    margin: 10px 0 20px 0;
    height: 390px;
}
.MyLand_land_img{
    height: 226px;
    width: 266px;
    background: #f4eeee;
    border: 1px solid #c4c4c4;
    border-radius: 10px 10px 0 0;
}
.MyLand_land_block1{
    width: 266px;
    border: 1px solid #c4c4c4;
    margin: -1px 0 0 0;
    height: 70px;
    background: white;
}
.MyLand_land_name{
    font-weight: 500;
    font-size: 12px;
    color: #6a6464;
    padding: 6px 0px 0 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.MyLand_land_price_name{
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: #6a6464;
    padding: 6px 10px 0 0px;
    margin: 0;
}
.MyLand_land_price{
    float: right;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    padding: 2px 10px 0 0px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    word-spacing: -2px;
    text-align: right;
}
.MyLand_land_city{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    padding: 2px 0px 0 10px;
    width: 80%;
    float: left;
}
.MyLand_land_city1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
}
.MyLand_land_time{
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: #6a6464;
    padding: 2px 10px 0px 0px;
    margin: 0;
}
.MyLand_land_nftId{
    font-weight: 500;
    font-size: 12px;
    color: #6a6464;
    padding: 6px 0px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.MyLand_land_nftId2{
    font-weight: 500;
    font-size: 12px;
    color: #6a6464;
    padding: 0px 0px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.MyLand_land_nftId3{
    font-weight: 500;
    font-size: 15px;
    color: #6a6464;
    padding: 5px 0px 5px 10px;
    cursor: pointer;
    width: 50px;
    position: relative;
}
.MyLand_land_block2{
    width: 266px;
    border: 1px solid #c4c4c4;
    margin: -1px 0 0 0;
    border-radius: 0 0 10px 10px;
    height: 95px;
    background: white;
}
.MyLand_land_image_block{
    position: relative;
    overflow: hidden;
    width: 266px;
    height: 226px;
    border: 1px solid #c4c4c4;
    border-radius: 10px 10px 0 0;
    margin: -1px 0 0 -1px;
}

.MyLand_land_image_block_text{
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: ghostwhite;
}

.MyLand_land_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 266px;
    height: 226px;
    object-fit: cover;
}
.MyLand_text_block{
    font-weight: 500;
    font-size: 15px;
    color: #6a6464;
    height: 60px;
    position: fixed;
}
.MyLand_land_blockchain_img{
    height: 15px;
    margin: -3px 0 0 0;
}
.MyLand_land_menu{
    top: -290px;
    width: 266px;
    position: relative;
    margin: 0px 0 0 -1px;
}
.MyLand_land_menu_2{
    height: 40px;
    border: 1px solid #c4c4c4;
    margin: -1px -1px 0px 1px;
    position: relative;
    padding: 11px 0px 0 13px;
    background: white;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
}
.MyLand_land_menu_2:hover{
    border: 1px solid black;
    z-index: 1;
}
.MyLand_land_block_small{
    width: 180px;
    height: 288px;
}
.MyLand_land_block_small > div.MyLand_land_image_block{
    width: 163px;
    height: 139px;
}
.MyLand_land_block1_small{
    width: 163px;
}
.MyLand_land_name_text{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    position: relative;
    float: left;
}
.MyLand_land_price_block{
    width: 50%;
    float: right;
}
#myLand_Filter_menu_country_id{
    display: none;
    max-height: 60px;
    overflow-y: scroll;
}
#myLand_Filter_menu_city_id{
    display: none;
    max-height: 60px;
    overflow-y: scroll;
}
#myLand_Filter_menu_chains_id{
    display: none;
    /*max-height: 60px;
    overflow-y: scroll;*/
}
.MyLand_Filter_checkbox_class{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    margin: 0px 0 -5px 0px;
    padding: 0 0 0 0px;
}
.MyLand_land_ellipse{
    background: url(../icons/ellips.png) no-repeat;
    width: 14px;
    height: 17px;
    background-size: 100%;
    float: left;
    margin: 1px 5px 0 0;
}
.MyLand_land_ellipse2{
    background: white;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin: 3px 0 0 3px;
}
.MyLand_land_ellipse3{
    background: #9ea0bc;
    height: 2px;
    width: 2px;
    border-radius: 5px;
    top: 3px;
    left: 3px;
    position: relative;
}
.MaLand_search_block_input_img{
    background: url(../icons/find.png) no-repeat center;
    height: 25px;
    background-size: 100%;
    width: 25px;
    position: absolute;
    margin: 4px 0 0px 78px;
}
.MyLand_land_menu_img1{
    background: url(../icons/land_menu1.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 22px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_small{
    width: 163px;
}
.MyLand_land_menu_img2{
    background: url(../icons/land_menu2.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 22px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img3{
    background: url(../icons/land_menu3.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 22px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img4{
    background: url(../icons/land_menu4.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 20px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img5{
    background: url(../icons/land_menu5.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 20px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img6{
    background: url(../icons/land_menu6.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 20px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img7{
    background: url(../icons/land_menu7.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 20px;
    margin: 0 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img8{
    background: url(../icons/land_menu8.png) no-repeat center;
    height: 28px;
    background-size: 100%;
    width: 20px;
    margin: -4px 8px 0px 0;
    float: left;
}
.MyLand_land_menu_img9{
    background: url(../icons/land_menu9.png) no-repeat center;
    height: 20px;
    background-size: 100%;
    width: 20px;
    margin: 0 8px 0px 0;
    float: left;
}
.tray{
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    display: none;
    z-index: 26;
}
.tray_block{
    float: left;
    width: calc(100% - 620px);
    height: 40px;
    margin: 4px 0 0 6px;
}
.tray_ok{
    float: right;
    height: 40px;
    width: fit-content;
    min-width: 200px;
    text-align: center;
    border-radius: 3px;
    margin: 4px 0px 0 7px;
    border: 1px solid #c4c4c4;
    background: #3baa31;
    position: relative;
    padding: 10px 0px 0 0px;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    padding-inline: 5px;
}
.tray_cancel{
    float: right;
    height: 40px;
    width: 95px;
    border-radius: 3px;
    margin: 4px 10px 0 7px;
    border: 1px solid #c4c4c4;
    position: relative;
    padding: 10px 0px 0 29px;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
}
.tray_cancel_img{
    background: url(../icons/cancel.png) no-repeat center;
    width: 20px;
    height: 20px;
    float: left;
    /* border-radius: 15px; */
    background-size: 100%;
    margin: 0px 6px 0px -20px;
}
.MyLand_land_ok{
    background: url("../icons/ok.png") no-repeat center;
    background-size: 100%;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    z-index: 1;
    display: none;
    position: relative;
    margin: -7px 0px -18px 246px;
}
.MyLand_land_ok_small{
    margin: -7px 0px -18px 145px;
}
.tray_image{
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
.tray_block_img{
    border-radius: 4px;
    float: left;
    margin: 0 6px 0px 0;
    width: 40px;
    height: 40px;
    background: #f4eeee;
    border: 1px solid #c4c4c4;
    cursor: pointer;
}
.this-is-domain > .MyLand_land_block1, .this-is-domain > .MyLand_land_block2, .this-is-domain > .MyLand_land_img {
    box-shadow: 3px 3px #f4eeee, 4px 4px #c4c4c4, 7px 7px #f4eeee, 8px 8px #c4c4c4;
}
.Currency{
    width: 13px;
    margin: 0 0 3px 0;
}
.tray_imageDomain{
    border-radius: 4px;
    float: right;
    margin: 4px 0 0px 0;
    width: 40px;
    height: 40px;
    background: #f4eeee;
    border: 1px solid #c4c4c4;
}
.tray_price_block{
    width: max-content;
    float: right;
    padding: 12px 0 0 0;
    margin: 0 5px 0px 0;
    font-size: 14px;
}
.tray_Currency{
    float: right;
    margin: 4px 4px 0 4px;
}
.tray_text{
    float: right;
}
#tray_price{
    float: right;
}

.Block_info_land{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 300px;
    background: white;
    height: calc(100% - 2px);
    padding: 60px 0px 0px 0px;
    display: none;
}
.MyLand_land_image_block_map{
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 250px;
    border: 1px solid #c4c4c4;
    /*border-radius: 10px 10px 0 0;
    margin: -1px 0 0 -1px;*/
}
.MyLand_land_image_map{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 250px;
    object-fit: cover;
}
.MyLand_land_img_map{
    height: 250px;
    width: 300px;
    background: #f4eeee;
    /*border: 1px solid #c4c4c4;
    border-radius: 10px 10px 0 0;*/
}
.MyLand_land_block1_map{
    width: 300px;
    border-bottom: 1px solid #c4c4c4;
    height: 70px;
    background: white;
}
.Land_map_text{
    width: 100%;
}
.MyLand_land_price_map{
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    padding: 2px 0px 0 10px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    word-spacing: -2px;
}
.MyLand_land_time_map{
    font-weight: 400;
    font-size: 12px;
    color: #6a6464;
    padding: 2px 0px 0px 10px;
    margin: 0;
}
.MyLand_land_block2_map{
    border-bottom: 1px solid #c4c4c4;
    height: 100px;
    background: white;
}
.MyLand_land_menu_map{
    top: -375px;
    width: 300px;
    position: relative;
    margin: 0px 0 0 -1px;
}
.MyLand_land_menu_2_map{
    height: 50px;
    border: 1px solid #c4c4c4;
    margin: -1px 0 0 0;
    position: relative;
    padding: 15px 0px 0 13px;
    background: white;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
}
.MyLand_land_menu_2_map:hover{
    border: 1px solid black;
    z-index: 1;
}
.Profile_input_map{
    width: 100%;
    color: #777777;
    padding: 0 0 0 10px;
    font-weight: 500;
    font-size: 13px;
}
#map_edit_img_id{
    background: white;
    padding: 6px 10px 5px 10px;
    width: 40px;
    height: 30px;
    float: right;
    margin: 5px 5px 0px 0px;
    border-radius: 5px;
    display: none;
    top: 75px;
    cursor: pointer;
    position: absolute;
    right: 5px;
}
.MyLand_land_img_content{
    background: white;
}
.tray_block_img_content{
    background: white;
}
.Content_b_krug{
    width: 12px;
    height: 12px;
    background: lightseagreen;
    border-radius: 10px;
    float: left;
    margin: 0 2px 0 2px;
    cursor: pointer;
}
.Content_b_krug_blue{
    background: lightblue;
}
.Content_block_krug{
    margin: 7px 10px 0 0;
    float: right;
}
.Content_nftId3{
    width: 50px;
    float: left;
    cursor: pointer;
}
.Content_strelka_1{
    float: left;
    margin: -4px -4px 0 0;
}
.Content_strelka_2{
    float: right;
    margin: -4px 0 0 3px;
}
.Right_menu{
    position: fixed;
    background: white;
    width: 350px;
    height: calc(100% - 77px);
    right: 0;
    top: 77px;
    z-index: 1000;
    border-radius: 5px;
}
.Right_menu_block1{
    border-bottom: 1px solid #cccccc;
    height: 63px;
}
.Right_menu_krest{
    font-size: 20px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: 900;
    color: #555555;
}
.Right_menu_block1_text{
    padding: 30px 0 0 20px;
    font-weight: 600;
}
.Right_menu_block2_menu{
    border: 1px solid #cccccc;
    height: 45px;
    margin: 0px 0px -1px 0px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.Right_menu_block2_menu:hover{
    border: 1px solid #000000;
    z-index: 2;
}
.Right_menu_block2_menu_text{
    background: none;
    border: none;
    margin: 5px 0 0 0;
    font-weight: 600;
    color: #444444;
    font-size: 12px;
    cursor: pointer;
}
.Grey_Back{
    height: 100%;
    width: 100%;
    background: rgba(40,40,40,0.6);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}
.Right_menu_address{
    position: absolute;
    top: 33px;
    right: 10px;
    font-size: 14px;
    color: gray;
}
.Right_menu_block2_1{
    height: 120px;
    width: calc(100% - 40px);
    margin: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 25px;
}
.Right_menu_block2_text1{
    text-align: center;
    margin: 10px 0 0 0;
}
.Right_menu_block2_text2{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    white-space: nowrap;
}
.Right_menu_block2_text3{
    margin: 12px 0 0 0;
    padding: 8px 0 0 0;
    text-align: center;
    background: #197FF8;
    color: white;
    height: 40px;
    border-radius: 0 0 5px 5px;
    font-weight: 600;
    cursor: pointer;
}
.Right_menu_block_2_balance{
    margin: auto;
    height: 65px;
    width: calc(100% - 40px);
    border: 1px solid #cccccc;
    margin-top: -1px;
}
.Right_menu_block_2_balance_block_text_1{
    width: 50%;
    float: left;
    font-weight: 700;
    margin: 10px 0px 0 40px;
}
.Right_menu_block_2_balance_block_text_2{
    width: 50%;
    float: left;
    font-size: 14px;
    margin: -2px 0 0 40px;
}
.Right_menu_block_2_balance_block_text_3{
    width: 25%;
    text-align: right;
    font-weight: 700;
    float: right;
    margin: 10px 25px 0 0px;
}
.Right_menu_block_2_balance_block_text_4{
    text-align: right;
    margin: 0px 26px 0 0px;
    font-size: 14px;
}
.Right_menu_block_2_button{
    width: calc(100% / 2 - 30px);
    float: left;
    margin: 15px 0px 0 20px;
    padding: 8px 0 0 0;
    text-align: center;
    background: #197FF8;
    color: white;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
.Center_menu_block{
    background: white;
    width: 500px;
    height: 550px;
    border-radius: 7px;
    margin-top: 100px;
    margin-left: calc(100% / 2 - 400px);
}
.Center_menu_text1{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 0 0;
    margin: 0px 0 10px 0;
}
.Center_menu_text2{
    font-size: 14px;
    text-align: center;
}
.Center_menu_block2{
    width: 450px;
    height: 300px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    margin: auto;
}
.Center_menu_bottom{
    width: calc(100% - 45px);
    margin: auto;
    padding: 8px 0 0 0;
    text-align: center;
    background: #197FF8;
    color: white;
    height: 40px;
    border-radius: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 50px;
}
.Center_menu_text3{
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0px 0 20px;
}
.Right_menu_img_1{
    background: #606173;
    float: left;
    border-radius: 10px;
    margin: 10px 10px 0px 0px;
}
.Right_menu_img_2{
    margin: -3px 10px 0 0;
}
.Right_menu_img_3{
    position: absolute;
    top: 250px;
    left: 32px;
}
.Center_menu_input_1{
    width: calc(100% - 40px);
    border: 1px solid #cccccc;
    height: 45px;
    background: #E5E5E5;
    margin: auto;
    border-radius: 8px;
    margin-top: 10px;
}
.Center_menu_input_2{
    width: calc(100% - 40px);
    border: 1px solid #cccccc;
    height: 45px;
    background: #E5E5E5;
    margin: auto;
    border-radius: 8px;
    margin-top: 10px;
}
.Center_menu_img_1{
    float: left;
    margin: 9px 10px 0 10px;
}
.Center_menu_input_text_1{
    float: left;
    margin: 10px 5px 0 0;
}
.Center_menu_input_text_2{
    float: left;
    margin: 13px 0 0 0;
    font-size: 13px;
    color: #EB00FF;
}
.Center_menu_input_to{
    border: none;
    text-align: right;
    float: right;
    margin: 6px 8px 0 0;
    font-size: 19px;
    background: #E5E5E5;
}
.Center_menu_balance_text{
    text-align: right;
    margin: 13px 20px 0px 0;
}
.MyLand_land_status{
    float: right;
    margin: -20px 10px 0 0;
    font-size: 13px;
    border-radius: 5px;
    background: aqua;
    padding: 0 5px 0 5px;
    color: white;
}

.Login-main-page {
    margin: 10% 25% 0 25%;
}
.tray_block_img:hover {
    /*filter: opacity(0.5);*/
    background: url("/static/icons/cancel.png");
    background-size: cover;
}
.tray_image:hover {
    filter: opacity(0);
    background: url("/static/icons/cancel.png");
    background-size: cover;
}
.loader-whole {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: revert;
  cursor: progress;
}

.loader-whole .loader_content_wrap {
  width: 100%;
  text-align: center;
}

.loader-whole .loader_txt {
  font-size: 14px;
  line-height: 16px;
color: #fff;
}

.loader-whole .loader_icon {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #7dffe2eb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #08CEA2;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  .prev, .next {
    cursor: pointer;
    /* position: absolute; */
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 1px;
        color: grey;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
.tray_count {
    position: relative;
    bottom: 23px;
    background-color: #0094e7;
    width: min-content;
    padding-inline: 3px;
    border-radius: 0px 10px 0px 0px;
}