:root {
    /*  Padrão  */
    --template1: #5CD3B9;
    /* Painel lateral */
    --template2: #00c499;
    /* cor hover */
    --template3: #00bb92;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-right: 8px;
  cursor: pointer;
}
#mensagem-recuperar{
  color: var(--template1) !important;
  font-size: 13px;

}

.select2-selection__rendered {
    font-weight: 500;
    line-height: 36px !important;
    border-radius: 7px !important;
    border: 1px solid #c9c7c7;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}


hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}
.text-verde{
  color:#0e9e29;
}
.ocultar{
  display:none;
}
.textareag{
    width:1000px;
    height:550px;
}
.side-menu .slide .side-menu__item:hover {
    background-color: var(--template2);

}
.main-sidemenu {
    background-color: #2A2E3F;
}
.app-sidebar {
    background-color: #2A2E3F;
}

.slide-menu {
    border-left: 4px solid #de7b53;
    background-color: #2a2e3f !important;
    color: #ffffff;
}
.side-menu__item a{
    background-color: var(--template2);
    color: #ffffff;
}

.side-menu__item:hover .side-menu__icon,
.side-menu__item:hover .side-menu__label,
.side-menu__item:hover .angle {
    color: #ffffff !important;
    fill: #ffffff !important;

}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: var(--template1) !important;

}
.app-sidebar .side-item.side-item-category {
    color: #7660a7;
}
.main-sidebar-header {
    background: #2A2E3F !important;
}
.main-header {
    background-color: #2A2E3F !important;
}
.slide-item .app-sidebar .slide-menu .slide-item:before:hover {
    color: var(--template1) !important;
}
.slide.is-expanded .slide-menu a:hover:before {
   color: var(--template1) !important;
}
.slide:hover .side-menu__label,
.slide:hover .angle {
    color: #fff !important;
    fill: #fff !important;
}
.header-icon-svgs {
    color: #ffffff;
    fill: #ffffff;
}
.font-size-11{
    font-size: 11px !important;
}

#calendar {
    max-width: 1320px;
    margin: 0 auto;
}

/* Base responsiva para painel admin e painel socio */
img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

.card,
.custom-card {
    overflow-wrap: anywhere;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991.98px) {
    .main-content {
        padding-top: 62px;
    }

    .main-header .main-header-left .responsive-logo img {
        max-height: 40px;
        width: auto;
    }

    .main-footer {
        font-size: 12px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .side-menu__label {
        white-space: normal;
        line-height: 1.25;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    .container,
    .container-fluid,
    .main-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .main-content-body,
    .main-content-left,
    .main-content-right {
        padding: 10px !important;
    }

    .card-body {
        padding: 12px;
    }

    .btn,
    .form-control,
    .form-select,
    .select2-container--default .select2-selection--single {
        min-height: 40px;
    }

    .row > [class*="col-"] {
        margin-bottom: 10px;
    }

    .table th,
    .table td {
        white-space: nowrap;
        font-size: 12px;
        padding: 8px 6px;
    }

    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        text-align: left !important;
        float: none !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 6px;
    }

    .main-header .header-icon-svgs {
        width: 20px;
        height: 20px;
    }
}
