.efdatss-btn-added{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.efdatss-action-element-below-ad-text{
    font-family: 'EuclidFA',Arial,Helvetica,sans-serif;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #7EC1E7;
    color: #fff !important;
    border: 0 !important;
    font-weight: 500;
    background: #7EC1E7;
    border-radius: 3px;
    padding: 8px 22px !important;
    height: 42px;
    cursor: pointer;
    margin-top: 5px;
    order: 2;
    margin-left: auto;
    font-size: 16px;
}

.efdatss-btn-added p{
    margin-left: 0!important;   
    order: 1;
}

.efdatss-action-element-below-ad-text:hover,
.efdatss-action-element-below-ad-text:focus {
    background: #70AFD2;
    text-decoration: none !important;
}

@media(min-width: 400px){
    .efdatss-btn-added p{
        margin-left: auto!important;   
        order: 2;
    }
    .efdatss-action-element-below-ad-text{
        order: 1;
        margin-left: 0;   
    }
}

/* BEGIN - MODAL STYLES */
.efdatss-modal {
    font-family: 'EuclidFA',Arial,Helvetica,sans-serif;
    display: none; 
    position: fixed; 
    z-index: 99999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.efdatss-modal-body {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.efdatss-modal-content {
    position: fixed;
    background-color: #fefefe;
    left: calc(50% - 225px);
    top: calc(50% - 105px);
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: efdatss-animatetop;
    animation-duration: 0.4s;
}

.efdatss-modal-close {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.25s linear;
    margin-left: auto;
}

.efdatss-modal-close:hover,
.efdatss-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.efdatss-modal-header {
    padding: 2px 16px;
    background-color: #e6001e;
    color: #000;
    display: flex;
}

.efdatss-modal-header h2{
    color: #000;
    margin-bottom: 0;
}

.efdatss-modal-footer {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #e4e4e4;
}

.efdatss-modal-footer #efdatss-modal-footer-btn-close{
    cursor: pointer;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #000;
    transition: all 0.25s linear;
    margin-left: auto;
}

.efdatss-modal-footer #efdatss-modal-footer-btn-close:hover{
    background-color: #000;
    color: #fff;
}

.efdatss-modal-footer #efdatss-modal-footer-btn-save{
    cursor: pointer;
    padding: 10px 20px;
    background-color: #e6001e;
    color: #fff;
    border: 1px solid #e6001e;
    transition: all 0.25s linear;
}

#efdatss-loading-modal.efdatss-modal .efdatss-modal-content{
    width: 300px;
    left: calc(50% - 150px);
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 600px){
    #efdatss-loading-modal.efdatss-modal .efdatss-modal-content{
        width: 500px;
        left: calc(50% - 250px);
    }
}

.efdatss-svg-loader{
    display:flex;
    position: relative;
    align-content: space-around;
    justify-content: center;
}

.efdatss-svg-loader svg{
    width: 80px;
    height: 80px;
}

.efdatss-loader-svg{
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke: #7EC1E7;
}

.efdatss-loader-svg.efdatss-bg{
    stroke-width: 5px;
    stroke: #050505;
}

.efdatss-animate{
    stroke-dasharray: 242.6;
    animation: fill-animation 1s cubic-bezier(1,1,1,1) 0s infinite;
}

#efdatss-search-modal .efdatss-modal-content{
    width: calc(100% - 30px);
    left: 15px;
    top: 50px;
    align-items: center;
    justify-content: center;
    animation-name: efdatss-search-modal-animatetop-mobile;
}

@media(min-width: 600px){
    #efdatss-search-modal .efdatss-modal-content{
        width: 550px;
        left: calc(50% - 275px);
    }
}

@media(min-width: 700px){
    #efdatss-search-modal .efdatss-modal-content{
        width: 650px;
        left: calc(50% - 325px);
    }
}

@media(min-width: 800px){
    #efdatss-search-modal .efdatss-modal-content{
        width: 750px;
        left: calc(50% - 375px);
        top: 150px;
        animation-name: efdatss-search-modal-animatetop;
    }
}

#efdatss-search-modal .efdatss-modal-header {
    padding: 15px 15px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
}

#efdatss-search-modal .efdatss-modal-header .efdatss-modal-close {
    color: #000;
    margin-left: auto;
}

#efdatss-search-modal .efdatss-modal-body {
    padding: 15px 16px;
    text-align: center;
    align-items: flex-start;
}

#efdatss-search-modal .efdatss-modal-body .efdatss-error-msgs-wrapper{
    display: none;
    padding: 10px 15px;
    background-color: #dd0808;
    color: #fff;
    width: 100%;
    text-align: left;
}

#efdatss-search-modal .efdatss-modal-body .efdatss-user-instruction-wrapper{
    display: flex;
    gap: 5px;
    width: 100%;
}

#efdatss-search-modal .efdatss-modal-body .efdatss-user-instruction-wrapper .efdatss-user-instruction-ip{
    font-family: 'EuclidFA',Arial,Helvetica,sans-serif;
    width: 100%;
    margin-bottom: 0;
}

