:root {
    --smallest-font: 12px;
    --detail-font: 14px;
    --body-font: 16px;
    --body-font-md: 18px;
    --title-font-xs: 20px;
    --title-font-sm: 22px;
    --title-font-md: 24px;
    --title-font-membership: 25px;
    --title-font: 28px;
    --title-font-lg: 32px;
    --main-title-font-sm: 38px;
    --main-title-font: 42px;
    --main-color: #84AB7E;
}

.main-color {
    color: var(--main-color);
}

#dropdownMenuButton {
    padding: 2px 8px !important;
}

.wizard>.content {
    background: transparent !important;
}

#performance_survey h3 {
    font-size: 1.2em !important;
}

#last_workflow_dashboard_length {
    display: none !important;
}

#viewDiv {
    padding: 0;
    margin: 0;
    height: 350px;
    width: 100%;
}

img {
    pointer-events: none;
}

.dropdown-menu {
    font-size: 14px !important;
}

.hk-sec-wrapper .row .col-sm p {
    line-height: 22px !important;
    margin-bottom: 10px !important;
}

.hk-sec-wrapper .row .col-sm h6 {
    margin-bottom: 10px !important;
}

.signup-login {
    background: #eceff2 !important;
}

.hk-pg-wrapper.hk-auth-wrapper {
    background: #eceff2 !important;
}

.iti {
    display: block !important;
}

.pages {
    background: #ffffff !important;
}

.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append {
    pointer-events: initial !important;
}

.fill-white {
    fill: #ddd !important
}

input:focus {
    outline: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both
}

.error {
    color: #f95851 !important;
}

.flash-container {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.flash-container .alert-message,
.flash-container .alert-success {
    background-color: #7ec574;
    border-color: #7ec574;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 800
}

.flash-container .alert-error {
    background-color: #d00909;
    border-color: #d00909;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 800;
}

.steps {
    display: none !important;
}

.btn {
    font-size: 13px !important;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 5px !important;
}

.col-xs-6 {
    width: 50% !important;
}

.select-role {
    display: none !important;
}

.footer-role {
    display: block !important;
}

.hk-footer-wrap {
    position: relative !important;
}

.hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body>span {
    text-transform: initial !important;
}

.hk-wrapper .hk-navbar {
    padding-bottom: 3px;
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../img/loading.svg');
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center;
}

.preloader-mp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../img/loading_marketplace.svg');
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center;
}



span.tag.label.label-info {
    background: #7ec574;
    border-radius: 5px;
    padding: 4px 8px;
}

#message-password {
    display: none;
}

#select-region .bootstrap-autocomplete {
    transform: none !important;
    left: 1em !important;
    top: 100% !important;
    width: 90% !important;
    max-width: 90% !important;
}

#select-region .bootstrap-autocomplete li {
    cursor: pointer;
    padding: 5px !important;
}

#select-region .bootstrap-autocomplete li:hover {
    background: #F6F5F5 !important;
}

.pointer {
    cursor: pointer;
}

.btn-resources li .btn {
    font-size: 12px !important;
}

.shell {
    position: relative;
    line-height: 1;
}

.shell span {
    position: absolute;
    left: 3px;
    top: 1px;
    color: red;
    pointer-events: none;
    z-index: -1;
}

.shell span i {
    /* any of these 3 will work */
    color: transparent;
    opacity: 0;
    visibility: hidden;
}

input.masked,
.shell span {
    font-size: 16px;
    padding-right: 10px;
    text-transform: uppercase;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}


/* CREDIT CARD IMAGE STYLING */

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}


/* CHANGEABLE CARD ELEMENTS */

.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.creditcard .lightblue {
    fill: #03a9f4;
}

.creditcard .lightbluedark {
    fill: #0288d1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}


/* FRONT OF CARD */

#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #ffffff;
}

#cardfront .st3 {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #ffffff;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4c4c4c;
}


/* BACK OF CARD */

#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #f2f2f2;
}

#cardback .st4 {
    fill: #d8d2db;
}

#cardback .st5 {
    fill: #c4c4c4;
}

#cardback .st6 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #ffffff;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #eaeaea;
}

#cardback .st12 {
    font-family: "Rock Salt", cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}


/* FLIP ANIMATION */

.aditional_subscription {
    min-height: 100vh !important;
}

.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-header .form-smb {
    width: 80%;
    margin: 0 auto;
}

