/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL
SUB TITLE
NOTICES
TABS

*/

/* ================= GENERAL ================== */

.cmb2-options-page {
    max-width: 900px !important;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    background: #1565C0;
    background: linear-gradient(120deg, #0D47A1, #1565C0);
    border-radius: 10px;
    margin: 40px 20px;
}

.cmb2-wrap div[id^=cmb2-metabox-dvteam_] .regular-text {
    width: 100%;
}

.cmb2-wrap div[id^=cmb2-metabox-dvteam_] input[type="number"] {
    max-width: 100px;
}

.cmb2-wrap div[id^=cmb2-metabox-dvteam_] input.cmb2-upload-file {
    width: 70%
}

.cmb-th label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

#dvteam_options p.submit,
#dvteam_options_1 p.submit,
#dvteam_options_2 p.submit,
#dvteam_options_3 p.submit {
    background: #fff;
    margin: 0;
    padding: 30px 15px;
    border: 1px solid #ddd;
    border-top: none;
    display: flex;
    justify-content: flex-end;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div[id^=cmb2-metabox-dvteam_options].cmb2-metabox>.cmb-row {
    padding: 20px 15px;
    margin-top: 0;
    box-shadow: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
}

div[id^=cmb2-metabox-dvteam_options].cmb2-metabox>.cmb-row:first-child {
    border-top: none
}

div[id^=cmb2-metabox-dvteam_options].cmb2-metabox {
    border: 1px solid #ddd;
    border-top: none
}

.iris-picker .iris-strip.iris-alpha-slider {
    margin-left: 8px !important;
}

body.rtl .color-alpha {
    left: auto;
    right: 0;
}

/* ================= SUB TITLE ================== */

.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title {
    padding-top: 0;
}

.cmb2-options-page .cmb2-wrap .cmb-type-title {
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 700;
}

.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title:after {
    font-family: 'Dashicons';
    content: "\f347";
    margin-left: auto;
    font-size: 14px;
    line-height: 1;
}

.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title.opened:after {
    content: "\f343";
}

.cmb2-options-page .cmb2-wrap .cmb-type-title:hover{
    background:#f5f5f5;
}

/* ================= NOTICES ================== */

.wrap.cmb2-options-page .notice {
    margin: 0 20px 20px 20px;
    border-radius: 4px;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.wrap.cmb2-options-page .notice-error {
    border-left: 4px solid #E74C3C;
}

.wrap.cmb2-options-page .notice-updated {
    border-left: 4px solid #3498DB;
}

.wrap.cmb2-options-page .notice-success {
    border-left: 4px solid #2ECC71;
}

.wrap.cmb2-options-page .notice-warning {
    border-left: 4px solid #FF9800;
}

.option-dvteam_options>h2:not([class]),
.option-dvteam_options_1>h2:not([class]),
.option-dvteam_options_2>h2:not([class]),
.option-dvteam_options_3>h2:not([class]) {
    margin: 0 !important;
    padding: 40px 30px;
    font-size: 26px;
    font-weight: bold;
    z-index: -1;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* ================= TABS ================== */

.nav-tab-wrapper {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding: 0 15px !important;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto
}

.nav-tab {
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    background: #0D47A1;
    border-bottom: 1px solid transparent !important;
    color: #fff;
    margin: 0 7px 0 0 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-tab:hover {
    border-bottom: 1px solid transparent;
    background: #fff;
    color: #1565C0;
}

.nav-tab-active,
.nav-tab-active:focus,
.nav-tab-active:focus:active,
.nav-tab-active:hover {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .cmb2-options-page {
        margin: 20px 10px;
    }
}