@import "https://use.fontawesome.com/releases/v5.11.0/css/all.css";

html {
    box-sizing: border-box;


}

*[uppy]::before {


    color: green;
    text-align: center;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 900 !important;
}

*[uppy] {
    content: '\f071';
    cursor: pointer;
        border-radius: 6px;
    padding: 1px;
    border: 2px dashed #ff6347;
    background: url("/uppysite/images/uppy_edit_v5.png") no-repeat center;
    background-size: contain;

}

.adminController {
        position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    background: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    box-sizing: content-box !important;
    border-radius: 10px 0 0 10px;
}
.adminController::after {
    position: absolute;
    top: 15px;
    left: 38px;
    width: 114px;
    height: 35px;
    background: url("/uppy-logo.png") no-repeat;
    background-size: 114px;
    content: "";
}

.adminController > i {
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 10px;
    background: #ff6347;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 27px;
    float: left;
    margin: 10px 50px 10px 0;
}
.navbar-fixed-top {
    top: 65px;
}

*[contenteditable='true'] {
    border-radius: 5%/200%;
    border-width: 2px;
    padding: 3px;
    border-style: solid;
    border-color: green;
}

#uppyContent {
    color: #000;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-sizing: content-box !important;
    font-size: 20px;


}

.uppyContent-inner {
    overflow-y: auto;
    max-height: 70vh;
    padding-right: 10px;
}
.dropzone {
    border: 1px solid #ddd !important;
    border-radius: 6px;
    background: #f3f3f3 !important;
    margin-bottom: 20px;
}
.dropzone .dz-preview.dz-image-preview {
    border-radius: 6px;
    padding: 15px;
}

#uppyContent header {
    margin-top: -10px;
    margin-bottom: 10px;
}

#uppyContent button {
    outline: none;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    background: #6f93f6;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#uppyContent button:hover{
    background: #275df1;
}

#uppyContent input, #uppyContent textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    background: #f3f3f3;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}
#uppyContent textarea {

    min-height: 230px !important;
}

select.control {
    width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: ;
    background: url(../img/dropdown-button_new.png) no-repeat;
    background-position: right -1px;
    background-color: #f3f3f3;
}
select.control option {
    padding: 10px;
    cursor: pointer;
}
select.control:focus {
    border: 1px solid #ddd;
    outline: none;
}

.uppyClose {

    text-align: center;
    cursor: pointer;
    width: 30px;
    margin-left: auto;
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;

}

.uppyModalDialog {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    opacity: 0;

}

.uppyModalDialog:target, .uppyModalDialog.visible {
        opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.uppyModalDialog > section {
    width: 80%;
    position: relative;
    margin: 6% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}


.uppyCarousel {
    position: relative;

    width: 100%;
}

.uppyslides {
    height: 100%;
    width: 100%;
    position: relative;
}

.uppyslide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 3em;
    color: white;
    line-height: 400px;
    text-align: center;
    opacity: 0;
    transition: opacity 1000ms;
}


.uppyslide[data-state=active] {
    display: block;
}

.uppyindicators {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.uppyindicator {
    cursor: pointer;
}
.wrapper {
    margin-top: 65px;
}
