/*@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    font-family: 'Roboto', sans-serif;
}

body {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /*background: #e9cfe9;*/
    /*background: linear-gradient(166deg, #e9cfe9 0, #fbf7ec 60%)*/
}

::selection {
    color: #fff;
    background: #34a853;
}

.wrapper {
    width: 380px;
    /*background: rgb(255, 255, 255, .5);*/
    /*backdrop-filter: blur(16px) saturate(180%);*/
    border: 4px solid #fff;
    /*border-radius: 15px;*/
    padding: 30px;
    margin-right: auto;
/*    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);*/
    margin: auto;
    position: relative;
    top: 30%;
/*    transform: translateY(-50%);
    transition: .5s*/
}

.wrapper form {
    height: 75px;
    display: flex;
    cursor: pointer;
    /*margin: 10px 0;*/
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /*border-radius: 5px;*/
    border: 1px dashed #000
}

form :where(i, p) {
    color: #000;
    transition: 350ms
}

form i {
    font-size: 50px;
    transition: 350ms
}

form p {
    /*margin-top: 15px;*/
    font-size: 16px;
    transition: 350ms
}

section .row {
    /*margin-bottom: 10px;*/
    /*border: 1px solid #000;*/
    background: #fff;
    list-style: none;
    /*padding: 10px 20px;*/
    height: 75px;
    /*border-radius: 5px;*/
    display: flex;
    align-items: center;
    justify-content: space-between
}

section .row i {
    color: #000;
    font-size: 30px
}

section .details span {
    font-size: 13px
}

.progress-area .row .content {
    width: 100%;
    margin-left: 15px
}

.progress-area .details {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-weight: normal;
    justify-content: left
}

.progress-area .content .progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;

    /*border-radius: 30px*/
}

.content .progress-bar .progress {
    height: 100%;
    width: 0%;
    background: #34a853;
    border-radius: inherit
}

.uploaded-area {

    /*max-height: 90px;*/
    overflow-y: scroll
}

.uploaded-area.onprogress {
    /*max-height: 150px*/
}

.uploaded-area::-webkit-scrollbar {
    display: none
}

.uploaded-area .row .content {
    display: flex;
    align-items: center
}

.uploaded-area .row .details {
    display: inline-block;
    /*margin-left: 15px;*/
    flex-direction: column
}

.uploaded-area .row .details .size {
    /*color: #404040;*/
    font-size: 11px
}

.uploaded-area i.fa-check {
    font-size: 16px
}

.uploaded-area i.fa-remove {
    font-size: 17px;
    cursor: pointer
}

.percent {
    margin-left: 3px;
    font-weight: normal;

}

.btns {
    background: #4285f4;
    /*background-image: linear-gradient(to right, #1935ff, #4a69ff);*/
    color: #fff;
    display: inline-block;
    width: 49%;
    border: none;
    /*border-radius: 5px;*/
    margin: auto;
    padding: 13px;
    font-size: 13px;
    cursor: pointer
}

.checkbox {
    cursor: pointer
}

.checkbox:disabled {
    cursor: default
}

.customer-input {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    border: none
}

.customer-input:focus {
    padding-bottom: 10px;
    outline: 0
}

.customer-input:focus::placeholder {
    transform: translateY(-15px);
    font-size: 12px;
    transition: all .3s ease
}

.main-body {
    /*display: flex;*/
    height: 87vh
}

@media only screen and (max-width:700px) {
    .main-body {
        height: 85vh
    }
}

.cont3 {
    width: 100%
}

@media only screen and (max-width:700px) {
    .cont3 {
        width: 100%
    }
}

.cont4 {
    width: 70%;
    background-image: url("BG3.76e9ba8b.svg");
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-position: center;
    background-size: 95%;
    animation: fadeIn 2s
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width:700px) {
    .cont4 {
        background-image: none;
        width: 0%
    }
}

.header {
    display: flex;
    width: 85vw;
    margin: auto;
    padding-top: 10px
}

@media only screen and (max-width:700px) {
    .header {
        display: flex;
        flex-direction: column
    }
}

.logo {
    width: 40%
}

@media only screen and (max-width:700px) {
    .logo {
        width: 60%;
        display: block;
        margin: auto
    }
}

.cont1 {
    width: 40%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width:700px) {
    .cont1 {
        width: 100%;
        padding-left: 0
    }
}

.menu1 {
    width: 10%;
    padding: 10px;
    text-align: start;
    align-self: center
}

.menu2 {
    width: 10%;
    padding: 10px;
    text-align: start;
    align-self: center
}

.menu3 {
    width: 10%;
    padding: 10px;
    text-align: start;
    align-self: center
}

.menu4 {
    width: 15%;
    text-align: right;
    align-self: center
}

.coffeebtn {
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #000
}

.coffeebtn .fa {
    color: #fff;
    font-size: 20px
}

.menu5 {
    width: 15%;
    text-align: center;
    align-self: center
}

.loginbtn {
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    border: 2px solid #000
}

@media only screen and (max-width:700px) {

    .loginbtn,
    .menu1,
    .menu2,
    .menu3,
    .menu4,
    .menu5 {
        display: none
    }
}

.menu1 a,
.menu2 a,
.menu3 a,
.menu4 a {
    text-decoration: none;
    font-weight: 500
}

.cont2 {
    width: 15%;
    padding-top: 10px
}

@media only screen and (max-width:700px) {
    .cont2 {
        width: 100%
    }
}

