.pzfm-modal-form .modal-header {
    align-items: center
}

.pzfm-modal-form .modal-title {
    color: var(--pzfm-dark);
    font-weight: 700;
    font-size: 21px
}

.pzfm-modal-form .btn-close {
    border: 0;
    background: #fff;
    font-size: 24px;
    outline: 0
}

.pzfm-modal-form .select2-container {
    width: 100% !important
}

#login-bg, #reg-bg, .dashboard-pc, .dashboard-pp, .gbsdf-featured-bg-image, .login-bg, .pzfm-featured-bg-image, .pzfm-header.post-image {
    background-position: center;
    background-repeat: no-repeat
}

@font-face {
    font-family: Urbanist;
    src: url(../css/webfonts/Urbanist-Regular.woff2) format("woff2"), url(../css/webfonts/Urbanist-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Ubuntu !important
}

a {
    color: var(--pzfm-dark)
}
/*texto y fondo del botón activo del menú lateral izquierdo*/
#accordionSidebar .active, #login-section .login-btn, #registration-section .register-btn, .btn-pzfm, .dropdown-menu .dropdown-item:hover, .lost-password-section .lost-pass-btn, .reg-inputs-wrapper #reg_button {
    background-color: #e7eaed !important;
    color: #ff0025
}

.card-header.pzfm-header, .nav-tabs .nav-link.active {
    font-weight: 700;
    color: var(--pzfm-dark)
}

.card-header.pzfm-header {
    border-bottom: 1px solid var(--pzfm);
    margin: 0 1.25rem;
    padding-left: 0;
    padding-right: 0;
    background: 0 0;
    font-size: 18px
}

//Cambio del color
.glms-tabs-wrap .active, .text-pzfm, .text-pzfm a {
    color: #212121 !important
}

.btn-outline-pzfm, .btn-outline-pzfm:hover {
    background-color: transparent;
    color: var(--pzfm) !important;
    border: 1px solid var(--pzfm) !important
}

.bg-pzfm, .slick-dots li.slick-active button {
    background-color: var(--pzfm) !important
}

.glms-tabs-wrap .active {
    border-bottom: 1px solid
}

.page-buttons .page-numbers {
    border: 0;
    padding: 0 5px;
    color: var(--pzfm-secondary);
    font-weight: 600
}

.page-buttons .page-numbers.current {
    color: var(--pzfm)
}

//ocultar elemento de las tarjetas de la sección Dashboard
.col-auto.pzfm-icons {
    display: none;
}

.pzfm-icon-color {
    color: var(--pzfm-icon-color) !important
}
/*borde lat/izq de las tarjetas superiores*/
.pzfm-border-left {
    /* border-left: .35rem solid var(--pzfm) !important; */

}

/*numero de las tarjetas superiores*//*nuevo*/
  .h3.mb-0.font-weight-600.text-pzfm.text-pzfm {
      font-size: 35px;
      margin-top: 20px;
  }

.sidebar-light .nav-item .nav-link[data-bs-toggle=collapse]::after {
    color: #b7b9cc
}

.topbar .nav-item.dropdown .dropdown-toggle.show::after {
    content: "\f107"
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link[data-bs-toggle=collapse].collapsed::after {
        content: "\f105"
    }

    .sidebar .nav-item .nav-link[data-bs-toggle=collapse]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: "\f107";
        font-family: "Font Awesome 5 Free"
    }

    .sidebar .nav-item .nav-link.active::after {
        color: #fff
    }
}

.pzfm-user-avatar {
    width: 40px !important;
    height: 40px;
    background-size: cover;
    display: block;
    border-radius: 50px
}

#select2-user_role-container {
    position: absolute
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d1d3e2
}

.select2-search__field {
    height: 31px !important;
    margin-top: 0 !important;
    line-height: 31px
}

