.defaultbtn{width: 150px;}
.shippingBtn{
    background: transparent;
    padding: 3px;
    border: 2px solid #c5c5c5;
    width: 255px;
    border-radius: 8px;
    color: #000;
    background-color: #f2f2f2;
}
.shipping-profile-customTable::ng-deep  .ui-table .ui-table-tbody > tr > td {
    border:none;
}

.shipping-profile-customTable::ng-deep .ui-table .ui-table-tbody > tr {
    background-color: #ffffff;
    border-bottom: 1px solid #dedbdb;
    height: 55px;
}

.shipping-profile-customTable::ng-deep .ui-table .ui-table-tbody > tr:nth-child(even){
    background: #fff;
}
.shipping-profile-customTable::ng-deep .ui-table .ui-table-thead > tr > th {
    background-color: #ffffff;
    height: 55px;
    border-bottom: 1px solid #dedbdb !important;
    border: none;
}

.header {
    margin: 0px 15px 20px 15px;
    font-size: 30px;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
}

.underlinedText {
    text-decoration: underline;
    color: #007ad9;
}

.countryFlagWrap {
    max-height: 40px;
    max-width: 40px;
    border-radius: 50%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .countryFlagWrap img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
  }

  .shippingZoneContent {
    display: flex;
  }

  .shippingZoneName {
    margin-left: 10px;
    margin-top: 10px;
  }

  // .dropdown-menu.show {
  // }

  // .customizedDropdown::ng-deep .dropdown-menu {
  //     min-width: 100px;
  //     max-width: 100px;
  // }

  .customizedDropdown::ng-deep .open>.dropdown-menu {
    border: 3px solid #007ad9 !important;
  }

  /deep/ .open>.dropdown-menu {
    border: 3px solid #007ad9 !important;
  }

  .open > .dropdown-menu a {
    cursor: pointer !important;
  }