.svg-color-changer-container {
    margin-top: 20px;
}

.svg-upload-buttons {
    margin-bottom: 20px;
}

.drag-drop-area { 
    text-align: center;
    box-sizing: border-box;
    padding: 24px 32px;
    width: 224px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #DCDCDE;
    border-radius: 5px;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 150px;
}

.drag-drop-area.drag-over {
    border-color: #0073aa;
    background: #f0f0f0;
}

.svg-edit-section {
    /* background: #fff; */
    /* padding: 20px;
    margin-bottom: 20px; */
    border: 1px solid #ddd;
}

.svg-preview { 
    padding: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
    justify-items: center;
    
}

#svg-preview-container svg {
    max-width: 280px !important;
    max-height: 240px !important;
    width: 280px !important;
    height: 280px !important;
}

.color-picker {
    width: 100px;
}

.color-picker-row {
    margin-bottom: 10px;
}

#library-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.library-modal-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 400px;
    max-width: 90%;
}

.library-modal-buttons {
    margin-top: 20px;
    text-align: right;
}

#library-svg-select {
    width: 100%;
    margin-bottom: 10px;
}

.button-outline {
    background: none;
    border: 1px solid #0073aa;
    color: #0073aa;
    margin-right: 32px;
}

.button-outline:hover {
    background: rgba(0, 115, 170, 0.1);
}

.svg-editor-controls {
    margin-bottom: 20px;
}

.notice, div.error, div.updated
{
    display: none !important;
}

.headertxt
{
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 32px;
color: #1E1E1E;
}
.leftmargin
{
    margin-left: 32px;
}
.rightmargin
{
    margin-right: 32px !important;
}
.rightmargin2
{
    margin-right: 20px !important;
}


/*  */


#wpfooter 
{
display: none !important;
}