.select2-container--default .select2-selection--single {
    height: 31px;
    font-weight: 400;
    border: 1px solid #e3e6f0 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e !important;
    line-height: 31px !important;
    padding-left: 10px;
    outline: 0
}

input.select2-search__field {
    outline: 0
}

.select2-selection__arrow {
    margin-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px !important
}

.select2-dropdown {
    border: 1px solid #e3e6f0 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display, .select2-container--default .select2-selection--single, .select2-dropdown {
    font-size: .875rem !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px !important
}

.pzfm-settings-nav a {
    color: #000;
    font-weight: 300
}

.form-control {
    -webkit-appearance: none
}

.pzfm-posts .card-status-banner {
    bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 0
}

#accordionSidebar, #pzfm-avatar-wrapper #upload-avatar-wrapper, #pzfm-avatar-wrapper #user-avatar, .add-loading, .pzfm-banner-item, .pzfm-contacts-page-settings-wrapper .bg-custom, .pzfm-posts .post-image {
    position: relative
}

.sidebar.toggled h6 {
    font-weight: 600;
    padding: 0 !important
}

#loginform, #registration-form {
    max-width: 720px;
    margin: auto
}

.border-left-pzfm {
    border-left: .25rem solid var(--pzfm) !important
}

.text-break {
    word-break: break-all !important
}

.pzfm_table td[data-label=title], .sidebar .nav-item h6 {
    word-break: break-word
}

.attachment-info label.setting, .attachments-browser label.screen-reader-text, .nav-item-title .nav-link:after, div#ast-mobile-popup, h2.media-frame-actions-heading.screen-reader-text, label.name[for=attachment-details-caption], textarea#attachment-details-caption {
    display: none
}

.nav-item-title h6 span {
    font-size: 1em !important
}

ul.pzfm-role_list li, ul.pzfm-role_list li a {
    font-size: 14px !important
}

.view-profile-pic-wrap img {
    width: 170px
}

.bullets-none {
    list-style: none
}

#login-section {
    padding-top: 30px;
    height: 100%
}

.login-page {
    height: 100%;
    position: fixed
}

.pzfm-card-title {
    font-size: 14px;
    font-weight: 500
}

.pzfm-card-count {
    font-size: 36px;
    font-weight: 100
}

.login-wrapper a, .register-wrapper a, .strong {
    font-weight: 500
}

a:hover {
    text-decoration: none
}

ul#accordionSidebar.toggled li .fas {
    font-size: 20px;
    margin: 10px 0
}

.aligncenter {
    margin: 0 auto;
    display: block
}

.hide, .hide-on-desktop {
    display: none !important
}

.gallery-content, .phone .error {
    width: 100%
}

.form-control.error {
    font-size: 1rem
}

.collapse-item.text-capitalize:active, .collapse-item.text-capitalize:hover {
    color: #000 !important
}

.pzfm-featured-bg-image {
    background-size: cover;
    position: relative
}

#genloader, .add-loading .spinner-border, .add-loading:before, .gen-loader-wrap, .load-scrn:after {
    position: absolute;
    left: 0
}

.pzfm-featured-bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31%, 31%, 38%);
    left: 0;
    right: 0
}

.page-heading {
    padding: 200px 0
}

.pzfm-post-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.pzfm-side-card {
    max-height: 250px;
    overflow-y: scroll
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.text-sm {
    font-size: 13px;
    line-height: 18px
}

.pzfm-card-wrap .fas, .pzfm-icons {
    font-size: 34px
}

#pzfm-loader .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffffbd;
    z-index: 9999;
    height: 100%;
    cursor: wait
}

.loader-wrapper .spinner-grow {
    width: 1.2rem;
    height: 1.2rem
}

.gen-loader-wrap {
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 69%);
    top: 0;
    z-index: 999
}

.dashboard-pc, .dashboard-pp {
    position: relative;
    transition: .3s ease-in-out;
    cursor: pointer;
    overflow: hidden
}

.dash-card-icon {
    max-width: 55px;
    width: 100%
}

