@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

@media all and (max-width: 991px)  {
    .sidebar .nav > li.active-pro{
        position: initial;
    }
}

.main-panel {
    display: flex;
    flex-direction: column;
    height: 100vh !important;
    overflow: hidden;
}

.main-panel .content {
    overflow-y: auto;
}

.main-panel .footer {
    flex-shrink: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #90caf9 0%, #64b5f6 100%);
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #64b5f6 0%, #42a5f5 100%);
}

* {
    scrollbar-width: thin;
    scrollbar-color: #64b5f6 #f1f1f1;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    background-color: #fff;
    position: relative;
    padding-top: 0 !important;
}

.modal-body > *:first-child:not(.card) {
    margin-top: 15px !important;
}

.modal-body > .form-group {
    margin-bottom: 15px;
}

.modal-body .card {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.modal-body .card .content {
    padding-top: 0 !important;
}

.modal-body table {
    margin-top: 0 !important;
}

.modal-body table thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}

.modal-body table thead th {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-body .table td select.form-control,
.modal-body .table td input.form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.modal-body .table td .selectWrapper {
    width: 100%;
}

.modal-body .table td .selectWrapper select {
    width: 100%;
}

.modal-body .table td .form-group {
    margin-bottom: 0;
    margin-top: 0;
}

.modal-body .table td .form-group input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
}

.modal-body .switchToggle {
    transform: scale(0.8);
}

.modal-body .table td {
    vertical-align: middle !important;
}

.modal-body .table {
    font-size: 12px;
}

.modal-body .table thead th {
    font-size: 11px;
    padding: 8px 10px;
    font-weight: 600;
}

.modal-body .table tbody td {
    padding: 6px 10px;
}

#alertInscFin {
    margin-bottom: 15px;
}

#alertInscFin .alert {
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 0;
}

.categoria-panel .td-actions {
    white-space: nowrap;
}

.categoria-panel .td-actions .btn {
    padding: 4px 10px;
    font-size: 13px;
    margin-right: 3px;
    border-radius: 3px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

.categoria-panel .td-actions .btn:last-child {
    margin-right: 0;
}

.categoria-panel .td-actions .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.categoria-panel .td-actions .btn i {
    font-size: 14px;
}

.categoria-panel .td-actions .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}

.categoria-panel .td-actions .btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
    color: white;
}

.categoria-panel .td-actions .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: white;
}

.categoria-panel .td-actions .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: white;
}

.categoria-panel .td-actions .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white;
}

.categoria-panel .td-actions .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: white;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 10px auto;
}

.modal-dialog.modal-lg {
    max-width: 1200px;
    width: 95%;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25px);
}

.modal.fade.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-content {
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}

.modal-header {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.modal-header .modal-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.modal-header .modal-title .badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.modal-header .modal-title span {
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
}

.modal-body {
    background-color: #fff;
}