.modal .modal-content {
    /*  background-image: linear-gradient(60deg, #3e206a08 20%, #a8acea 100%) !important;*/
}
.modal .modal-header {
    /*    background-image: linear-gradient(60deg, #3e206a08 20%, #5d71c1a8 100%) !important;*/
}
.modal .modal-header .modal-title {
    font-size: 20px;
    text-align: center;
}

.modal .modal-body .with-nav-tabs {
    border: 1px solid transparent;
    border-color: #337ab7;
}
.modal .with-nav-tabs .tabs-heading{
    padding: 5px 5px 1px 5px;  
    color: #fff;
    background-color: #337ab7;
}
.modal .with-nav-tabs .tabs-body{
    background: #fff5f0;
    color: #444;
    padding: 1px;
}

.modal .with-nav-tabs .nav-link{
    color: #fff;   
}
.modal .with-nav-tabs .nav-link.active{
    color: #000;   
}

#modal_Product .modal-content{
    border-radius: 10px 150px 10px 10px;
}
.modal .modal-body .hide {
    display:none !Important;
}