.header-txt {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

.card-header.header-smb {
    padding: 35px 20px 10px 20px;
    background: url(../img/locomex_image.png) rgba(7, 27, 61, 0.6);
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.select2-container--default .select2-selection--single {
    background: transparent !important;
}

.was-validated select.select2:invalid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-invalid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: #fa5c7c;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated select.select2:invalid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-invalid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 5px !important;
}

.was-validated select.select2:valid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-valid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: #0acf97;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated select.select2:valid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-valid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px !important;
}

.bootstrap-tagsinput {
    border: 2px solid #eaecec !important;
}

#list_history_wrapper #list_history_length,
#list_history_wrapper #list_history_filter,
#list_history_wrapper #list_history_info {
    display: none !important;
}

#list_risk_score td {
    font-weight: 600 !important;
}

.accordion>.card>.card-header {
    margin-bottom: 0 !important;
}

.accordion .card .card-header>a.collapsed {
    background: #f5f5f6;
}

.progress_b {
    display: flex;
    height: 1.6rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress_b .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.container_esg {
    color: #5e7d8a;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_esg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.container_esg:hover input~.checkmark {
    background-color: #ccc;
}

.container_esg input:checked~.checkmark {
    background-color: #22af47;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_esg input:checked~.checkmark:after {
    display: block;
}

.container_esg .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    color: #00acf0;
    background-color: transparent;
    border: 1px solid #00acf0;
}

.list-pending-request .list-group-item {
    border: none !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 2.5rem !important;
}

.ml-5 {
    margin-left: 5em !important;
}

.list-self-certification li {
    padding: 5px 10px;
}

.list-self-certification li:before {
    content: "\00BB";
    font-size: 1.3em;
}

.card-supplier {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #1C1A1808;
    border: 0.5px solid #EBEBEB;
    border-radius: 20px;
    opacity: 1;
}

svg {
    filter: drop-shadow(0 0 10px rgb(0 0 0 / 0.2));
}

.circle-container {
    width: 120px;
    height: 120px;
    transform: rotate(125deg);
    fill: none;
    stroke: white;
    stroke-dasharray: 100 100;
    stroke-linecap: round;
}

.circle-container__background {
    fill: none;
    stroke: gainsboro;
    stroke-width: 3px;
    stroke-dasharray: 80 100;
    stroke-linecap: round;
}

