/* Recent orders table order action css ends here*/
/***23-jan-2023***/
td.license-purchse-info button, td.license-purchse-info button:focus {
    background: transparent;
    padding: 10px 11px !important;
    color: #257cdd;
    border: 2px #257cdd solid !important;
	font-weight:600;

}
.download-license-pdf {
    padding: 22px 32px;
    text-align: center;
}

.download-license-pdf a {
    background: transparent;
    padding: 10px 11px;
    color: #257cdd!important;
    border: 2px #257cdd solid;
    font-weight: 600;
   text-decoration: none;
}

.download-license-pdf a:hover, .download-license-pdf a:visited {

    text-decoration: none;
	 color: #0c5bb4;
}
.modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active{
    background: transparent;
	border:0;
	padding:0;
}
.download_licence table{border:0;}
.download_licence td, .download_licence .modal-header{
    border: 0;
	padding:0;
}
.download_licence .modal-header .close {
    margin-top: 5px;
    right: 9px;
    position: relative;
}
.vc_responsive.modal-open { 
    position: fixed;
    width: 100%;
    overflow: hidden;
    padding-right: 0 !important;
}
.vc_responsive.modal-open::-webkit-scrollbar {
    display: none;
}
/***23-jan-2023***/
@media (max-width:1599px){
    .sweet-alert {
        width: 382px;
        padding-bottom: 25px;
        padding-top: 10px;
        margin-left: -200px;
        z-index: 100052; box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    }
     .sweet-alert .sa-icon {
        transform: scale(0.6);
        margin: 0 auto;
    }
     .sweet-alert h2 {
        margin-top: 0px;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .sweet-alert .sa-icon.sa-error{
        animation:none;
    }
    .sweet-alert  .sa-button-container button{
        font-size:14px;
    }
}


.woocommerce .blockUI.blockOverlay{
    position: fixed !important;
}