.c-card, .round8 {
    border-radius: 8px;
}

.pdd-20 { padding: 20px; }

.no-pdd-top { padding-top: 0px; }
.pdd-top-5 { padding-top: 5px; }
.pdd-top-10 { padding-top: 10px !important; }
.pdd-top-15 { padding-top: 15px !important; }
.pdd-top-20 { padding-top: 20px !important; }
.pdd-top-25 { padding-top: 25px !important; }
.pdd-top-30 { padding-top: 30px !important; }
.pdd-top-35 { padding-top: 35px !important; }
.pdd-top-40 { padding-top: 40px !important; }
.pdd-top-50 { padding-top: 50px !important; }
.pdd-top-60 { padding-top: 60px !important; }
.pdd-top-70 { padding-top: 70px !important; }

.no-pdd-btm { padding-bottom: 0px; }
.pdd-btm-5 { padding-bottom: 5px; }
.pdd-btm-10 { padding-bottom: 10px; }
.pdd-btm-15 { padding-bottom: 15px; }
.pdd-btm-20 { padding-bottom: 20px; }
.pdd-btm-25 { padding-bottom: 25px; }
.pdd-btm-30 { padding-bottom: 30px; }
.pdd-btm-35 { padding-bottom: 35px; }
.pdd-btm-40 { padding-bottom: 40px; }

.no-pdd-left { padding-left: 0px; }
.pdd-left-5 { padding-left: 5px; }
.pdd-left-10 { padding-left: 10px; }
.pdd-left-15 { padding-left: 15px; }
.pdd-left-20 { padding-left: 20px; }
.pdd-left-25 { padding-left: 25px; }
.pdd-left-30 { padding-left: 30px; }
.pdd-left-35 { padding-left: 35px; }
.pdd-left-40 { padding-left: 40px; }

.no-pdd-right { padding-right: 0px !important; }
.pdd-right-5 { padding-right: 5px !important; }
.pdd-right-10 { padding-right: 10px !important; }
.pdd-right-15 { padding-right: 15px !important; }
.pdd-right-20 { padding-right: 20px !important; }
.pdd-right-25 { padding-right: 25px !important; }
.pdd-right-30 { padding-right: 30px !important; }
.pdd-right-35 { padding-right: 35px !important; }
.pdd-right-40 { padding-right: 40px !important; }

.no-mrg-btm { margin-bottom: 0px; }
.mrg-btm-5 { margin-bottom: 5px; }
.mrg-btm-10 { margin-bottom: 10px; }
.mrg-btm-15 { margin-bottom: 15px; }
.mrg-btm-20 { margin-bottom: 20px; }
.mrg-btm-25 { margin-bottom: 25px; }
.mrg-btm-30 { margin-bottom: 30px; }
.mrg-btm-35 { margin-bottom: 35px; }
.mrg-btm-40 { margin-bottom: 40px; }

.mrg-top-5 { margin-top: 5px; }
.mrg-top-10 { margin-top: 10px; }
.mrg-top-15 { margin-top: 15px; }
.mrg-top-20 { margin-top: 20px; }
.mrg-top-25 { margin-top: 25px; }
.mrg-top-30 { margin-top: 30px; }
.mrg-top-35 { margin-top: 35px; }
.mrg-top-40 { margin-top: 40px; }

.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }


.l-wrapper--shadow {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.20);
}

.c-disclaimer__logo {
    margin-left: 4px;
    margin-top: -2px;
	width: 112px;
}

