@import url(style-app.css);
body {
   margin: 0;
    padding: 0;
    font-weight: 400;
    color: #031e23;
    background: #ecf0f4;
}
.sidebar {
    background-color: #35414f;
    width: 200px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 48px 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar li a.nav-link {
    color: #909BAA !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sidebar li.nav-item.actif a.nav-link,
.sidebar li a:hover.nav-link {
    color: #FFFFFF !important;
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar-user-icone {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.sidebar-text {
    font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
    .sidebar-text {
        display: none !important;
    }
    .sidebar-icone {
        font-size: 2rem !important;
    }
}

.admin-main {
    width: calc(100% - 200px);
    margin-left: 200px;
    padding: 0 !important;
}
.feather svg {
    width: 100%;
    height: 100%
}
/* PAGE */
@charset "utf-8";

/*==============================================================

	Name:style.css
	Version:1.0.0

==============================================================*/

/*==============================================================
	Common Styles Initials
==============================================================*/
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
    -webkit-appearance: none;
}
*, *:after, *:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    color: #031e23;
    width: 100%;
    height: 100%;
    background: #ecf0f4;
}
a {
    outline: none;
    text-decoration: none;
    color: #555;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
:focus{
    outline: 0;
}
img {
    border: 0;
}
input, textarea, select {
    outline: none;
    resize: none;
    font-family: 'Inter', sans-serif;
}
a, input, button {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #202342;
    font-family: 'Inter', sans-serif;
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0 0 15px 0;
    padding: 0;
}
.slick-slide{
    outline: none !important;
}
.container{
    max-width: 1120px;
    width: 100%;
}
/*==============================================================
	Global Styles Start
==============================================================*/
.pre-loader{
    background: #ffffff;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pre-loader .loader-logo{
    padding-bottom: 15px;
}
.pre-loader .loader-progress{
    height: 8px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    background: #ecf0f4;
    overflow: hidden;
}
.pre-loader .bar{
    width: 0%;
    height: 8px;
    display: block;
    background: #1b00ff;
}
.pre-loader .percent{
    text-align: center;
    font-size: 24px;
    display: none;
}
.pre-loader .loading-text{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}

.mx-w-150{max-width: 150px;}
.mx-h-300{max-height: 300px;}
.mx-h-350{max-height: 350px;}
.mx-h-380{max-height: 380px;}
.mx-h-400{max-height: 400px;}
.mx-h-450{max-height: 450px;}
.pd-0{padding: 0px;}
.padding-top-10{padding-top: 10px;}
.padding-top-30{padding-top: 30px;}
.padding-bottom-30{padding-bottom: 30px;}
.pd-5{padding: 5px;}
.pd-10{padding: 10px;}
.pd-20{padding: 20px;}
.pd-ltr-20{padding: 20px 20px 0;}
.pd-30{padding: 30px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pr-10{padding-right: 10px;}
.pr-20{padding-right: 20px;}
.pr-30{padding-right: 30px;}
.pl-10{padding-left: 10px;}
.pl-20{padding-left: 20px;}
.pl-30{padding-left: 30px;}
.margin-5{margin: 5px;}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-15{margin-bottom: 15px;}
.mb-10{margin-bottom: 10px;}
.mb-5{margin-bottom: 5px !important;}
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}

.font-30{font-size: 30px; line-height: 1.33em;}
.font-24{font-size: 24px; line-height: 1.42em;}
.font-20{font-size: 20px; line-height: 1.5em;}
.font-18{font-size: 18px; line-height: 1.55em;}
.font-16{font-size: 16px; line-height: 1.62em;}
.font-14{font-size: 14px; line-height: 1.71em;}
.font-12{font-size: 12px; line-height: 1.83em;}

.h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
    color: #1b3133;
}
.h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    font-family: 'Inter', sans-serif;
    color: #1b3133;
}
.h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #1b3133;
    font-family: 'Inter', sans-serif;
}
.h4,
.page-header h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #1b3133;
    font-family: 'Inter', sans-serif;
}
.h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #1b3133;
    font-family: 'Inter', sans-serif;
}

.line-height-1{line-height: 1;}
.line-height-1-2{line-height: 1.2;}
.line-height-1-3{line-height: 1.3;}

.weight-300{font-weight: 300;}
.weight-400{font-weight: 400;}
.weight-500{font-weight: 500;}
.weight-600{font-weight: 600;}
.weight-700{font-weight: 700;}
.weight-800{font-weight: 800;}

.height-auto{height: auto;}
.height-100-p{height: 100%;}
.width-50-p{width: 50%;}
.width-box{width: 50px; height: 50px;}

.max-width-200 {max-width: 200px;}
.max-width-300 {max-width: 300px;}
.max-width-400 {max-width: 400px;}
.max-width-500 {max-width: 500px;}
.max-width-600 {max-width: 600px;}
.max-width-700 {max-width: 700px;}
.max-width-800 {max-width: 800px;}
.max-width-900 {max-width: 900px;}
.max-width-1000 {max-width: 1000px;}

.min-height-200px{min-height: 200px;}

