.search_container{
    width: 100%;
    min-width: 0;
    z-index: 10;
    height: 100%;
    position:absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .sett_cont{
    z-index: 10;
    height:100%;
    position:absolute;
    width:100%;
    top: 0;
    left: 0px;
    overflow: hidden;
  }

  /* .crop_cont{
    z-index: 10;
    height:100%;
    position:absolute;
    width:100%;
    top: 0;
    left: 0px;
    background: #000;
    opacity: 1;
    overflow: hidden;
  } */

  .sett_cont_sub{
    background: #000;
    height: 100%;
    opacity: 0.7;
    overflow-y: hidden;
  }
  .signup_sub_container{
    background: #000;
    opacity: 0.7;
    height: 100%;
    border-radius: 8px;
  }


  .country_item_container{
    overflow-y: scroll;
    height: calc(100% - 50px);
  }
  .settings_country_search{
    padding: 10px;
    display: flex;
    height: 50px;
  }

  .daa{
    background-image: url(../images/icon-close-gray.svg);
    /* float: right; */
    background-repeat: no-repeat;
    padding: 0 0 25px 20px;
    margin-right: 10px;
    margin-top: 7px;
  }