.msg-success {
	background-color: #ebfaeb;
    color: #2fad2e;
	padding: 12px;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.success-icon {
    color: #2fad2e;
}

.c-disclaimer img { max-width: 112px; }

.c-list-horizontal {
    padding: .8rem 1.2rem .8rem 1.8rem;
}

.c-icon--small {
    margin-top: 4px;
    margin-right: 3px;
}

.c-list-horizontal > :first-child {
	font-weight: 700;
}

.c-list-horizontal__item {
    line-height: 150%;
}

.c-table2 td {
	padding: 0px;
    padding-top: 18.75px;
	padding-bottom: 18.75px;
	font-size: 0.9rem;
}

	.c-table .c-label {
		font-size: .700rem;
	}

@media only screen and (max-width: 400px) {
	.width-100 { width: 100%; }
	.l-navigation-secondary__item > a {
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	
	.l-navigation-secondary__item--language { display: none; }

	.c-disclaimer {
		display: block !important;
	}
	.c-disclaimer__logo {
		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: 20px;
		width: 80px;
	}
}


@media only screen and (min-width: 400px) {
	.pdd-no-mobile-50 {
		padding-right: 50px;
	}
	.c-table2 td {
		padding: 18.75px;
		font-size: 1rem;
	}
	
	.c-table .c-label {
		font-size: .786rem;
	}
}







.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 11px 30px;
    font-size: 13px;
}
.btn-info {
    background-color: #0f9aee;
    border-color: #0f9aee;
    color: #ffffff;
}
.btn {
    cursor: pointer;
    font-family: Circular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.message {
	padding: 12px 15px 12px 15px;
	max-width: 500px;
	font-size: 12px;
	margin-top: 8px;
}

.c-timeline__message {
	    padding-top: 2px;
}

.modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}

.email-iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    min-height: 400px;
}

.c-invoice__table dd {
    padding: 0 0;
}

#menu-overlay {
	display:none;
	z-index: 9998;
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
	opacity: 0;    
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
}

#menu-overlay.active {
    opacity: 1;    
}

#menu-overlay ul {
	position: relative;
}
	
#menu-overlay ul li {
	position: relative;
	list-style: none;
	text-align: center;
	display: block;
}

#menu-overlay ul li a {
	position: relative;
	text-decoration: none;
	font-size: 22px;
	padding: 0 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
}

#menu-overlay ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 8px;
	background: #222;
	transform: translateY(-50%) scaleX(0);
	transform-origin: right;
	transition: 0.5s transform;
}

#menu-overlay ul li a:hover:before {
	transform: translateY(-50%) scaleX(1);
	transform-origin: left;
	transition: 0.5s transform;
}

#toggleIcon {
	display:none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #ccc;	
	z-index: 9999;
	cursor: pointer;
}

#menu-overlay > ul > li
{
	text-align: left;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); 
    opacity: 0;
}
#menu-overlay.active > ul > li
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
    opacity: 1;
}
#menu-overlay.active > ul > li:nth-child(1)
{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
#menu-overlay.active > ul > li:nth-child(2)
{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
#menu-overlay.active > ul > li:nth-child(3)
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
#menu-overlay.active > ul > li:nth-child(4)
{
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
#menu-overlay.active > ul > li:nth-child(5)
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}

.c-label--small {
	 font-size: 11px !important;
	 padding-top: 3px;
	 padding-bottom: 4px;
 }

.c-label--text {
	margin-bottom: 3px;
	padding-top:10px;
}

@media only screen and (max-width: 400px) {
	.c-label--small {
		font-size: 9px !important;
		padding-top: 5px;
		padding-bottom: 4px;
	}
	#toggleIcon {
		display: none;
	}

}





.mb-loader {
	width: 100%;
	height: 100%;
	min-height: 160px;
	text-align: center;
	margin-top: 100px;
}

.app-loading-container {
  width: 24px;
  margin: 0 auto;
}

.app-loading-spinner-svg {
  width: 24px;
  height: 24px;
  color: #87919f;
  transform-origin: 50% 50%;
  transition-timing-function: ease;
  transition-property: opacity, transform;
  animation: AppLoadingSpinnerShow 250ms normal ease, SpinnerAnimationRotation 0.6s linear infinite;
}

@keyframes AppLoadingSpinnerShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes SpinnerAnimationRotation {
  100% {
    transform: rotate(360deg);
  }
}




