.ics-label-container {
  display: flex;
}
.ics-model-headding {
  text-decoration: underline;
}
.ics-short-code-track {
  position: relative;
  top:10px;
}
.ics-short-code-label {
  line-height: 1.3;
  font-weight: 600;
  margin-right: 142px;
  color: #000;
}
.ics-short-code-text {
  font-size: 16px;
  margin-left: 14px;
  background: #fff;
  border: 1px solid #878787;
  border-radius: 5px;
  padding: 3px 274px 3px 0px;
  margin: 0px 0px 0px 20px;
}
.ics-model-head {
  text-align: center;
}
.ics-form-design {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.ics-form-row {
  display: flex;
  justify-content: space-between;
  margin: 15px;
  border-bottom: 1px solid #dadada;
  padding: 5px 0px;
}
.ics-label {
  font-weight: 600;
  width: 290px;
}
.ics-value {
  flex-grow: 1;
  margin-left: 10px;
}
#ics-manifest-myModal {
  z-index: 9999999999;
}
.ics-shortcode-copy {
  width: 67px !important;
  padding: 5px 7px !important;
  background: #007CBA;
  color: #fff;
  border: none;
  border-radius: 5px     
}
.ics-getlabel-btn{
  width: 80px !important;
  padding: 5px 7px !important;
  background: #007CBA;
  color: #fff;
  border: none;
  border-radius: 5px    
}
.ics-getmanifest-btn {
  cursor: pointer;    
  width: 101px !important;
  padding: 5px 7px !important;
  background: #007CBA;
  color: #fff;
  border: none;
  border-radius: 5px     
}
.ics-viewmanifest-btn {
    cursor: pointer;
    width: 101px !important;
    padding: 5px 7px !important;
    background: #007CBA;
    color: #fff;
    border: none;
    border-radius: 5px;
    display: none;     
}
.ics-manifest-modal {
  display: none; 
  position: fixed; 
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}
.ics-manifest-modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 40%; 
  border-radius: 10px;
  font-size: 16px;
}
.ics-manifest-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.ics-manifest-close:hover,
.ics-manifest-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.ics-trackingid-container label{
  font-size:20px; 
}
.ics-trackingid{
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #818181;
}
.ics-tracking-submit{
  background: #007cba;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
}
.ics-loading-img {
  display: none;
  left: 25%;
  position: relative;
}
.ics-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ics-gif-section {
  display: none;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ics-getgenerateLabel-btn {
  cursor: pointer;    
  width: 101px !important;
  padding: 5px 7px !important;
  background: #e6e92e;
  color: #fff;
  border: none;
  border-radius: 5px     
}


a.ics-getgenerateLabel-btn {
    /*max-width: 70px !important;*/
    padding: 5px 7px !important;
    background: #e6e92e;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    float:left;
    line-height: 1.5;
}
@media only screen and (max-width:600px) {
  .ics-manifest-modal-content {
    width :80%;
  }
}
