html, body {
    height: 100%;
    font-weight: 200;
}

body,
h1 label, h2 label, h3 label, h4 label, h5 label, h6 label {
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: bebas-neue-by-fontfabric, sans-serif;
    text-transform: uppercase;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-100 {
    font-weight: 100;
}

.universal-ajax {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 0;
    color: RGBA(0,0,0,0.75);
}

.ajax-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.1);
    text-align: center;
}

.ajax-loader i {
    vertical-align: middle;
}







@media (min-width: 768px) {
    .page-bottom {
        margin-bottom: 20px;
    }
}

#page-tmpl {
    display: none;
}
#hiddenUploads {
    display: none;
}

.full-height {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overflow-hidden {
    overflow: hidden;
}

.text-nowrap {
    white-space: nowrap !important;
}
.text-wrap {
    white-space: normal !important;
}

.bottom {
    margin-bottom: 20px;
}


.container {
    padding: 0;
}

.bg-xdark {
    background-color: #222;
}
.border-color{
    border: 10px solid #0056b3;
}

.text-black {
    color: #000 !important;
}




.btn-outline-white {
    color: #fff !important;
    border-color: #fff !important;
}

.border-black {
    border-color: #000 !important;
}

.navbar-brand h4 {
    margin: 0;
}

.list-group-item :first-child {
    margin-right: 0;
}

.sidebar-left .list-group-item b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.sidebar-left .list-group-item.active {
    background-color: #333;
}
.sidebar-left .list-group-item:not([data-toggle='collapse']) {
    color: #4285f4;
    padding: 0.7rem 1rem;
}
.sidebar-left .list-group-item:hover {
    opacity: 0.8;
}


.dropdown .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: none;
}

.btn.dropdown-toggle.btn-light {
    color: #495057;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
}

.btn.dropdown-toggle.btn-light:hover {
    color: #495057;
}

a[data-bs-toggle="collapse"][aria-expanded="true"] i {
    transition: transform 0.25s;
    transform: rotateZ(-180deg);
}

.custom-file-control:disabled, .form-control:disabled, .form-control[readonly], [readonly].custom-file-control {
    background-color: transparent;
    background-image: none;
}

option:disabled {
    color: #0005;
}

.input-group-addon {
    padding-left: 0;
    padding-right: 0px;
}

.form-control-label-separated {
    margin-top: .5rem;
}

.generic-listing-input {
    font-weight: normal;
    vertical-align: bottom;
    line-height: 36px;
    height: 36px; 
    margin: .5rem 0 1rem;
}

.generic-listing-input input,
.generic-listing-input select {
    vertical-align: middle;
    display: inline;
    width: auto;
    min-width: 0;
    margin: 0;
}

.generic-listing-input .btn {
    vertical-align: middle;
    display: inline;
    margin: 0;
    height: 36px;
    padding-top: 8px;
    border-left-width: 0px;
}

.v-align-middle {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    margin-left: -4px;
}