.pzfm-icons {
    color: #ccc
}

#genloader {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #8b8b8b;
    -webkit-animation: .5s linear infinite spin;
    animation: .5s linear infinite spin
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.load-scrn:after {
    width: 100%;
    content: "";
    background: rgb(255, 255, 255, .5) !important;
    z-index: 2;
    height: 100% !important;
    top: 0
}

.pzfm-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent
}

.pzfm-card-main-wrap .pzfm-card-wrap {
    width: 50%
}

.pzfm-card-header .card-icon {
    border-radius: 3px;
    background-color: #e5a43e;
    padding: 23px;
    margin-top: -40px;
    margin-right: 15px;
    float: left;
    color: #fff
}

.pzfm-card-header .card-icon .fa {
    color: #fff;
    font-size: 68px
}

.add-loading:before {
    content: "";
    background-color: #754a075c;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9
}

.add-loading .spinner-border {
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 50%;
    z-index: 999
}

.pzfm-card-wrap {
    text-align: center;
    width: 100%;
    margin: -40px auto 0 !important;
    float: none !important;
    border-radius: 8px !important;
    box-shadow: 1px 1px 1px 1px #ddd
}

.pzfm-card-main-wrap a, .pzfm-dashboard a {
    color: #858796
}

.info-title h2, .info-title p {
    color: #000;
    margin-bottom: 20px
}

.pzfm-card-main-wrap .card-header {
    border-bottom: none
}

.col-md-12.justify-content-center.cover-photo, .login-sldr-mode {
    padding: 0
}

#accordionSidebar .position-absolute {
    left: 0;
    right: 0;
    bottom: 0
}

.forgotpass-form-container input:focus, .pzfm-dashboard a:active, .pzfm-dashboard a:hover, .pzfm-login .login-inputs:focus, .pzfm-reg-parent .form-control:focus {
    color: #6e707e
}

.card-body.error-wrapper {
    background-color: #cc1706;
    color: #fff;
    text-align: center;
    font-size: 20px
}

.pzfm-dashboard ul.navbar-nav {
    margin-left: 0 !important;
    z-index: 1031
}

.nav-user-avatar {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-position: center;
    background-size: cover;
    border-radius: 50%
}

.sidebar {
    z-index: 1
}

.sidebar-brand-text .site-logo {
    width: 80%;
    object-fit: contain;
    box-shadow: none !important
}

.pzfm-back-btn, .pzfm-dashboard .sidebar-brand-text {
    padding: 10px
}

#accordionSidebar .active .nav-link[data-toggle=collapse]::after, #accordionSidebar .active a {
    color: #fff
}
/*icono activo del menú lateral izquierdo*/
#accordionSidebar .active i, .btn.btn-pzfm:hover {
    color: #ff0025 !important
}

.social-media-icon-wrap {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-basis: 50px
}

.social-media-wrapper input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.dashboard-pp {
    height: 200px;
    max-width: 200px;
    background-size: cover;
    border-radius: 100px !important
}

.dashboard-pc {
    background-color: #c3c3c3;
    height: 240px;
    background-size: contain;
    border-radius: 0 !important
}

.upload-pp-button {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 25px 10px;
    opacity: 0;
    transition: .3s ease-in-out;
    position: absolute;
    width: 100%
}

.dashboard-pp img {
    width: 100%;
    height: auto
}

.dashboard-pc:hover .upload-pp-button, .dashboard-pp:hover .upload-pp-button {
    opacity: 1
}

.pzfm-dashboard .sidebar {
    position: fixed
}

.pzfm-dashboard #content-wrapper {
    margin-left: 6.5rem;
    margin-top: 5vh
}

.gallery-image-wrapper {
    border: 1px solid #d1d3e2;
    border-radius: 10px
}

.gallery-image-wrapper .thumbnail {
    border-radius: 10px
}

