.rcorners2 {
    border-radius: 15px;
    border: 2px solid #73AD21;
    padding: 20px;
}

.cardEquipos {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.cardEquipos:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
}


input[type=text] {
    width: 100% !important;
    height: 40px !important;
    display: block !important;
}

select,
select.form-control,
.bootstrap-select > .dropdown-toggle,
.select2-container .select2-choice,
.select2-container--default .select2-selection--single,
.chosen-container-single .chosen-single {
    min-height: 42px !important;
    border: 1px solid #cfd8e3 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .06) !important;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

select,
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 9px 42px 9px 12px !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #2563eb 50%),
        linear-gradient(135deg, #2563eb 50%, transparent 50%) !important;
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50% !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
}

select:focus,
select.form-control:focus,
.bootstrap-select.open > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:focus,
.select2-container-active .select2-choice,
.select2-container--default.select2-container--focus .select2-selection--single,
.chosen-container-active .chosen-single {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14) !important;
    outline: 0 !important;
}

select[disabled],
select.form-control[disabled],
.bootstrap-select.disabled > .dropdown-toggle,
.chosen-disabled .chosen-single {
    cursor: not-allowed !important;
    opacity: .68 !important;
    background-color: #eef2f7 !important;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px !important;
}

.bootstrap-select > .dropdown-toggle .filter-option {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bootstrap-select .dropdown-menu,
.select2-drop,
.select2-dropdown,
.chosen-container .chosen-drop {
    border: 1px solid #cfd8e3 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16) !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-menu > li > a,
.select2-results .select2-result-label,
.select2-results__option,
.chosen-container .chosen-results li {
    min-height: 36px;
    padding: 9px 12px !important;
    color: #243044 !important;
    font-size: 14px;
    line-height: 18px;
}

.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li.selected > a,
.select2-results .select2-highlighted,
.select2-results__option--highlighted,
.chosen-container .chosen-results li.highlighted {
    background: #e8f0ff !important;
    color: #164cc9 !important;
}

.bs-searchbox .form-control,
.select2-search input,
.chosen-container-single .chosen-search input[type="text"] {
    min-height: 38px !important;
    border: 1px solid #d7e0ec !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.theme-red .sidebar .papp-sidebar-brand {
    min-height: 84px;
    margin: 0 14px 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border: 1px solid rgba(232, 240, 255, .82);
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 205, 48, .08), transparent 34%),
        rgba(2, 9, 22, .78);
    color: #fff;
}

.theme-red .sidebar .papp-sidebar-brand .material-icons {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    color: #ffcc35;
    font-size: 46px;
    line-height: 46px;
}

.theme-red .sidebar .papp-sidebar-brand strong,
.theme-red .sidebar .papp-sidebar-brand span {
    display: block;
    letter-spacing: 0;
}

.theme-red .sidebar .papp-sidebar-brand strong {
    color: #fff;
    font-size: 28px;
    line-height: 29px;
    font-weight: 900;
}

.theme-red .sidebar .papp-sidebar-brand span {
    color: #ffcc35;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}

.theme-red .sidebar .user-info {
    min-height: 128px;
    height: auto;
    margin: 0 14px 26px;
    padding: 18px 20px;
    border: 1px solid rgba(38, 128, 255, .62);
    border-radius: 8px;
    background:
        radial-gradient(circle at 26% 18%, rgba(0, 153, 255, .24), transparent 34%),
        linear-gradient(150deg, rgba(5, 40, 97, .98), rgba(2, 11, 29, .98));
    text-align: left;
    white-space: normal;
}

.theme-red .sidebar .user-info .image {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.theme-red .sidebar .user-info .image img {
    width: 68px !important;
    height: 68px !important;
    flex: 0 0 68px;
    padding: 3px;
    border: 4px solid rgba(255, 255, 255, .94);
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.theme-red .sidebar .user-info .image span {
    display: block;
    margin: 0;
    color: #fff !important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
}

.theme-red .sidebar .papp-user-meta {
    min-width: 0;
}

.theme-red .sidebar .papp-user-meta small {
    display: block;
    margin-top: 4px;
    color: #dce8ff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}
