@keyframes 'animatonLoader-attachment' {
    0% {
        transform: scale(1);
    }
    33% {
        background: #2ecc70;
        transform: scale(1.2);
    }
    66% {
        background: #28af60;
        transform: scale(1);
    }
}
.payment-option-content {
    margin-top: 25px !important;
}
.attachment-drag-area {
    background-color: #EEE;
    background-image: url(../images/atch.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px !important;
    /* margin-left: 30rem !important; */
    padding: 50px 0;
    width: 100%;
    border: 1px solid #999;
}
.checkout-orderattachment .info {
    font-family: 'luma-icons';
    font-size: 14px !important;
    font-style: oblique;
    font-weight: bold;
    margin-bottom: 15px !important;
    padding: 5px !important;
}
.attachment-drag-area h4 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: -4rem;
    /* margin-left: 5rem; */
    margin-top: 5rem;
    text-align: center;
}
.attachment-row {
    margin: 5px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.attachment-row .filename {
    color: rgba(0,0,0,0.5);
    font-size: 0.7em;
}
.attachment-row .order-attachment-preview {
    /* background-color: #bfbfbf; */
    /* border: 2px solid #808080; */
    border-radius: 20px;
    display: table-cell;
    height: 150px;
    padding: 10px 10px 0 10px;
    text-align: center;
    text-shadow: 0 0 #000000;
    width: 25%;
}
.attachment-row .order-attachment-preview img {
    max-height: 150px;
}
.attachment-row .order-attachment-content {
    display: table-cell;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}
.checkout-orderattachment {
    padding-bottom: 10px;
    padding-top: 10px;
}
.order-attachment-content video {
    width: 100%;
}
.order-attachment-content audio {
    width: 100%;
}
.order-attachment-content textarea {
    /* border-radius: 20px; */
    /* height: 100px !important; */
    margin-top: 15px;
    background-color: #FFF !important;
    width: 80%;
    min-height: 100px;
    margin-bottom: 15px;
}
.attachment-default-preview {
    background-image: url('../images/attachment.png');
    display: block;
    height: 64px;
    margin: 15px auto;
    width: 64px;
}
.attachment-row-content {
    background-color: #EEE;
    /* border: 2px dashed #808080; */
    /* border-radius: 20px; */
    display: table;
    width: 100%;
}
.attachment-loader {
    text-align: center;
    visibility: hidden;
}
.attachment-loader .circle {
    animation: animatonLoader-attachment 1s infinite ease-in;
    background: #28af60;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.attachment-loader .circle:nth-child(2) {
    animation-delay: 0.365s;
}
.attachment-loader .circle:nth-child(3) {
    animation-delay: 0.63s;
}
.attachment-remove {
    background-color: #bfbfbf;
    background-image: url('../images/attach-delete.png');
    background-position: center;
    background-repeat: no-repeat;
    /* border: 2px dashed #808080; */
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin: 0 0 0 10px;
    margin-left: -7.2%;
    margin-top: -7.5%;
    text-decoration: none;
    vertical-align: top;
    width: 45px;
}
.attachment-download {
    background-color: #bfbfbf;
    background-image: url('../images/attach-downloads.png');
    background-position: center;
    background-repeat: no-repeat;
    /* border: 2px dashed #808080; */
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin: 0 0 0 10px;
    margin-left: 85%;
    margin-top: -15%;
    text-decoration: none;
    vertical-align: top;
    width: 45px;
}
.attachment-remove2 {
    background-color: #bfbfbf;
    background-image: url('../images/attach-delete.png');
    background-position: center;
    background-repeat: no-repeat;
    border: 2px dashed #808080;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin: 0 0 0 10px;
    margin-left: 82.5%;
    margin-top: -14%;
    text-decoration: none;
    vertical-align: top;
    width: 45px;
}
.attachment-error {
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-left-width: 5px;
    border-radius: 2px;
    font-size: 16px;
    margin: 3px auto;
    padding: 10px 0;
    width: 100%;
}
.danger {
    background-color: rgba(216,84,79,0.1);
    border-left-color: #d8544f;
}
.danger strong {
    color: #d8544f;
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
}
.attachment-msg.success1 {
    background: #e6efe6;
    border-radius: 10px;
    color: #006600;
    display: block;
    font-size: 16PX;
    margin: 10px 56px;
    padding: 12px 20px 12px 25px;
    padding-left: 20px;
    position: relative;
}
.attachment-msg.success1:before {
    color: #006600;
    content: '\270D';
    font-size: 24px;
    padding-right: 10px;
}
.attchmentTitle {
    border-bottom: 1px solid #cccccc;
    color: #41362f;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.7rem;
    padding: 1.4rem 0 0.5rem;
}


.attachment-download {position: absolute;right: 20px;margin:0 !important;top: 15px;}
.attachment-remove {position: absolute;right: 20px;margin:0 !important;top: 75px;}
.attachment-row-content {position: relative;}

@media (max-width: 480px) {
    .attachment-row-content {
        display: block;
    }
    .attachment-row .order-attachment-preview {
        box-sizing: border-box;
        display: block;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .attachment-row .order-attachment-content {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        width: 100%;
    }
    .attachment-download , .attachment-remove  {position:relative;right:unset;display: inline-block;top: unset;}
    .order-attachment-content textarea {width:100%;}
}
.adminhtml-auth-login .form-actions {margin-top:0 !important;}