.media-modal span.screen-reader-text {
    position: absolute;
    overflow: hidden;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

@media screen and (min-width: 768px) {
    .pzfm-dashboard #content-wrapper {
        margin-left: 14rem
    }
}

.login-bg {
    height: 100%;
    background-size: cover;
    width: 100%
}

.login-sldr-mode .slick-slide {
    height: 100vh !important
}

.info-title {
    background: rgb(255 255 255 / 65%);
    width: 70%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 30px
}

.info-box-container {
    width: 100%;
    position: relative;
    height: 100%
}

.info-title h2 {
    font-size: 30px
}

.info-title p {
    font-size: 18px
}

#passwordHelpInline {
    font-size: 10px;
    font-weight: 300
}

.pzfm-login .input-group-text {
    border-radius: 30px;
    border: 0;
    padding: 20px
}

.forgotpass-form-container input, .pzfm-login .login-inputs {
    background: #eaecf4;
    font-size: 16px;
    height: auto;
    padding: 15px;
    font-weight: 200
}

.pzfm-login .login-inputs {
    border: 0;
    border-radius: 30px;
    border-left: 1px solid #d1d3e2
}

.pzfm-login .pzfm-label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #6e707e
}

.forgotpass-form-container input {
    border: 0;
    border-radius: 3px;
    border-left: 1px solid #d1d3e2
}

.login-wrapper, .register-wrapper {
    font-size: 14px;
    font-weight: 300
}

.pzfm-reg-parent label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px
}

.pzfm-reg-parent .form-control {
    font-weight: 400;
    border: 1px solid #e3e6f0
}

.phone .iti--allow-dropdown {
    padding: 0;
    width: 100%
}

i.pzfm-pass-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    align-self: center;
    cursor: pointer;
    z-index: 2
}

.login-inputs-wrapper i.pzfm-pass-icon {
    bottom: unset;
    right: 25px;
    z-index: 2
}

.login-inputs-wrapper #login_password {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    z-index: 1
}

.pzfm-password-fields i.pzfm-pass-icon {
    bottom: 11px
}

.anncemnt-bg {
    height: 300px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.anncment-img {
    width: 100%;
    max-width: 1600px;
    height: 100% !important;
    max-height: 560px !important;
    overflow: hidden;
    margin: 0 auto;
    object-fit: cover
}

.anncemnt-sldr-mode {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
    -webkit-transition: opacity 1s
}

.anncemnt-sldr-mode.slick-initialized, .tooltip-link:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.tooltip-link {
    background: #ce2a1d;
    color: #fff;
    padding: 7px 11px;
    border-radius: 6px;
    cursor: pointer
}

.display-inline-link .inline {
    display: inline-block
}

input#user_blog_link {
    width: 87%
}

.tooltip-link .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 58%;
    margin-left: -62px;
    opacity: 0;
    transition: opacity .3s
}

.tooltip-link .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none
}

.slick-dots li {
    margin: 0 .25rem
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #c1c1c1;
    text-indent: -9999px !important
}

#login-bg, #reg-bg {
    background-size: cover
}

.reg-login-title h2 {
    font-size: 55px
}

#reg-header-logo img, .reg-login-title img {
    width: 250px
}

.login-btn, .lost-pass-btn, .register-btn {
    border-radius: 20px;
    min-width: 15rem
}

.pzfm-reg-error-message {
    color: red;
    font-size: 12px;
    align-self: center
}

#reg-header-wrap {
    background-color: #efefef
}

.clear-both {
    clear: both
}

.color-setting-wrapper .color-field.wp-color-picker {
    width: 80px !important;
    display: inline-block !important
}

.field-descrip {
    font-size: 10px;
    font-style: italic
}

.pzfm-header.post-image {
    height: 250px;
    background-size: cover
}

.norm-btn, .norm-btn:hover {
    border: none;
    background: 0 0
}

.norm-btn {
    font-size: 12px;
    font-weight: 200
}

