/*coa-style.css*/

/*
body.user_design-template-default .ast-container{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

body.user_design-template-default .ast-container #primary{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

body.user_design-template-default .ast-container #primary .elementor-row .user-design-row-left{
    
}
body.user_design-template-default .ast-container #primary .elementor-row .user-design-row-right{
    
}*/

#coa-load-design-to-editor {
    cursor: pointer;
}

.coa-user-profile-image-sec {
    display: block;
    align-items: center;
    position: relative;
}

.coa-user-profile-image-view {
    text-align: left;
    position: relative;
}

.coa-user-profile-image-view img {
    max-width: 200px;
    border-radius: 50%;
}

.coa-user-profile-image-upload {
    padding-top: 20px;
}

.coa-gn-loader {
    display: none;
    position: absolute;
    top: 2%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 999;
}

.coa-gn-loader img {
    width: auto;
}

.coa-user-profile-bio-sec {
    display: block;
    padding-top: 30px;
}

.coa-user-profile-bio-view {
    position: relative;
    padding-bottom: 30px;
}

.coa-user-profile-bio-view span {
    max-width: 90%;
    display: block;
}

.coa-user-profile-bio-upload {
    display: none;
}

.coa-profile-text-sec {
    width: 260px;
}

.coa-user-profile-bio-upload textarea {
    width: 600px;
    max-width: 90vh;
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
}

.display-ud-count {
    border: 1px solid;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.coa-profile-text-limit {
    display: block;
    text-align: right;
    font-size: 12px;
}

.coa-image-cropper-sec {
    background: rgba(0, 0, 0, .6);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
    z-index: 999;
}

.coa-image-cropper-sec #coa-save-cropped-image {
    margin: auto;
    margin-top: 15px;
    display: block;
    cursor: pointer;
}

.coa-image-cropper-sec-inner {
    width: 60%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.coa-image-cropper-sec-inner #coa-cur-crop-image {
    width: 100%;
}

.coa-user-description-view {
    position: relative;
    padding-bottom: 30px;
}

.coa-user-description-view .des-text {
    max-width: 90%;
    display: block;
}

.coa-user-design-des-upload {
    display: none;
}

.coa-user-design-des-upload textarea {
    width: 100%;
}

.coa-des-text-count {
    border: 1px solid;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.coa-des-text-limit {
    display: block;
    text-align: right;
    font-size: 12px;
}

.coa-des-text-sec {
    width: 260px;
}

#coa-design-list-search-sec {
    width: 100%;
    margin-bottom: 20px;
}

#coa-design-list-search-sec input {
    width: 100%;
    border-radius: 4px;
}

body .coa-design-list-top .coa-design-list {
    min-height: 80vh;
}

body .coa-design-list article>a.elementor-post__thumbnail__link {
    margin-bottom: 0px;
}

.coa-design-list .elementor-post__title a {
    color: #3A3A3A;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    display: inline-block;
}

body .coa-design-list .elementor-post-author a{
    color: #3A3A3A;
    font-size: 16px;
}

.coa-design-list .elementor-post-date {
    color: #adadad;
}

.coa-inner-image-sec {
    width: 90%;
    margin: left;
}

body .coa-design-list article .coa-inner-image-sec>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate (- 50%, - 50%);
    object-fit: contain;
}

body .coa-design-list article .elementor-post__text {
    text-align: left;
}

.coa-design-views {
    width: 100%;
    color: #3A3A3A;
    margin-bottom: 10px;
}

.coa-design-views img {
        width:12px;
        margin-right:4px;
}

#coa-list-load-more {
    margin: auto;
    display: block;
    text-align: center;
    top: 46%;
    border: 5px solid #b7b3b3 !important;
    border-radius: 50%;
    border-top: 5px solid rgb(12, 12, 14) !important;
    border-bottom: 5px solid rgb(12, 12, 13) !important;
    width: 40px;
    height: 40px;
    -webkit-animation: coaspinn 2s linear infinite;
    animation: coaspinn 2s linear infinite;
}

@-webkit-keyframes coaspinn {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes coaspinn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}