header {
    background-color: #fefefe;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}
.col:first-child {
    margin-left: 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}

.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.6%;
}
.span_2_of_4 {
    width: 49.2%;
}
.span_1_of_4 {
    width: 23.8%;
}
/*@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}*/
.wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.profile-info-holder {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    text-align: left;
}

.navigation-holder {
    display: inline-block;
    vertical-align: top;
}

.profile-info-holder h1 {
    color: #df1a50;
    margin: 0;
    font-size: 17px;
}

.profile-info-holder p {
    font-size: 18px;
    margin: 0;
    color: #262e40;
}

.menu-btn {
    width: 40px;
    height: 40px;
    background: #df1a50;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}
.menu-btn:hover {
    opacity: 0.8;
}

.menu-btn img {
    margin-top: 13px;
}

.header-info-container {
    text-align: right;
}

.branding-holder {
    max-width: 190px;
}

.branding-holder img {
    width: 100%;
}

.main-header {
    padding: 15px 0;
    transition: all 0.2s ease;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-sticky {
    position: fixed;
    z-index: 10;
    padding: 5px 0;
    box-shadow: 0px 0px 8px 5px #a5a5a538;
}
.header-spacer {
    height: 68px;
}
.header-spacer.active {
    height: 68px;
}

.main-footer {
    position: fixed;
    background: #df1a50;
    background-image: url(../img/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

.main-footer.is-visible {
    padding-bottom: 15px;
}
.main-footer.is-hidden .footer-menu a {
    padding: 10px 13px 15px 13px;
}

.main-footer.is-hidden .footer-menu a svg {
    margin-bottom: -5px;
    transform: scale(0.7);
    margin-top: -7px;
}
.main-footer .footer-menu a svg {
    transition: all 0.2s ease-in-out;
}
.main-footer.is-hidden {
    bottom: -36px;
}
.scanner-mockup img {
    max-width: 95px;
}
/* .scanner-wrapper #result {
    display: none;
} */

svg {
    width: 140px;
    display: block;
    margin: 0 auto;
}
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
.scanner-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.scanner-wrapper .alternative-cotainer-options {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
}

.footer-menu {
    text-align: center;
}
.footer-menu a {
    display: inline-block;
    margin: 0 0px;
    padding: 20px 15px 15px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    border-radius: 0px 0px 12px 12px;
    transition: all 0.2s ease;
}
.footer-menu a svg {
    width: 32px;
    height: 45px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.footer-menu a svg path {
    transition: all 0.2s ease;
    fill: #fff;
}
.footer-menu a:hover {
    background: #fff;
    color: #df1a50;
    opacity: 1;
}
.footer-menu a:hover svg path {
    fill: #df1a50;
}
.footer-menu a.active {
    background: #fff;
    color: #df1a50;
}
.footer-menu a.active svg path {
    fill: #df1a50;
}

.ballina-intro-container {
    background: #df1a50;
    background-image: url("../img/intro-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.intro-holder {
    max-width: 320px;
    margin: 0 auto;
    padding: 30px 0;
}

.intro-holder p {
    margin: 0;
    color: #fefefe;
    font-size: 14px;
}

.intro-holder h1 {
    margin: 0;
    font-size: 38px;
    color: #fff;
    /*letter-spacing: 1.5px;*/
}

.pike-counter span {
    text-transform: uppercase;
    margin: 0;
    color: #fefefe;
    font-size: 16px;
}

.pike-counter h1 {
    margin: 4px 0;
}

.main-btn {
    padding: 12px 25px;
    display: inline-block;
    background: #df1a50;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: none !important;
    border: none;
    outline: none;
    cursor: pointer;
}
.shadow-drop {
    display: none;
}
.custom-href {
    background: #f1f1f2;
}
.piket-holder {
    color: #7cb04d;
    font-size: 46px;
    margin: 0;
}

.piket-holder span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #262e40;
}
.kodi-sukses-container .alternative-cotainer-options p {
    margin: 0 auto;
    max-width: 275px;
    margin-top: 25px;
}

.intro-btn {
    margin-top: 20px;
    background: #fff;
    text-transform: uppercase;
    color: #df1a50;
}

.main-btn:hover {
    opacity: 0.8;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #df1a50;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shperblimet-txt-holder h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #262e40;
    margin-bottom: 2px;
}

.shperblimet-txt-holder a {
    color: #df1a50;
    font-size: 16px;
}

.ballina-shperblimet-container {
    max-width: 380px;
    margin: 0 auto;
    margin-top: 30px;
}

.shperblimet-total-holder {
    text-align: right;
}

.shperblimet-total-holder a {
    background: #df1a50;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 6px 12px;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: inline-block;
    margin-top: 2px;
}
.shperblimet-total-holder a:hover {
    opacity: 0.8;
}

.ballina-katalogu-container {
    margin-top: 30px;
}

.ballina-katalogu-holder {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 35px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f1f1f2;
}

.ballina-katalogu-holder img {
    width: 28px;
    margin-bottom: 20px;
}

.ballina-katalogu-holder p {
    font-size: 16px;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.ballina-menu-container {
    margin-top: 30px;
}

.main-title {
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-bottom: 25px;
}

.ballina-menu-holder ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ballina-menu-holder ul li {
    margin-bottom: 8px;
}
.ballina-menu-holder ul li a {
    transition: all 0.2s ease;
    display: block;
    background: #f1f1f2;
    padding: 12px 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
}
.ballina-menu-holder ul li a img {
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}
.ballina-menu-holder ul li a span {
    float: right;
    box-sizing: border-box;
    min-width: 30px;
    height: 30px;
    text-align: center;
    background: #df1a50;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    padding-top: 5px;
    position: relative;
    top: -4px;
}
.ballina-menu-holder ul li a:hover {
    opacity: 0.8;
}

.slide-in-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    background: white;
    z-index: 100;
    transition: all 0.4s ease;
}

.head-info .branding-holder img {
    margin-top: 0px;
}

.menu-close-btn {
    float: right;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.head-info .branding-holder {
    float: left;
}

.head-info {
    padding: 15px 0;
}

.slide-in-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    background: white;
    z-index: 100;
    transition: all 0.4s ease;
    transform: translateX(100%);
}

.head-info .branding-holder img {
    margin-top: 0px;
}

.menu-close-btn {
    float: right;
    margin-top: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.menu-close-btn:hover {
    opacity: 0.8;
}

.head-info .branding-holder {
    float: left;
}

.head-info {
    padding: 15px 0;
}

.slide-in-overlay {
    opacity: 0;
    z-index: -5;
}

.slide-in-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008a;
    z-index: 20;
    opacity: 1;
}

.slide-in-menu.active {
    transform: translateX(0);
}

.profile-info {
    background: #df1a50;
    background-image: url(../img/profile-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 60px;
    padding: 16px 15px;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
}
.profile-info img {
    display: inline-block;
    float: left;
    width: 30px;
    position: relative;
    top: 3px;
}

.profile-info .profile-desc {
    display: inline-block;
    margin-left: 12px;
}

.profile-desc h1 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.profile-desc {
    text-align: left;
}

.profile-desc span {
    color: #fefefe8a;
    font-size: 16px;
}
.shto-pike-manual-container p {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.profile-info img:nth-child(3) {
    float: right;
    top: 12px;
    position: relative;
    width: unset;
}
.slide-menu-holder {
    margin-top: 25px;
}

.slide-menu-holder .main-title {
    text-align: left;
    margin-bottom: 20px;
}

.slide-menu-holder ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slide-menu-holder ul li a span {
    width: 5px;
    height: 9px;
    background: #df1a50;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 10px;
}

.slide-menu-holder ul li a {
    padding: 10px 15px;
    display: block;
    background: transparent;
    border-radius: 50px;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 14px;
}

.slide-menu-holder ul li {
    margin-bottom: 4px;
}

.slide-menu-holder ul li a:hover {
    filter: grayscale(1);
    background: #f1f1f2;
}

.slide-menu-holder ul li a img {
    float: right;
}

.slide-menu-holder ul li a.active {
    filter: grayscale(1);
    background: #f1f1f2;
}
.mobile-scroll-fix {
    overflow-y: auto;
    height: calc(100vh - 200px);
}
body.scroll-lock-body {
    overflow: hidden;
}
.menu-footer-container {
    position: relative;
    margin-top: 25px;
}

.menu-footer-container p {
    font-size: 11px;
    margin: 0;
    font-weight: 700;
    color: #a9abae;
}

.menu-footer-container span {
    font-size: 11px;
    color: #a9abae;
}

.login-footer .footer-menu a {
    padding: 20px 25px 15px 25px;
}
.authenticate-container-intro {
    text-align: center;
    padding-top: 125px;
}

.authenticate-container-intro h1 {
    margin: 0;
    font-size: 21px;
    margin-top: 40px;
}
.authenticate-container-form {
    margin-top: 60px;
}

.authenticate-container-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 0px;
    border: none;
    outline: none;
    border-bottom: 1px solid #bdbfc1;
    transition: all 0.2s ease;
    color: #000;
    font-family: "Oxygen", sans-serif;
}
input {
    font-family: "Oxygen", sans-serif;
}

.authenticate-container-form input:focus {
    border-color: #0098da;
}

.authenticate-container-form input.main-btn {
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    margin-top: 25px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1.2px;
    padding: 14px 10px;
    color: #fff;
    cursor: pointer;
}
.line-text {
    position: relative;
    margin-bottom: 20px;
}

.authenticate-cotainer-options {
    text-align: center;
    margin-top: 25px;
}

.authenticate-cotainer-options a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
}

.authenticate-cotainer-options a:hover {
    background: #f1f1f2;
}

.alternative-cotainer-options {
    text-align: center;
    margin-top: 25px;
}
.njoftimet-inner-post .njoftimet-info h1 {
    color: #262e40 !important;
}
.njoftimet-content-options {
    margin-top: 20px;
}

.njoftimet-content-options a {
    padding: 10px 12px;
    background: #efefef;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

.njoftimet-content-options a img {
    margin: unset !important;
    display: unset !important;
    margin-right: 10px !important;
    width: 12px;
    position: relative;
    top: 1px;
}
.alternative-cotainer-options a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
}
.njoftimet-options a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
    background: #f0f0f0;
}

.njoftimet-options {
    text-align: center;
    margin-top: 25px;
}

.alternative-cotainer-options a:hover {
    background: #f1f1f2;
}

.line-text p {
    margin: 0;
    z-index: 10;
    position: relative;
    background: #fff;
    padding: 0px 25px;
    display: inline;
    text-align: center;
    box-sizing: border-box;
}

.line-text span {
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    top: 13px;
    position: relative;
    z-index: 0;
}

.error-message {
    background: #ed2f59;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: -45px;
}

.error-message p {
    display: inline-block;
    color: #fff;
    margin: 0;
    text-align: left;
    width: calc(100% - 40px);
}

.error-message img {
    float: right;
    width: 16px;
    top: -4px;
    position: relative;
    padding: 6px;
    right: -9px;
    cursor: pointer;
}

.authenticate-container-alert {
    margin-top: 40px;
    height: 66px;
    margin-bottom: -45px;
}
.error-message.message-holder.success-message {
    background: #089608;
}

.shto-pike-container {
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.main-btn:disabled {
    opacity: 0.8;
}
.shto-pike-manual-container {
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.kodi-sukses-container {
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.kodi-error-container {
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.kodi-error-container .main-btn {
    text-transform: uppercase;
}
.shto-pike-scanner .main-btn {
    text-transform: uppercase;
}
.scanner-mockup {
    margin-bottom: 25px;
}
.dhuratat-page-container {
    margin-top: 20px;
}
.shperblimet-container {
    margin-top: 20px;
}

.kodi-error-container p {
    max-width: 275px;
    margin: 25px auto;
}

.shto-pike-scanner p {
    max-width: 286px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.active-fadein {
    opacity: 1;
    transform: translateY(0px);
}
.active-fadeout {
    opacity: 0;
    transform: translateY(30px);
}
.d-none {
    display: none;
}
.switch-manual {
    cursor: pointer;
}

.qr-code-input-container {
    margin: 25px auto;
    max-width: 100%;
}

.input-box-containers {
    position: relative;
    max-width: 271px;
    margin: 0 auto;
    margin-bottom: -45px;
}

.input-box-containers span {
    width: 33px;
    height: 48px;
    border: 2px solid #e6e7e8;
    display: inline-block;
    border-radius: 4px;
    margin: 0 1px;
}
#camera-stream {
    max-width: 600px;
    margin-top: 25px;
    max-height: 350px;
    box-sizing: border-box;
    object-fit: cover;
}

.videodiv {
    padding: 0 20px;
    box-sizing: border-box;
}
.qr-code-input-container input {
    display: inline-block;
    width: 11.255%;
    max-width: 58px;
    font-weight: 700;
    font-size: 20px;
    background: none;
    border: 2px solid #e6e7e8;
    box-shadow: none;
    outline: none;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.qr-code-input-container input.kodi {
    width: 50%;
    max-width: 100%;
}

.qr-code-input-container input:valid {
    border-color: #df1a50;
}
.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-header > div {
    display: inline-block;
    width: 49%;
}

.tab-header div a {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 20px 5px;
    box-sizing: border-box;
    border-bottom: 2px solid #e6e7e8;
    color: #df1a50;
    transition: all 0.2s ease;
    font-size: 14px;
    cursor: pointer;
}

.tab-header div a.active {
    color: #262e40;
    opacity: 1;
    border-color: #df1a50;
}

.dhurata-product-container {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dadada;
}

.dhurata-img-holder {
    float: left;
    width: 67px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
}

.dhurata-img-holder img {
    width: 100%;
    height: 45px;
    object-fit: cover;
}

.dhurata-summary {
    width: calc(90% - 67px);
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.dhurata-expand-btn {
    float: left;
    width: 10%;
    text-align: right;
}

.dhurata-expand-btn a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #df1a50;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 1 !important;
}

.dhurata-expand-btn a img {
    transition: all 0.2s ease;
    padding: 11px;
}

.expandable-tab-container.active {
    max-height: 1200px;
}


.dhurata-summary h1 {
    margin: 0;
    font-size: 14px;
}

.dhurata-summary p {
    font-size: 13px;
    margin: 0;
}

.dhurata-summary span {
    color: #7cb04d;
    font-size: 16px;
    margin: 3px 0;
    display: block;
}

.tab-container {
    padding-top: 20px;
}

.table-info {
    text-align: left;
    margin-top: 20px;
}

.table-info th {
    width: 30%;
    font-size: 14px;
    color: #717171;
    padding: 3px 0;
    vertical-align: top;
}

.table-info td {
    font-weight: 700;
    color: #333;
    padding: 3px 0;
    line-height: 1.4;
}
p.no-result-msg {
    text-align: center;
    margin-top: 50px;
}

.expandable-tab-container {
    transition: all 0.3s ease;
    margin-top: 0px;
    max-height: 0px;
    overflow: hidden;
}
.status-orange {
    color: #f5874f !important;
}
.status-green {
    color: #7cb04d !important;
}

.dhurata-expand-btn.active a {
    background: #bbbbbb;
    padding-top: 2px;
}

#tab2 .dhurata-expand-btn a {
    background: #7cb04d;
}

#tab2 .dhurata-expand-btn.active a {
    background: #bbbbbb;
    padding-top: 2px;
}

.dhurata-expand-btn.active a img {
    transform: rotate(180deg);
}
.shperblim-holder {
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px dotted #dadada;
}

.shperblim-holder h1 {
    color: #df1a50;
    font-size: 16px;
}
p.main-desc {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 15px;
}
p.main-desc {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 15px;
}

.shperblimet-list-container {
    margin-top: 35px;
}

.shperblim-holder .dhurata-summary {
    width: calc(100% - 67px) !important;
}

span.piket-desc {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 20px;
    color: #7cb04d;
    font-weight: 700;
    margin-top: -20px;
}
.custom-btn {
    font-weight: 700;
    text-transform: uppercase;
}
.shperblimet-post-holder {
    text-align: center;
}
.shperblimet-post-holder img {
    width: 100%;
    max-width: 360px;
    margin: 10px 0;
}
.arrow-down-trigger {
    transition: all 0.2s ease;
}
.arrow-down-trigger img {
    width: 18px;
    margin-bottom: 0 !important;
    margin-top: 5px;
    padding: 14px;
    transition: all 0.2s ease;
}
p.colored-desc {
    color: #df1a50;
    margin: 0;
}
.piket-status p {
    margin: 0;
}

.piket-status {
    margin: 25px 0px;
}
.piket-status p {
    max-width: 275px;
    margin: 0 auto;
}
p.success-status {
    color: #7cb04d;
}

p.not-enough-status {
    color: #ed2f59;
}

p.address-error-status {
    color: #ed2f59;
}
.arrow-down-trigger {
    width: 45px;
    height: 45px;
    background: #df1a50;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 15px;
    cursor: pointer;
}
.shperblimet-expandable-container {
    text-align: left;
}

.shperblimet-expandable-container .primary-desc {
    font-weight: 700;
    margin-top: 30px;
    border-bottom: none;
    padding-bottom: 0;
}

.shperblimet-expandable-container p {
    border-bottom: 1px dotted #c5c5c5;
    padding-bottom: 20px;
}

.shperblimet-expandable-container {
    transition: all 0.3s ease;
    margin-top: 0px;
    max-height: 0px;
    overflow: hidden;
}

.shperblimet-expandable-container.active {
    max-height: 1200px;
}
.arrow-down-trigger.active {
    background: #c2c2c2;
}

.arrow-down-trigger.active img {
    transform: rotate(180deg);
    margin-top: 1px;
}
.piket-status a {
    display: block;
    margin-top: 15px;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.2s ease;
    background: #f0f0f0;
}
.shperblimet-sukses-inner {
    text-align: center;
}

.shperblimet-sukses-inner p {
    max-width: 275px;
    margin: 20px auto;
}

.shperblimet-sukses-inner span {
    font-weight: 700;
    font-size: 20px;
}

.shperblimet-sukses-inner img {
    max-width: 96px;
}

.shperblimet-sukses-inner {
    margin-top: 60px;
}

.shperblimet-sukses-inner a {
    display: block;
    margin-top: 25px;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.2s ease;
    background: #f0f0f0;
}
.llogaria-page-container {
    margin-top: 20px;
}
.profile-intro-box h1 {
    text-align: center;
    color: #fff;
    font-size: 21px;
}
.profile-intro-box {
    background: #df1a50;
    background-image: url(../img/profile-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 16px 15px;
    border-radius: 7px;
    transition: all 0.2s ease;
    display: block;
}

.llogaria-message-container {
    margin-top: 25px;
}
.llogaria-message-container .message-holder {
    background: #7cb04d;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: -45px;
}
.llogaria-message-container .message-holder p {
    display: inline-block;
    color: #fff;
    margin: 0;
    text-align: left;
    width: calc(100% - 40px);
}
.llogaria-message-container .message-holder img {
    float: right;
    width: 16px;
    top: -4px;
    position: relative;
    padding: 6px;
    right: -9px;
    cursor: pointer;
}

.profile-config {
    margin-top: 25px;
}

.profile-config label {
    font-size: 14px;
    color: #b2b2b2;
}

.profile-config input {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px 0px;
    border: none;
    outline: none;
    border-bottom: 1px solid #bdbfc1;
    transition: all 0.2s ease;
    color: #000;
}
.profile-config input:focus {
    border-color: #0098da;
}
.profile-config select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px 0px;
    border: none;
    outline: none;
    border-bottom: 2px solid #bdbfc1;
    transition: all 0.2s ease;
    color: #000;
    background: #fff;
}
.profile-config select:focus {
    border-color: #0098da;
    background: #fff;
}
.two-box {
    display: block;
}
label.custom-label {
    text-align: right;
    display: block;
    margin-top: 13px;
}
.two-box div {
    float: left;
    width: 40px;
    margin-right: 8%;
}
.two-box div:last-child {
    margin-right: 0px;
    width: calc(92% - 40px);
    text-align: right;
}
.two-box div img {
    max-width: 40px;
    width: 100%;
    margin-top: 10px;
}
.profile-config .main-title {
    color: #df1a50;
}
.two-box div:last-child label {
    font-size: 14px;
    display: block;
}
.two-box div:last-child label:first-child {
    margin-top: 8px;
}
.two-box div:last-child label:last-child {
    /*margin-top: 25px;*/
    margin-top: 10px;
}
img.toggle-icon {
    float: right;
    margin-top: -38px;
    padding: 6px;
}
.profile-config .main-btn {
    margin: 25px auto;
    display: block;
}
.njoftimet-page-container {
    margin-top: 20px;
}

.njoftimet-inner-list {
    display: block;
}

.njoftimet-list-holder {
    display: block;
    margin-bottom: 15px;
}

.njoftimet-img {
    width: 45px;
    float: left;
    margin-right: 10px;
}

.njoftimet-img svg {
    width: 40px;
    height: 36px;
    margin-top: 2px;
}

.njoftimet-info {
    float: left;
    width: calc(100% - 55px);
}

.njoftimet-info h1 {
    font-size: 16px;
    color: #262e40;
    margin: 0;
}

.njoftimet-info span {
    font-size: 14px;
    color: #959595;
}
.njoftimet-img svg path {
    fill: #cacaca;
}

.unread .njoftimet-img svg path {
    fill: #df1a50;
}

.unread .njoftimet-info h1 {
    color: #df1a50;
}
.custom-msg {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    padding: 5px 20px;
    background: #f1f1f2;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
}
.ndihme-txt-holder {
    margin-bottom: 25px;
}
.ndihme-footer-details {
    text-align: center;
    margin-top: 40px;
}
.historia-inner-container table {
    text-align: left;
    width: 100%;
}

.historia-inner-container table tr th {
    color: #909090;
    font-weight: 400;
    padding-bottom: 10px;
}

.historia-inner-container table tr td {
    border-bottom: 1px dotted #ccc !important;
    padding-bottom: 6px !important;
}

.historia-inner-container table tr:last-child td {
    border: none !important;
}

.historia-inner-container table tr td:first-child {
    font-weight: 700;
    color: #646464;
}
.historia-inner-container table tr th:last-child {
    text-align: right;
}

.historia-inner-container table tr td:nth-child(2) {
    color: #a9a9a9;
}

.historia-inner-container table tr td:nth-child(3) {
    color: #7cb04d;
    font-weight: 700;
    text-align: right;
}

.historia-inner-container table tr.decrease td:nth-child(3) {
    color: #ed2f59;
}

.historia-inner-container table tr.decrease td:first-child {
    color: #df1a50;
}

.ndihme-footer-details p {
    max-width: 275px;
    margin: 20px auto;
}

.ndihme-txt-holder h1 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.ndihme-txt-holder p {
    margin: 0;
    margin-bottom: 10px;
}

.historia-options a {
    background: #f1f1f2;
}

.katalogu-page-container .intro-holder h1 {
    font-size: 16px;
    margin-bottom: 5px;
}
.katalogu-product-holder {
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c0c0c0;
}

.katalogu-intro-content h1 {
    margin: 0;
    font-size: 16px;
    color: #df1a50;
    margin-bottom: 5px;
}

.katalogu-inner-list {
    margin-top: 35px;
}

.katalogu-intro-content span {
    font-size: 14px;
    color: #a5a5a5;
}
.katalogu-intro-content {
    float: left;
    width: calc(100% - 90px);
}

.katalogu-img {
    float: left;
    width: 90px;
}

.katalogu-img img:first-child {
    max-width: 65px;
    display: unset !important;
    margin: unset !important;
    margin-top: 0px;
}

.katalogu-img img:last-child {
    float: right;
    margin: unset !important;
    display: unset !important;
    width: 16px;
    position: relative;
    top: 20px;
}
.katalogu-product-title {
    display: block;
    margin: 0px 0px 0px -20px;
    margin-top: 40px;
}

.katalogu-backbox {
    width: 65px;
    float: left;
}

.katalogu-backbox a {
    padding: 13px 15px;
    background: #df1a50;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: inline-block;
    cursor: pointer;
}

.katalogu-head {
    float: left;
    width: calc(100% - 65px);
}

.katalogu-head h1 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.katalogu-head span {
    color: #a5a5a5;
    font-size: 14px;
}
.katalogu-inner-list img {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
    max-width: 100%;
}
.pike-counter:after {
    content: "";
    display: block;
    width: 23%;
    height: 2px;
    background: white;
    top: 24px;
    left: 0;
    position: absolute;
}

.pike-counter:before {
    content: "";
    display: block;
    width: 24%;
    height: 2px;
    background: white;
    top: 23px;
    right: 0;
    position: absolute;
}
.shto-pike-manual img {
    width: 140px;
}
.pike-counter {
    position: relative;
}
.product-list-description {
    color: #04bf00 !important;
}

/* PAGINATION */

.list-pagination svg.w-5.h-5 {
    width: 80px;
    margin-top: -15px;
}
.list-pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}
.list-pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: flex;
}
.list-pagination
    .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between
    div:first-child {
    display: none;
}

.list-pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md span,
span.relative.z-0.inline-flex.shadow-sm.rounded-md a {
    font-size: 40px;
    margin-top: 10px;
    min-width: 30px;
}

 input, input:before, input:after, select, select:before, select:after, button, button:before, button:after, textarea, textarea:before, textarea:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
}

.app-store-image {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    position: relative;
}

/* Responsive styling */
@media only screen and (max-width: 480px) {
    .branding-holder {
        max-width: 140px;
        margin-top: 6px;
    }
    .main-header .span_2_of_4:first-child {
        width: 35%;
    }
    .main-header .span_2_of_4:last-child {
        width: 63.4%;
    }
}

@media only screen and (max-width: 414px) {
    .menu-btn img {
        margin-top: 10px;
        width: 14px;
    }
    .footer-menu a {
        font-size: 14px;
        padding: 15px 13px 12px 13px;
        margin-top: 0px;
    }
    .profile-info-holder {
        padding-right: 5px;
    }
    .profile-info-holder p {
        font-size: 14px;
    }
    .menu-btn {
        width: 30px;
        height: 30px;
        margin-top: 2px;
    }
    .profile-info-holder h1 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .tab-header div a {
        font-size: 12px;
    }
    .shperblimet-txt-holder h1 {
        font-size: 14px;
    }
    .shperblimet-total-holder a {
        font-size: 18px;
    }
}

.mobile-app {
    display: none;
}