.norm-btn:hover {
    color: #858796;
    text-decoration: underline;
    text-align: right
}

.pzfm-post-url {
    font-size: 14px;
    width: 100%
}

.pzfm-post-url .pzfm-copy {
    float: right
}

.pzfm-banner-item .fa-trash {
    position: absolute;
    z-index: 9999;
    top: 3px;
    right: 15px;
    text-shadow: 1px 1px 1px #000
}

.pzfm-video-banner #mep_0, .pzfm-video-banner .wp-video, .pzfm-video-banner iframe {
    width: 100% !important;
    height: 450px !important
}

.image-wrapper, .post-image-wrapper, .product-image-wrapper, .pzfm-photo-descrion, .pzfm-post-image, .slider-image-wrapper, .upload-background-wrapper, .upload-logo-wrapper {
    position: relative;
    cursor: pointer
}

.image-wrapper:hover:before, .post-image-wrapper:hover:before, .product-image-wrapper:hover:before, .slider-image-wrapper:hover:before {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    content: "";
    height: 100%;
    display: block;
    width: 100%;
    left: 0;
    top: 0
}

.pzfm-table-responsive {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd
}

.pzfm-table-responsive .table {
    table-layout: fixed
}

.pzfm-table::-webkit-scrollbar {
    height: 15px
}

.pzfm-table::-webkit-scrollbar-thumb {
    background: #ababab
}

.pzfm-table::-webkit-scrollbar-track {
    background: #dcdcdc
}

.lessons-description table td, .lessons-description table th {
    border: 1px solid;
    padding: 5px
}

#pzfm-search-form .select2-search textarea, #pzfm-search-form .select2-selection, .pzfm-select-input .select2-container, .pzfm-select-input .select2-selection {
    height: calc(1.5em + .5rem + 2px) !important
}

#pzfm-search-form .select2-search textarea, #pzfm-search-form .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#pzfm-search-form .select2-search textarea {
    margin-top: 2px !important
}

.pzfm-select-input .select2-selection {
    border-color: #d1d3e2;
    font-size: .875rem
}

.pzfm-portfolio-col.d-table.pzfm-post-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(26, 26, 26, .49) !important;
    top: 0;
    left: 0
}

#pzfm-gallery-modal.active.modal {
    opacity: 1;
    visibility: visible;
    overflow-y: auto
}

.modal#pzfm-gallery-modal {
    opacity: 0;
    display: inherit;
    visibility: hidden
}

.modal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 60px
}

.modal-close {
    position: absolute;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    display: block;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px
}

.modal-close span {
    display: block;
    position: absolute;
    width: 3px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 10px;
    left: 17px;
    height: 22px
}

.modal-close .bar-1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close .bar-2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.view-profile-pic-wrap {
    margin-top: -87px
}

.pzfm-mt-n6 {
    margin-top: -6em
}

.pzfm-pt-6 {
    padding-top: 5em !important
}

.pzfm-ml-6 {
    margin-left: 1em
}

.iti__country-list {
    z-index: 3 !important
}

.gbsdf-background-login-wrapper p.bg-selection {
    display: inline-block;
    width: 45% !important
}

.pzfm-contacts-page-settings-wrapper .bg-custom::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--pzfm);
    position: absolute;
    opacity: .1;
    left: 0;
    top: 0
}

.pzfm-row-actions {
    font-size: 13px;
    padding: 2px 0 0;
    position: relative;
    opacity: 0;
    transition: .3s
}

.pzfm-tags-card .card-body label {
    margin: 5px
}

.pz-row:active .pzfm-row-actions, .pz-row:hover .pzfm-row-actions {
    opacity: 1;
    height: auto
}

.pz-row a, .pz-row td {
    font-weight: 400;
    color: var(--pzfm-dark)
}

.pz-row td {
    padding: 1rem .5rem
}

.pz-row td:first-child {
    width: 20px
}

