:root {
    --container-bkgd: rgb(8, 74, 118);
    --sd-bkgd: #052941;
    --sd-link: #1198f1;
}

/* #wpcontent, #wpfooter {
    background-color: var(--sd-bkgd);
}

.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
    border: 1px solid white;
    background-color: transparent;
    transition: 0.3s;
    color: white;
}

.wp-core-ui select {
    background-color: var(--sd-bkgd);
    border: 1px solid white;
    color: white;
    appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 2rem;
background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 0.5rem center;
background-size: 0.65rem auto;
}


.wp-core-ui select:hover, .wp-core-ui select:focus {

    background-color: var(--container-bkgd);
    transition: 0.3s;
    color: white !important;
}

#titlediv #title {
    background-color: var(--container-bkgd);
    border: 1px solid white;
    color: white;
}

#edit-slug-box strong {
    color: white;
}

p.cmb2-metabox-description, .cmb-th {
    color: white !important;
}

a {
    color: var(--sd-link);
}

.postbox {
    background-color: var(--sd-bkgd);
    border-radius: 5px;
}

.postbox-header {
    background-color: var(--container-bkgd);
    border-radius: 5px;
}

#poststuff .stuffbox>h3, #poststuff h2, #poststuff h3.hndle {
    color: white;
}

.postbox .handle-order-higher .order-higher-indicator::before, .postbox .handle-order-lower .order-lower-indicator::before, .handlediv, .item-edit, .postbox .handlediv.button-link, .toggle-indicator {
    color: white;
}

.wrap h1.wp-heading-inline {
    color: white; 
}*/

#sd_dynamic_layout_metabox {
    display: block !important;
}

.cmb-type-group .cmb-th, .cmb2-postbox .cmb-th {
    width: 30%;
}

p.cmb2-metabox-description {
    display: flex;
}

.CodeMirror-scroll {
    padding-left: 40px;
    padding-top: 10px;
}

#publish {
    z-index: 99;
    }


    .page-template-label-wrapper, #page_template, #contextual-help-link, #wp-admin-bar-comments, #wp-admin-bar-customize, #wp-admin-bar-new-content, #wp-admin-bar-wp-logo, #wp-admin-bar-plugins {
        display: none;
    }


#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap, #wpadminbar {
    background-color: #053656;
}

label .sub-label {
    font-size: 12px;
    color: grey;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}


.dashboard.info_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 25px;
    background-color: rgb(240, 237, 237);
    padding: 15px;
}

.dashboard .empty-box {
    width: 90%;
    padding: 15px;
    border: 1px dashed lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.dashboard .empty-box:hover {
    background-color: #72a7ca89;
    cursor: pointer;
}

#sd_custom_businessInfo_widget .custom-logo-link img {
    width: 280px;
    height: auto;
}

#dashboard-widgets .primary_button {
    color: white;
    text-decoration: none;
    background-color: #053656;
    border-radius: 10px;
    padding: 15px 25px 15px 25px;
    text-align: center;

}

#dashboard-widgets .primary_button:hover {
    color: white;
    background-color: #0a6cae;
    transition: 0.2s;
    cursor: pointer;


}

#dashboard-widgets .swatch-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
}

#dashboard-widgets .site_swatch {
    width: 100%;
    height: 30px;
}

#dashboard-widgets .site-button-sample {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.wp-core-ui .notice.is-dismissible {
    display: none !important;
}

#the-list label > select[name="page_template"], #the-list input[name="comment_status"] {
    display: none;
  }



  @media screen and (max-width: 800px) {
    #wp-admin-bar-new-content, #wp-admin-bar-comments, #wp-admin-bar-wp-logo {
        display: none !important;
      }
    
  }

 


/* .wp-admin {
    background-color: #121d2e !important;
}

.wp-admin h1 {
    color: white;
}

.wp-admin li a {
    color: white;
}

.wp-admin li a:hover {
    text-decoration: underline;
}

.wp-admin li a.current {
    color: #0063b4;
}
.wp-admin .subsubsub a .count, .subsubsub a.current .count {
    color: white;
}

.wp-admin table {
    background-color: transparent;
}

.wp-admin tr {
    background-color: #192941;
    color: white;
}

.wp-admin tr th {
    color: white !important;
} */