.qnt-tikets-group {
    width: 110px;
    height: 2.57em;
    float: right;
    margin: 0;
    padding: 0;
}

.input-qnt {
    height: 2.57em;
    float: right;
    margin: 0;
    padding: 0;
}

.zindex-fixed {
    z-index: 1030;
}

/* Progress Tracker v2 */

ol.progressOther[data-steps="2"] li {
    width: 49%;
}

ol.progressOther[data-steps="3"] li {
    width: 33%;
}

ol.progressOther[data-steps="4"] li {
    width: 24%;
}

ol.progressOther[data-steps="5"] li {
    width: 19%;
}

ol.progressOther[data-steps="6"] li {
    width: 16%;
}

ol.progressOther[data-steps="7"] li {
    width: 14%;
}

ol.progressOther[data-steps="8"] li {
    width: 12%;
}

ol.progressOther[data-steps="9"] li {
    width: 11%;
}

.progressOther {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progressOther li {
    float: left;
    text-align: center;
    position: relative;
}

.progressOther .name {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    color: black;
    opacity: 0.3;
}

.progressOther .step {
    color: black;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    z-index: 0;
}

.progressOther .step span {
    opacity: 0.3;
}

.progressOther .active .name, .progressOther .active .step span {
    opacity: 1;
}

.progressOther .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
}

.progressOther .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: -1;
}

.progressOther li:first-of-type .step:before {
    display: none;
}

.progressOther li:last-of-type .step:after {
    display: none;
}

.progressOther .done .step, .progressOther .done .step:before, .progressOther .done .step:after, .progressOther .active .step, .progressOther .active .step:before {
    background-color: #3490dc;
}

.progressOther .done .step, .progressOther .active .step {
    border: 3px solid #3490dc;
}

.custom-card, .custom-card:hover {
    color: inherit;
    text-decoration:none;
}

.custom-card .card:hover {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

@import url(https://fonts.googleapis.com/css?family=Nunito);

html,
body {
    font-family:Nunito,sans-serif;
    font-size:.9rem;
    font-weight:400;
    line-height:1.6;
    color:#212529;
    text-align:left;
}

.feather {
    width: 16px;
    height: 16px;
}

.nav-link .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.alertPopUp {
    width: 300px;
    margin-right: 2rem;
    margin-bottom: 4rem;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #e6e6e6;
}

.sidebar-sticky .nav {
    padding-top: 10px;
}

[role="main"] {
    padding-top: 48px;
}