.circle-container__progress {
    fill: none;
    stroke-linecap: round;
    stroke: url(#gradient);
    /* stroke-dasharray: 90 100; */
    stroke-linecap: round;
    stroke-width: 3px;
    animation: progress 1s ease-out forwards;
}

.stop1 {
    stop-color: #73A048;
}

.img-container-dashboard {
    background: #A5D69E34 0% 0% no-repeat padding-box;
    border: 1px solid #A5D69E27;
    border-radius: 15px;
    opacity: 1;
}

.img-supplier {
    max-width: 45px;
    padding: 10px;
}

.icon-left-menu {
    max-width: 28px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #1C1A1805;
    border: 0.699999988079071px solid #EBEBEB;
    border-radius: 8px;
    padding: 0 6px;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
/* Uncomment this if you dont want the active on submenu when we have additional children */
/* .navbar-nav li .nav li.nav-item.active:not(:has(> ul.collapse-level-2)):before { */
.navbar-nav li .nav li.nav-item.active:before {
    color: #000;
    content: '\2022';
    font-size: 28px;
    margin-left: 0.35em;
    margin-top: -7px;
    position: absolute;
    z-index: 1;
}

.hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link {
    padding: 0.35rem 1rem 0.35rem 0.90rem;
    font-size: 14px;
    margin-left: 1.2em;
    border-left: 1px solid #EBEBEB;
}

.hk-wrapper.hk-vertical-nav .hk-nav {
    top: 0 !important;
}

.hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after {
    align-items: center;
    background: #A6A6A6;
    border-radius: 5px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    padding: 2px;
    width: 16px;
}

.hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after {
    background: #343A40;
}

#navbar_toggle_btn {
    color: #ffffff;
    position: fixed;
    top: 0.8em;
    left: 228px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #73a048, #7ead5e, #8abb74, #97c989, #a5d69e);
    transform: translateY(0%) rotate(180deg);
    padding: 10px;
    height: 25px;
    width: 25px;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 110;
}

.hk-nav-toggle .close {
    transform: translateY(0%) rotate(0deg) !important;
    left: 48px !important;
}

.hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover {
    width: 240px;
}

.hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav {
    width: 61px;
}

.hk-wrapper .hk-navbar {
    isolation: isolate;
    z-index: 1 !important;
}

.badge {
    padding: 5px 12px !important;
}

.badge-dashboard {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.badge-new {
    background: #1B9CFC19 0% 0% no-repeat padding-box;
    color: #1B9CFC;
}

.badge-pending {
    background: #F0932B19 0% 0% no-repeat padding-box;
    color: #F0932B;
}

.badge-incomplete {
    background: #EB4D4B19 0% 0% no-repeat padding-box;
    color: #EB4D4B;
}

.badge-complete {
    background: #d1eed8 0% 0% no-repeat padding-box;
    color: #2a5b0c;
}

.img-company {
    max-width: 180px;
}

.name_company {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 14px auto;
}

.media-profile {
    display: flex;
    align-items: center !important;
}

.media-profile .media-img-wrap .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 35px;
}

.title-page {
    padding-left: 250px;
}

.hk-wrapper.hk-vertical-nav.hk-nav-toggle .title-page {
    padding-left: 70px;
}

.dropdown-user {
    background: #343A40;
    border-radius: 10px;
    color: #f2f2f2;
}

.dropdown-user a,
.dropdown-user span {
    color: #f2f2f2 !important;
}

.dropdown-user .dropdown-item {
    border-bottom: 1px solid #3f3d3d;
}

.dropdown-user .dropdown-item:hover {
    background: none !important;
}

.dropdown-user:after {
    position: absolute;
    top: -5px;
    right: 30px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #343A40;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-user:before {
    position: absolute;
    top: -5px;
    right: 30px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.goto:after {
    content: '\f2f9';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 16px;
    text-rendering: auto;
    margin-left: auto;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    right: 7px;
    top: 9px;
    background: #fff;
    height: 12px;
    color: #000;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.main-arrow {
    background: #A6A6A6;
    height: 12px;
    color: #fff;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.dropdown-authentication.show .main-arrow {
    background: #343A40;
}

.dropdown-authentication .main-arrow .zmdi-chevron-down {
    transition: all 0.3s ease;
}

.dropdown-authentication.show .main-arrow .zmdi-chevron-down {
    transform: translateY(0%) rotate(90deg);
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-right: 1px;
}

.badge-owner {
    color: #A5D69E;
    padding: 10px !important;
    background: #A5D69E34 0% 0% no-repeat padding-box;
    border-radius: 6px !important;
    font-size: 20px;
    font-weight: 700;
}


/* Progress Dashboard */

.progress_dashboard {
    width: 130px;
    height: 130px;
    background: none;
    position: relative;
}

.progress_dashboard::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress_dashboard>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress_dashboard .progress-left {
    left: 0;
}

.progress_dashboard .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 40px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress_dashboard .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress_dashboard .progress-right {
    right: 0;
}

.progress_dashboard .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress_dashboard .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.border-g-primary {
    border-color: #80DFFD !important;
}

.progress_average_g::after {
    border: 40px solid #80DFFD40;
}

.border-s-primary {
    border-color: #FF7C7C !important;
}

.progress_average_s::after {
    border: 40px solid #FF7C7C40;
}

.border-e-primary {
    border-color: #FAD390 !important;
}

.progress_average_e::after {
    border: 40px solid #FAD39040;
}

#navbarSupportedContent {
    min-height: 56px;
}

.progress_yellow {
    background-color: #FAD39041 !important;
}

.progress_blue {
    background-color: #80DFFD40 !important;
}

.progress_red {
    background-color: #FF7C7C41 !important;
}

.border-yellow {
    border-color: #FAD390 !important;
    background-color: #FAD390 !important;
}

.border-blue {
    border-color: #80DFFD !important;
    background-color: #80DFFD !important;
}

.border-red {
    border-color: #FF7C7C !important;
    background-color: #FF7C7C !important;
}

button:focus{
    outline: none;
}

.brand-img {
    width: 200px;
}

.logo_company {
    max-height: 59px;
}

.more-projects {
    color: #660ec4 !important;
    text-shadow: 1px 4px 5px #aba8a8;
}

.plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 5px;
    text-align: center;
}

.plan-selected {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-gap: 0;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
}

.plans .plan .plan-content {
    background: #231F2007 0% 0% no-repeat padding-box !important;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-details {
    margin-left: 25px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]+.plan-content:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background: transparent;
    top: 15px;
    border-radius: 100%;
    border: 1px solid #ccc;
    left: 15px;
    transform: translate(-50%);
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background: #A5D69E;
    top: 15px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #A5D69E;
    box-shadow: 0px 0px 0px 2px #A5D69E;
    left: 15px;
    transform: translate(-50%);
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 1px solid #A5D69E;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.equal>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.radio-group input[type=radio] {
    width: 100%;
    height: 3em;
    opacity: 0;
    cursor: pointer;
}

