.pdt-popup-type{
    color: #1457A4;
    /* font-style: oblique; */
    font-size: 18px;
    /* text-decoration: underline; */
    margin: 5px 0 15px;
}

.pdt-sub-text{
    font-size: 12px;
}

#pdt-modal-form{
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--rgba5);
    padding-top: 0;
    overflow: hidden;
}
#pdt-modal-form .modal-content {
    position: relative;
    background-color: var(--white_color);
    margin: auto;
    padding: 0;
    width: 35%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border: 6px solid var(--heading_color);
    border-radius: 3px;
    max-height: 80%;
    overflow: auto;
    margin-top: 3%;
    min-height: 400px;
}
#pdt-modal-form .modal-header {
    padding: 0px 16px;
}

#pdt-modal-form .modal-body {
    padding: 15px 15px 0;
    font-weight: 400;
}
#pdt-modal-form .modal-issue input {
    font-size: 12px;
    margin: 0 4px 0 0;
    vertical-align: middle;
}
#pdt-modal-form  .product_section > label{
    font-size: 11px;
}

#pdt-modal-form .modal-body .confirm_section {
    margin: 10px 0;
    width: 100%;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

#pdt-modal-form .checkNum{
    font-size: 12px;
}
#pdt-modal-form .confirm_chk_section {
    margin-bottom: 10px;
}
#pdt-modal-form .confirm_chk_section input {
    margin: 0;
    margin-right: 5px;
}
#pdt-modal-form .chosen-container,
#pdt-modal-form .chosen-container-multi .chosen-choices li.search-field input[type=text]{
    max-width: 100%;
    min-width: 100%;
}
#pdt-modal-form .change_section.showPlus .chosen-container-multi .chosen-choices li.search-field input[type=text]{
    padding-left: 18px;
}
#pdt-modal-form .chosen-container-multi .chosen-choices:not(.chosen-container-active) li.search-field{
    position: relative;
}

#pdt-modal-form .change_section.showPlus .chosen-container-multi .chosen-choices:not(.chosen-container-active) li.search-field:before {
    content: '+';
    font-size: 24px;
    /* line-height: 22px; */
    padding: 4px 5px;
    /* height: 100%; */
    box-sizing: border-box;
    display: block;
    position: absolute;
    /* pointer-events: none; */
    left: -5px;
    background: #fff;
    cursor: pointer;
    top: 1px;
}
#pdt-modal-form .list-section{
    padding: 0;
    display: flex;
    /* margin-right: 10px; */
    flex-wrap: wrap;
}
#pdt-modal-form .form-block {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #c58d82;
    border-radius: 8px;
    margin-right: 10px;
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
    background: #fff;
}
#pdt-modal-form .confirm_section select, #pdt-modal-form .confirm_section textarea, #pdt-modal-form .confirm_section input{
    font-size: 11px;
}
.pdt-model-form-footer{
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    align-items: center;
}
.pdt-model-form-footer .modal-footer{
    padding-right: 0;
}
#pdt-modal-form .list-section label{
    font-weight: 600;
    font-size: 11px;
}
#pdt-modal-form .list-section label{
    font-weight: 600;
    font-size: 11px;
}
#pdt-modal-form .reorder_change_btn .sgToolTip:after{
    padding: 0px 0 0 0px !important;
    font-size: 15px;
    top: 3px;
}