/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;

    touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;

    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;

    outline: none;

    text-size-adjust: 100%;
    border-radius: 10px;
    padding-bottom: 0 !important;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}
/*/////////////////////////////////////////////////////*/
h2.license-attribution-modal__header {
    text-align: center;
    font-size: 24px;
    padding-bottom: 16px;
    line-height: .85em;
    margin-bottom: 0.7em;
}
.license-attribution-modal__top {
    padding: 28px;
    background: #fff;
}
.license-attribution-modal__bottom {
    padding: 40px;
    background: #f5f5f5;
    box-shadow: inset 0 5px 5px hsl(0deg 0% 78% / 40%);
    text-align: center;
}
.license-attribution-modal__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 14px;
    margin: 0 auto;
    max-width: 485px;
}
.license-attribution-modal__attribution {
    text-align: center;
    max-width: 600px;
    margin: 40px auto 0;
}
.copy-link-wrapper {
    background-color: #f3f4f5;
    border: 0;
    border-radius: 5px;
    display: flex;
    height: 40px;
    position: relative;
    text-align: left;
}
.copy-link-source__wrap {
    overflow: hidden;
    padding: 0 15px;
    width: calc(100% - 15px);
}
.copy-link-source {
    -ms-overflow-style: none;
    color: #6e7b84;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 45px;
    line-height: 40px;
    outline: none;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.copy-link-wrapper .ez-tooltip-copied {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: -38px;
    transform: translateX(-50%);
    transition: all 0s;
    visibility: hidden;
    z-index: 9999;
}
.ez-tooltip--dark, .ez-tooltip-copied {
    align-items: center;
    background-color: #0e2332;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    max-height: 38px;
    padding: 10px 15px 10px 36px;
    position: relative;
    width: auto;
    z-index: 9;
}
.ez-tooltip--dark svg, .ez-tooltip-copied svg {
    fill: #fff;
    height: 17px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.license-attribution-modal__pro-description {
    font-size: 14px;
    max-width: 450px;
    margin: 0 auto 40px;
}
.license-attribution-modal__bottom .ez-btn {
    line-height: inherit;
}
.ez-btn--pro {
    background: #8b3df5 !important;
    color: white;
    font-weight: 700;
    text-decoration: none !important;
}
.ez-btn--pro:hover{
    color: white;
}
.ez-btn {
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    max-width: 100%;
    min-width: 150px;
    padding: 15px 24px;
}
.license-attribution-modal__media__item {
    flex: 0 0 175px;
    text-align: center;
}
.license-attribution-modal__media__header {
    padding-top: 6px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #0e2332;
    font-weight: 600;
}
ul.license-attribution-modal__media{
    list-style: none;
}
h2.license-attribution-modal__header {
    color: #0e2332;
    font-weight: 600;
}
.remodal-close:hover{
    background-color: inherit;
    border-color: inherit;
}
.copy-link-wrapper__copy-button{
    padding: 0 24px;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
}
.copy-link-wrapper__copy-button:hover,.copy-link-wrapper__copy-button:focus{
    color: white;
    background: #5f3afc;
}
.ez-tooltip--dark--arrow-down:after, .ez-tooltip-copied--arrow-down:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border-color: #0e2332 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    bottom: -7px;
}
@media screen and (min-width: 550px){
    h2.license-attribution-modal__header {
        padding-bottom: 28px;
        font-size: 36px;
    }
}
@media screen and (min-width: 768px){
    .license-attribution-modal__top {
        padding: 0 0 40px 0;
    }
    .license-attribution-modal__media {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 768px){
    .license-attribution-modal__media__item:first-of-type, .license-attribution-modal__media__item:nth-of-type(2) {
        margin-bottom: 40px;
    }
    .license-attribution-modal__media__item {
        flex: 0 0 50%;
    }
    .remodal-wrapper {
        top: 40px;
    }
    .remodal{
        padding: 20px;
    }
    .license-attribution-modal__top{
        padding: 0 0 28px 0;
    }
    h2.license-attribution-modal__header{
        margin-top: 20px;
    }
    .copy-link-wrapper__copy-button{
        min-width: 100px;
    }
}
.license-attribution-modal__media__icon .fa-2x{
    padding: 20px;
    background: #F3F3F3;
    border-radius: 50%;
    color: #5f3afc;
}