html,body {
    height: 100%;
    padding: 0 !important;
}

.bg-image {
    /* background-image: url(" {{ asset('/storage/project_files/webbg2.png') }}"); */
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;

}


.supplier-break-line {
    content: "";
    display: block;
    margin: -10px;
    font-size: 0;
}

.supplier-break-addedby {
    font-size: 75%;
    font-style: italic;
}

.card-body {
    flex: auto;
}

.specific-page{
    overflow-y: hidden;
}

.list-group-products {
    border-radius: unset;
    overflow: scroll;
    overflow-y: auto;
    height: calc(100% - 220px);
    position: absolute;
    width: calc(100% - 14px);
}

.list-group-item-products {
    border-left: 5px solid white !important;
    display: flex;
}

.list-group-item-products.active {
    color: #495057;
    background-color: #efefef;
    border-color: rgba(0, 0, 0, 0.125);
    border-left: 5px solid #55048a !important;
    display: flex;
    align-items: center;
}

.list-group-item-products {
    align-items: center;
}
.product-icon {
    text-align: center;
    padding-right: 1rem;
    font-size: 32px !important;
    color: #717171;
}

.product-body {
    flex: 1;
}

.product-body div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-body p {
    margin-bottom: 0;
    font-size: 11px;
    color: #3b4863;
}

.product-body h6 {
    font-weight: 500;
    color: #1c273c;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tablePrice {
    color: #a60285;
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}


.form-signin-register {
    max-width: 100%;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label,
.form-label-group > textarea {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* SCroll bar */
/* width */
::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: black;
  }



  /* Modal Register */

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
    width: 25%;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
    max-width: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-dialog-slideout .modal-content{
    border: 0;
}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px; display: block;
}
.modal-dialog-slideout .modal-header h5 {
    float:left;
}

/* Modal Register Spec */
.form-group p{
    font-size: smaller;
}
.spec{
    font-weight: bold;
}
.form-control {
    min-height: 41px;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #5cd3b4;
}
.form-control, .btn {
    border-radius: 3px;
}
.signup-form {
    width: 100%;
    margin: 0 auto;
}
.signup-form h4 {
    color: #333;
    margin: 0 0 30px 0;
    display: inline-block;
    padding: 0 0px 10px 0;
    border-bottom: 2px solid #5cd3b4;
}
.signup-form form {
    color: #999;
    border-radius: 3px;
    margin-bottom: 15px;
    /* background: #fff; */
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
    padding: 20px 30px 30px 30px;
}
.signup-form .form-group {
    margin-bottom: 20px;
}
.signup-form label {
    font-weight: normal;
}
.signup-form input[type="checkbox"] {
    margin-top: 2px;
}
.signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    border: none;
}
.signup-form .btn:hover, .signup-form .btn:focus {
    background: #1585DB;
    outline: none !important;
}
.signup-form a {
    color: #1585DB;
    text-decoration: underline;
}
.signup-form a:hover {
    text-decoration: none;
}
.signup-form form a {
    color: #1585DB;
    text-decoration: none;
}
.signup-form form a:hover {
    text-decoration: underline;
}
/* Table */

