html {
    font-size: 14px !important;
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

a:focus, button:focus {
    outline: none !important;
    box-shadow: none !important;
}


#goUp {
    display: inline-block;
    background-color: #C1C1C1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30%;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #goUp:hover {
        cursor: pointer;
        background-color: #aeaeae;
    }

    #goUp:active {
        background-color: #555;
    }

    #goUp.show {
        opacity: 1;
        visibility: visible;
    }

    #goUp::after {
        background-image: url(/images/scrollup.png);
        background-repeat: no-repeat;
        background-size: 30px;
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
    }

.container.header-custom {
    margin-left: 10px;
}

.br-custom {
    padding-right: 3px !important;
}

html {
    position: relative;
    min-height: 100%;
}

.navbar-brand {
    margin-left: 15px;
}

.bg-star-green {
    background-color: #86b918;
}

.bg-star-light-green {
    background-color: #EFF5E6;
}

.bg-star-ultra-light-green {
    background-color: #e6f1d4;
}

.bg-star-dark {
    background-color: #4a4a49;
}

#contactModal {
    z-index: 1500; /* Puedes ajustar este valor según sea necesario */
}

.btn-star {
    background-color: #83BB26;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0px;
    border-radius: 30px;
}

    .btn-star:hover {
        background-color: #75A822;
        color: #fff;
    }

.btn-star-dark {
    background-color: #81B317;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0px;
    border-radius: 30px;
}

    .btn-star-dark:hover {
        background-color: #74a115;
        color: #fff;
    }

.btn-star-light-dark {
    background-color: #929292;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0px;
    border-radius: 30px;
}

    .btn-star-light-dark:hover {
        background-color: #808080;
        color: #fff;
    }

.btn-dark {
    background-color: #4a4a49;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0px;
    border-radius: 30px;
}

    .btn-dark:hover {
        background-color: #2C2C2B;
        color: #fff;
    }

.btn-save, .btn-basic-save {
    float: right;
    background-color: #81B317;
    border: none;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #fff;
    border-radius: 30px;
}

    .btn-save:hover {
        background-color: #74a115;
        color: #fff;
    }

.btn-deactivate {
    background-color: #cb4040;
    color: #fff;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

    .btn-deactivate:hover {
        background-color: #ca2929;
        color: #fff;
    }

.left-icon {
    width: 25px;
    padding-bottom: 4px;
}

.right-icon {
    width: 18px;
    padding-bottom: 6px;
}

#home-blocks .card-header {
    padding-top: 6px;
    padding-bottom: 0px;
}

#area-blocks .card-header {
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 30px;
    background-color: #4a4a49 !important;
}

.back-home {
    color: black;
    position: relative;
    text-decoration: none;
}

    .back-home::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 1px;
        background-color: black;
        transition: width 0.15s ease-in-out;
    }

    .back-home:hover::before {
        width: 100%;
        transition: width 0.15s ease-in-out;
    }


.card-header h4 {
    padding-left: 15px;
}

.rounded-20 {
    border-radius: 20px !important;
}

.color-star-green {
    color: #86b918;
    margin-bottom: 4px !important;
}

.star-link {
    color: #86b918 !important;
}

    .star-link:visited {
        color: #86b918 !important;
    }

    .star-link:hover {
        color: #3e9321 !important;
    }


hr {
    border: 1px solid #86b918 !important;
}

.card-body {
    padding: 1rem 2rem !important;
}

.header-image {
    margin: 0;
    padding: 0;
}

.home-banner-image {
    width: 100%;
    object-fit: cover;
    height: 7rem;
}

.banner-image {
    width: 100%;
    object-fit: cover;
    height: 7rem;
}

.form-check-input:checked {
    background-color: #86b918;
    accent-color: #86b918;
    border: 0px;
}

.navbar ul li {
    padding: 5px;
    font-weight: bold;
    background: white;
    position: relative;
}

    .navbar ul li span {
        float: right;
        margin-left: 25px;
    }

@media(min-width: 992px) {
    .navbar .navbar-nav {
        margin-left: 30px;
    }

    .navbar ul li {
        border-bottom: none;
        padding: 5px 0px;
        font-weight: 400;
        background: none;
    }
}

.navbar ul li #logout {
    font-weight: bold;
}

@media(min-width: 992px) {
    .navbar ul li #logout {
        font-weight: 400;
    }
}

