/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.olivery-connect .submit:hover {
    background-color: transparent !important;
}

.olivery-connect table.options-table th {
    text-align: left;
}

.olivery-connect table.options-table th.tit {
    font-size: 16px;
}

.olivery-connect table.options-table {
    min-width: 480px;
}

.modalBtn {
    width: 49%;
}

.olivery-connect .olivery-modal.modal-content {
    width: 350px;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    margin: auto;
    padding: 23px;
}
.olivery-connect #modal-urls {
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
    left: 0;
    top: 0;
    background-color: #282828ee;
    padding-top: 100px;
}

/* Notice message container */
.alert {
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
}

/* Error message text */
.alert-danger,
.button.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Success message text */
.alert-success,
.button.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.order-status{
    max-width: inherit;
}
/* Shared wrapper grid layout */
.cpfw-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 10px;
    max-width: 600px;
}

/* Shared item box style */
.cpfw-option-box {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* Input inside each item */
.cpfw-option-box input {
    margin-right: 8px;
}

.description{
    margin-top: 10px;
}
