#ccwp input.ai-prompt, #ccwp textarea.ai-result {
    width: 30rem;
}


#ccwp .ai-execute-button {
    cursor: pointer;
}

#ccwp .cmb2-oembed .wp-video {
    width: 640px !important;
}

#ccwp .cmb-multicheck-toggle{
    cursor: pointer;
}

#ccwp .cmb2-checkbox-list{
    list-style: none;
}


#ccwp .loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 10px;
    height: 10px;
    -webkit-animation: ccwp_spin 1s linear infinite; /* Safari */
    animation: ccwp_spin 1s linear infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes ccwp_spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes ccwp_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cmb2_select{
    width: 100%;
}