.radio-group div {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.radio-group label {
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 3.3em;
    pointer-events: none;
}

.radio-group input[type=radio]:checked+label {
    background: #66bb6a !important;
    color: #fff !important;
}

.box-subscription {
    border-radius: 20px;
}

.list-subscription {
    list-style: none;
}

.list-subscription>li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
}

.list-subscription .text-success-green {
    font-size: 1.2em !important;
    position: absolute;
    left: 0;
    top: 4px;
}

.montly {
    font-size: 12px;
}

.prime-plan h6 {
    color: #000 !important;
}

.image-visual {
    max-width: 80px;
    object-fit: cover;
}

.image-visual img {
    max-width: 55px;
}

.arrow {
    max-width: 40px;
}

.info-text {
    position: absolute;
    bottom: 20px;
}


.assets-files-x {
    align-items: center;
    background: #0acf97;
    border-radius: 50%;
    display: flex;
    font-size: 16px;
    height: 20px;
    justify-content: center;
    right: -6px;
    top: -10px;
    width: 20px;
}

.assets-files-x:hover {
    background: #0acf97;
    color: #f5f5f6;
}

.size_number_projects {
    font-size: var(--title-font);
    font-weight: 700;
}

.gap-0 {
    gap: 0 !important;
}

.dropdown-wf {
    left: -80px !important;
}

.notification .badge {
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 2px !important;
    border-radius: 50%;
    background: red;
    color: red;
    width: 10px;
    height: 10px;
}
.dot {
    opacity: .5;
    stroke: #000;
    stroke-width: .75px;
    
    transition: all .25s;
}
.dot-label {
    font-size: 12px;
    text-anchor: middle;
    dominant-baseline: ideographic;
}
.dot:hover {
    opacity: 1;
    stroke-width: 1.25px;
}

.allegations {
    fill: red;
}
.no-allegations {
    fill: blue;
}

.legend-label { font-style: italic; }

#tooltip {
    padding: .75em;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
    background-color: #FFA400;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 1.25px 1px 5px .5px #000;
    position: absolute;
    z-index: -100;
    left: 200px;
    top: 100px;
}

#tooltip p { margin: 0; }

#tooltip .mt-doping { margin-top: 1em; }

#tooltip .mb-sindoping { margin-bottom: .5em; }

.radio-option:checked,
.radio-option:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-option:checked + label,
.radio-option:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-option:checked + label:before,
.radio-option:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio-option:checked + label:after,
.radio-option:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #A5D69E;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-option:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-option:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.compact-verification-notes {
    background-color: #fef8f8;
    border: 1px solid #ffd6d6;
    border-radius: 4px;
    padding: 6px 10px;
    margin-top: 5px;
    display: inline-block;
    max-width: fit-content;
}

.compact-verification-notes small {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.compact-verification-notes i {
    font-size: 14px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    thead {
        display: none;
    }

    tr {
        display: block;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee !important;
        display: flex;
        padding: 0.5rem 0.5rem 0.5rem 50% !important;
        min-height: 35px;
        word-break: break-word;
        justify-content: left;
        align-items: center;
    }

    td:before {
        display: flex;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        width: 45%;
        padding-right: 10px;
        left: 20px;
        content: attr(data-th);
        text-transform: uppercase;
        min-height: 35px;
        word-break: break-word;
        justify-content: left;
        align-items: center;
    }

    td:last-child {
        border-bottom: 0 !important;
    }

    a.btn.linkedin {
        background: #0E76A8 !important;
        border-radius: 0;
        color: #fff !important;
        border-width: 1px;
        border-style: solid;
        border-color: #084461 !important;
    }

    a.btn.linkedin:link,
    a.btn.linkedin:visited {
        color: #fff !important;
    }

    a.btn.linkedin:active,
    a.btn.linkedin:hover {
        background: #084461 !important;
        color: #fff !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .not_result {
        max-width: 250px;
    }

    .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav {
        width: 240px;
    }

    #navbar_toggle_btn {
        left: 10px !important;
    }

    .hk-wrapper .hk-navbar a.navbar-toggler {
        padding-left: 25px;
    }
}

@media screen and (max-width: 580px) {
    .card-header.header-smb {
        padding: 30px 50px;
    }
}