
.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;
  cursor: pointer;
}

.fixedWdthBtn {
  width: 120px !important;
}

.borderBottom {
  border-bottom: 1px solid #ccc;
}

.noMargn {
  margin: 0px !important;
}

.paddingSection {
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkbox-notemessage{
    color: #7f7f7f;
    margin-left: 28px;
}

.taxRates-message{
    background: #f2f2f2;
    width: auto;
    padding: 11px;
    height: 55px;
    border: 1px solid #ccc;
    margin: 0px;
}

.taxRates-message span {
  vertical-align: sub;
}

.groupItem{
    border-bottom: 1px solid #ccc;
}

.normalFont::ng-deep .ui-chkbox-label {
  font-weight: normal !important;
}

.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;
  }

  .learnMore {
    color: #007ad9;
    cursor: pointer;
  }

  .commonCheckBox::ng-deep .ui-chkbox .ui-chkbox-box.ui-state-active:not(.ui-state-disabled):hover,
  .commonCheckBox::ng-deep .ui-chkbox .ui-chkbox-box.ui-state-active {
    background-color: transparent !important;
    color: #005b9f !important;
  } 

  .dropdown .fa-ellipsis-h {
    color: #7f7f7f;
  }

  .blueBtn::ng-deep .btn-primary {
    background-color: #0070c0;
    border-color: #0070c0;
  }