#efdatss-search-modal .efdatss-modal-body .efdatss-user-instruction-wrapper .efdatss-user-instruction-btn{
    font-family: 'EuclidFA',Arial,Helvetica,sans-serif;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #fff;
    border: 0;
    font-weight: 500;
    background: #7EC1E7;
    border-radius: 3px;
    padding: 8px 22px;
    height: 42px;
    cursor: pointer;
    font-size: 16px;
}

#efdatss-search-modal .efdatss-modal-body .efdatss-user-instruction-wrapper .efdatss-user-instruction-btn:hover,
#efdatss-search-modal .efdatss-modal-body .efdatss-user-instruction-wrapper .efdatss-user-instruction-btn:focus {
    background: #70AFD2;
    text-decoration: none !important;
}

.efdatss-search-suggestion-use-result-btn{
    color: #0C3045;
    background: #fff;
    transition: all 0.25s linear;
    display: flex;
    padding: 12px 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
}

.efdatss-search-suggestion-use-result-btn svg{
    fill: #0C3045;
    transition: all 0.25s linear;
}

.efdatss-search-suggestion-use-result-btn:hover,
.efdatss-search-suggestion-use-result-btn:focus {
    background: #0C3045;
    border-color: #0C3045;
    color: #fff;
}

.efdatss-search-suggestion-use-result-btn:hover svg,
.efdatss-search-suggestion-use-result-btn:focus  svg{
    fill: #fff;
}

#efdatss-search-modal .efdatss-search-suggestion-element-headline{
    text-align: left;
    margin-bottom: 15px;
}

#efdatss-search-modal .efdatss-search-suggestions-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
}

@media(min-width: 992px){
    #efdatss-search-modal .efdatss-search-suggestions-wrapper{
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: 500px;
    }
}

#efdatss-search-modal .efdatss-search-suggestions-wrapper .efdatss-search-suggestion-element-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 5px 5px 15px;
    gap: 10px;
    background: #f0f0f0;
    border-radius: 3px;
    margin: 2px 0;
}

#efdatss-search-modal .efdatss-search-suggestions-wrapper .efdatss-search-suggestion-element-wrapper .efdatss-search-suggestion-element-text{
    text-align: left;
}

#efdatss-search-modal .efdatss-search-suggestions-wrapper .efdatss-search-suggestion-element-wrapper .efdatss-search-suggestion-use-result-btn{
    margin-left: auto;
    pointer-events: cursor;
}

#efdatss-search-modal .efdatss-modal-info-wrapper{
    background: #f1f1f2;
    width: 100%;
    text-align: left;
    border-radius: 3px;
    padding: 15px 55px 15px 15px;
    margin: 0 auto 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

#efdatss-search-modal .efdatss-modal-info-wrapper:after{
    content: '\f05a';
    width: 40px;
    text-align: center;
    position: absolute;
    top: 25px;
    font-weight: 600;
    right: 10px;
    font-size: 40px;
    color: rgba(0,0,0,.06);
    font-family: 'Font Awesome 5 Free', sans-serif;
    z-index: 1;
}

#efdatss-search-modal .efdatss-modal-body .es-fe-search-modal-msg-main{
    font-size: 28px;
    font-weight: 500;
}

#efdatss-search-modal .efdatss-modal-body i.fa-exclamation-circle{
    color: #e6001e;
    font-size: 40px;
}

@keyframes efdatss-search-modal-animatetop {
    from {top: -300px; opacity: 0}
    to {top: 150px; opacity: 1}
}

@keyframes efdatss-search-modal-animatetop-mobile {
    from {top: -300px; opacity: 0}
    to {top: 50px; opacity: 1}
}

@keyframes fill-animation{
    0%{
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 141.3;
        stroke-dashoffset: 141.3;
    }
    100%{
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 282.6;
    }
}

@-moz-keyframes efdatss-loading-spinner-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes efdatss-loading-spinner-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes efdatss-loading-spinner-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes efdatss-animatetop { from {top: -300px; opacity: 0} to {top: calc(50% - 105px); opacity: 1} }
@-webkit-keyframes efdatss-animatetop { from {top: -300px; opacity: 0} to {top: calc(50% - 105px); opacity: 1} }
@keyframes efdatss-animatetop { from {top: -300px; opacity: 0} to {top: calc(50% - 105px); opacity: 1} }
/* END - MODAL STYLES */

input.efdatss-user-instruction-ip{
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 0;
    border-bottom: 2px solid #ebebeb;
    background-color: #fff;
    height: 42px;
    padding: 8px 12px;
    color: #000;
    margin: 0;
}

input.efdatss-user-instruction-ip:focus, input.efdatss-user-instruction-ip:active {
    border-bottom: 2px solid #0C3045;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.05), 0 5px 10px rgba(0,0,0,.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.05), 0 5px 10px rgba(0,0,0,.05);
    outline: none;
}