.btn-custom{
    margin-top: -65px;
}

.pointer{
    cursor: pointer;
}

.swal2-modal .swal2-title, .form-control[readonly]{
    color: #666 !important;
}

.swal2-modal .swal2-icon, .swal2-modal .swal2-success-ring {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    top: -2.25em !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
}

.sidebar .sidebar-brand-wrapper .sidebar-brand img{
    height: 36px !important;
    width: initial !important;
}

.icon-sancion{
    font-size: 2.10rem !important;
}

.title-sancion{
    font-size: 1.7rem !important;
}

.modal-custom{
    padding: 0 !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px !important;
}

.select2-container--default .select2-selection--single:focus{
    background-color: #fff !important;
}

.form-control{
    background-color: #fff !important;
    color: #666 !important;
}

.img-circle{
    border-radius: 99% !important;
}

.nav-tabs .nav-link {
    background: #ffffff;
    color: #0090e7 !important;
    border: 1px solid #0090e7;
    padding: .5rem 3.5rem;
}

.editor{
    height: 220px !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #0090e7 !important;
    border-color: #0090e7 !important;
}

.preview>.img-thumbnail {
    padding: 0.15rem !important;
    background-color: transparent !important;
    border: 3px solid #fff !important;
    border-radius: 1rem !important;
    height: 130px;
    cursor: pointer;
}

.btn-icon>i{
    margin-right: 0 !important;
    line-height: 2 !important;
}

.boton-flotante{
    position: absolute;
    left: 11px;
    top: 23px;
    display: none;
    width: 32px !important;
    height: 32px !important;
}

.boton-flotante-profile {
    position: absolute;
    left: 5px;
    top: 0px;
    display: none;
    width: 30px !important;
    height: 30px !important;
}

.boton-flotante-change {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 30px !important;
    height: 30px !important;
}

.boton-flotante-enviar {
    position: absolute;
    left: 5px;
    bottom: 0px;
    display: none;
    width: 30px !important;
    height: 30px !important;
}


@media (min-width: 576px) {
    .modal-dialog.modal-custom{
        max-width: 720px !important;
    }
}

.login-bg {
    background: url("../images/auth/lockscreen-bg.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.box-image{
    padding-right: 0 !important;
}

.img-profile{
    border-radius: 99%;
    border: 4px solid #fff;
    width: 70%;
}

.box-profile > .profile-name{
    background-color: #383b42;
    border-radius: 5px;
    padding: 18px 10px;
}

.box-profile{
    padding-left: 0 !important;
}

.box-profile span{
    font-size: 12px;
    color: #6c7293;
    white-space: nowrap;
}

#spinner{
    position: absolute;
    top: 25px;
    left: 36px;
    display: none;
}