﻿
.modal-header {
    height: 0;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }



.close-profile-btn {
    position: absolute;
    left: -110px;
    top: -5px;
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: none;
    background: none;
    color: white;
    font-size: 5em;
    opacity: .9;
}

    .close-profile-btn:hover,
    .close-profile-btn:focus {
        opacity: 1;
    }
    .close-profile-btn:focus {
        outline: none;
    }


@media (max-width: 650px) {
    .close-profile-btn {
        left: inherit;
        right: 20px;
        top: 20px;
        color: #007DC9;
        font-size: 3em;
        z-index: 1100;
    }

    /*.modalCloseSVG {
        width: 60px;
        height: 60px;
    }

        .modalCloseSVG circle {
            cx: 30;
            cy: 30;
            r: 30;
        }*/

    .modalCloseStrokeColor {
        stroke: #54B3DD;
    }
}