

.img-profile {
    height: 2rem;
    width: 2rem;
}

.divError {
    font-size: 13px;
    color: red;
    height: 15px;
}

.divParentMenu {
    border: 1px solid #e1e1e1;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    width: 100%;
}

.position-absolute {
    position: absolute;
    top: 3.5rem;
    right: 1rem;
    z-index: 10000;
}

.div-hide {
    display: none;
}

/*---------select2 css--------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top: 5px;
    }

.cursor-pointer {
    cursor: pointer !important;
}

.mt-2r {
    margin-top: 2rem;
}

.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .modal-fullscreen {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    .modal-content {
        border-radius: 0;
        height: 100%;
    }
}


/*---------End select2 css--------------*/