.pzfm-search-wrap {
    width: 100%;
    margin: auto
}

.pzfm_table th {
    color: #3a3b45;
    padding: .5rem;
    border-bottom: 1px solid var(--pzfm) !important;
    border-top: 0
}

.pzfm-row-actions ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pzfm-row-actions ul li {
    display: inline-block;
    margin: 0;
    padding: 0 4px
}

.pzfm-row-actions ul li:last-child, ul.pzfm-role_list li:last-child {
    border: none
}

.pzfm-row-actions ul li:first-child {
    padding-left: 0
}

#pzfm-category_checklist {
    padding: 0;
    list-style: none;
    max-height: 210px;
    overflow-y: auto
}

#pzfm-category_checklist .children {
    padding-left: 20px;
    list-style: none
}

.pzfm-misc-pub-visibility {
    border-top: 1px solid var(--pzfm);
    border-bottom: 1px solid var(--pzfm);
    padding: 20px 0
}

#post-status-display, #post-visibility-display, #timestamp b {
    color: var(--pzfm-secondary) !important
}

#post-visibility-select {
    padding-top: 10px
}

#timestampdiv .screen-reader-text, #timestampdiv .screen-reader-text span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

#timestampdiv #aa, #timestampdiv #hh, #timestampdiv #jj, #timestampdiv #mn, #timestampdiv select {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: 0
}

.timestamp-wrap {
    padding: 10px 0
}

#timestampdiv .timestamp-wrap label:last-child {
    padding-left: 5px
}

#timestampdiv label {
    padding-right: 5px;
    margin-bottom: 0
}

#timestampdiv select {
    max-width: 80px
}

#timestampdiv #aa {
    max-width: 50px
}

#timestampdiv #hh, #timestampdiv #jj, #timestampdiv #mn {
    max-width: 35px
}

#timestampdiv .save-timestamp {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #858796;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #858796
}

#pzfm-avatar-wrapper #user-avatar #pzfm-change-avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    visibility: hidden
}

#pzfm-avatar-wrapper #user-avatar:hover #pzfm-change-avatar {
    visibility: visible
}

#pzfm-avatar-wrapper #user-avatar #pzfm-change-avatar i.fa.fa-camera {
    color: #a5a5a5bd
}

#pzfm-avatar-wrapper #upload-avatar-wrapper #close-upload-avatar {
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 999;
    font-size: 32px
}

#pzfm-avatar-wrapper .photo-container {
    text-align: center
}

ul.pzfm-role_list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 1em;
    color: #646970
}

ul.pzfm-role_list li {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    white-space: nowrap;
    border-right: 1px solid #e4e6f0
}

.pzfm-dashboard-wrap .avatar.photo-inner {
    border-radius: 50%
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pzfm-card-wrap .fas {
        font-size: 100%
    }

    .pzfm-card-main-wrap .pzfm-card-wrap {
        width: 100%
    }
}

@media screen and (max-width: 1440px) {
    #login-section, #registration-section {
        flex: 0 0 50%;
        max-width: 50%;
        margin: auto
    }
}

@media screen and (max-width: 1315px) {
    .pzfm_table.pzfm_user_table {
        overflow-x: scroll
    }

    .pzfm_table.pzfm_user_table .table {
        border-collapse: collapse
    }
}

