#publish {
    width: 370px;
    background-color: rgba(255, 255, 255, .8);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    /* border-top: 1px solid black; */
    /* border-left: 1px solid black; */
    /* border-right: 1px solid black; */
    /* -webkit-box-shadow: 0 -5px 8px #888888; */
    /* box-shadow: 0 -5px 8px #888888; */
}

#publish #closeBtn {
    cursor: pointer;
    color: #222 !important;
}

#settingsBtn {
    cursor: pointer;
}

#settingsDlg .modal-title {
    text-transform: uppercase;
}

#settingsDlg table {
    margin-bottom: 0;
}

#settingsDlg td {
    vertical-align: middle;
    padding: 10px 2px 10px 2px;
}

.color-picker>button {
    width: 40px;
    display: inline-block;
    height: 40px;
    margin: 5px;
    border-radius: 100%;
    border: 1px solid gray;
    opacity: 0.7;
}

.color-picker {
    position: absolute;
    left: 0;
    top: 38px;
    border-radius: 10px;
    background-color: lightgray;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 3.5px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3.5px rgba(0, 0, 0, .15);
}

.color div.btn {
    width: 25px;
    height: 25px;
    border: 1px solid gray;
    border-radius: 100%;
}

body {
    background-size: cover;
    background-position: center 50%
}

#BgSolidColorCtrl,
#BgGradColorGroup {
    height: 57px;
}

.GradColor td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#BgSettings input {
    padding-left: 5px;
    padding-right: 5px;
}

.btn {
    border-radius: 12px;
}

#customtheme ul {
    margin-left: 0;
}

.colorctrl td {
    /* height: 77px; */
    padding: 0 2px 0 2px !important;
}

ul.navsettings {
    margin-left: 0;
}

ul.navsettings a {
    padding-left: 8px;
    padding-right: 8px;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.filepond--credits {
    display: none;
}

.color-editor .form-inline .form-control {
    width: 100%;
}

#BgOverlayControl {
    margin: auto;
    display: flex;
    display: flex;
    justify-content: space-around;    
}

#editorjs {
    margin: auto;
}

#editorsizer {
    max-width: 370px;
}