a.goldaddons-modal-trigger {
    font-size: 14px;
}
body.modal-open {
    overflow: hidden
}
.goldaddons-modal.modal {
    position: fixed;
    top: 25%;
    right: 0;
    bottom: 25%;
    left: 0;
    z-index: 9200;
    display: none;
    overflow: hidden;
    outline: 0
}
body.modal-open .goldaddons-modal.modal {
    overflow-x: hidden;
}
.goldaddons-modal.modal.fade.show {
    opacity: 1;
}
.goldaddons-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.goldaddons-modal.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.goldaddons-modal.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.goldaddons-modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.goldaddons-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9100;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.goldaddons-modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.goldaddons-modal .modal-header .close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #606975;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}
.goldaddons-modal .modal-header .close:hover {
    opacity: 0.6;
}
.goldaddons-modal .modal-title {
    margin: 0;
    line-height: 1.5;
    text-transform: capitalize;
    color: #374250;
}
.goldaddons-modal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    padding-left: 20px;
    overflow: overlay;
    height: 300px;
}
.goldaddons-modal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 20px;
    border-top: 1px solid #e9ecef
}
.goldaddons-modal .modal-footer > :not(:first-child) {
    margin-left: .25rem
}
.goldaddons-modal .modal-footer > :not(:last-child) {
    margin-right: .25rem
}
.goldaddons-modal .modal-footer button {
    display: inline-block;
    position: relative;
    height: 36px;
    padding: 0 18px;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #e1e7ec;
    border-radius: 18px;
    background-color: transparent;
    background-image: none;
    color: #606975;
    font-family: "Maven Pro",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.goldaddons-modal .modal-footer button:hover {
    background-color: #f5f5f5;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .goldaddons-modal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .goldaddons-modal .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .goldaddons-modal .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .goldaddons-modal .modal-lg {
        max-width: 800px
    }
}