.table-wrapper {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/* .pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 95%;
    width: 30px;
    height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 30px !important;
    text-align: center;
    padding: 0;
}
.pagination li a:hover {
    color: #666;
}
.pagination li.active a {
    background: #03A9F4;
}
.pagination li.active a:hover {
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
} */
.hint-text {
    float: left;
    margin-top: 6px;
    font-size: 95%;
}

/* Product Info */
.mgn{
    width: 949px;
    margin-left: 20px;
}
.mgn2{
    margin-left: 5px;
}

/* New */
.dfr3 .btn{
padding: 5px 25px;
border-radius: 50px;
float: none;
margin: auto;
}

.dfr2 .btn{
padding: 5px 13px;
border-radius: 50px;
float: none;
margin: auto;
}
 .skjh {
    font-size: .8em;
}
 .skjh span {
    float: right;
}
.dfr {
margin-top: 20px;
padding: 10px 10px;
text-align: center;
}
.dfr .btn {
padding: 5px 40px;
border-radius: 50px;
float: none;
margin: auto;
}
.btn-success {
    background-color: #5cd3b4;
    border-color: #5cd3b4; }
    .btn-success:hover {
      background-color: #5cd3b4 !important;
      border-color: #5cd3b4 !important; }
    .btn-success:active {
      background-color: #5cd3b4 !important;
      border-color: #5cd3b4 !important; }
    .btn-success:focus {
      background-color: #5cd3b4 !important;
      border-color: #5cd3b4 !important;
      box-shadow: none !important; }

  .btn-info {
    background-color: #5cd3b4;
    border-color: #5cd3b4; }
    .btn-info:hover {
      background-color: #5cd3b4 !important;
      border-color: #5cd3b4 !important; }
    .btn-info:active {
      background-color: #5cd3b4 !important;
      border-color: #5cd3b4 !important; }
    .btn-info:focus {
      background-color: #5cd3b4 !important;
      border-color: #5cd3b4 !important;
      box-shadow: none !important; }

  .btn {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px; }
.close:hover{
    color: #5cd3b4;
}

/* Add Pricing */

.pricebtn{
    width: 100px;
}
.lapad{
    width: 90%;
}
.zxc{
    color: #333;
    display: inline-block;
    padding: 0 0px 10px 0;
    border-bottom: 2px solid #5cd3b4;
}
.priceSearchInput{
    font-size: 12px;
}


/* //////////////////////////////////////////////////////////////////////////////////// */
/* Profile Modal */

#profileModal img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid #e8e8e8;
  }

  #profileModal h3 {
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: #c22d59;
  }

  #profileModal .modal-body {
    border: 0;
    margin: 120px 0 0 0;
  }

  #profileModal .profile-details {
    text-align: center;
    color: black;;
    margin: 2px 0;
  }

  #profileModal .profile-details-link {

    text-align: center;
    margin: 2px 0;
  }
  .profile-details-link > a{
      color: black;
  }
  #change-password-button:hover{
    color: #5cd3b4;
    cursor: pointer;
  }

  #profile-modal-header a:hover:after {
    opacity:1!important;
  }
  #profile-modal-header a {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
    width: 150px;
    height: 150px;
  }

  #profile-modal-header a:after {
    border-radius: 130px;
    content: 'Update Picture';
    color: #fff;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #profile-landline:hover {
    color: #5cd3b4;
    cursor: pointer;
  }
  .landline-input{
      max-width: 100%;
      padding: 15px;
      margin: auto;
  }
  .landline-form{
      max-width: 90%;
      margin: auto;
  }

/* Product Image */
.productImageContainer {
    position: relative;
}

.productImageLink img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.productImageLink .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font-size: 16px;
}
.card-desc{
    width: 100% !important;
}
.userType{
    font-size: medium !important;
}

/* Media Query */


@media screen and (max-width: 1024px){
    .modal.fade .modal-dialog.modal-dialog-slideout {
        -webkit-transform: translate(100%,0)scale(1) !important;
        transform: translate(100%,0)scale(1) !important;
    }
    .modal.fade.show .modal-dialog.modal-dialog-slideout {
        width: 45% !important;
        -webkit-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
        display: flex;align-items: stretch !important;
        -webkit-box-align: stretch !important;
        height: 100% !important;
        max-width: 100% !important;
    }
    .bg-image {
        flex:  0 0 55% !important;
        max-width: 55% !important;
    }
    .bg-log{
        flex:  0 0 45% !important;
        max-width: 45% !important;
    }



}
@media screen and (max-width: 375px){
    .modal.fade .modal-dialog.modal-dialog-slideout {
        -webkit-transform: translate(100%,0)scale(1) !important;
        transform: translate(100%,0)scale(1) !important;
    }
    .modal.fade.show .modal-dialog.modal-dialog-slideout {
        width: 100vw !important;
        -webkit-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
        display: flex;align-items: stretch !important;
        -webkit-box-align: stretch !important;
        height: 100vh !important;
        max-width: 100vh !important;
    }
    .bg-image {
        display: none !important;
    }
    .bg-log{
        flex:  0 0 100% !important;
        max-width: 100% !important;
    }

}