.text-color-white{color:#fff;}
.text-color-black{color:#000;}
.text{font-size: 18px;}
.text-sm{font-size: 12px;}
.text-xsm{font-size: 9px;}
.text-lg{font-size: 22px; font-weight: 400;}

.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.material-symbols-outlined {
    vertical-align: middle;
}

.btn-signin {
    padding: .46875rem .65rem;
}
.btn-signin span {
    display: inline-block;
    color: white;
    height: 28px;
    line-height: 28px;
}
.btn-signin .fa {
    color: white;
}
.btn-signin.btn-facebook {
    background-color: #4267b2;
}
.btn-signin.btn-google {
    background-color: #4285f4;
}
.btn-signin.btn-paypal {
    background-color: #009cde;
}


.btn-google i.google-logo {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 39px;
    width: 39px;
    background-image: url('../img/providers/google_signin_buttons/btn_google_dark_normal.svg');
    background-repeat: no-repeat;
    background-size: 39px;
}
.btn-google:hover, .btn-google:focus {
    box-shadow: 0 0 5px #4285f4;
}
.btn-google:hover:active {
    background-color: #3367d6;
}
.btn-google:hover:active i.google-logo {
    background-image: url('../img/providers/google_signin_buttons/btn_google_dark_pressed.svg');
}

.modal-content {
    border: 0;
}

.action-remove {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-top: 0px;
    border-bottom-left-radius: 3px;
    background: white;
    right: 0;
    position: absolute;
}
.drag_n_drop, .mobile-upload {
    padding: 15px;
    color: #fff;
    /* position: absolute; */
    /* font-size: 16px; */
    /* left: 50%; */
    /* margin-left: -90px; */
    /* bottom: 0; */
    text-shadow: 0 0 2px #000;
    cursor: pointer;
    line-height: 1.1;
    /* text-align: center; */
    /* width: 180px; */
}

.full-height {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.full-height:after {
    margin-right: -4px;
    vertical-align: middle;
}
.ajax-full-loader {
    z-index: 1048;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
/*    background-color: #0056b3;
    color: white;*/
    opacity: 0.65;
    text-align: center;
}
.ajax-full-loader.active {
    display: block;
}
header {
    position: relative;
    z-index: 1049;
}



.fade {
    opacity: 0;
    transition: opacity .015s linear;
}
.show {
    opacity: 1;
    transition: opacity .015s linear;
}

body.sidebar-top-open .page {
    padding-top: 90px;
}

.sidebar-toggle-left {
    z-index: 1050;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.sidebar-left-open .sidebar-toggle-left {
    margin-left: 250px;
}
.sidebar-toggle-right {
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.navbar-toggler {
    border: none;
    background-color: transparent;
    padding: .3rem .75rem;
    font-size: inherit;
}
.sidebar {
    top: 0px;  
    position: fixed;
    z-index: 1049;
    width: 250px;
    max-width: 90%;
    height: 100vh;
    transition-duration: .25s;
    overflow: hidden;
}
.sidebar-menu {
    height: calc(100vh - 56px - 24px);
    overflow-y: auto;
}
.sidebar-top {
    z-index: 1;
    left: 0;
    right: 0;
    max-width: none;
    width: auto;
    height: auto;
    transition-property: transform;
    padding-top: 50px;
    box-shadow: 0 0px 4px rgba(0,0,0,1);
}
.sidebar-right {
    right: 0vw;
    background-color: #f9f9fa;
    transition-property: transform;
    z-index: 1049;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.sidebar-left * .nav-side,
.sidebar-right * .nav-side {
    padding-bottom: 20px;
}
.sidebar-right .nav-side {
    padding-top: 56px;
}
.sidebar-left-close,
.sidebar-right-close {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}
.navbar-nav .sidebar-left-close .nav-link,
.navbar-nav .sidebar-right-close .nav-link {
    line-height: 31px;
    font-size: 31px;
    padding: 0;
}
.sidebar-top {
    transform: translateY(-90px);
}
.sidebar-top.open {
    transform: translateY(0px);
}
.sidebar-left.closed{
    transform: translateX(-250px);
}
.sidebar-right.closed{
    transform: translateX(250px);
}
.sidebar-top.background-default .nav-link {
    color: white;
}

body.sidebar-left-open .container {
    max-width: initial;
}

body header nav,
body .wrapper,
body .page {
    margin-left: 0px;
    max-width: 100vw;
    transition: all 0.25s;
}


@media (min-width: 992px) {
    body.sidebar-left-open header nav,
    body.sidebar-left-open .wrapper,
    body.sidebar-left-open .page {
        margin-left: 250px;
        max-width: calc(100vw - 250px);
        transition: all 0.25s;
    }
}

.nav-flow{
    flex-grow: 1;
    width: 30%;
}
@media (min-width: 992px) {
    .d-lg-list-item {
        display: list-item !important;
    }
}
.nav-side{
    text-decoration: none;
}
.nav-l-side-list{
    font-size: 18px;
}
.nav-r-side-list{
    font-size: 18px;
}            
.nav-l-side-ver{
    position: absolute;
    
    right: 15px;
}
.nav-side-add-img{
    height: 150px;
    width: auto;
}

.nav-profile-image {
	display: inline-block;
	/* border-radius: 100%; */
	/* border: 2px solid #fff; */
	width: 32px;
	height: 32px;
	/* background-color: #0056b3; */
	/* background-image: url(../img/user-regular.svg); */
	background-repeat: no-repeat;
	background-size: cover;
	/* margin: -4px 3px -10px 0; */
    top: 0 !important; /* override btn badge */
}
.nav-profile-image-small {
	width: 24px;
	height: 24px;
}
.navbar-nav .fa {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.hide-forced {
    display: none !important;
}


.card-header-tabs {
    margin: calc(-1rem + 1px);
}


@media (min-width: 768px) {
    .modal-signin {
        width: 400px;
    }
    
}

.text-faded {
    color: #dfdfdf;
}


.checkbox label {
    display: block;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectable {
    cursor: pointer;
}




.fa.fa-text {
    font-family: 'Roboto';
}

.fa.fa-zar {
    content:'R';
    font-family: 'Roboto';
    background-color: black;
    color: white;
    border-radius: 100%;    
}



tr.link:hover td, tr.link:hover th {
    cursor: pointer;
    background-color: #f8f9fa;
    color: #338a56;
}




/* Styling the Payment Section */
#wpwl-registrations, .wpwl-container-card {
    padding: 15px;
    max-width: 40em;
    margin: 0 auto 15px;
    border-radius: .125rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.wpwl-container-card .wpwl-form {
    max-width: 40em;
}
.wpwl-wrapper-registration {
    display: flex;
    flex-flow: wrap;
    padding: 15px 10px;
}
.wpwl-wrapper-registration-registrationId {
    width: auto;
}
.wpwl-group-registration {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    transition: all;
    padding: 0;
    margin: 0;
}
.wpwl-group-registration .wpwl-registration {
    padding: 0 15px;
}
.wpwl-group-registration:hover .wpwl-registration,
.wpwl-selected .wpwl-registration {
    border-radius: .125rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    transition: all;
}
.wpwl-wrapper-registration-brand {
    width: auto;
}
.wpwl-brand-card, .wpwl-wrapper-registration-cvv {
    display: none;
}
.wpwl-wrapper-registration-details {
    width: auto;
    padding: 0;
}


.footer-logo,
.courier-logo {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
.footer-logo.globeflight,
.courier-logo.globeflight {
    background-color: #93c200;
}
.courier-logo .fa {
    vertical-align: middle;
}
.footer-logo {
    margin-bottom: 2px;
}
.footer-logo.appture img,
.footer-logo.peachpayments img {
    height: 50px;
    padding: 5px 0;
}





.invalid-feedback {
    display: block;
}


.generic-dropzone {
    text-align: center;
    height: 250px;
    background-size: auto 250px;
    background-position: center;
    background-repeat: no-repeat;
    border: dashed #2978df 2px;
    border-radius: 15px !important;
    
}

.has-error .generic-dropzone {
    background-color: #fdd9d7;
    color: #7f231c;
}

.account-status-message .alert {
    margin-bottom: 0 !important;
}

@media (max-width:767px) {
    
    .modal-full-mobile .modal-dialog {
        top: 0;
        left: 0;
        width: 100vw;
        max-width: none;
        margin: 0;
    }

    .modal-full-mobile .modal-dialog .modal-content {
        min-height: 100vh;
        border-radius: 0;
    }

    .modal-full-mobile .modal-dialog .modal-content .modal-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.card .card-header:last-child {
    border-bottom: none;
}

.footer .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.placeholder {
    background-color: lightgray;
    opacity: 0.1;
    display: inline-block;
    width: 50%;
    min-width: 50px;
    max-width: 100%;
    height: 100%;
}

.delivery-item, .service-item {
    border-bottom: solid 1px #eaeaea;
}

.delivery-item:last-child, .service-item:last-child {
    border-bottom: none;
}


.header-banner .header-banner-height {
    height: 292px;
}

.header-banner .header-banner-half-height {
    height: 146px;
}

@media (min-width: 768px) {
    .header-banner .header-banner-md-height {
        height: 292px;
    }
}

@media (max-width: 767px) {
    .fs-sm {
        font-size: 0.8rem;
    }

    .header-banner .header-banner-xs-half-height {
        height: 146px;
    }
    
    .header-banner .header-banner-xs-padded {
        padding-bottom: 100px;
    }
}
