/* ---------------------- pop up CSS Start ----------------------------- */
    #ModalProductQuery .modal-dialog {
          width: 800px;
          -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
          box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
          padding: 0px;
          background: #fff;
          border: 1px solid rgba(0,0,0,.2);
          border-radius: 20px;
      }
      #ModalProductQuery.in .modal-content {
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0px solid #ffffff;
          background: linear-gradient(#95bcff, #6da4aa);
          border-radius: 50px;
          background-repeat: no-repeat;
          background-size: cover;
      }
      #ModalProductQuery .modal-content {
        background-color: #ffffff;
        border: none;
        border-radius: 20px;
      }
      #ModalProductQuery .modal-header{
        background: none;
        padding: 0px;
        border: none;
      }
#ModalProductQuery .modal-body img {
    border: 6px solid #f3f3f3;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
    background: #fafafa;
    margin-top: 30px;
}
    #ModalProductQuery .dvratelist .modal-header button.close {
        top: 7px;
        position: absolute;
        border: 6px solid #f3f3f3;
        background: #f00;
        color: #fff;
        padding: 0px 0px;
        right: 7px;
        height: 45px;
        width: 45px;
        line-height: 30px;
        font-size: 20px;
        border-radius: 100%;
    }
        #ModalProductQuery .dvratelist .modal-header button.close:hover::before {
            border-radius: 100%;
        }
        .dvratelist .modal-header .close .fa {
            transform: rotate(45deg);
            transition: transform .3s ease-in-out;
        }
.modal-body .luft {
    padding-top: 25px;
}
    .modal-body .luft .modal-title {
        font-size: var(--font-sm);
        text-align: left;
        font-weight: var(--font-normal);
    }
        .modal-body .luft .modal-title #spnProductCode {
            color: var(--text-color);
        }
.modal-header .close {
    color: #ffffff;
    background: #ff0100;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    padding: 3px 0px 7px 0px;
    line-height: 29px;
    width: 45px;
    height: 45px;
    opacity: 1;
    margin: 0;
    transition: transform .3s ease-in-out;
    z-index: 999999;
    border-radius: 50%;
    border: 5px solid #fff;
}
      .modal-header .close .fa {
          transform: rotate(45deg);
          transition: transform .3s ease-in-out;
      }
      .modal-header .close:hover .fa {
         transform: rotate(-225deg);
      }

 #ModalProductQuery .modal-title {
        margin-bottom: 0px;
      }
    
      #ModalProductQuery .modal-body {
          padding: 0px 13px;
      }
      #ModalProductQuery .modal-body .ruft {
        background: #f3f3f3;
        padding: 20px;
        border-radius: 0px 20px 20px 0px;
    }
      #ModalProductQuery .modal-body .ruft .formwhtbg {
        padding: 18px;
        background: #fff;
        border-radius: 22px;
    }
      #ModalProductQuery #spnProductName {
        letter-spacing: 0;
        font-size: 16px;
        font-weight: 500;
      }
      #ModalProductQuery .form-group label {
          color: #333;
          margin-bottom: 0;
          font-weight: normal;
          font-size: 13px;
      }
      #ModalProductQuery .form-grou label {
          color: #333;
      }
      #ModalProductQuery .form-grou.row {
          margin-bottom: 15px;
      }
      #ModalProductQuery .form-control[disabled], #ModalProductQuery .form-control[readonly], #ModalProductQuery fieldset[disabled] .form-control {
          background-color: #fff;
          opacity: 1;
      }
      
      #ModalProductQuery .form-control {
          font-size: 14px;
          border-radius: 5px;
          border: 1px solid #e5e5e5;
      }
     
/* ---------------------- pop up CSS End ----------------------------- */
	
/* -------------------------- Pop up Responsive Mobile Start ------------------------------ */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    #ModalProductQuery .modal-dialog {
        width: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #ModalProductQuery .modal-dialog {
        width: auto;
    }
}	
/* -------------------------- Pop up Responsive Mobile End ------------------------------ */