.draccu-container-modal-pro{
   max-width: 1000px;
   margin: auto;
   padding-top: 20px;
}

.draccu-container-modal-pro img{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
}

.draccu-container-modal-pro .draccu-content-modal-pro{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 15px 30px;
}

.draccu-container-modal-pro .draccu-content-modal-pro h1{
    font-size: 1.5em;
    font-weight: 700;
}

.draccu-container-modal-pro .draccu-content-modal-pro p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
}

.draccu-container-modal-pro .draccu-content-modal-pro select{
    border: solid 1px #dadada;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 700;
    margin-left: -218px;
    margin-top: -15px;    
}

.draccu-container-modal-pro .draccu-content-modal-pro .button-primary{
    margin-top: -15px;
    margin-bottom: -5px;
    background-color: #00CBBB;  
    border: none;
    font-size: 1.01em;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 10px; 
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro .others-plugins div{
    max-width: 250px;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding-bottom: 10px;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro .others-plugins img{
    max-width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro .others-plugins h5{
    font-size: 1.1em;
    font-weight: 700;
    color: #1D2327;
    margin-top: -7px;
    padding: 0 10px 0 10px;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro .others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -20px;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

.draccu-container-modal-pro .draccu-others-plugins-modal-pro .others-plugins a{
    color: #00CBBB;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px 0 10px;
}

.woocommerce-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #00000071;
    backdrop-filter: blur(7px);
    justify-content: center; 
    align-items: center; 
}

.woocommerce-modal-content {
    width: 90%;
    max-width: 478px;
    height: 490px ;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -1px 10px 17px -11px rgba(0, 0, 0, 0.212);
    overflow: auto;
    position: relative;
}

.woocommerce-close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 1001; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

iframe {
    width: 100%;
    height: 600px;
}

