/* @import url('bootstrap.min.css'); */
/* @import url('owl.carousel.css'); */

@import "~owl.carousel/dist/assets/owl.carousel.css";
@import "~animate.css/animate.css";

@import url('animate.css');
@import url('font-awesome.min.css');
@import url('../../../../node_modules/jquery-ui/themes/base/all.css');
/* @import url('jquery-ui.min.css'); */
@import url('style.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('fonts.css');
@import url('custom.css');
/* global css here */

body {
    color: #17222d;
    overflow-x: hidden;
    font-family: "Uni Sans";
    font-weight: normal;
}

.dropdown-menu i {
    margin-right: 5px;
}

*:focus {
    outline: none;
    outline-offset: 0;
}

a,
a:hover,
a:focus {
    -webkit-transition: 300ms all;
    transition: 300ms all;
    text-decoration: none;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    background: url("../img/loader.gif") center center no-repeat / 70px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.list-inline {
    margin: 0;
}

img,
label {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::selection {
    background: #fdbc00;
    color: #000;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(255, 66, 0, 1)), to(rgba(255, 149, 0, 1)));
    background: linear-gradient( 0deg, rgba(255, 66, 0, 1) 0%, rgba(255, 149, 0, 1) 100%);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

main,
.inner-wrapper,
.inner-content,
.user-area-wrapper {
    min-height: calc(100vh - 235px);
    min-height: -o-calc(100vh - 235px);
    overflow: hidden;
    overflow-y: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/assets/front-end/img/arrow-down-sign-to-navigate.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

[data-toggle="datepicker"] {
    -webkit-box-shadow: 0 1px 0 0 #e5e5e5 !important;
    box-shadow: 0 1px 0 0 #e5e5e5 !important;
    background-image: url('../img/calendar-icon.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 99%;
}

.dt-table {
    min-height: 0.01%;
    overflow-x: auto;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #fd7000;
    border-color: #fd7000;
}

.pagination>li>a,
.pagination>li>span {
    color: #17222d;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #17222d;
    background-color: #fff4e4;
}

.modal-header .head-view {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal {
    font-family: "Poppins", sans-serif;
}

.modal h5 {
    font-size: 15px;
    font-weight: 600;
}

.close {
    opacity: 1;
    font-weight: normal;
    font-size: 28px;
    text-shadow: none;
    color: #17222d;
}

.modal p {
    font-weight: 400;
    font-size: 14px;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid transparent;
    -webkit-text-fill-color: #17222d;
    -webkit-box-shadow: 0 0 0px 1000px transform inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

button[disabled],
html input[disabled] {
    cursor: default;
    background: #eee;
}

/* ON/OFF Switch */

.onoffswitch {
    position: relative;
    width: 55px;
    display: inline-block;
    font-size: 80%;
}

.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid hsl(0, 0%, 90%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
}

.onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 80%;
    color: hsl(0, 0%, 100%);
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
}

.onoffswitch .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #ff4400;
    color: #fff;
}

.onoffswitch .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #e6e6e6;
    color: #000;
    text-align: right;
}

.onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 35px;
    -webkit-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out;
}

.toggle-group input {
    opacity: 0;
}

.toggle-group {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.toggle-group input[type="checkbox"] {
    position: absolute;
    left: 10px;
}

.toggle-group input[type="checkbox"]:checked~.onoffswitch .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.toggle-group input[type="checkbox"]:checked~.onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: 1px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.toggle-group input[type="checkbox"]:focus~.onoffswitch {
    outline: thin dotted #333;
    outline: 0;
}

.toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    width: 100%;
    z-index: 1;
    height: 24px;
    font-weight: 200;
}

/* ==== Accessibility ===== */

.aural {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.aural:focus {
    clip: rect(0, 0, 0, 0);
    font-size: 1em;
    height: auto;
    outline: thin dotted;
    position: static !important;
    width: auto;
    overflow: visible;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
    position: relative;
}

.parallax-mirror {
    z-index: 1 !important;
}
.sidebar ul li a {font-family: 'Poppins', sans-serif;}
@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .parallax-window {
        min-height: 150px;
    }

    .loader:after {
        background-size: 40px;
    }

    .inner-content {
        margin-bottom: 15px;
    }
}