.navbar #selectLanguage {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
    background: #e9e9e9;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
}

@media(min-width: 992px) {
    .navbar #selectLanguage {
        position: initial;
        margin-left: 70px;
    }
}

.navbar-nav .home::before {
    background-image: url(/images/icon-home.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.navbar-nav .profile::before {
    background-image: url(/images/icon-profile.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.navbar-nav .account::before {
    background-image: url(/images/icon-account.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.navbar-nav .account::before {
    background-image: url(/images/icon-logout.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.navbar-nav .logout::before {
    background-image: url(/images/icon-logout.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
    background-size: 20px;
    background-repeat: no-repeat;
}

/*.navbar-light .navbar-nav .nav-link {
    padding-left: 35px;
}*/

/* User/FirstAccess */
.title-h2 {
    font-weight: bold;
    margin-top: 30px;
}

.choose {
    margin-top: 30px;
}

.list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-top-rounded {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.card-bottom-rounded {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.card-top-rounded img {
    padding-bottom: 10px;
}

.item-icon {
    padding-bottom: 10px;
    float: left;
    margin-top: 5px;
}

.vertical-line {
    height: 100%;
    border-left: 2px dashed gray;
    margin: 0 auto;
}

.title-list {
    font-weight: bold;
}

.item-list {
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.item-icon {
    width: 15px;
    margin-right: 10px;
}

.item-icon-sublist {
    width: 10px;
    margin-left: 5px;
}

.item-icon-header {
    width: 45px;
    margin-left: -10px;
}

.item-icon-header-button {
    width: 20px;
}

.item-text {
    clear: left;
    text-align: right;
    vertical-align: middle;
    line-height: 25px;
}

/* Shared/_DataHeader */
.data-header {
    height: auto;
    background-image: url(/images/profile-background-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .data-header::after {
        background-image: url(/images/profile-background.png);
        background-repeat: no-repeat;
        display: block;
        content: ' ';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0px;
        background-position: center;
        background-size: contain;
    }

/*@media(min-width: 992px) {
    .data-header {
        background: #323232;
    }
}*/

.offcanvas-body .data-header.container-fluid {
    background-color: #fff;
}

@media(min-width: 992px) {
    .data-header {
        /*background-image: url(/images/profile-background-grey.png);*/
        background-image: url(/images/profile-background-2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-employee {
        background-image: url(/images/profile-background-grey.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-manager {
        background-image: url(/images/profile-background-2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.header-employee .msg-notdeleted-account {
    color: #ee6d5f;
}

.basic-info {
    line-height: 10px;
    margin-bottom: 10px;
}

.name {
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0px !important;
}

@media(min-width: 992px) {
    .name {
        color: white;
        text-align: left;
        padding-top: 0px;
    }
}

.role {
    font-weight: 400;
    font-size: 20px;
    color: black;
    text-align: center;
}

@media(min-width: 992px) {
    .role {
        font-weight: 400;
        font-size: 20px;
        color: white;
        text-align: left;
    }
}

.info-block {
    margin-top: 10px;
    line-height: 10px;
    color: black;
}

@media(min-width: 992px) {
    .info-block {
        margin-top: 30px;
        line-height: 10px;
        color: white;
    }
}

.little-info-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.little-info {
    font-size: 14px;
    line-height: 20px;
}

.tab-block {
    margin-top: 25px;
}

.tab {
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 0px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    height: 100%
}

@media(min-width: 992px) {
    .tab {
        color: white;
        padding: 0px;
        height: 100%;
    }
}


.tab p {
    margin: 0px !important;
}

@media(max-width: 992px) {
    .tab.bg-star-green {
        padding: 10px;
    }
}

.tab.bg-star-green a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
}

@media(min-width: 992px) {
    .tab.bg-star-green a {
        padding: 10px;
        display: block;
    }
}

.name-nav {
    color: white;
    font-weight: 500;
    text-align: left;
    padding: 0px 10px;
}

.active {
    background-color: white !important;
    color: black !important;
    border: 1px solid white;
    border-radius: 6px 6px 0px 0px;
}

@media(min-width: 992px) {
    .active {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}

.user-image {
    text-align: center;
}

.profile-user-image {
    width: 180px;
    max-width: 180px;
    border-radius: 50%;
    height: 180px;
    min-height: 180px;
    border: 2px solid #fff;
}

@media(max-width: 992px) {
    .profile-user-image {
        width: 120px;
        max-width: 120px;
        height: 120px;
        min-height: 120px;
    }
}

.header-employee .profile-user-image {
    width: 130px;
    max-width: 130px;
    border-radius: 50%;
    height: 130px;
    min-height: 130px;
    border: 2px solid #fff;
}

.small-header .profile-user-image {
    width: 75px;
    max-width: 75px;
    border-radius: 50%;
    height: 75px;
    min-height: 75px;
    border: 2px solid #fff;
}

.btn-download {
    background-color: white;
    color: black;
    border-radius: 0px;
    font-weight: bold;
}

    .btn-download.btn-download-manager {
        background-color: #86b918;
        color: white;
        border-radius: 20px;
        font-weight: 100;
        float: none;
        padding: 5px 10px;
    }

.btn-delete-user, .btn-delete-user:hover {
    background-color: #ee6d5f;
    color: white;
    border-radius: 20px;
    font-weight: 100;
    float: none;
    padding: 5px 10px;
}

.btn-convert-to-admin, .btn-delete-admin-role {
    background-color: gray;
    color: white;
    border-radius: 20px;
    font-weight: 100;
    float: none;
    padding: 5px 30px 5px 15px;
    position: relative;
}

    .btn-convert-to-admin:hover, .btn-delete-admin-role:hover {
        background-color: #4a4a49;
        color: #fff;
    }

    .btn-convert-to-admin::before, .btn-delete-admin-role::before {
        content: '';
        background-image: url(/images/icon-convert-to-manager.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 12px;
        right: -10px;
        top: 8px;
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }


.btn-border-light {
    color: black;
    border: 1px black solid;
    padding: 10px;
    width: 100%;
}

.save-message {
    display: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 1rem;
    color: #C62323;
}

    .save-message::before {
        background-image: url(/images/alert.png);
        background-repeat: no-repeat;
        display: block;
        content: ' ';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0px;
        left: 0px;
        background-position: center;
        background-size: contain;
    }

.save-message-anchor {
    display: none;
    position: relative;
    margin-bottom: 1rem;
    color: #C62323 !important;
    cursor: pointer;
    display: inline;
    text-decoration: underline;
    padding: 0px;
}

    .save-message-anchor:hover {
        position: relative;
        cursor: pointer;
    }

textarea {
    resize: none;
}

.checkbox-currently input {
    position: absolute;
    top: 8px;
}

.checkbox-currently label {
    display: block;
    height: 25px;
    position: relative;
    padding: 2px 0px 0px 18px;
    font-size: 15px;
    font-weight: 500;
}

.text-dark-error {
    color: #842029;
}

    .text-dark-error:hover {
        color: #842029;
        font-weight: bold;
    }

.gray-background {
    background-color: #f2f2f2;
    padding: 1rem;
    margin-top: 15px;
    padding-bottom: 30px;
}

.text-right {
    text-align: right;
    padding-top: 8px;
}

.button-delete {
    width: auto !important;
    float: right;
    text-decoration: none;
    color: white;
    font-size: 14px;
    border-radius: 30px !important;
    padding: 5px 15px 5px 34px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #EE6D5F;
}

    .button-delete::before {
        background-image: url(/images/delete-3.png);
        background-repeat: no-repeat;
        background-size: 25px;
        content: "";
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        left: 8px;
        top: 3px;
        color: white;
    }

    .button-delete:hover {
        color: white;
    }


.button-add {
    width: auto !important;
    float: right;
    text-decoration: none;
    color: white;
    font-size: 14px;
    border-radius: 30px;
    padding: 5px 15px 5px 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #4a4a49;
    margin-top: 2px;
}

    .button-add::before {
        background-image: url(/images/add.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        left: 12px;
        top: 10px;
    }

    .button-add:hover {
        background-color: #86b918;
        color: #fff;
    }

.fa-xmark {
    position: relative;
}

.cross {
    width: 30px;
    position: relative;
    bottom: 2px;
}

@media(max-width: 992px) {
    .cross {
        width: 23px;
        position: relative;
        bottom: 1px;
    }
}

.cross-digitalPresence {
    width: 32px;
    position: relative;
    top: 2px;
}

@media(max-width: 992px) {
    .cross-digitalPresence {
        width: 28px;
        bottom: 33px;
        text-align: right;
        padding-right: 0px !important;
    }
}

.cross-delete {
    position: relative;
}

.separator-block-digitalPresence {
    border: 1px solid #DBDBDB !important;
    margin-top: 2rem;
    width: 85%;
    height: 1px;
    border: 0;
}

.anchor-item {
    width: 50px;
    height: 50px;
    float: right;
    position: absolute;
}

@media(max-width: 992px) {
    .anchor-item {
        width: 35px;
        height: 35px;
    }
}

.anchor-item-w-del {
    width: 35px !important;
    height: 35px !important;
    margin-left: 10px;
}

.anchor-item-delete {
    width: 35px !important;
    height: 35px !important;
    margin-left: 10px;
    margin-top: 45px;
    background: #86b918;
    border-radius: 50%;
}

.culture-item {
    cursor: pointer;
    margin: 0px 3px;
}

#selectLanguage:last-child {
    margin-right: 15px;
}

.k-picker.select-kendo-bg-white {
    background-color: #fff;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.tooltip-img {
    max-width: 20px;
    max-height: 20px;
}

.separator-block {
    width: 30% !important;
    margin: auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.title-tooltip h2, .title-tooltip label {
    float: left;
    width: auto;
}

.tooltip-info {
    float: left;
    display: block;
    margin: 10px;
    background-image: url(/images/tooltip.png);
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

    .tooltip-info.inside-subtitle {
        margin: 5px 0px 0px 3px;
        height: 15px;
        width: 15px;
    }

@media (max-width: 992px) {
    .tooltip-info {
        height: 20px;
        width: 20px;
        margin: 5px;
    }
}

#table-langs {
    display: none;
}

.popup-avatar-image {
    width: 45% !important;
}

@media (max-width: 1300px) {
    .popup-avatar-image {
        width: 60% !important;
    }
}

@media (max-width: 1024px) {
    .popup-avatar-image {
        width: 80% !important;
    }
}

@media (max-width: 992px) {
    .popup-avatar-image {
        width: 100% !important;
    }
}

@media (max-width: 450px) {
    .croppie-container .cr-image {
        left: -20% !important;
    }

    .croppie-container .cr-vp-circle {
        left: -48% !important;
    }
}

.popup-avatar-image #avatarImagePopup {
    overflow: hidden;
}

.popup-avatar-image .croppie-container {
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}

.btn-save-profile-picture {
    background-image: url(/images/save-profile.png) !important;
}

.btn-rotate-left-profile-picture {
    background-image: url(/images/rotate-l.png) !important;
}

.btn-rotate-right-profile-picture {
    background-image: url(/images/rotate-r.png) !important;
}

.btn-save-profile-picture,
.btn-rotate-left-profile-picture,
.btn-rotate-right-profile-picture {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 40px;
}

.input-date {
    pointer-events: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.swal2-popup .swal2-html-container, .swal2-popup .swal2-title {
    color: #212529;
}

.pr-0 {
    padding-right: 0px;
}

@media(min-width: 992px) {
    .container .col-6 .fs-6.fs-md-4 {
        font-size: 1.25rem !important;
    }
}

.k-form-error {
    display: block !important;
}

.navbar-brand img {
    max-width: 60%;
}

@media(min-width: 992px) {
    .navbar-brand img {
        max-width: 100%;
    }
}

#loading {
    display: none;
    max-width: 40px;
}

.text-danger {
    font-size: 12px;
}

.footer-web {
    font-size: 14px;
    background-color: #646464;
    color: white;
}

    .footer-web a {
        color: white;
        text-decoration: none;
    }

        .footer-web a svg {
            padding-right: 10px;
        }

.font-weight-bold {
    font-weight: bold;
}

#builder_rule_0 .btn-custom-delete .button-delete {
    display: none !important;
}

.footer-web .border-top, .footer .border-top {
    padding: 14px 5% !important;
}

.custom-file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 5px 0px 8px 8px;
}

.file-button {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 15px;
}

.custom-file-upload input[type="file"] {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}


.popup-last-export {
    width: 80%;
    height: 100%;
}

#gridLastExports .btn-gray-custom {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: 10PX;
    padding-left: 30px;
    text-transform: capitalize;
    position: relative;
    border-radius: 20px;
    background: #4a4a49;
    border: none;
    font-size: 12px;
    padding: 5px 25px;
    color: #fff;
}

    #gridLastExports .btn-gray-custom:hover {
        background: #86b918;
        color: #fff;
    }

    #gridLastExports .btn-gray-custom.save {
        padding-right: 35px;
    }

        #gridLastExports .btn-gray-custom.save::after {
            content: '';
            background-image: url(/images/icon-saved-searches.png);
            background-repeat: no-repeat;
            position: absolute;
            background-size: 22px;
            top: 9px;
            right: 0px;
            width: 30px;
            height: 30px;
        }

    #gridLastExports .btn-gray-custom.reload-search {
        text-transform: uppercase;
        font-weight: bold;
        padding-right: 45px;
        position: relative;
    }

        #gridLastExports .btn-gray-custom.reload-search::after {
            content: '';
            background-image: url(/images/icon-arrow-search-template.png);
            background-repeat: no-repeat;
            position: absolute;
            background-size: 12px;
            top: 8px;
            right: 8px;
            width: 30px;
            height: 30px;
        }

#gridLastExports .btn-green-custom.make {
    padding-right: 35px;
}

    #gridLastExports .btn-green-custom.make::after {
        content: '';
        background-image: url(/images/icon-arrow-next-button.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 22px;
        top: 14px;
        right: 0px;
        width: 30px;
        height: 30px;
    }

#gridLastExports .save.button-add::before {
    right: 0px !important;
    background: none !important;
}

#gridLastExports .make.button-add::before {
    right: 0px !important;
    background: none !important;
}

#gridLastExports .btn-green-custom {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    margin-right: 10px;
    padding-left: 30px;
    text-transform: capitalize;
    background: #86b918;
    color: #fff;
    position: relative;
}

    #gridLastExports .btn-green-custom:hover {
        background: #4a4a49;
        color: #fff;
    }

#gridLastExports .export-profile {
    padding-left: 0px;
    padding-right: 35px;
}

    #gridLastExports .export-profile::before {
        content: '';
        background-image: url(/images/icon-download-profile.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 15px;
        right: 0px;
        top: 7px;
        width: 30px;
        height: 30px;
    }

#gridLastExports .view-profile {
    padding-left: 0px;
    padding-right: 35px;
}

    #gridLastExports .view-profile::before {
        content: '';
        background-image: url(/images/icon-view-profile.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 15px;
        right: 0px;
        top: 8px;
        width: 30px;
        height: 30px;
    }

#swal2-html-container {
    overflow: hidden;
}

#gridLastExports {
    margin-top: 30px;
}

.small-trademark {
    font-size: 14px;
    vertical-align: top;
}

.complete-profile-label {
    color: #fff;
    padding-top: 13px;
}

.complete-profile-check {
    height: 30px !important;
    width: 56px !important;
    cursor: pointer;
    border: 2px solid #fff !important;
}

#AlertProfileToast .toast-header {
    background-color: #83BB26;
    color: #fff;
}

.complete-profile-wrapper {
    background-color: #86b918;
    border-radius: 20px;
    /*border: 1px solid #fff;*/
}

.complete-profile-text1 {
    color: #fff;
    margin-right: 5px;
    padding-top: 7px;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
}

.complete-profile-text2 {
    color: #fff;
    margin-left: 5px;
    padding-top: 7px;
    font-size: 12px;
    line-height: 12px;
}

.home_section {
    min-height: 540px;
}

.error-custom {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#popupHeaderUpdateContactInfo .modal-header {
    border-bottom-color: #86b918;
}

#popupHeaderUpdateContactInfo .modal-footer {
    border-top-color: #86b918;
}

#popupHeaderUpdateContactInfo .popupHUContactInfoSaveChanges {
    background-color: #81B317;
    color: #fff;
    width: auto !important;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    border-radius: 30px;
}

    #popupHeaderUpdateContactInfo .popupHUContactInfoSaveChanges:hover {
        background-color: #74a115 !important;
        color: #fff !important;
    }

#popupHeaderUpdateContactInfo .popupHUContactInfoBtnClose {
    width: auto !important;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    border-radius: 30px;
}




.anonPubProfileModalHeader {
    background-color: #83BB26 !important;
    color: #fff;
    font-weight: bold;
}

.radioFirstTimePublicAnonymous-label {
    font-weight: bold;
    color: #83BB26;
}

#anonPubProfileModal .modal-footer {
    min-height: 62px!important;
}