@media only screen and (min-width:700px) {
    .cont2 {
        display: none
    }
}

.coffee {
    width: 50%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #000;
    border-bottom: 2px solid #000;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 10px
}

@media only screen and (max-width:700px) {
    .coffee {
        width: 100%
    }
}

#myBtn.fas.fa-bars {
    font-size: 20px;
    cursor: pointer;
    text-align: right;
    float: right;
    padding-right: 100px
}

@media only screen and (max-width:700px) {
    #myBtn.fas.fa-bars {
        font-size: 20px;
        float: none;
        padding-right: 0;
        display: block;
        margin: auto;
        text-align: center
    }
}

.menu-btn {
    display: block;
    margin: auto;
    background: 0 0;
    font-size: 15px;
    padding: 10px;
    width: 120px;
    cursor: pointer;
    border: 1px solid #000;
    border-bottom: 3px solid #000;
    transition: .2s
}

.menu-btn:hover {
    border-bottom: 1px solid #000;
    transform: translateY(2px)
}

.btns:disabled {
    background: grey;
    cursor: auto
}

.footer {
    display: flex
}

.footertext {
    text-align: center;
    width: 100%;
    font-size: 12px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    animation: fadeIn 250ms
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal-content {
    background: #fff;
    margin: auto;
    text-align: center;
    padding: 20px;
    width: 35%;
    border-radius: 5px
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 80%
    }
}

.close {
    color: grey;
    float: right;
    font-size: 35px;
    font-weight: 700;
    margin-top: -15px
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.menu {
    padding: 30px;
    display: flex;
    flex-direction: column;
    list-style-type: none
}

@media only screen and (max-width:700px) {
    .menu {
        padding: 5px;
        display: flex;
        flex-direction: column;
        list-style-type: none
    }
}

.menu a {
    text-decoration: none
}

a.coffee {
    width: 100%;
    border: none
}

.menu li {
    padding: 10px;
    color: #000;
    cursor: pointer
}

.menu li:hover {
    background: wheat;
    color: #000
}

.send-forms {
    transition: height .3s ease-in-out, box-shadow .6s linear
}

#loadingbtn {
    display: none
}

.hide {
    display: none
}

.show {
    display: block
}

.message {
    padding: 25px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    text-align: justify
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.confirmButton {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 40%;
    height: 36px;
    margin-top: -45px;
    margin-left: -20%;
    outline: 0;
    border: 0;
    background-image: linear-gradient(to right, #1935ff, #4a69ff);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 15px 0 rgba(105, 98, 98, .58);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5)
}

#snackbar.hide {
    display: none
}

#snackbar {
    visibility: hidden;
    min-width: 150px;
    font-size: 13px;
    /*margin-left: -620px;*/
    background-color: #ea4335;
    color: #fff;
    text-align: left;
    /*border-radius: 2px;*/
    padding: 13px;
    position: fixed;
    z-index: 1;
    /*left: 40%;*/
    right: 0;
    bottom: 50px
}

/*@media only screen and (max-width:700px) {
    #snackbar {
        margin-left: -110px
    }
}
*/
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s;
    display: block
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 50px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 50px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

.alert-bg {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    animation: fadeIn 250ms
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.alert-box {
    background: #fff;
    margin: auto;
    text-align: center;
    padding: 20px;
    width: 35%;
    border-radius: 5px
}

.okbtn {
    width: 120px;
    height: 35px;
    background: 0 0;
    color: #000;
    border: 2px solid #000;
    cursor: pointer
}

.copy-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
/*    left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    animation: fadeIn 250ms
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.copy-modal-content {
    background: #fff;
    display: flex;
    justify-content: center;
    margin: auto;
    /*text-align: center;*/
    padding: 20px;

    width: 100%;
    height: auto;
    overflow-y: scroll;
    max-height: 50%;
    overflow-x: hidden
}

@media only screen and (max-width:700px) {
    .copy-modal-content {
        width: 80%;
        max-height: 50%;
        overflow-x: hidden;
        overflow-y: scroll
    }
}

ul.filename {
    padding: 20px 80px 20px 80px

}

.copy-modal-close {
    color: grey;
    float: right;
    font-size: 35px;
    font-weight: 700;
    margin-top: -15px;
    cursor: pointer
}

p.filename {
    padding: 10px;
    margin: 10px
}

.copy-multiple-btn {
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    background-image: linear-gradient(to right, #1935ff, #4a69ff);
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 120px;
    bottom: auto
}

#wrongmark {
    color: red;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px
}

.spamMessage {
    display: none;
    text-align: center;
    font-size: 12px;
    background: #2b2b2b;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
    translate: 50px;
    margin-bottom: -5px
}

#upload-done {
    background-color: #34a853;
    color: #fff;
    padding: 15px;
    /*border-radius: 5px;*/
    font-size: 13px;
    /*font-family: Poppins, sans-serif;*/
    display: none
}

#regenerate {
    background: #fff;
    border: none;
    cursor: pointer
}

#cpatchaTextBox[type=text] {
    padding: 12px 20px;
    display: inline-block;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box
}

#captchasubmit {
    background-color: #000;
    background-image: linear-gradient(315deg, #000 0, #414141 74%);
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    /*border-radius: 5px*/

}

canvas {
    pointer-events: none
}

.capt-bg {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    animation: fadeIn 250ms
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.capt-box {
    background: #fff;
    margin: auto;
    /*text-align: center;*/

    padding: 20px;
    width: 35%;
    /*border-radius: 5px*/
}