@media screen and (max-width: 1080px) {
    #registration-section .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .mar-bot-res {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    #login-section, #registration-section {
        flex: 0 0 80%;
        max-width: 80%
    }

    .pzfm_table table {
        border: 0
    }

    .pzfm_table table caption {
        font-size: 1.3em
    }

    .pzfm_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .pzfm_table table tr {
        border: 1px solid #e3e6f0;
        display: block;
        margin-bottom: 2em
    }

    .pzfm_table table td {
        display: block;
        font-size: .8em;
        text-align: right;
        min-height: 30px;
        border: none;
        padding: 0 1rem;
        position: relative
    }

    .pzfm_table td:nth-child(2) {
        border-top: none
    }

    .pzfm-row-actions {
        padding: 10px 0 !important
    }

    .pzfm-avatar-wrap {
        flex-direction: column;
        margin-top: 10px
    }

    .pzfm-user-avatar {
        margin-left: auto;
        margin-bottom: 10px
    }

    .pzfm-avatar-wrap .col:first-child {
        position: absolute;
        right: 20px;
        top: -45px
    }

    .pzfm_table table td:first-child {
        margin: 20px 0 15px !important;
        width: 100%;
        text-align: left;
        min-height: 20px
    }

    .pzfm_post_table table td:first-child, .pzfm_user_table.pzfm_table table td:first-child {
        display: block
    }

    .pzfm_table table td::before {
        content: attr(data-label);
        float: left;
        text-transform: capitalize;
        font-weight: 700
    }

    .pzfm_table table td:last-child {
        border-bottom: 0
    }

    .pzfm_table .actiontd {
        width: 100% !important
    }

    .pzfm-add-btn-wrap .col {
        padding: 0
    }

    .pzfm_table table td:last-child .nav-link {
        padding: 0 !important
    }

    .login-page {
        height: auto !important;
        position: relative !important
    }

    .pzfm_table table td img {
        width: 100%;
        object-fit: contain
    }

    .pzfm_table.pzfm_user_table {
        overflow-x: unset
    }

    .pzfm_table table tr:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 769px) {
    .login-sldr-mode {
        display: none !important
    }

    #login-section {
        width: 100%;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    #pzfm-search-form .btn, #pzfm-search-form input {
        width: 100%;
        border-radius: 5px
    }

    .anncment-img {
        height: auto !important
    }

    .show-on-tab {
        display: block !important
    }

    .hide-on-tab {
        display: none !important
    }

    .pzfm_user_dashboard_page .btn-pzfm {
        padding: 4px 6px;
        border-radius: 100%
    }

    .pzfm-add-btn-wrap.pzfm_user_dashboard_page {
        text-align: right !important;
        margin-top: 0
    }

    .col-sm-4.pzfm_user_dashboard_page {
        flex: 15%;
        max-width: 15%
    }

    .col-sm-8.pzfm_user_dashboard_page {
        flex: 85%;
        max-width: 85%
    }

    .pzfm-add-btn-wrap .btn {
        width: 100%
    }

    #pzfm-search-form .input-group {
        flex-direction: column;
        gap: 8px
    }

    #pzfm-search-form .btn {
        z-index: unset
    }

    .page-buttons {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px
    }

    #collapsePosts {
        background-color: var(--pzfm);
        z-index: 10
    }

    #collapsePosts .collapse-inner {
        margin-bottom: 0
    }
}

