/* Input border bottom only */
  .input-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 18px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);

    /*border-radius: 0.25rem;*/
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  }

  .input-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }

  .input-control:hover {
    color: #464a4c;
    background-color: rgba(0, 0, 0, 0.00);
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;

    outline: none;
  }

  .input-control:focus {
    color: #464a4c;
    background-color: #fff;
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;
    outline: none;
  }

  .input-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1;
  }

  .input-control::-moz-placeholder {
    color: #636c72;
    opacity: 1;
  }

  .input-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1;
  }

  .input-control::placeholder {
    color: #636c72;
    opacity: 1;
  }

/*  .input-control:disabled, .input-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
  }*/

  .input-control:disabled {
    cursor: not-allowed;
  }

  select.input-control:not([size]):not([multiple]) {
    /*height: calc(2.25rem + 2px);*/
  }

  select.input-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
  }

  .input-control-file,
  .input-control-range {
    display: block;
  }

  .input-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
  }

  .input-control-static.input-control-sm, .input-group-sm > .input-control-static.input-control,
  .input-group-sm > .input-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .input-control-static.btn, .input-control-static.input-control-lg, .input-group-lg > .input-control-static.input-control,
  .input-group-lg > .input-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .input-control-static.btn {
    padding-right: 0;
    padding-left: 0;
  }

  .input-control-sm, .input-group-sm > .input-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }

  select.input-control-sm:not([size]):not([multiple]), .input-group-sm > select.input-control:not([size]):not([multiple]),
  .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
  .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
  }

  .input-control-lg, .input-group-lg > .input-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }

  select.input-control-lg:not([size]):not([multiple]), .input-group-lg > select.input-control:not([size]):not([multiple]),
  .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
  .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.166667rem;
  }

  .input-control-feedback {
    margin-top: 0.25rem;
  }

  .input-control-success,
  .input-control-warning,
  .input-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
            background-size: 1.125rem 1.125rem;
  }

  .has-success .input-control-feedback,
  .has-success .input-control-label,
  .has-success .col-form-label,
  .has-success .form-check-label,
  .has-success .custom-control {
    color: #5cb85c;
  }

  .has-success .input-control {
    border-color: #5cb85c;
  }

  .has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
  }

  .has-success .input-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  }

  .has-warning .input-control-feedback,
  .has-warning .input-control-label,
  .has-warning .col-form-label,
  .has-warning .form-check-label,
  .has-warning .custom-control {
    color: #f0ad4e;
  }

  .has-warning .input-control {
    border-color: #f0ad4e;
  }

  .has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
  }

  .has-warning .input-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  }

  .has-danger .input-control-feedback,
  .has-danger .input-control-label,
  .has-danger .col-form-label,
  .has-danger .form-check-label,
  .has-danger .custom-control {
    color: #d9534f;
  }

  .has-danger .input-control {
    border-color: #d9534f;
  }
/* Input border bottom only */

/* input Buttons */
  .nasin-addon {
    background-color: #fff !important;
  }

  .input-group-addon:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }

  .input-group-addon:last-child:hover {
    border-bottom: 1px solid #5cb3fd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }
/* input Buttons */


.newInput {
    background-color: rgba(255, 255, 255, 0.0); 
    color: #ffffff; 
    width: 100% !important; 
    font-weight: bold; 
    color: #00eaff; 
    display: inherit !important; 
    padding: 0px 0px;
}

.newInput2 {
    background-color: rgba(255, 255, 255, 0.0); 
    color: #ffffff; 
    width: 90% !important; 
    font-weight: bold; 
    color: #fff7c5; 
    display: inherit !important; 
    padding: 0px 0px;
}

.newInput3 {
    background-color: rgba(255, 255, 255, 0.0); 
    color: #ffffff; width: 40px !important; 
    font-weight: bold; 
    color: #fff7c5; 
    display: inherit !important; 
    padding: 0px 0px; 
}

.newInput-white {
    background-color: rgba(255, 255, 255, 0.0); 
    color: #000000; 
    width: 100% !important; 
    font-weight: bold; 
    display: inherit !important; 
    padding: 0px 0px;
}


/* input-control-black */
  .input-control-black {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 18px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #2b2b2b;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    /*border-radius: 0.25rem;*/
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  }

  .input-control-black::-ms-expand {
    background-color: transparent;
    border: 0;
  }

  .input-control-black:hover {
    color: #e1ff2f;
    background-color: rgba(0, 0, 0, 0.00);
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;

    outline: none;
  }

  .input-control-black:focus {
    color: #ffffff;
    background-color: #000000;
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;
    outline: none;
  }
/* input-control-black */

/* input-control-discount */
  .input-control-discount {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 18px;
    line-height: 1.25;
    color: #ffa6a6;
    background-color: #000000;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    /*border-radius: 0.25rem;*/
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  }

  .input-control-discount::-ms-expand {
    background-color: transparent;
    border: 0;
  }

  .input-control-discount:hover {
    color: #e1ff2f;
    background-color: rgba(0, 0, 0, 0.00);
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;

    outline: none;
  }

  .input-control-discount:focus {
    color: #e1ff2f;
    background-color: #000000;
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;
    outline: none;
  }

  .input-control-discount::-webkit-input-placeholder {
  color: #ffa6a6 !important;
  }
   
  .input-control-discount:-moz-placeholder { /* Firefox 18- */
  color: #ffa6a6 !important;  
  }
   
  .input-control-discount::-moz-placeholder {  /* Firefox 19+ */
  color: #ffa6a6 !important;  
  }
   
  .input-control-discount:-ms-input-placeholder {  
  color: #ffa6a6 !important;  
  }
/* input-control-discount */

/* input-control-search */
  .input-control-search {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 18px;
    line-height: 1.25;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    /*border-radius: 0.25rem;*/
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  }

  .input-control-search::-ms-expand {
    background-color: transparent;
    border: 0;
  }

  .input-control-search:hover {
    color: #e1ff2f;
    background-color: rgba(0, 0, 0, 0.8);
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;

    outline: none;
  }

  .input-control-search:focus {
    color: #e1ff2f;
    background-color: rgba(0, 0, 0, 0.8);
    
    border-bottom: 1px solid #5cb3fd;
    border-top: 1px solid #5cb3fd;
    border-left: 1px solid #5cb3fd;
    border-right: 1px solid #5cb3fd;
    outline: none;
  }

/* input-control-search */

/* Results Input Cart */
  .results {
      line-height: 2.86 !important; 
      padding: 0px 0px !important; 
      font-size: 17px !important; 
      border: 0px !important; 
      background-color: rgba(255, 191, 0, 0.05) !important; 
      font-weight: bold !important; 
      text-align: center !important;
  }

  .prices {
      line-height: 2.86 !important; 
      padding: 0px 0px !important; 
      font-size: 17px !important; 
      border: 0px !important; 
      background-color: rgba(202, 255, 250, 0.4) !important;
      font-weight: bold !important; 
      text-align: center !important;
  }

  .expire {
      line-height: 2.86 !important; 
      padding: 0px 0px !important; 
      font-size: 17px !important; 
      border: 0px !important; 
      background-color: rgba(255, 0, 0, 0.04) !important;
      font-weight: bold !important; 
      text-align: center !important;
  }

  .profits {
      line-height: 2.86 !important; 
      padding: 0px 0px !important; 
      font-size: 17px !important; 
      border: 0px !important; 
      background-color: rgba(0, 255, 54, 0.06) !important;
      font-weight: bold !important; 
      text-align: center !important;
  }
/* Results Input Cart */