<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ajup-dosyagor-open{
    overflow: hidden;
}
.ajuploadalani{
    padding: 10px;
    border: #1666ca 2px solid;
    border-radius: 3px;
}
.ajup-dosyalar{
    display: contents;
    float: left;
}
.ajup-birdosya{
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin: 10px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
    position: relative;
}
.ajup-thmisim{
    display: block;
    position: absolute;
    border-radius: 3px;
    padding: 3px;
    background-color: rgba(0,0,0,0.37);
    left: 0;
    bottom: 0;
    z-index:100;
    margin: 0 0 5px 5px;
    max-width: calc(100% - 10px);
    color: #ffffff;
    font-size: 12px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    height: 22px;
    cursor: pointer;
}
.ajup-thmnitelik{
    bottom: 27px;
}
.ajup-islemler{
    display: block;
    padding: 10px;
    position: absolute;
    top: 0;
    rifht: 0;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.81);
    opacity: 0;
    transition: .5s ease;
    font-size: 18px;
    text-align: center;
}
.ajup-islemler:hover{
    opacity: 1;
}
.ajup-islemler i{
    cursor: pointer;
    margin-right: 10px;
}
.ajup-islemler i:last-child{
    margin-right: 0;
}
.ajup-islemler i:hover{
    color: #155fbd;
}
.ajup-birdosya img{
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
}
.ajup-ekle{
    display: block;
    float: left;
    margin: 10px;
    width: 120px;
    height: 120px;
    background: #e6ebf4;
    border: 2px dashed #92a7bf;
    border-radius: 5px;
    text-align: center;
    line-height: 120px;
    font-size: 35px;
    color: #92a7bf;
    font-weight: bold;
    opacity: 0.6;
    cursor: pointer;
}
.ajup-ekle:hover{
    opacity: 1;
}
.ajup-ekle.ajup-uploading{
    opacity: 1;
}
.ajup-progress{
    width: 100%;
    padding: 20px;
    position: relative;

}

.ajup-dosyatip-pdf{
    content: url("img/pdf.png");
}
.ajup-dosyatip-doc, .ajup-dosyatip-docx{
    content: url("img/doc.png");
}
.ajup-dosyatip-xls, .ajup-dosyatip-xlsx{
    content: url("img/xls.png");
}
.ajup-dosyatip-gz{
    content: url("img/gz.png");
}
.ajup-dosyatip-rar{
    content: url("img/rar.png");
}
.ajup-dosyatip-tar{
    content: url("img/tar.png");
}
.ajup-dosyatip-tgz{
    content: url("img/tgz.png");
}
.ajup-dosyatip-zip{
    content: url("img/zip.png");
}
.ajup-dosyatip-xxx{
    content: url("img/xxx.png");
}
.ajup-dosyatip-txt{
    content: url("img/txt.png");
}

.ajup-fspagedis{
    display:flex;
    position: fixed;
    top:0;
    left: 0;
    z-index:1049;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.73);
    padding: 0;
    margin: 0;
    overflow: auto;
}
.ajup-fspagep1{
    display: flex;
    background-color: #4b4b4b;
    padding: 0!important;
}
.ajup-fspagep2{
    display: flex;
    background-color: rgb(255, 255, 255);;
}
.ajup-flexrow{
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width:767px) {
    .ajup-fspagep1{
        display: block;
        height: 60%;
    }
    .ajup-fspagep2{
        display: block;
        min-height: 40%;
        padding-bottom: 1px;
    }
    .ajup-flexrow{
        display: block;
        height: 100%;
    }
}
.ajup-navbtncer{
    display: block;
    width: 100%;
    text-align: center;
}
.ajup-imgview-cer{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ajup-imgview{
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
}
.ajup-iframeview{
    margin: 0;
    padding: 0;
    border: 0;
}
.ajup-top-control{
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: right;
    color: rgba(81,81,81,0.73);
    font-size: 12px;
}
.ajup-top-control i{
    cursor: pointer;
}
.ajup-top-control i:hover{
    color: #a30004;
}
.ajup-bilgiler&gt;div{
    display: block;
    margin-bottom: 15px;
}
.ajup-bilgiler&gt;div&gt;label{
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.ajup-bilgiler&gt;div&gt;label i{
    color: #000000;
    cursor: pointer;
}
.ajup-bilgiler&gt;div&gt;label i:hover{
    color: #0d6aad;
}
.ajup-bilgiler&gt;div&gt;label:first-child{
    color: rgb(185, 185, 205);
    font-weight: normal;
}
.ajup-bilgiler&gt;div&gt;label:last-child{
    color: rgb(91, 91, 123);;
    font-weight: bold;
}




</pre></body></html>