.bg-cover{background-size: cover !important;}
.bg-light-blue{background-color: #e1e1f5;}
.color-light-blue{color: #e1e1f5;}
.bg-light-gray{background-color: #ecf0f4;}
.bg-white{background: #ffffff;}
.color-white{color: #ffffff;}
.bg-light-green{background-color: #41ccba;}
.text-light-green{color: #00e091;}
.bg-blue{background-color: #1b00ff;}
.text-blue{color: #1b00ff;}
.text-light-blue{color: #2976aa;}
.bg-light-orange{background-color: #f56767;}
.text-light-orange{color: #f56767;}
.bg-light-purple{background-color: #a683eb;}
.text-light-purple{color: #a683eb;}
.bg-orange{background-color: #f5956c;}
.text-orange{color: #f5956c;}
.text-yellow{color: #ecc72f;}
.text-green{color: #46be8a;}
.text-orange-50{color: #f2a654;}
.text-blue-50{color: #62a8ea;}
.text-red-50{color: #e14e50;}
.mCSB_inside > .mCSB_container{margin-right: 0;}
.border-radius-0{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.border-radius-4{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.border-radius-5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border-radius-6{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.border-radius-8{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.border-radius-10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.border-radius-100{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.box-shadow{
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}

.wave1{
    background-image: url(../images/wave.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.card-box, .da-card{
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}
.card-img-top{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.card-img-bottom{
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.card-img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.card-title{
    font-size: 18px;
    font-weight: 600;
}
.card-header{
    font-weight: 500;
    font-size: 16px;
}
.card-text{
    font-size: 15px;
}

/*.badge{
    padding: .75em;
}*/
.page-link:focus{
    box-shadow: none;
}

.highcharts-root{
    font-family: 'Inter', sans-serif !important;
}

.bootstrap-select .dropdown-toggle{
    height: 45px;
}
.bootstrap-select .dropdown-toggle.btn-light{
    background-color: transparent;
    border-color: #d4d4d4;
}
.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active{
    background-color: transparent;
    border-color: #d4d4d4;
}
.dropdown-toggle::after{
    content: "\f107";
    border: 0;
    font-family: "FontAwesome";
    vertical-align: unset;
    width: auto;
    height: auto;
    border: 0 !important;
}
.bootstrap-select .dropdown-toggle::after{
    position: relative;
    right: 5px;
}
.dropdown.show > .dropdown-toggle::after{
    content: "\f106";
}
.dropdown-toggle.no-arrow:after{
    display: none;
}
.dropdown-menu{
    border: 0;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
}
.dropdown-item{
    font-size: 16px;
    font-weight: 400;
    padding: 0.657rem 1rem;
    color: #444444;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown-item:hover, .dropdown-item:focus {
    background: #ecf0f4;
    color: #1b00ff;
}
.form-group{
    margin-bottom: 20px;
}
.form-group > label{
    font-weight: 500;
    font-size: 14px;
}
.form-control, .custom-select, .custom-file-input{
    font-family: 'Inter', sans-serif;
    color: #131e22;
    font-weight: 400;
    height: 45px;
    border-color: #d4d4d4;
    letter-spacing: 0.035em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control.form-control-sm{
    height: 38px;
}
.form-control.form-control-line{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}
.custom-file-label{
    font-family: 'Inter', sans-serif;
    color: #131e22;
    font-weight: 400;
    height: 45px;
    padding-top: .475rem;
    border-color: #d4d4d4;
    letter-spacing: 0.035em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-file-label::after{
    height: 100%;
    padding-top: .475rem;
}
textarea.form-control{
    height: 180px;
}
.form-control:focus , .custom-select:focus, .custom-file-input:focus{
    color: #131e22;
    border-color: #1b00ff;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
}
.form-control.height-auto{height: auto;}
.input-group{
    margin-bottom: 25px;
}
.input-group.custom > .form-control, .input-group.custom > .custom-select{
    width: 100%;
}
.input-group.custom > .form-control:not(:first-child), .input-group.custom > .custom-select:not(:first-child){
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding-left: 50px;
}
.input-group.custom > .custom-select:not(:last-child), .input-group.custom > .form-control:not(:last-child){
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding-right: 50px;
}
.input-group-prepend.custom{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    height: 100%;
}
.input-group-append.custom{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    height: 100%;
}
.input-group-text{
    border: 0;
    background: transparent;
}
.input-group-text i{
    font-size: 20px;
}
.form-control:focus ~ .input-group-append .fa{
    color: #1b00ff;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn{
    height: 50px;
    font-size: 16px;
}
/* ---------------- form validation class -------------*/
.has-success{
    color: #28a745;
}
.form-control-success{
    border-color: #28a745;
    background-image: url(../images/check-mark-green.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px 20px;
}
.form-control-success:focus{
    border-color: #28a745;
    -webkit-box-shadow: 0px 0px 0px 1px #28a745;
    -moz-box-shadow: 0px 0px 0px 1px #28a745;
    box-shadow: 0px 0px 0px 1px #28a745;
}

.has-warning{
    color: #ffc107;
}
.form-control-warning{
    border-color: #ffc107;
    background-image: url(../images/caution-sign.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px 20px;
}
.form-control-warning:focus{
    border-color: #ffc107;
    -webkit-box-shadow: 0px 0px 0px 1px #ffc107;
    -moz-box-shadow: 0px 0px 0px 1px #ffc107;
    box-shadow: 0px 0px 0px 1px #ffc107;
}

.has-danger{
    color: #dc3545;
}
.form-control-danger{
    border-color: #dc3545;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 14px 14px;
}
.form-control-danger:focus{
    border-color: #dc3545;
    -webkit-box-shadow: 0px 0px 0px 1px #dc3545;
    -moz-box-shadow: 0px 0px 0px 1px #dc3545;
    box-shadow: 0px 0px 0px 1px #dc3545;
}

/* ---------------- form validation class -------------*/

.btn{
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    padding: .438rem 1rem;
}
.btn-lg{
    padding: .657rem 1rem;
}
.btn-lg, .btn-group-lg > .btn{
    font-size: 18px;
}
.btn-group-sm>.btn, .btn-sm{
    padding: .4rem .8rem;
    font-size: 14px;
}
.btn:focus, .btn.focus{
    box-shadow: none !important;
}
.btn-rounded{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.breadcrumb{
    background: none;
    padding: 0.75rem 0;
}
.breadcrumb-item.active{
    color: #1b00ff;
    font-weight: 500;
}
.breadcrumb-item a{
    color: #031e23;
}
.breadcrumb-item + .breadcrumb-item::before{
    font-family: "FontAwesome";
    content: "\f105";
}

.customscroll-10-p > .mCustomScrollBox > .mCSB_container{
    padding: 10px;
}

/*-------------------------------- datepicker style ----------------*/
.datepicker{
    z-index: 1060;
}
.datepicker--day-name{color: #1b00ff;}
.datepicker--nav-action path{stroke: #1b00ff;}
.datepicker--cell.-focus-, .datepicker--nav-title:hover, .datepicker--nav-action:hover{background: #e1e1f5; color: #1b00ff;}
.datepicker--cell.-selected-{color: #ffffff;}
.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after{display: none;}
.datepicker--time-current-hours, .datepicker--time-current-minutes{color: #1b00ff;}
.datepicker-inline .datepicker{margin: 0 auto;}

/*---------------- clock picker style -------------------*/
.form-control.time-picker:disabled, .form-control.time-picker[readonly]{background: #ffffff;}
.form-control.time-picker-default:disabled, .form-control.time-picker-default[readonly]{background: #ffffff;}

.custom-control{
    padding-left: 35px;
    cursor: pointer;
    padding-bottom: 5px;
}
.custom-control-label{
    cursor: pointer;
    font-weight: 400;
}
.custom-control-label::before{
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
    background-color: transparent;
    border: 2px solid #1b00ff;
}
.custom-control-label::after{
    width: 20px;
    height: 20px;
    left: -30px;
    background-size: 60%;
    top: 2px;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none;
    background-color: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #1b00ff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #1b00ff;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{
    border: 2px solid rgba(0, 123, 255, 0);
}



.select2-container .select2-selection--single{
    height: 45px;
    border-color: #d4d4d4;
    outline: 0;
    letter-spacing: 0.035em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #d4d4d4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 43px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #1b00ff;
    color: #ffffff;
    border-color: #1b00ff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #000;
}
.select2-container--default .select2-selection--multiple{
    min-height: 45px;
    border-color: #d4d4d4;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-top: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #ffffff;
}
.select2-dropdown{
    border-color: #d4d4d4;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .1);
}
.select2-search--dropdown{
    padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #1b00ff;
    color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #1b00ff;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
    display: block;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.bootstrap-select .dropdown-header{
    color: #222222;
    font-weight: 700;
    font-size: 15px;
}
.bootstrap-select .dropdown-menu li .dropdown-item:hover{
    color: #1b00ff;
}
.bootstrap-select .dropdown-menu li .dropdown-item.active:hover{
    background-color: #1b00ff;
    color: #ffffff;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    top: 13px;
}
.bootstrap-select .bs-ok-default:after{
    border-width: 0 2px 2px 0;
}
.dropup .dropdown-toggle::after{
    content: "\f107";
    border: 0;
    font-family: "FontAwesome";
    vertical-align: unset;
    width: auto;
    height: auto;
    border: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a{
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0.55rem 1rem;
    color: #667f87;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bootstrap-select.btn-group .dropdown-menu li.divider{
    border: 1px solid #eaeaea;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a{
    background: #e1e1f5;
    color: #131e22;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a{
    color: #cecece;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover{
    background: #e1e1f5;
    color: #131e22;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{
    background: url(../images/check-mark-green.png);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.label-info{
    background-color: #009efb;
}
.bootstrap-tagsinput .tag{
    display: inline-block;
    padding: 2px 6px;
    margin: 2px;
    font-size: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.docs-options .dropdown-menu{max-height: 250px; overflow: auto;}
.docs-buttons{padding-top: 15px;}
.docs-buttons label{margin-bottom: 0;}
.docs-buttons .btn{margin-bottom: 5px;}

.table thead th{
    font-weight: 600;
    font-size: 15px;
    border-bottom: 0;
    padding-left: 1rem;
}
.table td, .table th{
    vertical-align: middle;
}
.table td{
    font-size: 14px;
    font-weight: 500;
    padding: 1rem
}
.table-striped tbody tr:nth-of-type(odd){background: #eaeef2;}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
    background: #ECF0F3 !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{
    background: #ECF0F3 !important;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable tbody tr.selected{
    background-color: #181f48 !important;
    color: #ffffff;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected{
    background-color: #1b00ff !important;
}
/* datatable style */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    font-family: "dropways";
    font-size: 14px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    content: "\eabb"
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    content: "\eaba";
    right: 0.2em;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after{
    color: #1b00ff;
}
table.dataTable>tbody>tr.child ul.dtr-details{
    white-space: normal;
}
table.dataTable>tbody>tr.child ul.dtr-details .dtr-title{
    display: block;
}
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate,
.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
.dt-buttons{
    padding-left: 15px;
    padding-right: 15px;
}
.dt-checkbox{
    width: 20px;
    height: 20px;
    position: relative;
}
.dt-checkbox input{
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}
.dt-checkbox span{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dt-checkbox span:before{
    content: "";
    background: url(../images/check-mark.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -1px;
    background-size: 12px 12px;
    background-position: center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dt-checkbox input:checked ~ span{
    background: #1b00ff;
    border-color: #1b00ff;
    color: #ffffff;
}
.dt-checkbox input:checked ~ span:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.plyr{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .15);
}
.popover-header{font-weight: 500;}
.list-group-flush .list-group-item{
    border-top: 0;
    margin-bottom: 0;
}

.docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas{
    max-width: 100%;
}

.apexcharts-svg *{
    font-family: 'Muli', sans-serif !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-family:"FontAwesome";
    background: transparent;
    content: "\f107";
    color: #444444;
    font-size: 23px;
    left: 7px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 50%;
    margin-top: -7px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "\f106";
    background: transparent;
}
/*==============================================================
	Global Styles End
==============================================================*/

/*==============================================================
	Header Start
==============================================================*/
.header{
    position: fixed;
    height: 70px;
    width: calc(100% - 280px);
    background: #ffffff;
    right: 0;
    top: 0;
    z-index: 123;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
}
.header-left{
    display: flex;
    align-items: center;
    height: 100%;
    width: 50%;
}
.header-left .menu-icon{
    display: none;
}
.header-left .search-toggle-icon{
    display: none;
}
.header-left .header-search{
    width: 100%;
    padding-left: 20px;
}
.header-left .header-search .form-group{
    position: relative;
}
.header-left .header-search .search-icon{
    position: absolute;
    left: 17px;
    top: 12px;
    font-size: 20px;
    color: #777777;
}
.header-left .header-search .dropdown{
    position: static;
    right: 0;
    top: 0;
    padding-right: 10px;
}
.header-left .header-search .dropdown .dropdown-toggle{
    position: absolute;
    right: 0;
    top: 0px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 0 .25rem .25rem 0;
    -moz-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0;
    color: #777777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-left .header-search .dropdown .dropdown-toggle:hover,
.header-left .header-search .dropdown.show .dropdown-toggle{
    background: #1b00ff;
    color: #ffffff;
}
.header-left .header-search .dropdown .dropdown-menu{
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
    padding: 20px;
}
.header-left .header-search .search-input{
    padding-left: 50px;
    padding-right: 55px;
}
.header-right{
    display: flex;
    justify-content: flex-end;
    height: 70px;
    width: 50%;
}
.header-left .brand-logo{
    max-width: 180px;
    display: block;
}
.header-right .brand-logo a{
    padding: 0px 6px 0px;
}
.header-right .menu-icon{
    position: relative;
    right: 0;
    float: left;
    display: none;
}
.user-info-dropdown{
    padding: 5px 10px 5px 0;
}
.user-info-dropdown .dropdown-toggle{
    display: block;
    padding: 5px 0;
    font-size: 16px;
}
.user-info-dropdown .dropdown-toggle .user-icon{
    width: 52px;
    height: 52px;
    font-size: 24px;
    background: #ebeff3;
    color: #1b00ff;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .18);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .18);
}
.user-info-dropdown .dropdown-toggle .user-icon img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.user-info-dropdown .dropdown-toggle .user-name{
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #131e22;
    font-family: 'Inter', sans-serif;
}
.user-info-dropdown .dropdown-menu{
    min-width: 185px;
}
.dropdown-menu-icon-list .dropdown-item{
    position: relative;
    padding-left: 45px;
}
.dropdown-menu-icon-list .dropdown-item i{
    position: absolute;
    left: 16px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.user-notification{
    float: right;
    margin-right: 10px;
    /*padding-top: 12px;*/
    padding: 22px 5px 10px 0;
}
.user-notification .dropdown-toggle{
    font-size: 20px;
    padding: 10px;
    color: #555555;
    position: relative;
}
.user-notification .dropdown-toggle .badge{
    position: absolute;
    right: 8px;
    top: 10px;
    background: #f5678a;
    width: 5px;
    height: 5px;
    display: block;
    padding: 0;
}
.user-notification .dropdown-menu{
    width: 400px;
    padding: 20px 10px;
}
.notification-list{}
.notification-list ul li{
}
.notification-list ul li a{
    display: block;
    position: relative;
    padding: 10px 15px 10px 75px;
    min-height: 75px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.notification-list ul li a img{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 2px 13px rgba(0,0,0,.2);
    box-shadow: 1px 2px 13px rgba(0,0,0,.2);
}
.notification-list ul li a h3{
    font-size: 16px;
    color: #202342;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    padding-bottom: 5px;
}
.notification-list ul li a h3 span{
    float: right;
    font-size: 12px;
    font-weight: 500;
    padding-top: 2px;
}
.notification-list ul li a p{margin-bottom: 0;}

.header-dark .header,
.header-dark .header-left .header-search{
    background: #0B132B;
}
.header-dark .header .user-info-dropdown .dropdown-toggle,
.header-dark .header .user-info-dropdown .dropdown-toggle .user-name,
.header-dark .menu-icon,
.header-dark .search-toggle-icon{
    color: #ecf0f4;
}
.header-dark .user-notification .dropdown-toggle{
    color: #ecf0f4;
}
.header-dark .header .header-left .header-search .search-input{
    background: rgba(236, 236, 236, 0.1);
    border-color: transparent;
    color: #ecf0f4;
}
.header-dark .header .header-left .header-search .search-input:focus{
    border-color: #4b4d50;
}
.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder{opacity:1; color: #bfc4ca;}
.header-dark .header .header-left .header-search .search-input:-moz-placeholder{opacity:1; color: #bfc4ca;}
.header-dark .header .header-left .header-search .search-input::-moz-placeholder{opacity:1; color: #bfc4ca;}
.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder{opacity:1; color: #bfc4ca;}
.header-dark .header .header-left .header-search .search-icon{
    color: #ecf0f4;
}
/*==============================================================
	Header End
==============================================================*/
/*==============================================================
	Footer Start
==============================================================*/
.footer-wrap{
    width: 100%;
    position: relative;
    /*height: 44px;*/
    text-align: center;
    font-weight: 500;
}
.footer-wrap a{
    color: #1b00ff;
    text-decoration: underline;
}
/*==============================================================
	Footer End
==============================================================*/
/*==============================================================
	Side Bar Start
==============================================================*/
.menu-icon,
.search-toggle-icon{
    width: 47px;
    height: 47px;
    font-size: 22px;
    line-height: 1;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo{
    width: 280px;
    height: 70px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.brand-logo a{
    display: flex;
    vertical-align: middle;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0.050em;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Inter', sans-serif;
    padding: 0px 20px 0px;
}
.brand-logo a .dark-logo,
.sidebar-light .brand-logo a .light-logo{
    display: none;
}
.brand-logo a .light-logo,
.sidebar-light .brand-logo a .dark-logo
{
    display: block;
}
.brand-logo a span{
    display: block;
    vertical-align: middle;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-logo a img,
.brand-logo a .svg{
    max-width: 180px;
    display: block;
    height: auto;
}
.left-side-bar{
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    z-index: 1000;
    background: #0b132b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ecf0f4;
}
.left-side-bar:before{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.left-side-bar.open{
    left: 0;
}
.left-side-bar .menu-block{
    height: calc(100vh - 70px);
}
.left-side-bar .close-sidebar{
    font-size: 18px;
    color: #888888;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
}
.sidebar-menu{
    padding: 0px 0px 20px;
}
.sidebar-menu .dropdown-toggle{
    display: block;
    padding: 18px 15px 18px 67px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.030em;
    position: relative;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-menu .dropdown-toggle:after{
    position: absolute;
    right: 15px;
    font-size: 18px;
}
.sidebar-menu.icon-style-2 .dropdown-toggle:after{
    content: "\f217";
    font-family: Ionicons;
}
.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after{
    content: "\f208";
}

.sidebar-menu.icon-style-3 .dropdown-toggle:after{
    content: "\f101"
}
.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after{
    content: "\f103"
}

.sidebar-menu .dropdown-toggle:hover, .sidebar-menu .show > .dropdown-toggle{
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
}
.sidebar-menu .dropdown-toggle .micon{
    position: absolute;
    left: 10px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
    top: 50%;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.sidebar-menu .dropdown-toggle:hover .micon, .sidebar-menu .show > .dropdown-toggle .micon{
    color: #ffffff;
}
.sidebar-menu .dropdown-toggle .new{
    font-size: 24px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.sidebar-menu .dropdown-toggle .new:before{
    line-height: 14px;
}
.sidebar-menu .submenu{
    position: relative;
    width: 100%;
    display: none;
}
.sidebar-menu .submenu:before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 31px;
    top: 0;
    display: none;
    background: none;
    border-left: 2px dashed #1b00ff;
}
.sidebar-menu .submenu li{
    position: relative;
}
.sidebar-menu .submenu li > a:before{
    content: "\f208";
    position: absolute;
    line-height: 1;
    left: 28px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-family: Ionicons;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-menu.icon-list-style-2 .submenu li > a:before{
    content: "\f10c";
    font-family: FontAwesome;
}
.sidebar-menu.icon-list-style-3 .submenu li > a:before{
    content: "\eb1d";
    font-family: dropways;
}
.sidebar-menu.icon-list-style-4 .submenu li > a:before{
    content: "\edd2";
    font-family: dropways;
}
.sidebar-menu.icon-list-style-5 .submenu li > a:before{
    content: "\ee07";
    font-family: dropways;
}
.sidebar-menu.icon-list-style-6 .submenu li > a:before{
    content: "\ee36";
    font-family: dropways;
}

.sidebar-menu .submenu li.dropdown:before{
    display: none;
}
.sidebar-menu .submenu li a{
    display: block;
    padding: 18px 15px 18px 60px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.030em;
    position: relative;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-menu .submenu li.dropdown > a:before{
    display: none;
}
.sidebar-menu .submenu li a.dropdown-toggle{
    padding: 18px 15px 18px 60px;
    font-size: 16px;
}
.sidebar-menu .submenu.child{
    padding-left: 15px;
}
.sidebar-menu .submenu li:hover > a:before{
    left: 18px;
}
.sidebar-menu .submenu li a:hover, .sidebar-menu .submenu li a.active{
    color: #ffffff;
    background-color: rgba(0, 0, 0, .4);
}
.sidebar-menu > ul > li > .dropdown-toggle.active{
    background-color: rgba(0, 0, 0, .4);
}
.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active{
    background-color: #0b132b;
    color: #ffffff;
}
.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active .micon{
    color: #ffffff;
}
.sidebar-menu .dropdown-toggle.active, .sidebar-menu .dropdown-toggle.active .micon{
    color: #ffffff;
}

.mobile-menu-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #121421;
    opacity: 0.6;
    z-index: 123;
    background-size: 20px;
    background-position: 98% 15px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-light .left-side-bar{
    background: #ffffff;
}
.sidebar-light .sidebar-menu .dropdown-toggle{
    color: #0b132b;
    font-weight: 400;
}
.sidebar-light .sidebar-menu .dropdown-toggle .micon{
    color: #0b132b;
}
.sidebar-light .sidebar-menu .submenu li a{
    color: #0b132b;
    font-weight: 400;
}
.sidebar-light .sidebar-menu .submenu li a:hover,
.sidebar-light .sidebar-menu .submenu li a.active{
    color: #ffffff;
    background-color: #0b132b;
}
.sidebar-light .sidebar-menu .dropdown-toggle:hover,
.sidebar-light .sidebar-menu .show>.dropdown-toggle{
    color: #ffffff;
    background-color: #0b132b;
}
.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon,
.sidebar-light .sidebar-menu .show>.dropdown-toggle .micon{
    color: #ffffff;
}
.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #0e132b;
}

.sidebar-menu .dropdown-divider{
    margin: 20px 0;
    border-color: rgba(255,255,255,.2);
    border-width: 2px;
}
.sidebar-light .sidebar-menu .dropdown-divider{
    border-color: rgba(0,0,0,0.2);
}

.sidebar-menu .sidebar-small-cap{
    font-size: 14px;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    padding: 0 15px 10px;
}
.sidebar-light .sidebar-menu .sidebar-small-cap{
    color: #1502bd;
}

/*==============================================================
	Side Bar End
==============================================================*/

/*==============================================================
	Login Start
==============================================================*/
.login-page{}
.login-header{
    position: relative;
    padding: 0 15px;
    background-color: #ffffff;
    z-index: 1;
}
.login-header .brand-logo{
    width: auto;
    border: 0;
}
.login-menu a{
    font-size: 20px;
    font-weight: 600;
    color: #1b00ff;
}
.login-wrap{
    height: calc(100% - 70px);
    overflow: auto;
    padding: 30px 0;
}
body.IE .login-wrap,
body.IE .register-page-wrap{
    display: block !important;
    padding: 0;
}
body.IE .login-wrap .container,
body.IE .register-page-wrap .container{
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.login-wrap .container,
.register-page-wrap .container{
    max-width: 1300px;
}
.login-wrap .mCustomScrollBox{
    height: auto;
    width: 100%;
}
.login-box{
    max-width: 400px;
    width: 100%;
    padding: 40px 20px;
    margin: 5px auto;
}
.select-role{
    margin-bottom: 25px;
    padding: 0 5px;
}
.select-role .btn-group{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.select-role .btn-group .btn{
    margin: 0 5px;
    border: 1px solid #d4d4d4;
    text-align: left;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(50% - 10px);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #333333;
    position: relative;
}
.select-role .btn-group .btn.active, .select-role .btn-group .btn.focus.active, .select-role .btn-group .btn.active:focus{
    background-color: rgba(27,0,255,0.05);
    border-color: rgba(27,0,255,0.5);
    color: #1b00ff;
}
.select-role .btn-group .btn .icon{
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}
.select-role .btn-group .btn .icon .svg{
    width: 30px;
    height: 30px;
}
.select-role .btn-group .btn span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.login-box .login-title{
    padding: 0px 0 10px;
    margin-bottom: 30px;
}
.login-box .login-title h2{
    font-size: 24px;
    font-weight: 700;
}
.login-box .login-img{
    display: block;
    margin: 0 auto 20px;
    max-width: 100px;
}
.forgot-password{
    text-align: right;
}
/*==============================================================
	Login End
==============================================================*/
/*==============================================================
	Register Page Start
==============================================================*/
.register-page-wrap{
    position: relative;
    height: calc(100% - 70px);
    overflow: auto;
    padding: 30px 0;
}
.register-page-wrap .register-box{
    max-width: 410px;
    margin: 0 auto;
}
.register-page-wrap .wizard-content .wizard{
    position: relative;
    overflow: auto;
}
.register-page-wrap .wizard-content .wizard .steps{
    position: relative;
}
.register-page-wrap .wizard-content .wizard > .steps .step{
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    display: block;
    margin: 0 auto;
    border-width: 2px;
    background-color: #ffffff;
    border-color: rgba(24, 31, 72, .3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li.done > a .step{
    background: url(../images/tick.svg) no-repeat #ecf0f4;
    font-size: 0;
    background-size: 22px;
    background-position: center center;
    border-color: rgba(24, 31, 72, .3);
}
.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:before{
    /*display: none;*/
    background: rgba(24, 31, 72, .3);
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after{
    background: rgba(24, 31, 72, .3);
}
.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after{
    background-color: transparent;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li.current .step{
    border-color: #1b00ff;
    color: #181f48;
    background-color: #ffffff;
}
.register-page-wrap .wizard-content .wizard > .steps .info{
    display: block;
    width: 100%;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.register-page-wrap .wizard-content .wizard > .steps > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li{
    width: 25%;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li a{
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    color: rgba(24, 31, 72, .6);
    font-size: 11px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li.current > a,
.register-page-wrap .wizard-content .wizard > .steps > ul > li.done > a{
    color: #181f48;
}
.register-page-wrap .wizard-content .wizard > .content{
    overflow: hidden;
    padding: 15px 15px 0;
    min-height: 320px;
}
.register-page-wrap .wizard-content .wizard > .actions{
    padding: 0px 15px 20px;
    text-align: right;
}
.register-info li{
    margin-bottom: 15px;
    font-size: 14px;
}
/*.register-page-wrap .wizard-content .wizard > .content > .body.current{
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}*/
/*==============================================================
	Register Page End
==============================================================*/
.main-container{
    padding: 80px 20px 0px 300px;
}
.page-header .dropdown-menu{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-header{
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    margin-bottom: 30px;
    padding: 20px;
}
.page-header .row{
    align-items: center;
}
.page-header h4{
    font-weight: 600;
    padding-bottom: 5px;
}
.page-header .breadcrumb{
    padding: 0;
    margin: 0;
}

.search-icon-box{
    position: relative;
}
.search-icon-box input{
    height: 70px;
    width: 100%;
    font-size: 20px;
    padding: 0 60px 0 30px;
    font-weight: 300;
    border: 0;
    color: #ffffff;
    background: #6209ab;
}
.search-icon-box input::-webkit-input-placeholder{opacity:1; color: #ffffff;}
.search-icon-box input:-moz-placeholder{opacity:1; color: #ffffff;}
.search-icon-box input::-moz-placeholder{opacity:1; color: #ffffff;}
.search-icon-box input:-ms-input-placeholder{opacity:1; color: #ffffff;}
.search-icon-box .search_icon{
    position: absolute;
    font-size: 24px;
    line-height: 1;
    right: 20px;
    top: 26px;
    color: #ffffff;
}
.fontawesome-icon-list{
    padding-top: 20px;
}
.fontawesome-icon-list.custom-icon-list{
    padding-top: 0;
}
.fontawesome-icon-list .fa-hover{
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fontawesome-icon-list .fa-hover:hover{
    background: rgba(68, 66, 87, 0.13);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
}
.fontawesome-icon-list .fa-hover:hover a{
    color: #1b00ff;
}
.fontawesome-icon-list a{
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    color: #131e22;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fontawesome-icon-list a .icon-copy{
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 18px;
}
.fontawesome-icon-list.custom-icon-list a{
    font-size: 14px;
    line-height: 24px;
}
.fontawesome-icon-list.custom-icon-list a .icon-copy{
    font-size: 24px;
    line-height: 1;
    top: 0;
}
.foundation-icon.fontawesome-icon-list a .icon-copy{
    top: 0;
    font-size: 24px;
    line-height: 24px;
}
.ionicons-list li{
    width: 8.30%;
    text-align: center;
}
.ionicons-list.fontawesome-icon-list a{
    padding-left: 0;
}
.ionicons-list.fontawesome-icon-list a .icon-copy{
    font-size: 24px;
    left: 0;
    position: relative;
}

.wysihtml5-toolbar .dropdown-menu a{
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0.55rem 1rem;
    color: #667f87;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.html-editor textarea.form-control{
    height: 300px;
    font-weight: 400;
}
.copy-notification {
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    padding: 12px 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align:center;
}

.error-page-wrap{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
}
.error-page h1{
    font-size: 210px;
    font-weight: 700;
    text-shadow: 2px 2px 0 #181f48, 4px 4px 0 #fff, 8px 8px 0 #181f48;
    line-height: 1;
    color: #181f48;
}
.error-page h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 30px;
}

.project-info{
    padding-bottom: 15px;
}
.project-info-left{
    float: left;
    width: 60px;
    padding-top: 10px;
}
.project-info-left .icon{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.project-info-right{
    float: right;
    width: calc(100% - 60px);
    text-align: right;
}
.project-info-right p{
    margin-bottom: 0;
}

.device-manage-progress-chart {}
.device-manage-progress-chart ul li {
    margin-bottom: 30px;
}
.device-manage-progress-chart ul li:last-child{
    margin-bottom: 0;
}
.device-manage-progress-chart .device-name {
    width: 75px;
    float: left;
    text-align: right;
}
.device-manage-progress-chart .device-total {
    float: left;
    width: 45px;
    font-size: 14px;
}
.device-manage-progress-chart .device-progress {
    float: left;
    width: calc(100% - 120px);
    padding: 7px 10px 0;
}
.device-manage-progress-chart .device-progress .grand_total {
    float: right;
}
.device-manage-progress-chart .device-progress .progress {
    margin-bottom: 0;
    height: 10px;
}
.device-manage-progress-chart .device-progress .progress .progress-bar {
    height: 100%;
}
.device-manage-progress-chart .device-progress .progress .progress-bar.window{background: #00bcf2;}
.device-manage-progress-chart .device-progress .progress .progress-bar.mac{background: #027496;}
.device-manage-progress-chart .device-progress .progress .progress-bar.android{background: #0059b2;}
.device-manage-progress-chart .device-progress .progress .progress-bar.linux{background: #8ab1b7;}

.device-usage-chart{
    /*color: #667f87;*/
}
.to-do-list ul li{
    padding: 15px 15px;
    background: #ecf0f4;
}
.to-do-list ul li:hover{
    background: #ecf0f4;
}
.to-do-list ul li:nth-child(2n){
    background: #ffffff;
}
#browservisit path.jvectormap-region.jvectormap-element {
    stroke-width: 0.5px;
    stroke: #667f87;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    background: #667f87;
}

.browser-visits{}
.browser-visits ul li{
    margin-bottom: 40px;
}
.browser-visits ul li .icon{
    width: 50px;
}
.browser-visits ul li .visit{
    width: 50px;
}
.browser-visits ul li .browser-name{
    width: calc(100% - 100px);
    font-size: 14px;
    font-weight: 600;
}

.docs-preview {
    margin-right: -1rem;
}

.img-preview {
    float: left;
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden;
}

.img-preview > img {
    max-width: 100%;
}

.preview-lg {
    height: 9rem;
    width: 16rem;
}

.preview-md {
    height: 4.5rem;
    width: 8rem;
}

.preview-sm {
    height: 2.25rem;
    width: 4rem;
}

.preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem;
}
.btn-list .btn{
    margin: 5px;
}

#login-modal .modal-dialog{
    max-width: 380px;
}
#login-modal .login-box{
    margin: 0;
}
.confirmation-btn{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.da-card{
    position: relative;
    overflow: hidden;
}
.da-card .da-card-content{
    padding: 20px 15px;
    background: #ffffff;
    font-size: 14px;
}
.da-card .da-card-photo{
    position: relative;
    overflow: hidden;
}
.da-card .da-card-photo img{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.da-card .da-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    background: rgba(19,30,34,0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-card .da-overlay.da-slide-left{
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-left{
    left: 0;
}
.da-card .da-overlay.da-slide-right{
    right: -100%;
    left: inherit;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-right{
    right: 0;
}
.da-card .da-overlay.da-slide-top{
    top: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-top{
    top: 0;
}
.da-card .da-overlay.da-slide-bottom{
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-bottom{
    top: 0;
}
.da-card .da-card-photo:hover img{
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.da-card .da-card-photo:hover .da-overlay{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.da-card .da-card-photo:hover .da-social{
    opacity: 1;
}
.da-card .da-social{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.da-card .da-social h5 {
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
}
.da-card .da-social ul li{
    float: left;
}
.da-card .da-social ul li a{
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff;
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 0px 1px #ffffff;
    box-shadow: 0px 0px 0px 1px #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-card .da-social ul li:first-child a{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.da-card .da-social ul li:last-child a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.da-card .da-social ul li a:hover{
    background: #ffffff;
    color: #1b00ff;
}

.nav-tabs.customtab .nav-link.active, .nav-tabs.customtab .nav-item.show .nav-link{
    color: #1b00ff;
    border: 0;
    border-bottom: 2px solid #1b00ff;
}
.nav-tabs.customtab .nav-item{
    margin-bottom: 0;
}
.nav-tabs.customtab .nav-link{
    color: #181f48;
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-tabs.customtab .nav-link:hover, .nav-tabs.customtab .nav-link:focus{
    color: #1b00ff;
    border: 0;
    border-bottom: 2px solid #1b00ff;
}

.vtabs{}
.nav.vtabs{
    border-bottom: 0;
    border-right: 1px solid #dee2e6;
    height: 100%;
}
.nav.vtabs .nav-link{
    border-radius: 0;
}
.nav.vtabs .nav-link.active, .nav.vtabs .nav-item.show .nav-link{
    border-right: 0;
    border-color: #dee2e6;
    color: #1b00ff;
}
.nav.vtabs.nav-pills .nav-link.active, .nav.vtabs.nav-pills .nav-item.show .nav-link{
    border-right: 0;
    border-color: #dee2e6;
    color: #ffffff;
}
.nav.vtabs.customtab .nav-link.active, .nav.vtabs.customtab .nav-item.show .nav-link{
    border-color: #1b00ff;
}

/*==============================================================
	Timeline Start
==============================================================*/
.timeline{}
.timeline ul{
    position: relative;
}
.timeline ul:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #1b00ff;
    position: absolute;
    left: 150px;
}
.timeline ul li{
    position: relative;
    padding-left: 180px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.timeline ul li:before{
    content: "";
    position: absolute;
    top: 30px;
    left: 142px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 0px 3px #1b00ff;
    -moz-box-shadow: 0px 0px 0px 3px #1b00ff;
    box-shadow: 0px 0px 0px 3px #1b00ff;
}
.timeline .timeline-date{
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
    background: #1b00ff;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*==============================================================
	Timeline End
==============================================================*/
/*==============================================================
	sitemap Start
==============================================================*/
.list-unstyled > li > ul{
    margin-left: 35px;
}
.list-unstyled > li > ul li{
    list-style: circle;
}

.sitemap{
    border-left: 2px dashed #1b00ff;
}
.sitemap h5{
    padding: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1b00ff;
}
.sitemap ul{
    position: relative;
    padding-left: 25px;
}
.sitemap ul li{
    min-height: 40px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    padding-top: 2px;
}
.sitemap ul li:last-child{
    margin-bottom: 0;
}
.sitemap ul li:before{
    content: "";
    background: #ffffff;
    width: 20px;
    height: 20px;
    border: 2px solid #1b00ff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 5px;
}
.sitemap ul li:after{
    content: "";
    width: 25px;
    left: -25px;
    top: 40%;
    position: absolute;
    border-top: 2px dashed #1b00ff;
}
.sitemap ul li a{
    display: inline-block;
    color: #0b132b;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sitemap ul li a:hover{
    color: #000;
}
.sitemap ul li.child{
    padding-left: 0;
    padding-top: 0;
    border-left: 2px dashed #2976aa;
}
.sitemap ul li.child h5{
    padding-top: 0;
}
.sitemap ul li.child:before, .sitemap ul li.child:after{
    display: none;
}
/*==============================================================
	sitemap Start
==============================================================*/
/*==============================================================
	Calendar Start
==============================================================*/
.calendar-wrap{}
.calendar-wrap .fc-event.ui-draggable-handle{
    padding: 5px;
    margin-bottom: 5px;
}
.fc th{
    font-weight: 500;
    padding: 10px !important;
    background: #e1e1f5;
}
.fc-day-grid-event .fc-time{
    font-weight: 500 !important;
}
.fc-day-grid-event .fc-content{
    padding: 3px 9px;
}
.fc-header-toolbar h2{
    font-size: 24px;
}
/*==============================================================
	Calendar End
==============================================================*/
/*==============================================================
	Blog Start
==============================================================*/
.blog-wrap{
    padding-bottom: 50px;
}
.blog-list{}
.blog-list ul li{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list ul li:hover{
    -webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
}
.blog-list ul li .blog-img{
    height: 100%;
    min-height: 300px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    background-size: cover !important;
}
.blog-list ul li .blog-caption{
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #031e23;
}
.blog-list ul li .blog-caption h4{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px;
}
.blog-list ul li .blog-caption h4 a{
    color: #131e22;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list ul li:hover .blog-caption h4 a{
    color: #1b00ff;
}
.latest-post{}
.latest-post ul li{
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    color: #78909c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.latest-post ul li h4{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}
.latest-post ul li h4 a{
    display: block;
    color: #131e22;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-post ul li h4 a:hover{
    color: #1b00ff;
}
.blog-detail{
    background: #ffffff;
}
.blog-detail .blog-caption{
    padding: 20px;
    font-size: 16px;
    color: #78909c;
}
.blog-detail ul{
    padding-left: 15px;
}
.blog-detail ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 28px;
}
.blog-detail ul li:before{
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    color: #405158;
    left: 0;
    top: 0;
}
.blog-detail ol {
    padding-left: 15px;
    counter-reset: my-badass-counter;
}
.blog-detail ol > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.blog-detail ol > li > ol {
    counter-reset: my-badass-counter;
}
.blog-detail ol > li > ol > li:before {
    content: counter(my-badass-counter, lower-alpha);
    counter-increment: my-badass-counter;
}
.blog-detail ol > li > ol > li > ol {
    counter-reset: my-badass-counter;
}
.blog-detail ol > li > ol > li > ol > li:before {
    content: counter(my-badass-counter, lower-roman);
    counter-increment: my-badass-counter;
}
.blog-detail ol > li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 0;
    color: #405158;
    font-weight: 500;
}
/*==============================================================
	Blog Start
==============================================================*/
/*==============================================================
	Product Page Start
==============================================================*/
.product-list{}
.product-list ul li{
    margin-bottom: 30px;
}
.product-box{
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.product-list ul li:hover .product-box{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
}*/
.producct-img{
    overflow: hidden;
}
.producct-img img{
    position: relative;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.product-list ul li:hover .producct-img img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.product-caption{
    padding: 20px;
}
.product-caption h4{
    font-size: 18px;
    margin-bottom: 8px;
}
.product-caption h4 a{
    color: #131e22;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-caption .btn{
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.price{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #78909c;
}
.price ins{
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    color: #131e22;
}
.price del{
    font-size: 15px;
}
.product-slider{
    margin-bottom: 20px;
}
.slider-arrow .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #1b00ff;
    background: #1b00ff;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-arrow .slick-arrow:hover {
    border-color: #2a2d31;
}
.slider-arrow .slick-arrow:hover:before {
    color: #ffffff;
}
.slider-arrow .slick-arrow:before {
    font-family: "dropways";
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-arrow .slick-arrow.slick-prev {
    z-index: 12;
    left: 15px;
}
.slider-arrow .slick-arrow.slick-prev:before {
    content: "\eabc";
}
.slider-arrow .slick-arrow.slick-next {
    right: 15px;
}
.slider-arrow .slick-arrow.slick-next:before {
    content: "\eabd";
}
.product-slide-nav{
    padding: 10px;
}
.product-detail-desc{
    font-size: 16px;
    line-height: 1.5;
    /*color: #78909c;*/
}
/*==============================================================
	Product Page End
==============================================================*/
/*==============================================================
	Faq Page Start
==============================================================*/
.faq-wrap{}
.faq-wrap .card{
    margin-bottom: 20px;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}
.faq-wrap .card-header{
    background: #ffffff;
    text-align: left;
    border: 0;
    padding: 0;
}
.faq-wrap .card-header .btn{
    background: transparent;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px 16px 16px;
    position: relative;
    white-space: normal;
    color: #1b00ff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-wrap .card-header .btn.collapsed{
    color: #222222;
}
.faq-wrap .card-header .btn:after{
    content: "\f209";
    font-family: "Ionicons";
    position: absolute;
    right: 10px;
    color: #1b00ff;
    top: 16px;
}
.faq-wrap .card-header .btn.collapsed:after{
    content: "\f218";
}
.faq-wrap .card-body{
    padding-top: 0;
}
/*==============================================================
	Faq Page End
==============================================================*/

.gallery-wrap{}
.gallery-wrap > ul > li{
    margin-bottom: 30px;
}
/*==============================================================
	pricing-table Start
==============================================================*/
.pricing-table-wrap{}
.pricing-table-wrap .card{
    border: 0;
    -webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.20);
}
.pricing-table-wrap .btn{
    padding-left: 30px;
    padding-right: 30px;
}
.pricing-table-wrap .list-group-flush .list-group-item{
    background: transparent;
}

.pricing-card{
    text-align: center;
}
.pricing-card .pricing-icon{
    padding-bottom: 30px;
    text-align: center;
}
.pricing-card .pricing-icon img{
    margin-top: -30px;
}
.pricing-card .price-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #1b00ff;
    letter-spacing: .150em;
    padding-bottom: 30px;
}
.pricing-card .pricing-price{
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 20px;
    color: #1b00ff;
}
.pricing-card .pricing-price sub{
    font-size: 16px;
    font-weight: 400;
    color: #fd486e;
}
.pricing-card .pricing-price sup{
    font-size: 20px;
    font-weight: 400;
    color: #fd486e;
    top: 10px;
    vertical-align: top;
}
.pricing-card .text{
    padding-bottom: 30px;
}
.pricing-card .cta{
    max-width: 170px;
    margin: 0 auto;
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}
.pricing-card .cta .btn{
    display: block;
    text-align: center;
}

.pricing-card-style2{
    padding: 20px;
}
.pricing-card-style2 .pricing-card-header{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f2f7;
}
.pricing-card-style2 .pricing-card-header .left{
    width: 60%;
}
.pricing-card-style2 .pricing-card-header .left h5{
    color: #1b00ff;
    font-size: 18px;
    font-weight: 700;
}
.pricing-card-style2 .pricing-card-header .left p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.pricing-card-style2 .pricing-card-header .right{
    width: 40%;
    text-align: right;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}
.pricing-card-style2 .pricing-card-header .right span{
    display: block;
    font-size: 500;
    font-size: 12px;
}

.pricing-card-style2 .pricing-card-body{
    padding-top: 30px;
    padding-bottom: 10px;
}
.pricing-points ul li{
    padding: 0 30px 0 0;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.pricing-points ul li:after{
    content: "\f121";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: #1061e4;
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-card-style2 .cta{
    max-width: 170px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}
.pricing-card-style2 .cta .btn{
    display: block;
    text-align: center;
}
/*==============================================================
	pricing-table End
==============================================================*/
/*==============================================================
	Profile Page Start
==============================================================*/
.profile-photo{
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    position: relative;
}
.profile-photo .edit-avatar{
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.profile-photo .avatar-photo{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.profile-info{
    border-top: 2px dashed #ecf0f4;
    padding: 15px;
}
.profile-info ul li{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word;
}
.profile-info ul li span{
    display: block;
    font-size: 14px;
    color: #1b00ff;
    font-weight: 500;
    padding-bottom: 5px;
}
.profile-info ul li:last-child{
    margin-bottom: 0;
}
.profile-social{
    border-top: 2px dashed #ecf0f4;
    padding: 15px;
}
.profile-social ul li{
    float: left;
    margin: 5px;
}
.profile-social ul li .btn{
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.profile-skills{
    border-top: 2px dashed #ecf0f4;
    padding: 15px;
}
.profile-tab .nav-tabs.customtab{
    background: #ffffff;
}
.profile-tab .nav-tabs.customtab .nav-link{
    padding: 18px 30px;
    background: transparent;
    font-weight: 500;
}
.profile-setting{
    height: 100%;
}
.profile-setting .container{
    max-width: 800px;
}
.profile-tab .tab-content{
    height: calc(100% - 63px);
}
.profile-setting .profile-edit-list{
    padding: 30px 0;
    margin: 0;
}
.profile-setting .profile-edit-list > li{
    padding: 20px;
}
.profile-setting .btn-outline-secondary{
    border-color: #ced4da;
}
.profile-setting .profile-edit-list .form-control{
    font-weight: 400;
}
.task-title{
    padding-bottom: 30px;
}
.task-title a{
    padding-left: 20px;
    padding-right: 20px;
}
.profile-task-wrap .container{
    max-width: 800px;
}
.profile-task-list{
}
.profile-task-list ul li{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #263238;
    margin-bottom: 25px;
}
.profile-task-list.close-tasks ul li{
    color: #90a4ae;
    text-decoration: line-through;
}
.profile-task-list ul li .task-type{
    font-size: 16px;
    color: #90a4ae;
    font-weight: 500;
}
.profile-task-list ul li .task-assign{
    font-size: 16px;
    color: #90a4ae;
    font-weight: 300;
}
.profile-task-list ul li .due-date{
    display: inline-block;
    padding-left: 10px;
}
.profile-task-list ul li .due-date:before{
    content: "\f111";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 8px;
    opacity: 0.5;
}
.profile-task-list ul li .custom-control{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}
.profile-task-list ul li .custom-control-label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.profile-task-list ul li .custom-control-label::before, .profile-task-list ul li .custom-control-label::after{
    top: 50%;
    margin-top: -12px;
    left: 0;
}
.task-list-scroll{
    height: 303px;
}
.task-list-form > ul > li{
    padding: 30px 20px;
    background: #e7eef0;
    position: relative;
    border-bottom: 2px dashed #2976aa;
}
.task-list-form > ul > li .remove-task{
    position: absolute;
    right: 22px;
    top: 3px;
    font-size: 18px;
    color: #2976aa;
}
.task-list-form .form-control{
    font-weight: 400;
}
.task-list-form textarea.form-control{
    height: 80px;
}
.task-list-form .btn-outline-primary{
    border-color: #ced4da;
}
.add-more-task{
    text-align: right;
}
.add-more-task a{
    display: inline-block;
    padding: 10px;
    color: #2976aa;
}

.profile-timeline{
    padding: 30px;
}
.profile-timeline .timeline-month{
    margin-bottom: 20px;
}
.profile-timeline .timeline-month h5{
    font-size: 16px;
    font-weight: 700;
}
.profile-timeline-list ul{
    padding-left: 15px;
    position: relative;
}
.profile-timeline-list ul:before{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 4px;
    top: 0;
    background-color: #1b00ff;
}
.profile-timeline-list ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 100px;
    line-height: 24px;
    padding-top: 8px;
}
.profile-timeline-list ul li p{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.profile-timeline-list ul li:before{
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #1b00ff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    left: -16px;
    top: 15px;
    background: #1b00ff;
}
.profile-timeline-list .date{
    position: absolute;
    top: 8px;
    left: 5px;
    font-weight: 700;
    font-size: 13px;
}
.profile-timeline-list .task-name{
    text-transform: uppercase;
    font-weight: 600;
    color: #1b00ff;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.profile-timeline-list .task-name i{
    position: absolute;
    left: -22px;
    top: 0px;
    font-size: 18px;
}
.profile-timeline-list .task-time{
    color: rgba(24, 31, 72, 0.71);
    font-size: 12px;
    font-weight: 700;
}
/*==============================================================
	Profile Page End
==============================================================*/

.contact-directory-list > ul > li{
    margin-bottom: 30px;
}
.contact-directory-box{
    background: #ffffff;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.contact-dire-info{
    padding: 30px 25px 20px;
}
.contact-directory-box .contact-avatar span{
    display: block;
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.contact-directory-box .contact-avatar span img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.contact-directory-box .contact-name{
    padding-bottom: 20px;
}
.contact-directory-box .contact-name h4{
    font-weight: 600;
    font-size: 18px;
}
.contact-directory-box .contact-name p{
    margin-bottom: 2px;
    color: #7f92a9;
    font-size: 14px;
}
.contact-directory-box .contact-skill{
    padding-bottom: 20px;
}
.contact-directory-box .contact-skill .badge{
    border: 1px solid #ced9ee;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 11px;
    margin: 3px 0;
}
.contact-directory-box .contact-skill .badge.badge-primary{
    background: #1b00ff;
    border-color: #1b00ff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.contact-directory-box .profile-sort-desc{
    font-weight: 400;
    color: #6f7c8d;
}
.contact-directory-box .view-contact a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 5px;
    letter-spacing: 0.050em;
    position: relative;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-directory-box:hover .view-contact a{
    background: #1b00ff;
    color: #ffffff;
}
.contact-directory-box:hover .view-contact a:before{
    opacity: 0;
}
.contact-directory-box .view-contact a:before{
    content: "";
    width: 80px;
    height: 1px;
    background: #1b00ff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*==============================================================
	Invoice Page Start
==============================================================*/
.invoice-wrap{
    overflow: auto;
}
.invoice-box{
    background: #ffffff;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.invoice-header	{
    padding-bottom: 30px;
}
.invoice-desc .invoice-sub{
    width: 40%;
    float: left;
    padding: 8px 15px;
}
.invoice-desc .invoice-rate{
    width: 20%;
    float: left;
    padding: 8px 15px;
}
.invoice-desc .invoice-hours{
    width: 20%;
    float: left;
    padding: 8px 15px;
}
.invoice-desc .invoice-subtotal{
    width: 20%;
    float: right;
    padding: 8px 15px;
}
.invoice-desc .invoice-desc-head{
    background: #eaeaea;
    font-weight: 500;
}
.invoice-desc .invoice-desc-body{
    padding-top: 15px;
    min-height: 400px;
}
.invoice-desc .invoice-desc-footer .invoice-desc-body{
    min-height: 50px;
}
.invoice-desc .invoice-desc-body ul li{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
/*==============================================================
	Invoice Page End
==============================================================*/

/*==============================================================
	Chat Module Start
==============================================================*/

.chat-list{
    border: 1px solid #ecf0f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 72vh;
}
.chat-search{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative;
}
.chat-search > span{
    position: absolute;
    left: 30px;
    top: 30px;
    color: #33484f;
}
.chat-search input{
    height: 55px;
    width: 100%;
    border: 0;
    background: transparent;
    padding-left: 50px;
    color: #33484f;
}
.chat-list .notification-list{
    height: calc(100% - 76px);
    padding: 10px;
}
.notification-list.chat-notification-list ul li a{
    padding-top: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notification-list.chat-notification-list ul li:hover a{
    background: #ffffff;
}
.notification-list.chat-notification-list ul li.active a{
    background: #ffffff;
}
.notification-list.chat-notification-list ul li a p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notification-list.chat-notification-list ul li a p .fa{
    font-size: 10px;
}
.notification-list.chat-notification-list ul li a img{
    box-shadow: none;
}
.chat-detail{
    height: 72vh;
}
.chat-profile-header{
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #eff0f4;
}
.chat-profile-header .left{
    float: left;
    width: 60%;
}
.chat-profile-header .left .chat-profile-photo{
    float: left;
    width: 90px;
}
.chat-profile-header .left .chat-profile-photo img{
    width: 66px;
    height: 66px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.chat-profile-header .left .chat-profile-name{
    float: left;
    padding-top: 15px;
}
.chat-profile-header .left .chat-profile-name h3{
    font-size: 18px;
    color: #44aeff;
}
.chat-profile-header .left .chat-profile-name span{
    font-size: 12px;
    color: #a4a4a4;
    display: block;
    margin-bottom: 6px;
}
.chat-profile-header .left .chat-profile-name a{
    font-size: 10px;
    color: #44aeff;
    display: inline-block;
}
.chat-profile-header .right{
    float: right;
    width: 40%;
    padding-top: 15px;
}
.chat-profile-header .right .text-light-orange{
    color: #f56767 !important;
}

.chat-box{
    height: calc(100% - 89px);
}
.chat-box .chat-desc{
    height: calc(100% - 86px);
    padding-bottom: 10px;
}
.chat-box .chat-desc ul{
    padding: 20px 20px 0;
}
.chat-box .chat-desc ul li{
    margin-bottom: 35px;
}
.chat-box .chat-desc ul li .chat-img{
    float: left;
}
.chat-box .chat-desc ul li .chat-img img{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.chat-box .chat-desc ul li .chat-body{
    margin-left: 60px;
}
.chat-box .chat-desc ul li .chat-body p{
    font-size: 15px;
    line-height: 24px;
    color: #33484f;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid #ecf0f4;
    background: #ecf0f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.chat-box .chat-desc ul li .chat-body .chat_time{
    font-size: 12px;
    color: #a4a4a4;
}
.chat-box .chat-desc ul li.admin_chat .chat-img{
    float: right;
}
.chat-box .chat-desc ul li.admin_chat .chat-body{
    margin-left: 0;
    margin-right: 60px;
    text-align: right;
}
.chat-box .chat-desc ul li.admin_chat .chat-body p{
    text-align: right;
    display: inline-block;
    background: #e1e1f5;
    padding: 12px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.chat-box .chat-desc ul li.admin_chat .chat-body p:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #389bff;
    position: absolute;
    right: -6px;
    top: 16px;
    opacity: 0;
}
.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time{
    text-align: right;
}
.chat-footer{
    height: 86px;
    border-top: 1px solid #eff0f4;
}
.chat-footer .file-upload{
    float: left;
    width: 55px;
}
.chat-footer .file-upload a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #222222;
    padding-top: 30px;
    padding-bottom: 27px;
}
.chat-footer .chat_text_area{
    float: left;
    width: calc(100% - 145px);
}
.chat-footer .chat_text_area textarea{
    width: 100%;
    height: 78px;
    border: 0;
    font-size: 16px;
    color: #33484f;
    padding-top: 33px;
}
.chat-footer .chat_send{
    float: right;
    width: 90px;
}
.chat-footer .chat_send .btn{
    display: block;
    width: 100%;
    height: 86px;
    font-size: 35px;
    color: #44aeff;
    text-decoration: none;
    font-weight: 900;
    padding: 25px 10px 5px;
}

.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left{
    float: right;
}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay{display: none;}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right{
    float: right;
    padding-left: 0;
    padding-right: 17px;
}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a{
    display: none;
}
.upload-file-box{
    padding-bottom: 10px;
}
.upload-file-box .left{
    float: left;
    position: relative;
    width: 114px;
    height: 84px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.upload-file-box .left .overlay{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.upload-file-box .left .overlay a{
    display: block;
    width: 100%;
    height: 100%;
}
.upload-file-box .left .overlay a span{
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    color: #222222;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.upload-file-box .right{
    float: left;
    width: calc(100% - 114px);
    padding-left: 17px;
    padding-top: 17px;
}
.upload-file-box .right h3{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.upload-file-box .right a{
    display: inline-block;
    color: #1d8df1;
    font-size: 14px;
}

.chat-profile-section{
    height: calc(100vh - 274px);
}
.chat-profile-section .chat--profile-desc{
    height: 100%;
    padding: 20px;
}

/*==============================================================
	Chat Module End
==============================================================*/

.wizard-content .wizard>.actions>ul>li>a{
    background-color: #1b00ff;
    font-weight: 600;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]{
    border-color: #1b00ff;
    border-width: 2px;
    color: #1b00ff;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]{
    display: none;
    border-color: #1b00ff;
}

.widget-style1{
    padding: 10px;
}
.widget-style1 .widget-data{
    width: calc(100% - 80px);
    padding: 0 5px 0 15px;
}
.widget-style1 .progress-data{
    width: 80px;
}
.widget-style1 .progress-data .apexcharts-canvas{
    margin: 0 auto;
}

.widget-style2 .widget-data{
    padding: 20px;
}

.right-sidebar{
    position: fixed;
    right: -315px;
    top: 0;
    width: 315px;
    height: 100%;
    background: #ffffff;
    z-index: 123;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.right-sidebar-visible{
    right: 0;
}
.right-sidebar .sidebar-title{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #d4d4d4;
}
.right-sidebar .sidebar-title h3{
    font-weight: 600;
}
.right-sidebar .sidebar-title h3 span{
    font-weight: 400;
    color: #000000;
}
.right-sidebar .close-sidebar{
    font-size: 18px;
    color: #888888;
    cursor: pointer;
}
.right-sidebar .right-sidebar-body{
    height: calc(100% - 70px);
    overflow: auto;
}
.right-sidebar .right-sidebar-body .right-sidebar-body-content{
    padding: 20px;
}
.sidebar-btn-group{
    display: flex;
    justify-content: space-between;
}
.sidebar-btn-group .btn{
    width: 48%;
}
.sidebar-radio-group .custom-control-inline{
    margin-right: 0;
    width: 25%;
    margin-bottom: 10px;
}

.bootstrap-tagsinput .label-info{
    background: #1b00ff;
}

.bootstrap-touchspin .btn{
    background: #1b00ff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
}
.bootstrap-touchspin .input-group-btn-vertical .btn{
    height: 52%;
}

.bootstrap-touchspin .bootstrap-touchspin-postfix,
.bootstrap-touchspin .bootstrap-touchspin-prefix{
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.asColorPicker-buttons a, .asColorPicker-gradient-control a{
    font-size: 13px;
    font-weight: 500;
}

.dropzone{
    border-color: #1b00ff;
}
.dropzone .dz-preview .dz-remove{
    color: red;
}

.fc-view-container tr:first-child > td > .fc-day-grid-event{
    background: #1b00ff;
}
.fc-today.alert-info{
    background: #e0deef;
}
.fc th{
    font-size: 15px;
    line-height: 1;
}
.fc-day-number,
.fc-ltr .fc-axis{
    font-size: 13px;
    font-weight: 500;
}
.fc-header-toolbar h2{
    font-size: 18px;
    padding-top: 7px;
}

.swal2-popup .swal2-title{
    font-size: 18px;
    font-weight: 600;
}
.swal2-popup .swal2-styled.swal2-confirm{
    background: #100099;
}

/*==============================================================
	Documentation Start
==============================================================*/
.documentation-wrap{
    position: relative;
    height: 100%;
    padding-left: 300px;
}
.documentation-wrap .doc-sidebar{
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 300px;
    height: 100%;
}
.doc-content-wrap{
    padding: 30px;
}
.table-badge{
    padding: 8px 20px;
    font-size: 14px;
    background: #1b00ff;
    color: #ebecef;
    font-weight: 500;
}
.dt-buttons {
    float: left !important;
}
.dt-buttons button {
    background-color: transparent !important;
    border: none !important;
    color: #0b0b0b;
    font-size: .8rem;
}
.dt-buttons button:hover {
    color: #5b5b5b !important;
}
.dt-buttons button.buttons-copy::before {
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f0c5 "
}
.dt-buttons button.buttons-excel::before {
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f1c3 "
}
.dt-buttons button.buttons-pdf::before {
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f1c1 "
}
.dt-buttons button.buttons-selected::before {
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f00c "
}
/*==============================================================
	Documentation End
==============================================================*/

.cercle.active {
    border: 2px solid var(--second-color) !important;
    color: var(--second-color);
}
.cercle.visited {
    border: 2px solid var(--second-dark-color) !important;
    background-color: var(--second-color) !important;
    color: #FFFFFF;
} 
/*==============================================================
	Media css
==============================================================*/
@media (max-width: 1400px){
}
@media (min-width: 1301px) and (max-width: 1400px){
    .header{width: calc(100% - 250px);}
    .brand-logo{width: 250px;}
    .left-side-bar{width: 250px;}
    .main-container{padding-left: 270px;}
}
@media (min-width: 1200px) and (max-width: 1400px){
    .device-usage-chart .width-50-p{width: 100%;}
}
@media (max-width: 1300px){
    .main-container{padding-left: 0; padding-right: 0;}
    .header-left .menu-icon{display: flex;}
    .header{width: 100%;}
    .left-side-bar{left: -281px;}
    .left-side-bar .close-sidebar{display: block;}
    .left-side-bar:before{display: block; opacity: 0; visibility: hidden;}
    .left-side-bar.open:before{opacity: 1; visibility: visible; display: none;}
    .left-side-bar .brand-logo a{text-align: left; padding: 5px 15px;}
    .left-side-bar .brand-logo a img, .left-side-bar .brand-logo a .svg{margin: 0;}
    .header-right .brand-logo{display: table;}
    .header-right .menu-icon{display: block; padding-left: 15px; padding-top: 7px;}
    .footer-wrap{width: 100%;}
    .mobile-menu-overlay{display: block; opacity: 0; visibility: hidden;}
    .mobile-menu-overlay.show{opacity: 0.6; visibility: visible;}
}
@media (min-width: 1025px){
    .header-left .header-search{display: block !important;}
}
@media (max-width: 1024px){
    .header{position: relative;}
    .header-left{width: 25%;}
    .header-right{width: 75%;}
    .main-container{padding-top: 10px;}
    .header-left .search-toggle-icon{display: flex;}
    .header-left .header-search{padding: 15px 20px; position: absolute; left: 0; top: 100%; background: #ffffff; display: none;}
    .register-page-wrap .wizard-content .wizard{padding-left: 300px;}
    .register-page-wrap .wizard-content .wizard .steps{width: 300px;}
}
@media (max-width: 991px){
    .device-usage-chart .width-50-p{width: 100%;}
}
@media (max-width: 767px){
    .header{position: fixed; left: 0; top: 0; -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, .1); -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, .1); box-shadow: 0px 5px 25px rgba(0, 0, 0, .1);}
    .main-container{padding-top: 80px;}
    .login-box{padding: 40px 15px;}
    .login-header .brand-logo a img{max-width: 150px;}
    /*.main-container{height: auto;}*/
    .pre-loader{background-size: 43%;}
    .xs-pd-20-10{padding: 20px 10px;}
    .xs-mb-20{margin-bottom: 20px;}
    h1, .h1 {font-size: 2rem;}
    h2, .h2{font-size: 1.6rem;}
    h4, .h4 {font-size: 1.4rem;}
    .main-container{padding-bottom: 0;}
    .footer-wrap{position: relative; height: auto;}
    .user-notification{margin-right: 5px;}
    .user-notification .dropdown-menu{width: 100%; min-width: 300px;}
    .user-info-dropdown .dropdown-toggle .user-name{display: none;}
    .page-header{margin-bottom: 30px;}
    .forgot-password{text-align: center;}
    .ionicons-list li{width: 16.60%;}
    .timeline .timeline-date{position: relative; top: 0; margin-bottom: 20px; left: 35px;}
    .timeline ul:before{left: 10px;}
    .timeline ul li{padding-left: 0px; padding-bottom: 0;}
    .timeline ul li:before{left: 2px; top: 28px;}
    .fc-toolbar .fc-left{float: none !important; padding-bottom: 10px;}
    .fc-toolbar .fc-left:after, .fc-toolbar .fc-right:after{content: ""; clear: both; display: table;}
    .fc-toolbar .fc-right{float: none !important; padding-bottom: 10px;}
    .faq-wrap .card-header .btn{font-size: 17px;}
    .error-page h1{font-size: 150px;}
}
@media (max-width: 660px){
    .docs-buttons .btn-group-crop{display: block;}
    .select-role .btn-group .btn{padding-left: 35px; font-size: 14px;}
    .select-role .btn-group .btn .icon{left: 5px; width: 25px; height: 25px;}
    .select-role .btn-group .btn .icon .svg{width: 25px; height: 25px;}
    .forgot-password a{font-size: 14px; font-weight: 600;}
    .btn-group-lg>.btn, .btn-lg{font-size: 16px;}
    .register-page-wrap .wizard-content .wizard{padding-left: 0;}
    .register-page-wrap .wizard-content .wizard .steps{display: none;}
}


#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
  }
  #header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }
  #header .logo a {
    color: #111111;
  }
  #header .logo a span {
    color: #e03a3c;
  }
  #header .logo img {
    margin-left: 10px;
    max-height: 120px;
  }
  
  /*--------------------------------------------------------------
  # Get Startet Button
  --------------------------------------------------------------*/
  .get-started-btn {
    margin-left: 30px;
    background: #e03a3c;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
  }
  .get-started-btn:hover {
    background: #111111;
    color: #fff;
  }
  @media (max-width: 992px) {
    .get-started-btn {
      margin: 0 15px 0 0;
      padding: 6px 18px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin-top: 30px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #e03a3c;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #e03a3c;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #111111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #111111;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #e03a3c;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #e03a3c;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }


  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 500px;
    background: url("../img/canu7.jpg") top center no-repeat;
    background-size: cover;
    /* position: relative;
    padding-top: 82px; */
  }
  #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
  }
  #hero h2 {
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 24px;
  }
  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #e03a3c;
    border: 2px solid #e03a3c;
  }
  #hero .btn-get-started:hover {
    background: transparent;
    border-color: #fff;
  }
  @media (max-width: 768px) {
    #hero {
      text-align: center;
      padding-top: 58px;
    }
    #hero h1 {
      font-size: 28px;
    }
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
    }
  }
  @media (max-height: 500px) {
    #hero {
      height: 120vh;
    }
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #e03a3c;
    bottom: 0;
    left: calc(50% - 25px);
  }
  .section-title p {
    margin-bottom: 0;
  }
  
  .section-bg {
    padding: 120px 0;
    color: #fff;
  }
  .section-bg:before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
  }


  .theme-btn-two{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 14.5px 36px;
    z-index: 1;
    background: #ec4e4f;
    border: none;
    outline: none;
}

.theme-btn-two i{
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn-two:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-two:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162e40;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.theme-btn-two:hover:after {
    opacity: 1;
}
  