@media screen and (max-width: 600px) {
    #login-section .reg-login-title img, .pzfm-settings-nav .nav.nav-tabs li {
        width: 100%
    }

    .pzfm-contacts-page-settings-wrapper table td, .pzfm-table-responsive table {
        border: 0
    }

    .pzfm-table-responsive table caption {
        font-size: 1.3em
    }

    .pzfm-table-responsive table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .pzfm-table-responsive table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    .pzfm-table-responsive table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        overflow: hidden
    }

    .pzfm-table-responsive table td:last-child {
        border-bottom: 0
    }

    #login-bg {
        background: #fff !important
    }

    #login-section, #registration-section {
        flex: 0 0 100%;
        max-width: 100%
    }

    #login-section button#wp-submit {
        width: 100% !important;
        display: block !important;
        min-width: 100%
    }

    #pzfm-search .select2-container .select2-selection--single {
        border: 1px solid #d1d3e2;
        border-radius: 5px !important
    }

    #pzfm-search .select2-selection__arrow {
        top: 10px !important
    }

    .prod-search .pzfm-select-dropdown .select2-container {
        width: 100% !important
    }

    .prod-search .pzfm-select-dropdown .select2-selection {
        border-radius: .35rem !important
    }

    .hide-on-desktop {
        display: block !important
    }

    .hide-on-mobile {
        display: none !important
    }

    #pzfm-search .btn-pzfm {
        width: 100%;
        max-width: 100px
    }

    #pzfm-search .form-control {
        width: calc(100% - 100px) !important
    }

    #pzfm-search .btn-pzfm .fa-search {
        padding: 4px 0
    }

    .pzfm_user_dashboard_page .col a {
        width: auto !important
    }

    .pzfm-post-url a {
        display: block
    }

    .pzfm-post-url .pzfm-copy {
        float: unset;
        margin-top: 10px
    }

    .pzfm-contacts-page-settings-wrapper td, .pzfm-contacts-page-settings-wrapper tr {
        display: block;
        width: 100% !important
    }

    .pzfm-contacts-page-settings-wrapper .capabilities-row td::before {
        content: attr(data-label);
        position: absolute;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 700;
        left: 10px
    }

    .pzfm-contacts-page-settings-wrapper .capabilities-row {
        position: relative;
        border: 1px solid #a5a5a524;
        border-top: 0
    }

    .pzfm-contacts-page-settings-wrapper .custom-control {
        padding-left: 4rem
    }

    .pzfm-contacts-page-settings-wrapper .table-hover tbody tr:hover {
        background-color: transparent
    }

    .pzfm-contacts-page-settings-wrapper thead {
        display: none
    }

    .pzfm-contacts-page-settings-wrapper .capabilities-title {
        margin-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .remove-padding-mobile {
        padding: 0
    }

    .glms-getting-started span, .pzfm-username {
        display: none
    }

    #accordionSidebar {
        width: 0;
        overflow: hidden !important;
        transition: width .3s !important
    }

    .glms-getting-started i {
        margin-right: 0 !important
    }

    .sidebar-toggled .sidebar {
        width: 100% !important;
        transition: width .5s !important
    }

    .sidebar-toggled #accordionSidebar {
        position: fixed;
        z-index: 9999;
        overflow-y: scroll !important;
        height: 100%
    }

    .sidebar-toggled #sidebarToggleTop {
        z-index: 9999
    }

    .sidebar-toggled .sidebar-brand-text .site-logo {
        width: 100%;
        max-width: 120px;
        height: auto
    }

    .sidebar-toggled .sidebar .nav-item .nav-link {
        text-align: left;
        width: 100%;
        padding: 15px 30px
    }

    .sidebar-toggled .sidebar .nav-item .nav-link span {
        display: inline-block;
        font-size: 14px
    }

    .sidebar-toggled .sidebar-light .nav-item .nav-link i {
        margin-right: 5px !important
    }

    .sidebar-toggled .topbar #sidebarToggleTop {
        position: fixed;
        background-color: #fff !important
    }

    .sidebar-toggled .sidebar-toggled .topbar #sidebarToggleTop {
        position: relative
    }

    .pzfm_view_before_personal_info .first-name, .pzfm_view_before_personal_info .last-name {
        margin-bottom: 0 !important;
        font-size: 24px;
        line-height: 24px
    }

    .nav-user-avatar {
        margin-right: 0
    }

    .pzfm-dashboard-wrap .navbar.topbar.static-top {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%
    }

    .sidebar-toggled .navbar.topbar.static-top {
        position: unset
    }

    .pzfm-dashboard-wrap #content {
        padding-top: 100px
    }

    .sidebar-toggled #content {
        padding-top: 0
    }

    #pzfm-settings-form {
        width: 100%
    }
}

@media screen and (max-width: 375px) {
    .pzfm_table.pzfm_user_table .table td:nth-child(2) span, table.table td:nth-child(3) a {
        width: 100px;
        display: block;
        margin: 0 0 0 auto
    }

    #login-section .container, #registration-section .container {
        padding: 0
    }
}