.swal-btn-mr2 {
    margin-right: 10px !important;
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#1b1b1b), to(#1b1b1b)) !important;
    background: linear-gradient(to right, #1b1b1b, #1b1b1b) !important;
    opacity: .9;
}
.auth-bg-cover > .bg-overlay {
    background-color: #151515 !important;
}



.new-imageBox {
    position: relative;
    height: 500px;
    width: 500px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

    .new-imageBox .new-thumbBox {
        position: absolute;
        top: 2%;
        left: 2%;
        width: 50%;
        height: 50%;
        margin-top: 0px;
        margin-left: 0px;
        box-sizing: border-box;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent;
    }



.imageBox {
    position: relative;
    height: 250px;
    width: 250px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

    .imageBox .thumbBox {
        position: absolute;
        top: 1.5%;
        left: 1.5%;
        height: 240px;
        width: 240px;
        margin-top: 0px;
        margin-left: 0px;
        box-sizing: border-box;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent;
    }

.imageProfileBox {
    position: relative;
    height: 300px;
    width: 250px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

    .imageProfileBox .thumbBox {
        position: absolute;
        top: 1.5%;
        left: 1.5%;
        height: 290px;
        width: 240px;
        margin-top: 0px;
        margin-left: 0px;
        box-sizing: border-box;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent;
    }

.img-container {
    position: relative;
}

/*.img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}*/

.avatar-profile {
    width: 11rem;
}

.dtfc-fixed-left,
.dtfc-fixed-right {
    background-color: white !important;
    z-index: 1;
}
th, td {
    white-space: nowrap; /* keep content in one line */
}