/* ==========================================================
   WWBOTA Operations Centre
   Branding Stylesheet
   ----------------------------------------------------------
   Version : 1.0
   Author  : Jason Dale / WWBOTA
   Purpose : Custom branding for SupportCandy
   ========================================================== */


/* ==========================================================
   SUPPORTCANDY HEADER
   ========================================================== */

.wpsc-header{
    background:#465587 !important;
    color:#91FBFF !important;
    border-bottom:2px solid #91FBFF;
    display:flex;
    align-items:center;
}


/* ==========================================================
   WWBOTA HEADER TITLE
   ========================================================== */

.wwbota-header-title{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-right:40px;
    line-height:1.1;
    white-space:nowrap;
}

.wwbota-title{
    font-size:30px;
    font-weight:700;
    color:#91FBFF;
    letter-spacing:.5px;
    margin:0;
}

.wwbota-subtitle{
    font-size:14px;
    color:#91FBFF;
    opacity:.85;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top:4px;
}


/* ==========================================================
   PAGE HEADER
   ========================================================== */

.wwbota-page-header{
    max-width:900px;
    margin:20px auto 30px;
    padding:35px 40px 45px;

    text-align:center;
    color:#ffffff;

    background:linear-gradient(135deg,#465587 0%,#55679b 100%);
    border:1px solid #91FBFF;
    border-radius:8px;

    box-shadow:0 4px 12px rgba(0,0,0,.25);
}
/* ===================================================
   WWBOTA Ticket Header
=================================================== */

.wwbota-page-header{
    background:linear-gradient(135deg,#465587,#5b74a6);
    border:2px solid #91FBFF;
    border-radius:8px;
    padding:30px;
    margin:20px 0 30px;
    text-align:center;
}

.wwbota-page-title{
    margin:0 !important;
    padding:0 !important;
    font-size:38px !important;
    font-weight:700 !important;
    color:#91FBFF !important;
    margin:0 0 18px 0;
    line-height:1.2 !important;
}

.wwbota-page-subtitle{
    margin:10px 0 18px;
    font-size:24px;
    color:#ffffff;
}

.wwbota-page-divider{
    width:120px;
    height:3px;
    background:#91FBFF;
    margin:18px auto;
}

.wwbota-page-info{
    margin-top:18px;
    font-size:18px;
    color:#d7ffff;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

/* ==========================================================
   ADMIN BANNER
   ========================================================== */

.wwbota-admin-banner{
    padding-bottom:12px;
    margin-bottom:20px;

    border-bottom:2px solid #91FBFF;
}

.wwbota-admin-title{
    font-size:22px;
    font-weight:700;
    color:#465587;
}

.wwbota-admin-user{
    font-size:15px;
    color:#666666;
}


/* ==========================================================
   ROUTING PAGE
   ========================================================== */

.wwbota-routing-header{
    padding:25px;

    background:#1e3a8a;
    border-radius:10px;

    color:#ffffff;
}

.wwbota-routing-title{
    font-size:30px;
    font-weight:700;
    color:#91FBFF;
}

.wwbota-routing-subtitle{
    margin-top:8px;

    font-size:20px;
    color:#ffffff;
}

.wwbota-routing-description{
    margin-top:12px;

    color:#d9f7ff;
}


/* ==========================================================
   FUTURE CUSTOMISATIONS
   ========================================================== */

/*

Dashboard Cards
Tables
Buttons
Forms
Modals
Notifications

*//* ============================================================
   WWBOTA CUSTOM CODE - START
   Override SupportCandy Required Indicators
============================================================ */

.wpsc-shortcode-container .wpsc-tff-label .required-indicator{
    color:#91FBFF !important;
}

.wpsc-shortcode-container .wpsc-tff-label .name{
    color:#91FBFF !important;
}

/* ============================================================
   WWBOTA CUSTOM CODE - END
============================================================ */
/* ============================================================
   WWBOTA TEST
============================================================ */

.required-indicator{
    color: lime !important;
    font-size: 24px !important;
}
/* ============================================================
   WWBOTA CUSTOM CODE - START
   Form Text Overrides
============================================================ */

/* Help text under each field */
.wpsc-shortcode-container .extra-info{
    color:#91FBFF !important;
}

/* Checkbox labels */
.wpsc-shortcode-container label{
    color:#91FBFF !important;
}

/* Required indicator */
.wpsc-shortcode-container .required-indicator{
    color:#91FBFF !important;
}

/* ============================================================
   WWBOTA CUSTOM CODE - END
============================================================ */
/* ============================================================
   WWBOTA CUSTOM CODE - START
   Editor Toolbar
============================================================ */

.note-toolbar button,
.note-toolbar i,
.note-toolbar svg,
.note-toolbar span{
    color:#91FBFF !important;
    fill:#91FBFF !important;
}

.note-toolbar button:hover{
    background:#465587 !important;
}

/* ============================================================
   WWBOTA CUSTOM CODE - END
============================================================ */