:root {
	--input-padding-x: .75rem;
	--input-padding-y: .75rem;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/common/assets/fonts/material-icons.woff2') format('woff2');
    font-display: swap;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
}

.material-icons-main {
    color: #fff;
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
}

body {
    font-family: AmazonEmber, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.progress-h {
    height: 6px !important;
}

.bg-dark {
    background-color: #232f3e !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    z-index: 1000;
    background-color: #232f3e;
    font-size: 13px;
}

.footer span, .footer a {
    color: #fff;
}

.btn-sm .material-icons {
    font-size: 16px;
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}

.input-sm {
    height: 31px;
    border-color: #6c757d;
    font-size: 14px;
}

#dates {
    min-width: 11.4rem;
    text-align: center;
}

.navbar-brand-admin {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 25%);
}

.subheader {
    position: fixed;
    /* top: 0; */
    right: 0;
    left: 0;
    z-index: 100;

    background-color: #fff;
    /* margin-top: 54px; */
    height: 45px;
}

.subheader-fixed {
    background-color: #fff;
    /* margin-top: 54px; */
    height: 45px;
}

.subheader h5 img {
    vertical-align: initial;
}

.subheader-margin {
    margin-top: 84px;
    padding-top: 42px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    line-height: 31px;
}

.breadcrumb-item {
    display: initial;
}

.breadcrumb .material-icons {
    font-size: 18px;
    top: -1px;
}

.breadcrumb li a {
    color: #515154;
}

.alert .material-icons {
    font-size: 16px;
    top: -2px
}

.material-icons-table {
    font-size: 16px;
    top: 0px;
}

.button-link {
    margin-left: 0.2rem;
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.form-group label {
	width: 100%;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.navbar .form-control {
    border: none;
    background: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
}

.navbar .form-control::placeholder {
    color: rgba(255, 255, 255, .9);
}

.navbar .form-control:hover, .navbar .form-control:focus {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .9);
}

.nav-tabs .nav-link {
	color: #6c757d;
	padding: .5em .75em;
}

.nav-link .material-icons {
	font-size: 18px;
	vertical-align: middle;
	line-height: 0 !important;
	position: relative;
	top: -2px;
}

.nav-tabs .nav-link.active .material-icons {
	color: #000;
}

.card .card-body {
    padding: .75rem;
}

.card-header {
    padding: .5rem .75rem .5rem .75rem;
    line-height: 30px;
}

.card-footer {
    padding: .5rem .75rem .5rem .75rem;
    line-height: 30px;
}

.card .card-header>.material-icons {
    color: #6c757d;
    font-size: 18px;
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -2px;
}

.table td,
.table th {
    vertical-align: middle;
}

.table thead th {
    border-top-width: 1px;
    border-bottom-width: 0px;
}

.no-top-border thead th {
    border-top-width: 0px !important;
}

.dt-control {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: 1.5rem;

}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

table.dataTable {
    margin-top: 0px !important;
}

.cs-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #6c757d;
    text-align: center;
} 

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display:inline-block;
    color: #6c757d;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}
  
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
} 

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
} 

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
} 

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}  

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}


.content-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.25s ease;
}

.label-group {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.label-group.fixed {
    flex-shrink: 0;
}

.label-group p, .label-group a {
    margin: 0px;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.label-group .title {
    color: #323232;
}

.label-group .title.cta {
    text-transform: uppercase;
}

.label-group .caption {
    color: #aeaeae;
}

.table td {
    vertical-align: middle;
    /* height: 48px;
    padding: 0rem 0.75rem 0rem 0.75rem; */
}

.list-group-menu {
    padding: .75rem 1rem;
}

.badge {
    font-size: 11px;
    line-height: 11px;
    position: relative;
}

.badge-on,
.badge-off {
    padding: .25em .5em .25em 1.5em !important;
}

.badge-on:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgb(81, 214, 60);
    border-radius: 50%;
    left: 6px;
    top: 6px;
}  

.badge-off:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #F44336;
    border-radius: 50%;
    left: 6px;
    top: 6px;
}

.badge-light {
    border: 1px solid #ddd;
}

.modal-backdrop {
    opacity: 0.7 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6c757d!important;
    border-color: #6c757d;
}

.meta {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}
.meta span {
    margin-right: 15px;
    font-size: 16px;

}
.meta span .material-icons {
    margin-right: 5px;
    color: #959da5;
    font-size: 16px;
    top: -2px;
}

.group-column {
    background-color: #f6f6f6;
}

.form-check-label {
    width: 100%;
}

.col-form-label {
    width: 100%;
}

.modal-title .material-icons {
    font-size: 18px;
    top: -2px;
}


#topbar {
    width: 100%;
    z-index: 997;

    /* background: #ced2d6; */
    background: #000;
    height: 30px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}

#topbar.fixed {
    position: fixed;
    top: 0px;

}

#topbar.topbar-scrolled {
    top: -30px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    text-decoration: underline;
}

#topbar .contact-info i {
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #fff;
}

.navbar-subheader {
    position: fixed !important;
    margin-top: 30px;
    width: 100%;
    z-index: 997;
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero {
    width: 100%;
    height: 65vh;
    background-size: cover;
    position: relative;
}

.index {
    background: url("/common/assets/img/intro.jpeg") top left;
}

.services {
    background: url("/common/assets/img/intro.jpeg") top left;
}

.main {
    background: url("/common/assets/img/main.jpeg") center;
}

.main2 {
    background: url("/common/assets/img/2.jpeg") center;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    position: relative;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#hero h2 {
    color: #fefefe;
    margin: 5px 0 30px 0;
    font-size: 22px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh;
    }
    #hero h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #hero h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

.primary-color {
    background-color: #6cb3ff !important;
}

.footer-copyright {
    height: 30px;
    border-top: 1px solid #ffffff80 !important; 
    font-size: 13px;
}

.footer-copyright span, .footer-copyright a {
    color: #fff;
}

.hljs {
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.policy > p, .policy > ul {
    text-align: justify !important;
}

.language-switcher img {
    width: 24px;
    height: 26px;
    margin-right: 5px;
}
.language-switcher .dropdown-item {
    padding: 5px 10px !important;
}

.list-group {
    max-height: 48vh;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}