.modal-content
    text-align: center
    position: relative
    .success-msg, .loader-block
        width: 500px
.modal-bg
    background: #ffffff
    padding: 20px
    border-radius: 20px
.loader-block 
    img
        width: 50px
        margin-bottom: 20px

.selection-block
    max-width: 100%
    width: 660px
    .box
        position: relative
        border: 0
        border-radius: 20px
        overflow: hidden
        .editease-img
            height: 220px
            background: #E8E8E8
            display: flex
            align-items: center
            justify-content: center
            padding: 10px
        .editease-title
            p
                font-size: 16px
                font-weight: 600
                color: #4D4D4D
                margin: 0
                padding: 23px 20px 23px 60px
                text-align: left
        input
            position: absolute
            width: 100%
            height: 100%
            top: 0
            left: 0
            margin: 0
            opacity: 0
            z-index: 1
            border-radius: 0
            border: 0
        input:checked + label
            background: #2271b1
            border-color: #2271b1
        input:checked + label + .box-border
            border-color: #2271b1
        input:checked + label::before
            opacity: 1
            visibility: visible
        label
            left: 20px
            bottom: 22px
            margin: auto
            height: 25px
            width: 25px
            border-radius: 50%
            border: 2px solid #c1c1c1
            transition: all 0.5s
            position: absolute
            &::before
                content: ""
                position: absolute
                top: 0
                bottom: 0
                left: 0
                right: 0
                height: 10px
                width: 10px
                margin: auto
                border-radius: 50%
                background: #ffffff
                transition: all 0.5s
                opacity: 0
                visibility: hidden
            
    .box-border
        position: absolute
        width: 100%
        height: 100%
        top: 0
        left: 0
        margin: 0
        border: 2px solid #e8e8e8
        border-radius: 20px
        transition: all 0.5s

.modal-content 
    h3 
        width: 100%
        font-size: 15px
        line-height: normal
        margin: 0px 0 15px
        color: #606060
        text-align: left
        font-weight: normal
        width: 100%
    h4
        width: 100%
        font-size: 16px
        font-weight: normal
        line-height: 1.6em
        margin: 20px 0
        color: #000
    *
        box-sizing: border-box
    .row
        display: flex
        flex-wrap: wrap
        margin: 0 -10px
    .col-6 
        width: 50%
        padding: 0 10px
        img
            max-width: 100%
        a
            text-decoration: none
            display: block
        > p
            margin: 15px 0 0
            font-size: 13px
            line-height: 1.4em
            color: #606060
            text-align: left

.close-modal ,#close-modal-setup
    position: absolute
    top: 10px
    right: 10px
    cursor: pointer
    font-size: 20px
    font-weight: bold

.selection-submit
    text-align: right
    padding: 20px 0 0
    .btn-outline
        margin-right: 10px
    input 
        width: 100px
        border: 0
        background: #2271b1
        color: #fff
        padding: 12px 10px
        border-radius: 3px
        cursor: pointer
        transition: all 0.5s
        &:hover
            background: #023075
.btn-outline
    display: inline-block
    border: 1px solid #DADADA
    color: #4D4D4D
    padding: 12px 10px
    border-radius: 4px
    cursor: pointer
    transition: all 0.5s
    background: none
    min-width: 90px
    text-align: center
    text-decoration: none
    line-height: normal
    &:hover
        background: #2271b1
        color: #fff
        border-color: #2271b1
    
