/*
Author       : Lob
Template Name: Quantum Systems
Version      : 1.1
*/
/*============================
[Table of CSS]
1. General
28. Responsive
========================================*/
/*-----------------
1. General
-----------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css');
@import url('https://cdn.datatables.net/buttons/1.7.0/css/buttons.dataTables.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/10.16.6/sweetalert2.min.css');
@import url('../fonts/font.css');
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.eot);
/* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
html {
height: 100%;
}
body {
background-color: #f1f5f8;
color: #333;
font-family: 'gothic';
font-size: 1rem;
height: 100%;
line-height: 1.5;
overflow-x: hidden;
}

body::-webkit-scrollbar {
width: 11px;
}
body {
scrollbar-width: thin;
scrollbar-color: #90A4AE;
}
body::-webkit-scrollbar-track {
background: #CFD8DC;
}
body::-webkit-scrollbar-thumb {
background-color: #90A4AE ;
border-radius: 6px;
border: 3px solid #CFD8DC;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'gothic';
margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i {
transition: ease-in-out .2s;
}
a:hover,
a:active,
a:focus {
outline: none;
text-decoration: none;
color: inherit;
}
a {
color: #2f4c6f;
}
h5{
    font-weight:bold;
}
p{
    font-size:14px;
}
.small, small {
    font-size: 75%;
    font-weight: 400;
}
.navbar-nav>li {
float: left;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: rgba(0, 0, 0, 0.1);
border-color: rgba(0, 0, 0, 0.1);
}
.ScrollStyle
{
    max-height: 500px;
    overflow-y: scroll;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.font-weight-600 {
font-weight: 600;
}
/*-----------------
2. Color
-----------------------*/
p {
color: #222c38;
}
.text-red {
color: rgb(220, 31, 45) !important;
}
.text-gray {
color: #eb3137;
}
.dnd-title {
color: #9da5c7;
}
.dnd-subtitle {
color: #dddee9;
}
.text-blue {
color: #223da5;
}
.hover-blue:hover i {
color: #223da5;
}
.hover-red:hover i {
color: rgb(220, 31, 45);
}
.gray-small {
color: #798997;
display: none;
}
.text-yellow{
color: rgb(255 193 7);
}
.form-group .table thead {
    
    background-color: #28a8d9;
}
.slimScrollDiv {
    position: relative;
    overflow: auto !important;
    width: 100%;
    height: 100% !important;
}
.sidebar{
    /*overflow: auto;*/
}
.sidebar-menu ul li ul{
    background-color: #eb3137;
    border-radius: 10px;
    margin: -2px 0;
    position: absolute;
    left: 75px;
    z-index: 999999;
    top: 0;
    width: 210px;
}
/*-----------------
2. Buttons
-----------------------*/
.action-btn {
border: 2px solid #ffc107;
border-radius: 40px;
font-size: 16px;
color: #ffc107 !important;
font-weight: 600;
position: relative;
padding: 10px 16px 13px 5px;
text-transform: uppercase;
}
.add-field {
cursor: pointer;
}
.plus {
width: 35px;
height: 35px;
/* border: 2px solid #28a8d9; */
display: inline-block;
border-radius: 50rem;
line-height: 34px;
margin-right: 16px;
text-align: center;
font-size: inherit;
margin-left: 0;
background-color: #eb3137;
color: #fff;    
}
.link-btn {
background-color: #eb3137;
box-shadow: 0px 8px 14px 0px #eb31373d;
border: 0;
color: #fff;
padding: 15px 30px;
border-radius: 40px 40px 40px 40px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.link-btn:hover{
    color: #000;
}
.icon-round-shape {
width: 30px;
height: 30px;
background: #dddddd87;
display: grid;
place-items: center;
border-radius: 50rem;
color: #9c9ea0;
margin-left: 0px;
margin-right: 15px;
font-size: 14px;
cursor: pointer;
}
.actions .btn-secondary {
color: #ffc107;
background-color: #ffffff;
border-color: #ffc107;
padding: 15px 25px;
font-size: 18px;
font-weight: 500;
border-style: dashed;
border-width: 2px;
border-radius: 40px;
box-shadow: 0px 0px 17px -8px #00000075;
border-right-style: solid;
}
.actions .btn-secondary.dropdown-toggle {
background: #ffc107;
color: #fff;
padding: 10px 14px;
}
.actions .btn-secondary:not(:disabled):not(.disabled):active {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.blue-plus {
background-color: #223da5;
color: #fff;
padding: 10px 19px;
border-radius: 50rem;
font-size: 25px;
}
.visit-link-btn {
border: 1px dashed #ffc107;
color: #ffc107;
border-radius: 50rem;
padding: 7px 20px;
}
.visit-link-btn i,
.red-btn-outline i {
color: #ffc107;
}
.blue-btn-outline {
background-color: rgb(40 168 217 / 0%);
box-shadow: 0px 8px 14px 0px rgb(255 193 7 / 0%);
border: 2px solid #eb3137;
color: #eb3137 !important;
padding: 0px 45px 0px 8px;
border-radius: 40px 40px 40px 40px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
height: 50px;
line-height: 46px;
}
.icon-round-shape.eye:hover{
color: #28a8d9;
}
.icon-round-shape.user-plus:hover{
color: #a00200;
}
.n{
    background-color: #0721ae;
    color: #fff;
    padding: 10px 40px;
}
/*-----------------
2. Tag
-----------------------*/
.tag-green {
border-radius: 21px;
background-color: rgba(28, 244, 175, 0.10196078431372549);
font-size: 18px;
line-height: 42px;
color: #1cf4af;
font-weight: 500;
font-family: "Poppins";
padding: 7px 25px;
}
.tag-red {
border-radius: 21px;
background-color: rgba(244, 28, 28, 0.10196078431372549);
font-size: 18px;
line-height: 42px;
color: #f41c1c;
font-weight: 500;
font-family: "Poppins";
padding: 7px 25px;
}
.tag-yellow {
border-radius: 21px;
background-color: #fff9ed;
font-size: 18px;
line-height: 42px;
color: #ffc64d;
font-weight: 500;
font-family: "Poppins";
padding: 7px 25px;
}
.tag-draft {
border-radius: 21px;
background-color: rgb(34 61 165 / 13%);
font-size: 18px;
line-height: 42px;
color: #223da5;
font-weight: 500;
font-family: "Poppins";
padding: 7px 25px;
}
button.dt-button.buttons-html5:hover,button.dt-button.buttons-html5:focus {
    background: #009688;
    color: #fff;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    outline:none;
}
/*-----------------
2. Border-style
-----------------------*/
.border-dashed-gray {
border: 1px dashed #ddd;
border-radius: 6px;
}
.small-red-line {
width: 20px;
height: 4px;
background-color: #ffc107;
display: inline-block;
margin-left: 5px;
display: none;
}
/*-----------------
2. Toggle Botton
-----------------------*/
.tchexbox input[type="checkbox"] {
position: relative;
width: 4vw;
height: 2vw;
-webkit-appearance: none;
background: #e9e9e9;
border-radius: 100px;
outline: none;
transition: .5s;
}
.tchexbox input:checked[type="checkbox"] {
background: #c6c6c6;
}
.tchexbox input[type="checkbox"]::before {
content: '';
position: absolute;
width: 50%;
height: 100%;
top: 0;
left: 0;
background: #7c8b99;
border-radius: 50%;
box-shadow: 2px 0px 12px rgb(121 137 151);
transform: scale(1.1);
transition: .5s;
}
.tchexbox input:checked[type="checkbox"]::before {
left: 50%;
background: #ffc107;
border-radius: 50%;
box-shadow: 0 2px 5px rgb(220 31 45 / 35%);
}
/*-----------------
2. Form
-----------------------*/
.label {
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
color: #222c38;
margin-bottom: 6px !important;
}
form label{
    position: relative;
    padding-left: 16px;
}
form label span{
    position: absolute;
    left: 0;
}
.admin-area .label {
font-size: 18px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.form-control {
border: 1px solid #cdcdcd;
box-shadow: none;
color: #798997;
font-size: 15px;
height: 45px;
border-radius: 6px;
padding: 10px 15px;
text-transform: capitalize;
}
.form-control:focus {
border-color: #cdcdcd;
box-shadow: none;
outline: 0 none;
}
input,
button,
a {
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
input,
input:focus,
button,
button:focus {
outline: none;
}
input[type="file"] {
height: 55px;
min-height: calc(1.5em + 0.75rem + 2px);
padding-top: 14px;
}
input[type=text],
input[type=password] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea.form-control {
resize: vertical;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 14px;
line-height: 1.5;
color: #ffffff;
text-align: center;
white-space: nowrap;
background-color: #222c38;
border: 1px solid #cdcdcd;
border-radius: 10px;
text-transform: uppercase;
font-weight: 600;
}
.input-group-text-red {
width: 57px;
background: #ffc107;
color: #fff;
}
.form-group {
position: relative;
}
.custom-select:focus {
border-color: #cdcdcd;
outline: 0;
box-shadow: none;
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: 10px 15px !important;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #798997;
vertical-align: middle;
background: #fff url(../img/down-arrow.svg) no-repeat right .75rem center/8px 10px;
border: 1px solid #cdcdcd;
border-radius: 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 45px;
background-size: 12px;
text-transform: capitalize;
}
.select-icon {
position: absolute;
width: 32px;
top: 15px;
left: 14px;
z-index: 1;
}
.icon-detele {
width: 40px;
height: 40px;
background: #dddddd87;
display: grid;
place-items: center;
border-radius: 50rem;
color: #9c9ea0;
margin-left: 0px;
margin-right: 15px;
cursor: pointer;
}
span.input-icon {
background: #eb3137;
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 100%;
border-radius: 0 10px 10px 0;
display: grid;
place-items: center;
color: #fff;
font-size: 30px;
cursor: pointer;
}
a.remove_field {
    background: #f44336;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.form-group .d-flex.justify-content-between.mb-3{
height: auto;
border: 1px solid #cdcdcd;
border-radius: 10px;
line-height: inherit;
padding: 15px 15px;
align-items: center;
}
.form-group .d-flex.justify-content-between.mb-3 label{
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    color: #798997;
    font-weight: 400;
    font-size: 14px;
}
.form-group .d-flex.justify-content-between.mb-3 label span {
    position: relative;
}
.form-group .d-flex.justify-content-between.mb-3 .pretty {

    line-height: 13px;
}
.border-box{
height: 55px;
border: 1px solid #cdcdcd;
border-radius: 10px;
line-height: 55px;
padding-left: 10px;
}
.show-list{
border: 1px solid #ccc;
border-radius: 10px;
padding: 10px 15px;
margin-top: -26px;
}
.show-list a{
padding: 5px 0px;
display: block;
}
.note-btn-group .note-btn {
border-color: rgba(0,0,0,.2);
padding: .28rem .65rem;
font-size: 15px;
}
.gj-datepicker-bootstrap [role=right-icon] button {
width: 60px;
position: relative;
border: 1px solid #ced4da;
opacity: 0;
}



tfoot td{
    border-top: 0 !important;
}
.tag2{
    width: 120px;
    height: 40px;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 40px;
}
/***** File Uploder *******/
.uploader {
display: grid;
clear: both;
margin: 0 auto;
width: 100%;
border: 1px dashed #ddd;
padding: 10px;
position: relative;
/* display: grid; */
text-align: center;
border-radius: 10px;
height: 210px;
place-items: center;
overflow: hidden;
transition: all .4s;
}
.uploader input[type=file] {
padding: 10px;
background: #2d2d2d;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
opacity: 0;
}
.uploader img {
max-width: 180px;
height: 140px;
}
/*-----------------
2.custome Select
-----------------------*/
.box {
position: relative;
}
.box select {
background-color: #ffffff;
color: white;
padding: 9px 40px 9px 16px;
width: 250px;
border: 2px dashed #ffc107;
font-size: 18px;
font-weight: 500;
box-shadow: 0 5px 25px rgb(0 0 0 / 13%);
-webkit-appearance: none;
appearance: none;
outline: none;
border-radius: 50rem;
color: #ffc107;
}
.box::before {
content: "\f0dd";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 600;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
top: 0;
right: 0;
width: 15%;
height: 100%;
text-align: center;
font-size: 16px;
line-height: 40px;
color: #fff;
background-color: rgb(220, 31, 45);
pointer-events: none;
z-index: 100;
border-radius: 0 50rem 50rem 0;
}
.box select option {
padding: 30px;
}
.box select option:checked {
background-color: #223da5 !important;
}
.box select option:hover {
color: #fff;
background: #223da5;
}
.bold{
    font-weight:bold;
}

/*-----------------
2. Multi Select
-----------------------*/
.select2::placeholder {
font-size: 15px;
font-family: "Poppins";
color: rgb(47, 76, 111);
}
.select2::placeholder::first-letter{
    color:red;
}
.select2:-ms-input-placeholder {
font-size: 14px;
font-family: 'gothic';
color: rgb(47, 76, 111);
}
.select2::-ms-input-placeholder {
font-size: 14px;
font-family: 'gothic';
color: rgb(47, 76, 111);
}
.select2-selection__rendered ::placeholder {
color: #222c38;
font-weight: 500;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 9px 15px;
width: 100%;
height: auto;
font-family: 'gothic';
}
.select2-search__field::placeholder{
    text-transform: capitalize;
    color: #798997;
    font-weight: 400;
    font-size: 14px;
    font-family: 'gothic';
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #ededed7a;
    border: 1px solid #ededed7a;
    border-radius: 40px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 5px 15px;
    color: #798997;
    font-size: 14px;
    text-transform: capitalize;
}
.select2-results__option {
    padding: 3px 15px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    margin-left: 8px;
    float: right;
    border-radius: 50rem;
    background-color: #696969;
    width: 15px;
    height: 15px;
    place-items: center;
    text-align: center;
    line-height: 16px;
    margin-top: 2px;
    margin-right: 0;
}
.small-height .select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 14px 10px 11px 18px;
width: 100%;
}
.small-height .select2-container--default .select2-selection--multiple .select2-selection__rendered {
height: auto;
}
.small-height .select2-container--default .select2-selection--multiple {
background: #fff url(../img/down-arrow.svg) no-repeat right .75rem center/8px 10px;
background-size: 12px;
cursor: text;
}
.small-height .select2-container .select2-search--inline .select2-search__field {
padding: ;
}
.small-height .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #ededed;
border: 1px solid #ededed;
border-radius: 40px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 0px;
padding: 5px 15px;
color: #6c6c6c;
margin-bottom: 7px;
}
.checkbox-wrapper label {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 10px;
align-items: center;
}
.checkbox-wrapper input.checkbox {
display: none;
}
.checkbox-wrapper .check-icon {
position: relative;
display: inline-block;
height: 30px;
width: 30px;
top: 8px;
border: solid 1px #c4c8cd;
background-color: #ffffff;
border-radius: 8px;
transition: .2s all ease-in-out;
}
.checkbox-wrapper .check-icon:before {
content: "\f00c";
position: absolute;
width: 100%;
height: 100%;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
color: #fff;
text-align: center;
top: 3px;
transform: scale(1.5);
transition: .2s all ease-in-out;
opacity: 0;
}
.checkbox-wrapper input.checkbox:checked+.check-icon {
border-color: #eb3137;
background: #eb3137;
}
.checkbox-wrapper input.checkbox:checked+.check-icon:before {
transform: scale(1);
opacity: 1;
}
.checkbox-wrapper label {
display: inline-block;
margin-right: 15px;
}
.checkbox-wrapper label div {
display: inherit;
}

/*-------------------
wizard Form
--------------------*/
.bg-color{
    background-color: #333;
}
.signup-step-container{
    padding: 50px 0px;
    padding-bottom: 60px;
}




    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e000;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard span.round-tab {
     width: 120px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    border-radius: 0%;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
    background: linear-gradient(to right, #2c3e50, #bdc3c7);
    z-index: 2;
    position: relative;
    left: 0;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #bdc3c7;
    letter-spacing: 1px;
}
.wizard span.round-tab:before {
   content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 66%;
    left: 100%;
    margin-top: -50px;
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 39px solid #bdc3c7;
    z-index: 2;
}
.wizard span.round-tab:after {
      content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 66%;
    left: 100%;
    margin-top: -50px;
    border-top: 39px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 39px solid #bdc3c7;
    z-index: 2;

}
.wizard span.round-tab{
    
   
}
.wizard span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
            background: #28a8d9;
    color: #fff;
    border-color: #28a8d9;
}
.wizard li.active span.round-tab:after {
    border-left-color: #28a8d9;
}

.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #28a8d9;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a:after{
      content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 85%;
    left: 95%;
    margin-top: -24px;
    border-top: 6px solid transparent;
    border-bottom: 138px solid transparent;
    border-left: 10px solid #bdc3c7;
    z-index: 2;
    transform: rotate( 
44deg
 );
}
.wizard .nav-tabs > li a:before{
  content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 187%;
    left: 123%;
    margin-top: -64px;
    /* border-top: solid transparent; */
    border-bottom: 44px solid transparent;
    border-left: 2px solid #bdc3c794;
    z-index: 2;
    transform: rotate( 
135deg
 );
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
    display: none;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
  
}
.next-step{
   
}
.skip-btn{
    
}
.signup-step-container .wizard #two > li {
    width: 14%;
}
.signup-step-container .wizard #two span.round-tab {
    width: 80px;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
    margin-top: 30px;
}
.all-info-container{

}
.list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.wizard .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
    padding: 10px;
}
.signup-logo-header .logo_area{
    width: 200px;
}
.signup-logo-header .nav > li{
    padding: 0;
}
.signup-logo-header .header-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
/* input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
} */






@media (max-width: 767px){
    .sign-content h3{
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i{
        display: none;
    }
    .signup-logo-header .navbar-toggle{
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area{
        margin-top: 0;
    }
    .signup-logo-header .header-flex{
        display: block;
    }
}

/*-----------------
2. Rating
-----------------------*/
.rating-group {
display: inline-flex;
}
.rating__icon {
pointer-events: none;
}
.rating__input {
position: absolute !important;
left: -9999px !important;
}
.rating__label {
cursor: pointer;
padding: 0 0.1em;
font-size: 2rem;
}
.rating__label--half {
padding-right: 0;
margin-right: -1.2em;
z-index: 2;
}
.rating__label:hover {
z-index: ;
}
.rating__icon--star {
color: orange;
}
.rating__icon--none {
color: #eee;
}
.rating__input--none:checked+.rating__label .rating__icon--none {
color: red;
}
.rating__input:checked~.rating__label .rating__icon--star {
color: #ddd;
}
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
color: orange;
}
.rating__input:hover~.rating__label .rating__icon--star,
.rating__input:hover~.rating__label--half .rating__icon--star {
color: #ddd;
}
.rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
color: #eee;
}
.rating__input--none:hover+.rating__label .rating__icon--none {
color: red;
}
/*-----------------
2. Table
-----------------------*/
.table {
color: #333;
max-width: 100%;
margin-bottom: 0;
width: 100%;
border: 1px solid #ddd;
}
.table-hover tbody tr:first-child td {}
.table-striped>tbody>tr:nth-of-type(2n+1) {
background-color: #f8f9fa;
}
.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
border-top: 0;
padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
white-space: nowrap
}
.table.dataTable {
border-collapse: collapse !important;
}
table.table td h2 {
display: inline-block;
font-size: inherit;
font-weight: 400;
margin: 0;
padding: 0;
vertical-align: middle;
}
tbody tr td:first-child a {
color: #ff4500 !important;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
}
tbody tr td span.active, tbody tr td span.inactive{
    display: flex;
    justify-content: center;
    margin: auto;
}
table.table td h2.table-avatar {
align-items: center;
display: inline-flex;
font-size: inherit;
font-weight: 400;
margin: 0;
padding: 0;
vertical-align: middle;
white-space: nowrap;
}
table.table td h2 a {
color: #333;
}
table.table td h2 a:hover {
color: #2f4c6f;
}
table.table td h2 span {
color: #888;
display: block;
font-size: 12px;
margin-top: 3px;
}
.table thead {
border-bottom: none;
filter: drop-shadow(0 0 6.5px rgba(6, 18, 65, 0.36));
background-color: #000000;
}
.table thead tr th {
    font-weight: bold;
    border: 0;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px !important;
    font-family: sans-serif;
     
}
.bg-none {
background-image: none !important;
;
}
table.dataTable thead th,
table.dataTable thead td {
padding: 15px 18px;
border-bottom: 1px solid #111;
}
.table tbody tr {
border-bottom: 1px solid #ddd;
}
.table tbody tr:last-child {
border-color: #ddd;
}
.table.table-center th {
vertical-align: middle;
color: #000;
font-size: 12px;
text-align: center;
}
.table.table-center td{
vertical-align: middle;
color: #000;
font-size: 12px;
text-align: center;
white-space: normal;
}
.table.table-center td .c-checkbox{
    margin-bottom: 0px;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 8px 15px;
}
.table-hover tbody tr:hover {
background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
color: #000;
}
.table-striped thead tr {
border-color: transparent;
}
.table-striped tbody tr {
border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(235, 235, 235, 0.4);
}
.table-bordered {
border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered th,
.table-bordered td {
border-color: rgba(0, 0, 0, 0.05);
}
.card-table .card-body {
padding: 0;
}
.card-table .card-body .table>thead>tr>th {
border-top: 0;
}
.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
padding-left: 1.5rem;
}
.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
padding-right: 1.5rem;
}
.card-table .table td,
.card-table .table th {
border-top: 1px solid #e2e5e8;
padding: 1rem 0.75rem;
white-space: nowrap;
}
#delete_modal .modal-content {
text-align: center;
}
.dataTables_wrapper .dataTables_info {
clear: both;
    float: left;
    padding-top: 24px;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate {
text-align: center;
    padding-top: 15px;
    float: right;
   
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #fff !important;
border: 1px solid #000000;
background-color: #000000;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
background: linear-gradient(to bottom, #000000 0%, #000000 100%);
border-radius: 50rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #000000;
background-color: #000000;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
background: -o-linear-gradient(top, #585858 0%, #111 100%);
background: linear-gradient(to bottom, #000000 0%, #000000 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: .5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333 !important;
border: 1px solid #f4f5fa;
border-radius: 2px;
background-color: #f4f5fa;
border-radius: 50rem;
margin: 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
background-color: transparent !important;
font-weight: 600;
color: #000000 !important;
background: transparent;
box-shadow: none;
border: 1px dashed #000;
font-size: 16px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #000000 !important;
border: none;
background: transparent;
box-shadow: none;
border: 1px dashed #000;
font-size: 16px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after,
.dataTables_paginate .paginate_button.previous:after {
content: ' Page';
}
#datatable_next:after {
content: ' Page';
}
#datatable_previous:before {
content: '';
}
.dataTables_paginate .paginate_button.previous:before {}
.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #000000;
    padding: 5px 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #000000;
    margin-left: 10px;
    height: 50px;
    border-radius: 30px;
    width: 255px;
    margin-right: 7px;
    padding-left: 48px;
}
.dataTables_filter label:before{
    color: #ffffff;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 24px;
    margin-right: 8px;
    position: absolute;
    left: 73px;
    font-weight: 100;
    top: 5px;
    background-color: #000000;
    border-radius: 30px 30px 30px 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_length select {
border: 1px solid #ddd;
background-color: transparent;
padding: 10px 20px 10px 10px;
height: 55px;
background: #fff url(../img/down-arrow.svg) no-repeat right .75rem center/8px 10px;
appearance: none;
background-size: 12px;
border-radius: 10px;
}
.dataTables_wrapper label {
font-weight: 600;
color: #000;
position: relative;
}
#tableBody td{
    font-weight: bold;
    font-size: 16px;
}
.userId{
    color: #ff4500 !important;
    font-weight: bold;
}
.userId:before{
    content:'Line ';
}
/*-----------------
3. Dropdown
-----------------------*/
.actions .dropdown-item {
display: block;
width: 100%;
padding: 12px;
clear: both;
font-weight: 600;
color: #798997;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 16px;
border-radius: 10px;
transition: all .4s;
}
.actions .dropdown-item:hover {
background-color: #223da5;
color: #fff;
}
.actions .dropdown-menu {
border: 0;
padding: 0;
border-radius: 10px;
transform-origin: left top 0;
box-shadow: inherit;
background-color: #fff;
box-shadow: 0px 0px 17px -7px #0000004f;
}
/*-----------------
3. Helper Class
-----------------------*/
.cal-icon {
position: relative;
width: 100%;
}
.cal-icon:after {
color: #979797;
content: "\f073";
display: block;
font-family: "FontAwesome";
font-size: 15px;
margin: auto;
position: absolute;
right: 15px;
top: 10px;
}
span.active {
background-color: #00640036;
    color: #006400;
    border-radius: 50rem;
    width: 95px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
}
span.inactive {
background-color: #ff8c0042;
    color: #FF4500;
    border-radius: 50rem;
    /* padding: 6px 25px; */
    width: 95px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
}
.custome-tab a {
padding: 10px 20px;
background-color: #00000014;
color: #000;
font-weight: 600;
font-size: 16px;
display: inline-block;
border-radius: 15px 15px 0 0;
}
.custome-tab a.active,
.custome-tab a:hover {
background-color: #ffc107;
color: #fff;
}
.pretty .state label {
position: initial;
display: inline-block;
font-weight: 700;
margin-left: 0px;
margin-bottom: 0px;
text-indent: 1.5em;
min-width: calc(1em + 2px);
padding-left: 6px;
}
.pretty {
position: relative;
display: inline-block;
margin-right: 1em;
white-space: nowrap;
line-height: 10px;
}
div#divcheck {
    margin-top: -47px;
}
.c-checkbox {
  display: block;
  margin-bottom: 15px;
  z-index: 1;
}
.c-checkbox input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.c-checkbox label {

position: relative;
    cursor: pointer;
    padding: 0;
}
.c-checkbox label:before {
content: '';
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #fcbf07;
box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
padding: 8px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 0px;}
.c-checkbox input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 2px;
left: 9px;
width: 6px;
height: 14px;
border: solid #fcbf07;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.controler {
border: 2px dashed #ccc;
width: 140px;
height: 150px;
display: inline-block;
line-height: 150px;
border-radius: 20px;
margin-bottom: 15px;
transition: ease 1s;
}
.controler img{
width: 80px;
transition: ease-in-out 1.5s;
}
.controler:hover {
    border: 1px solid #fff;
    box-shadow: 0px -2px 23px -9px #9c7cf1;
}
.controler:hover img{
    transform: scale(1.06);
}
.hover-blue .c, .hover-red .c{
display: none
}
.hover-blue:hover .c, .hover-red:hover .c{
display: block
}
.hover-blue:hover .b, .hover-red:hover .b{
display: none
}
.custome-tab.c-proposal ul li{
display: inline-block;
}
.custome-tab.c-proposal ul li a{
border-radius: 15px 15px 0 0;
}
.card-body .text-right.mb-4{
    margin-bottom: 0rem!important;
}
.card-body .text-right.mb-4 .link-btn{
        position: absolute;
    right: 0;
    top: -11px;
    width:auto!important;
    z-index:100;
}
.card-body {
    position: relative;
}
.card-body form .col-lg-12 h5.text-gray{
        margin-bottom: 30px !important;
        font-weight: bold;
}
/*-----------------
4. Scroll Bar
-----------------------*/
.scroll-div {
width: 100%;
height: 180px;
overflow: auto;
padding-right: 20px;
}
.category-name {
height: 195px;
}
.email-contacts {
height: 269px;
}
/* width */
.table-responsive::-webkit-scrollbar {
width: 1px;
height: 10px;
}
/* Track */
.table-responsive::-webkit-scrollbar-track {
background: #CFD8DC;
border-radius: 40px;
}
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
background-color: #90A4AE ;
border-radius: 6px;
border: 3px solid #CFD8DC;
}
/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
background: #90A4AE;
}
/*-----------------
4. Bootstrap Classes
-----------------------*/
.btn.focus,
.btn:focus {
box-shadow: unset;
}
.btn-white {
background-color: #fff;
border: 1px solid #ccc;
color: #333;
}
.btn.btn-rounded {
border-radius: 50px;
}
.bg-primary,
.badge-primary {
background-color: #2f4c6f !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #19c1dc !important;
}
.bg-success,
.badge-success {
background-color: #7bb13c !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #699834 !important;
}
.bg-info,
.badge-info {
background-color: #009efb !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #028ee1 !important;
}
.bg-warning,
.badge-warning {
background-color: #ffbc34 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #e9ab2e !important;
}
.bg-danger,
.badge-danger {
background-color: #e84646 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #e63333 !important;
}
.bg-white {
background-color: #fff;
}
.bg-purple,
.badge-purple {
background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu>li>a.text-primary {
color: #2f4c6f !important
}
.text-success,
.dropdown-menu>li>a.text-success {
color: #699834 !important;
}
.text-danger,
.dropdown-menu>li>a.text-danger {
color: #e84646 !important;
}
.text-info,
.dropdown-menu>li>a.text-info {
color: #009efb !important;
}
.text-warning,
.dropdown-menu>li>a.text-warning {
color: #ffbc34 !important;
}
.text-purple,
.dropdown-menu>li>a.text-purple {
color: #7460ee !important;
}
.text-muted {
color: #757575 !important;
}
.text-secondary {
color: #b8bdc1 !important;
}
.border-primary {
border-color: #2f4c6f !important;
}
.btn-primary {
background-color: #2f4c6f;
border: 1px solid #2f4c6f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
background-color: #19c1dc;
border: 1px solid #19c1dc;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #2f4c6f;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
background-color: #19c1dc;
border: 1px solid #19c1dc;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
background-color: #19c1dc;
border-color: #19c1dc;
color: #fff;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
background-color: #2f4c6f;
border-color: #2f4c6f;
color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-success {
background-color: #7bb13c;
border: 1px solid #7bb13c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
background-color: #699834;
border: 1px solid #699834;
color: #fff;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
background-color: #699834;
border: 1px solid #699834
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
background-color: #699834;
border-color: #699834;
color: #fff;
}
.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-success.disabled,
.btn-success:disabled {
background-color: #7bb13c;
border-color: #7bb13c;
color: #fff;
}
.btn-info {
background-color: #009efb;
border: 1px solid #009efb
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
background-color: #028ee1;
border: 1px solid #028ee1
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
background-color: #028ee1;
border: 1px solid #028ee1
}
.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
background-color: #028ee1;
border-color: #028ee1;
color: #fff;
}
.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-info.disabled,
.btn-info:disabled {
background-color: #009efb;
border-color: #009efb;
color: #fff;
}
.btn-warning {
background-color: #ffbc34;
border: 1px solid #ffbc34
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
background-color: #e9ab2e;
border: 1px solid #e9ab2e
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e
}
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
background-color: #e9ab2e;
border-color: #e9ab2e;
color: #fff;
}
.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-warning.disabled,
.btn-warning:disabled {
background-color: #ffbc34;
border-color: #ffbc34;
color: #fff;
}
.btn-danger {
background-color: #e84646;
border: 1px solid #e84646;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
background-color: #e63333;
border: 1px solid #e63333;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
background-color: #e63333;
border: 1px solid #e63333;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
background-color: #e63333;
border-color: #e63333;
color: #fff;
}
.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-danger.disabled,
.btn-danger:disabled {
background-color: #f62d51;
border-color: #f62d51;
color: #fff;
}
.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-outline-primary {
color: #2f4c6f;
border-color: #2f4c6f;
}
.btn-outline-primary:hover {
background-color: #2f4c6f;
border-color: #2f4c6f;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #2f4c6f;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
background-color: #2f4c6f;
border-color: #2f4c6f;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: none;
}
.btn-outline-success {
color: #7bb13c;
border-color: #7bb13c;
}
.btn-outline-success:hover {
background-color: #7bb13c;
border-color: #7bb13c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
box-shadow: none;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #7bb13c;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
background-color: #7bb13c;
border-color: #7bb13c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: none;
}
.btn-outline-info {
color: #009efb;
border-color: #009efb;
}
.btn-outline-info:hover {
color: #fff;
background-color: #009efb;
border-color: #009efb;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
box-shadow: none;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
background-color: transparent;
color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
background-color: #009efb;
border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: none;
}
.btn-outline-warning {
color: #ffbc34;
border-color: #ffbc34;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffbc34;
border-color: #ffbc34;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
box-shadow: none;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
background-color: transparent;
color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffbc34;
border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: none;
}
.btn-outline-danger {
color: #e84646;
border-color: #e84646;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #e84646;
border-color: #e84646;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
box-shadow: none;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
background-color: transparent;
color: #e84646;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
background-color: #e84646;
border-color: #e84646;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: none;
}
.btn-outline-light {
color: #ababab;
border-color: #e6e6e6;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #ababab;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
background-color: #ffc107;
border-color: #ffc107;
}
.pagination>li>a,
.pagination>li>span {
color: #2f4c6f;
}
.page-link:hover {
color: #ffc107;
}
.page-link:focus {
box-shadow: unset;
}
.page-item.active .page-link {
background-color: #ffc107;
border-color: #ffc107;
}
.dropdown-menu {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
transform-origin: left top 0;
box-shadow: inherit;
background-color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
background-color: #2f4c6f;
}
.navbar-nav .open .dropdown-menu {
border: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.dropdown-menu {
font-size: 14px;
}
.card {
border: 1px solid #f0f0f0;
margin-bottom: 1.875rem;
}
.card2 {
border-radius: 20px;
box-shadow: 0px 10px 14px -4px #00000021;
border: 0;
}
.card-body {
padding: 1.5rem;
}
.card-header {
border-bottom: 1px solid #e6e6e6;
padding: 1rem 1.5rem;
}
.card-footer {
background-color: #fff;
border-top: 1px solid #e6e6e6;
padding: 1rem 1.5rem;
}
.card .card-header {
background-color: #fff;
border-bottom: 1px solid #eaeaea;
}
.card .card-header .card-title {
margin-bottom: 0;
}
.modal-footer.text-left {
text-align: left;
}
.modal-footer.text-center {
text-align: center;
}
.btn-light {
border-color: #e6e6e6;
color: #a6a6a6;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
background-color: #2f4c6f;
text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
border-bottom-color: #2f4c6f;
}
.bg-info-light {
background-color: rgba(2, 182, 179, 0.12) !important;
color: #1db9aa !important;
}
.bg-primary-light {
background-color: rgba(17, 148, 247, 0.12) !important;
color: #2196f3 !important;
}
.bg-danger-light {
background-color: rgba(242, 17, 54, 0.12) !important;
color: #e63c3c !important;
}
.bg-warning-light {
background-color: rgba(255, 152, 0, 0.12) !important;
color: #f39c12 !important;
}
.bg-success-light {
background-color: rgba(15, 183, 107, 0.12) !important;
color: #26af48 !important;
}
.bg-purple-light {
background-color: rgba(197, 128, 255, 0.12) !important;
color: #c580ff !important;
}
.bg-default-light {
background-color: rgba(40, 52, 71, 0.12) !important;
color: #283447 !important;
}
/*-----------------
5. Select2
-----------------------*/
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
width: 100% !important;
}
.select2-container .select2-selection--single {
border: 1px solid #ddd;
height: 45px;
border-radius: 6px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #0000002e 1px;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 43px;
right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #000 transparent transparent;
border-style: solid;
border-width: 6px 6px 0;
height: 0;
left: 50%;
margin-left: -10px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #ddd;
border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 30px;
padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #798997;
font-size: 14px;
font-weight: 400;
line-height: 45px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #eb3137;
}
.select2-container--default .select2-selection--multiple {
border: 1px solid #ddd;
min-height: 40px;
border-radius: 10px;
}
/*-----------------
6. PRELOADER
-----------------------*/


.loader {
    background-color: #111;
    overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0;
  display: flex;
  align-items: center;
  align-content: center; 
  justify-content: flex-start;  
    z-index: 100000;
}

.loader__element {
    height: 3px;
    width: 100%;
    background: #A5D6A7;

}

.loader__element:before {
    content: '';
    display: block;
    background-color: #4CAF50;
    height: 3px;
    width: 0;
  animation: getWidth 3s ease-in infinite;
}

@keyframes getWidth {
    100% { width: 100%; }
}
/*-----------------
6. Nav Tabs
-----------------------*/
.nav-tabs {
border-bottom: 1px solid #e6e6e6;
}
.card-header-tabs {
border-bottom: 0;
}
.nav-tabs>li>a {
margin-right: 0;
color: #888;
border-radius: 0;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
border-color: transparent;
color: #333;
}
.nav-tabs.nav-tabs-solid>li>a {
color: #333;
}
.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
background-color: #2f4c6f;
border-color: #2f4c6f;
color: #fff;
}
.tab-content {
padding-top: 20px;
}
.nav-tabs .nav-link {
border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
background-color: #eee;
border-color: transparent;
color: #333;
}
.nav-tabs.nav-justified>li>a {
border-radius: 0;
margin-bottom: 0;
}
.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid>li>a {
border-color: transparent;
}
.nav-tabs.nav-tabs-solid>li>a {
color: #333;
}
.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
background-color: #2f4c6f;
border-color: #2f4c6f;
color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
border-radius: 50px;
}
.nav-tabs-justified>li>a {
border-radius: 0;
margin-bottom: 0;
}
.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid>li>a {
border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top>li {
margin-bottom: 0;
}
.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top>li+li>a {
margin-left: 1px;
}
.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:hover,
.nav-tabs.nav-tabs-top>li>a.active:focus {
border-top-color: #2f4c6f;
}
.nav-tabs.nav-tabs-bottom>li {
margin-bottom: -1px;
}
.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.nav-tabs.nav-tabs-bottom>li>a.active:focus {
border-bottom-width: 2px;
border-color: transparent;
border-bottom-color: #2f4c6f;
background-color: transparent;
transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
-ms-transition: none 0s ease 0s;
-webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
background-color: #fafafa;
border: 0;
}
.nav-tabs.nav-tabs-solid>li {
margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid>li>a {
border-color: transparent;
}
.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
background-color: #f5f5f5;
border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs-justified.nav-tabs-top>li>a:focus {
border-width: 2px 0 0 0;
}
/*-----------------
7. Components
-----------------------*/
.section-header {
margin-bottom: 1.875rem;
}
.section-header .section-title {
color: #333;
}
.line {
background-color: #2f4c6f;
height: 2px;
margin: 0;
width: 60px;
}
.comp-buttons .btn {
margin-bottom: 5px;
}
.pagination-box .pagination {
margin-top: 0;
}
.comp-dropdowns .btn-group {
margin-bottom: 5px;
}
.progress-example .progress {
margin-bottom: 1.5rem;
}
.progress-xs {
height: 4px;
}
.progress-sm {
height: 15px;
}
.progress.progress-sm {
height: 6px;
}
.progress.progress-md {
height: 8px;
}
.progress.progress-lg {
height: 18px;
}
.row.row-sm {
margin-left: -3px;
margin-right: -3px;
}
.row.row-sm>div {
padding-left: 3px;
padding-right: 3px;
}
.table-responsive {
    white-space: nowrap;
    padding-bottom: 30px;
    padding-top: 10px;
}
/* Avatar */
.avatar-img {
width: 45px;
height: 45px;
}
/*-----------------
8. Header
-----------------------*/
.header {
background-color: #eb3137;
box-shadow: 0px 3px 14px 0px rgba(7, 10, 17, 0.1);
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1001;
height: 60px;
}
.header .header-left {
float: left;
height: 60px;
padding: 0 20px;
position: relative;
text-align: center;
width: 275px;
z-index: 1;
transition: all 0.2s ease-in-out;
background-color: rgb(255 255 255);
display: grid;
place-items: center;
}
.header .header-left .logo {
display: inline-block;
line-height: 60px;
}
.header .header-left .logo img {
max-height: 50px;
width: auto;
}
.header-left .logo.logo-small {
display: none;
}
.header .dropdown-menu>li>a {
position: relative;
}
.header .dropdown-toggle:after {
display: none;
}
.header .has-arrow .dropdown-toggle:after {
border-top: 0;
border-left: 0;
border-bottom: 2px solid #333;
border-right: 2px solid #333;
content: '';
height: 8px;
display: inline-block;
pointer-events: none;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 8px;
vertical-align: 2px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.user-menu {
float: right;
position: relative;
z-index: 99;
margin-top: 0px;
margin-right: 30px;
align-items: center;
}
.user-menu.nav>li {
margin-left: 0px;
}
.user-menu.nav>li>a {
line-height: 45px;
}
.notification {
border: 1px solid #ddd;
border-radius: 50rem;
width: 55px;
display: inline-block;
height: 55px;
line-height: 50px;
text-align: center;
}
.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {}
.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
color: #fff;
}
.user-img {
display: inline-block;
margin-right: 3px;
position: relative;
}
.user-menu.nav>li>a.mobile_btn {
border: 0;
position: relative;
padding: 0;
margin: 0;
cursor: pointer
}
.user-menu .dropdown-menu {
min-width: 200px;
padding: 0;
}
.user-menu .dropdown-menu .dropdown-item {
padding: 7px 15px;
}
.user-menu .dropdown-menu .dropdown-item {
display: flex;
align-items: center;
border-top: 1px solid #e3e3e3;
padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
color: #fff;
background: #2f4c6f;
}
.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
background-color: #2f4c6f;
color: #fff;
}
.header .dropdown-menu>li>a:focus i,
.header .dropdown-menu>li>a:hover i {
color: #fff;
}
.header .dropdown-menu>li>a {
padding: 10px 18px;
}
.header .dropdown-menu>li>a i {
color: #2f4c6f;
margin-right: 10px;
text-align: center;
width: 18px;
}
.header .user-menu .dropdown-menu>li>a i {
color: #2f4c6f;
font-size: 16px;
margin-right: 10px;
min-width: 18px;
text-align: center;
}
.header .user-menu .dropdown-menu>li>a:focus i,
.header .user-menu .dropdown-menu>li>a:hover i {
color: #fff;
}
.mobile_btn {
display: none;
float: left;
}
.slide-nav .sidebar {
margin-left: 0;
}
.app-dropdown .dropdown-menu {
padding: 0;
width: 300px;
}
.app-dropdown-menu .app-list {
padding: 15px;
}
.app-dropdown-menu .app-item {
border: 1px solid transparent;
border-radius: 3px;
color: #737373;
display: block;
padding: 10px 0;
text-align: center;
}
.app-dropdown-menu .app-item i {
font-size: 20px;
height: 24px;
}
.app-dropdown-menu .app-item span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
background-color: #f9f9f9;
border-color: #e3e3e3;
}
.app-list>div+div {
margin-top: 5px;
}
.app-list>.row {
margin-left: -5px;
margin-right: -5px;
}
.app-list>.row>.col {
padding-left: 5px;
padding-right: 5px;
}
.user-header {
background-color: #f9f9f9;
display: flex;
padding: 10px 15px;
}
.user-header .user-text {
margin-left: 10px;
}
.user-header .user-text h6 {
margin-bottom: 2px;
}
.menu-title {
color: #a3a3a3;
display: block;
font-size: 14px;
margin-bottom: 5px;
padding: 0 25px;
}
.sidebar-overlay {
background-color: rgba(0, 0, 0, 0.6);
display: none;
height: 100%;
left: 0;
position: fixed;
top: 60px;
width: 100%;
z-index: 1000;
}
html.menu-opened {
overflow: hidden;
}
html.menu-opened body {
overflow: hidden;
}
/* AdminArea */
.admin-area {
float: left;
margin-left: 10px;
display: flex;
align-items: center;
margin-top: 0px;
}
.admin-area .user-img {
display: inline-block;
margin-right: 10px;
position: relative;
}
.admin-area .user-img img {
width: 50px;
height: 50px;
border: 1px solid #fff;
}
/* Search */
.top-nav-search {
float: left;
margin-left: 6%;
margin-top: 14px;
}
.top-nav-search form {
margin-top: 10px;
position: relative;
width: 400px;
}
.top-nav-search .form-control {
border-color: rgb(0 0 0 / 0%);
border-radius: 50px;
color: #ffffff;
height: 50px;
padding: 10px 15px 10px 50px;
background-color: #eb565a;
}
.top-nav-search .btn {
background-color: transparent;
border-color: transparent;
color: #333;
min-height: 50px;
padding: 7px 15px;
position: absolute;
left: 0;
top: 0;
}
.top-nav-search .form-control::-webkit-input-placeholder {
color: #ddd;
}
.top-nav-search .form-control::-moz-placeholder {
color: #ddd;
}
.top-nav-search .form-control:-ms-input-placeholder {
color: #ddd;
}
.top-nav-search .form-control::-ms-input-placeholder {
color: #ddd;
}
.top-nav-search .form-control::placeholder {
color: #ddd;
}
.top-nav-search.active form {
display: block;
left: 0;
position: absolute;
}
/*-----------------
#Toggle Button
-----------------------*/
.toggle-switch input[type="checkbox"] {
position: relative;
width: 50px;
height: 22px;
-webkit-appearance: none;
background: #c6c6c64f;
border-radius: 100px;
outline: none;
transition: .5s;
}
.toggle-switch input:checked[type="checkbox"] {
background: #c6c6c64f;
}
.toggle-switch input[type="checkbox"]::before {
content: '';
position: absolute;
width: 50%;
height: 100%;
top: 0;
left: 0;
background: #e5e5e5;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
transform: scale(1.1);
transition: .5s;
}
.toggle-switch input:checked[type="checkbox"]::before {
left: 50%;
background: rgb(13, 67, 182);
box-shadow: 0px 4px 7px 0px rgb(13 67 182 / 45%);
}
/*-----------------
9. Sidebar
-----------------------*/
.sidebar {
background-color: #ffffff;
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
bottom: 0;
left: 0;
margin-top: 0;
position: fixed;
top: 60px;
padding-top: 20px;
transition: all 0.2s ease-in-out 0s;
width: 275px;
z-index: 1001;
}
.sidebar.opened {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.sidebar-inner {
height: 100%;
min-height: 100%;
transition: all 0.2s ease-in-out 0s;
overflow: auto;
}
.sidebar-inner::-webkit-scrollbar {
  width: 0px;
}
.sidebar-menu {
padding: 0px 20px;
}
.sidebar-menu ul {
font-size: 15px;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
.sidebar-menu li a {
color: rgb(0, 0, 0);
display: block;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
height: auto;
padding: 0 20px;
margin-bottom: 2px;
}
.sidebar-menu li a:hover {
color: #798997;
}
.sidebar-menu>ul>li>a:hover {
border-radius: 15px;
background-color: #eb3137;
color: #ffffff;
border-bottom: 1px dashed #ddd0;
}
.sidebar-menu>ul>li.active>a:hover {
border-radius: 15px;
background-color: #eb3137;
color: #ffffff;
border-bottom: 1px dashed #ddd0;
}
.sidebar-menu li.active a {
border-radius: 15px;
background-color: #eb3137;
color: #ffffff;
border-bottom: 1px dashed #ddd0;
}
.sidebar-menu li.active a .icon-shape {
background-color: #eb696c;
}
.menu-title {
color: #ebebeb;
display: flex;
font-size: 14px;
opacity: 1;
padding: 5px 15px;
white-space: nowrap;
}
.menu-title>i {
float: right;
line-height: 40px;
}
.sidebar-menu li.menu-title a {
color: #ff9b44;
display: inline-block;
margin-left: auto;
padding: 0;
}
.sidebar-menu li.menu-title a.btn {
color: #fff;
display: block;
float: none;
font-size: 15px;
margin-bottom: 15px;
padding: 10px 15px;
}
.sidebar-menu ul ul a.active {
color: #20e3ff;
text-decoration: underline;
}
.mobile_btn {
display: none;
float: left;
}
.sidebar .sidebar-menu>ul>li>a span {
transition: all 0.2s ease-in-out 0s;
display: inline-block;
margin-left: 10px;
white-space: nowrap;
text-transform: uppercase;
}
.icon-shape {
width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-left: 0 !important;
    font-size: 12px;
    justify-content: center;

}
.icon-shape img {
width: 12px;
}
.sidebar-menu>ul>li>a:hover .icon-shape {
background-color: #ffffff38;
}
.sidebar .sidebar-menu>ul>li>a span.chat-user {
margin-left: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.sidebar .sidebar-menu>ul>li>a span.badge {
margin-left: auto;
}
.sidebar-menu ul ul a {
display: block;
font-size: 15px;
padding: 7px 10px 7px 45px;
position: relative;
}
.sidebar-menu ul ul {
display: none;
}
.sidebar-menu ul ul ul a {
padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
padding-left: 85px;
}
.sidebar-menu>ul>li {
margin-bottom: 0px;
position: relative;
}
.sidebar-menu>ul>li:last-child {
margin-bottom: 0;
}
.sidebar-menu .menu-arrow {
-webkit-transition: -webkit-transform 0.15s;
-o-transition: -o-transform 0.15s;
transition: transform .15s;
position: absolute;
right: 15px;
display: inline-block;
font-family: 'FontAwesome';
text-rendering: auto;
line-height: 40px;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
line-height: 18px;
top: 16px;
}
.sidebar-menu .menu-arrow:before {
content: "\f0da";
}
.sidebar-menu li a.subdrop .menu-arrow {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
top: 10px;
}
.sidebar-menu>ul>li>a {
align-items: center;
display: flex;
justify-content: flex-start;
padding: 12px 22px;
position: relative;
transition: all 0.2s ease-in-out 0s;
color: #000;
border-radius: 0;
border-bottom: 1px dashed #ddd;
}
.sidebar-menu ul li a i {
display: inline-block;
font-size: 24px;
line-height: 24px;
text-align: left;
vertical-align: middle;
width: 20px;
transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li.menu-title a i {
font-size: 16px !important;
margin-right: 0;
text-align: right;
width: auto;
}
.sidebar-menu li a>.badge {
color: #fff;
}
.submenu .subdrop {
background-color: #eb3137;
border-radius: 10px 10px 10px 10px !important;
color: #fff;
}
.submenu .subdrop .icon-shape {
background-color: #00000040;
}
.submenu ul {
background-color: #eb3137;
border-radius: 0 0 15px 15px;
margin: -2px 0;
}
.submenu ul .subdrop {
background-color: #eb3137;
border-radius: 0px 0px 0 0 !important;
}
.submenu ul li a {
color: #fff;
padding: 10px 10px 10px 15px;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
}
.submenu ul li a:hover,
.submenu ul li a:focus {
color: #eb3137;
background-color: rgb(255, 255, 255);
border-radius: 0;
}

.sidebar-menu .accordion li a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 12px 22px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #000;
    border-radius: 0;
    border-bottom: 1px dashed #ddd;
}
.sidebar-menu .accordion li a span{
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.sidebar-menu .accordion .submenu .subdrop {
    background-color: #eb3137;
    border-radius: 10px 10px 10px 10px !important;
    color: #fff !important;
}
.sidebar-menu .accordion .card-body{
    background: #0000000d;
}
.sidebar-menu .accordion .card-body a{

    padding-left: 55px;
}
.sidebar-menu .accordion .card-body a:hover{
    background: #ffffff;
    color: red;
}
.sidebar-menu .accordion .submenu a:not(.collapsed) {
    background-color: #eb3137;
    border-radius: 10px 10px 10px 10px !important;
    color: #fff !important;
}
.sidebar-menu .accordion .submenu a:not(.collapsed) .icon-shape {
    background-color: #00000040;
}
.mobile_btn div {
      width: 35px;
    height: 4px;
    background-color: red;
    margin: 3px 0;
}
a#mobile_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75px;
}
/*-----------------
10. Content
-----------------------*/
.main-wrapper {
width: 100%;
height: 100vh;
min-height: 100vh;
}
.page-wrapper {
margin-left: 250px;
padding-top: 50px;
position: relative;
transition: all 0.4s ease;
}
.page-wrapper>.content {
padding: 1.875rem 1.875rem 0;
}
.page-header {
margin-bottom: 1.875rem;
display:none;
}
.page-header .breadcrumb {
background-color: transparent;
color: #6c757d;
font-size: 1rem;
font-weight: 500;
margin-bottom: 0;
padding: 0;
}
.page-header .breadcrumb a {
color: #eb3137;
font-weight: 600;
font-size: 18px;
}
.breadcrumb-item.active {
color: #222c38;
font-size: 18px;
font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #eb3137;
content: "\f054";
display: block;
font-family: "FontAwesome";
font-size: 11px;
/* position: absolute; */
margin-top: 7px;
margin-left: -3px;
}
.page-title {
color: #333;
margin-bottom: 5px;
}
.nav-control {
position: absolute !important;
top: 0 !important;
width: 100% !important;
background-color: transparent !important;
box-shadow: none !important;
color: #fff0 !important;
left: 0;
right: 0 !important;
height: 100% !important;
}
.card .card-body h5.font-weight-bold:before{
	/*color: #eb3137;*/
 /*   content: "\f0ca";*/
 /*   display: block;*/
 /*   font-family: "FontAwesome";*/
 /*   font-size: 35px;*/
 /*   margin-right: 8px;*/

}
.card .card-body h5.font-weight-bold i{
    color: #eb3137;
    margin-right: 7px;
    font-size: 24px;
}
.card .card-body h5.font-weight-bold{
	display: flex;
	align-items: center;
}
/*-----------------
11. Modal
-----------------------*/
.menu-wrap {
position: fixed;
right: 0;
top: 0;
z-index: 1001;
width: 300px;
height: 100%;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
transform: translate3d(360px, 0, 0);
}
.nav-scroll {
overflow: auto;
height: 100%;
padding-bottom: 100px;
}
nav.menu {
overflow: auto;

}
.menu-wrap.active {
transform: translate3d(0px, 0, 0);
box-shadow: -20px 0px 20px 1920px rgb(0 0 0 / 62%);
}
.menu-wrap .menu .icon-list a {
position: relative;
display: block;
padding: 12px 22px;
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
border-bottom: 1px dashed #b3b3b3;
}
.menu-wrap .menu .icon-list span {
float: right;
color: #ccc;
}
.menu-wrap .menu .icon-list a:hover {
color: #eb3137;
    border-bottom: 1px dashed #eb3137;
    box-shadow: 0px 5px 6px -3px #eb3137;
    background: rgb(235 49 55 / 19%);
}
.menu-wrap .menu .icon-list a:hover span {
color: #fff;
}
/* Buttons */
.menu-button,
.close-button {
position: fixed;
top: 90px;
width: 30px;
height: 50px;
background-color: #eb3137;
color: #fff;
font-size: 20px;
border: none;
outline: none;
border-radius: 15px 0 0 15px;
cursor: pointer;
box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.close-button {
top: 0px;
border-radius: 15px 0 0 15px;
}
.menu-button {
right: 0px;
z-index: 102;
    position: fixed;
    top: 90px;
    width: 50px;
    height: 47px;
    background-color: #ffffff;
   color: #eb3137;
    font-size: 28px;
    border: none;
    outline: none;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        background-repeat: no-repeat;
    background-position: center;
}
.close-button {
left: -40px;
    z-index: 100;
    box-shadow: none;
    width: 40px;
    height: 54px;

}
.control h4 {
background-color: #eb3137;
padding: 15px 20px;
margin: 0;
}
.menu-wrap .menu-title {
background-color: #9e9e9e17;
    color: #ffffff;
    padding: 10px 20px;
    margin: 0;
    font-weight: bold;
}
.menu-wrap .menu-title h5 {
    margin: 0;
    font-weight: bold;
    color: #000;

}
.menu-wrap2 {
position: fixed;
right: 0;
top: 0;
z-index: 1001;
width: 85%;
height: 100%;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
transform: translate3d(111%, 0, 0);
}
.menu-wrap2 form{
padding: 20px;
overflow: auto;
height: 100%;
}
.menu-wrap2.active {
transform: translate3d(0%, 0, 0);
box-shadow: -20px 0px 20px 1920px rgb(0 0 0 / 62%);
display: block;
}
/* Buttons */
.menu-button2,
.close-button2 {
position: relative;
top: 90px;
width: 30px;
height: 50px;
background-color: #ffc107;
color: #fff;
font-size: 20px;
border: none;
outline: none;
border-radius: 15px 0 0 15px;
cursor: pointer;
box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.close-button2 {
top: 0px;
border-radius: 15px 0 0 15px;
position: absolute;
}
.menu-button2 {
right: 0px;
z-index: 102;
}
.close-button2 {
    left: -30px;
    z-index: 100;
    height: 58px;
    text-align: center;
    line-height: 56px;
}
.control h4 {
background-color: #eb3137;
padding: 15px 20px;
margin: 0;
font-weight: bold;
}
button.dt-button.buttons-excel.buttons-html5 {
background: #1d4a34;
    color: #fff;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}
button.dt-button.buttons-pdf.buttons-html5 {
background: #da1f11;
color: #fff;
border: 0;
padding: 10px 10px;
font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}
button.dt-button.buttons-pdf.buttons-html5 span:before{
content: "\f1c1";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;
height: 16px;
line-height: 23px;
text-rendering: auto;
font-size: 25px;
width: 16px;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
}
button.dt-button.buttons-excel.buttons-html5 span:before{
content: "\f1c3";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;
height: 16px;
line-height: 23px;
text-rendering: auto;
font-size: 25px;
width: 16px;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
}
.checkbox-label{
    font-size: 16px;
    font-weight: 700;
}
/*-----------------
13. Notifications
-----------------------*/
.notifications {
padding: 0;
}
.notifications .notification-time {
font-size: 12px;
line-height: 1.35;
color: #bdbdbd;
}
.notifications .media {
margin-top: 0;
border-bottom: 1px solid #f5f5f5;
}
.notifications .media:last-child {
border-bottom: none;
}
.notifications .media a {
display: block;
padding: 10px 15px;
border-radius: 2px;
}
.notifications .media a:hover {
background-color: #fafafa;
}
.notifications .media>.avatar {
margin-right: 10px;
}
.notifications .media-list .media-left {
padding-right: 8px;
}
.topnav-dropdown-header {
border-bottom: 1px solid #eee;
text-align: center;
}
.topnav-dropdown-header,
.topnav-dropdown-footer {
font-size: 14px;
height: 40px;
line-height: 40px;
padding-left: 15px;
padding-right: 15px;
}
.topnav-dropdown-footer {
border-top: 1px solid #eee;
}
.topnav-dropdown-footer a {
display: block;
text-align: center;
color: #333;
}
.user-menu.nav>li>a .badge {
background-color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    min-height: 18px;
    min-width: 19px;
    position: absolute;
    right: 3px;
    color: #000;
    top: 6px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 18px;
}
.user-menu.nav>li>a>i {
font-size: 1.5rem;
line-height: 60px;
}
.noti-details {
color: #989c9e;
margin-bottom: 0;
}
.noti-title {
color: #333;
}
.notifications .noti-content {
height: 290px;
width: 350px;
overflow-y: auto;
position: relative;
}
.notification-list {
list-style: none;
padding: 0;
margin: 0;
}
.notifications ul.notification-list>li {
margin-top: 0;
border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list>li:last-child {
border-bottom: none;
}
.notifications ul.notification-list>li a {
display: block;
padding: 10px 15px;
border-radius: 2px;
}
.notifications ul.notification-list>li a:hover {
background-color: #fafafa;
}
.notifications ul.notification-list>li .list-item {
border: 0;
padding: 0;
position: relative;
}
.topnav-dropdown-header .notification-title {
color: #333;
display: block;
float: left;
font-size: 14px;
}
.topnav-dropdown-header .clear-noti {
color: #f83f37;
float: right;
font-size: 12px;
text-transform: uppercase;
}
.noti-time {
margin: 0;
}
/*-----------------
28. Login
-----------------------*/
.login-bg-body{
background-image: url(../img/login-body-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
height: 100vh;
display: grid;
place-items: center;
}
.login-card {
border-radius: 12px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 16px 21px 0px rgba(54, 101, 197, 0.15);
width: 100%;
z-index: 43;
padding: 80px 40px;
}
.login-card .link-btn {
font-size: 20px;
font-weight: 400;
}
.Rounded_Rectangle_1_copy {
border-radius: 30px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 16px 21px 0px rgba(54, 101, 197, 0.15);
position: absolute;
left: 129px;
top: 196px;
width: 811px;
height: 876px;
z-index: 3;
}
.login-card {
margin-top: 80px;
z-index: 100;
position: relative;
margin-left: 53px;
}
.ml-55 {
margin-left: -53px;
}
.login-bg {
position: relative;
}
.card-shadows2 {
box-shadow: 0px 16px 21px 0px rgb(54 101 197 / 12%);
border-radius: 20px;
}
.bottom {
position: absolute;
bottom: 0px;
left: 0;
right: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 90px;
}
.text-white-50 {
color: rgb(255 255 255 / 78%)!important;
}

.signup-step-container .wizard .cpSeconde #two > li{

    width: 16%;

}

.tab-content #step6 .table td, .tab-content #step6 .table th {
    padding: 6px 12px;
}
.table-bordered {
    border: 2px solid rgba(0, 0, 0, 0.05) !important;
}
.tab-content #step6 .table thead tr th {
    border: 1px solid #ddd;
}

.tab-content #step7 .table td, .tab-content #step7 .table th {
    padding: 6px 12px;
}

.tab-content #step7 .table thead tr th {
    border: 1px solid #ddd;
}
.Thredrpage .table thead {
    background-color: #000f65;
}
.Thredrpage .table td, .Thredrpage .table th {
    padding: 4px 8px;
}

.Thredrpage .table thead tr th {
    border: 1px solid #ddd;
}
#sslist .table-responsive {
    white-space: nowrap;
    padding-bottom: 0;
    padding-top: 0;
}
.tab-content .c-checkbox label {
    display: inline-block;
    margin-bottom: 0;
}
.table td, .table th {
    padding: 10px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table .form-control {

    font-size: 12px;
    
}
/*-----------------
28. Responsive
-----------------------*/
@media only screen and (min-width:768px) {
.avatar-xxl {
width: 8rem;
height: 8rem;
}
.avatar-xxl .border {
border-width: 4px !important;
}
.avatar-xxl .rounded {
border-radius: 12px !important;
}
.avatar-xxl .avatar-title {
font-size: 42px;
}
.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
border-width: 4px;
}
.header .header-left {
background-color: ;
}
}
@media only screen and (min-width: 992px) {
#toggle_btn {
align-items: center;
color: #ffc107;
display: inline-flex;
float: left;
font-size: 30px;
height: 70px;
justify-content: center;
margin-left: 0px;
padding: 0px 15px;
border-right: 1px solid #ddd;
margin-top: 0px;
position: absolute;
right: 0;
}
.mini-sidebar .header-left .logo img {
height: auto;
max-height: 40px;
width: auto;
}
.mini-sidebar .header .header-left .logo {
display: none;
}
.mini-sidebar .header-left .logo.logo-small {
display: block;
}
.mini-sidebar .header .header-left {
padding: 0 5px;
width: 80px;
text-align: left;
display: flex;
}
.mini-sidebar .sidebar {
width: 80px;
}
.mini-sidebar .sidebar-menu {
padding: 0px 6px;
}
.mini-sidebar.expand-menu .sidebar {
width: 340px;
}
.mini-sidebar .menu-title {
visibility: hidden;
white-space: nowrap;
}
.mini-sidebar.expand-menu .menu-title {
visibility: visible;
}
.mini-sidebar .menu-title a {
visibility: hidden;
}
.mini-sidebar.expand-menu .menu-title a {
visibility: visible;
}
.modal-open.mini-sidebar .sidebar {
z-index: 1051;
}
.mini-sidebar .sidebar .sidebar-menu ul>li>a span {
display: none;
transition: all 0.2s ease-in-out;
opacity: 0;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
display: inline;
opacity: 1;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li>a i {
font-size: 24px;
width: 20px;
}
.mini-sidebar .page-wrapper {
margin-left: 78px;
}
}
@media only screen and (min-width: 1192px){

}
@media only screen and (max-width: 1400px) {
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
max-width: 180px;
}
}
@media only screen and (max-width: 1199px) {
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
max-width: 150px;
}
.chat-window .chat-cont-left {
flex: 0 0 40%;
max-width: 40%;
}
.chat-window .chat-cont-right {
flex: 0 0 60%;
max-width: 60%;
}
.top-nav-search form {
margin-top: 10px;
position: relative;
width: 250px;
}
.top-nav-search {
float: left;
margin-left: 2%;
margin-top: 14px;
}
.custome-tab a {
padding: 10px 6px;
font-size: 14px;

}
.login-card {
padding: 50px 40px;
margin-top: 40px;
}
.login-bg-body {
background-image: url(../img/login-bg-ipad.jpg);
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
height: 100vh;
display: grid;
place-items: center;
}
}
@media only screen and (max-width: 991.98px) {
.header .header-left {
position: absolute;
width: 100%;
}
.mobile_btn {
color: #333 !important;
cursor: pointer;
display: block;
font-size: 24px;
height: 60px;
left: 0;
line-height: 78px;
padding: 0 15px;
position: absolute;
text-align: center;
top: 0;
z-index: 10;
}
#toggle_btn {
display: none;
}
.top-nav-search {
display: none;
}
.login-wrapper .loginbox .login-left {
padding: 80px 50px;
width: 50%;
}
.login-wrapper .loginbox .login-right {
padding: 50px;
width: 50%;
}
.sidebar {
margin-left: -340px;
width: 340px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1041;
}
.page-wrapper {
margin-left: 0;
padding-left: 0;
padding-right: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.chat-window .chat-scroll {
max-height: calc(100vh - 255px);
}
.chat-window .chat-cont-left,
.chat-window .chat-cont-right {
flex: 0 0 100%;
max-width: 100%;
transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
width: 100%;
}
.chat-window .chat-cont-left {
border-right: 0;
}
.chat-window .chat-cont-right {
position: absolute;
right: calc(-100% + -1.875rem);
top: 0;
}
.chat-window .chat-cont-right .chat-header {
justify-content: start;
}
.chat-window .chat-cont-right .chat-header .back-user-list {
display: block;
}
.chat-window .chat-cont-right .chat-header .chat-options {
margin-left: auto;
}
.chat-window.chat-slide .chat-cont-left {
left: calc(-100% + -1.875rem);
}
.chat-window.chat-slide .chat-cont-right {
right: 0;
}
.sidebar-overlay.opened {
display: block;
}
.header .header-left .logo img {
max-height: 62px;
width: auto;
}
.login-bg-body {
background-image: url(../img/login-bg-ipad.jpg);
background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-bottom: 50px;
height: 100vh;
display: block;
place-items: center;
align-items: center;
}
.login-card {
margin: 90px 0px;
}
.tab-content {
    padding-top: 0px;
}
.signup-step-container .wizard .cpSeconde #two > li {
    width: 16%;
    height: 90px;
}
.wizard.wizard1 .wizard-inner.cpSeconde{
    margin-bottom: 0px;
}
.signup-step-container .wizard #two span.round-tab {
    width: 65px;
}
.wizard .nav-tabs > li a:before {
    content: none;
   
}
.wizard .nav-tabs > li a:after {
    content: none;
  
}
}
@media only screen and (max-width: 767.98px) {
body {
font-size: 0.9375rem;
}
h1,
.h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 1.125rem;
}
h5,
.h5 {
font-size: 1rem;
}
h6,
.h6 {
font-size: 0.875rem;
}
.header .has-arrow .dropdown-toggle:after {
display: none;
}
.user-menu.nav>li>a>span:not(.user-img) {
display: block;
}
.navbar-nav .open .dropdown-menu {
float: left;
position: absolute;
}
.navbar-nav.user-menu .open .dropdown-menu {
left: auto;
right: 0;
}
.header .header-left {
padding: 0 15px;
}
.header .header-left .logo {
display: block;
}
.header-left .logo.logo-small {
display: none;
}
.login-wrapper .loginbox .login-left {
display: none;
}
.login-wrapper .loginbox {
max-width: 450px;
min-height: unset;
}
.login-wrapper .loginbox .login-right {
float: none;
padding: 1.875rem;
width: 100%;
}
.invoice-container {
padding: 20px;
}
.left-action {
text-align: center;
margin-bottom: 15px;
}
.right-action {
text-align: center;
}
.top-action-left .float-left {
float: none !important;
}
.top-action-left .btn-group {
margin-bottom: 15px;
}
.top-action-right {
text-align: center;
}
.top-action-right a.btn.btn-white {
margin-bottom: 15px;
}
.mail-sent-time {
float: left;
margin-top: 10px;
width: 100%;
}
.profile-btn {
flex: 0 0 100%;
margin-top: 20px;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
max-width: 250px;
}
.app-dropdown {
display: none;
}
.edit-link {
font-size: 0.875rem;
margin-top: 0;
}
.product_price {
font-size: 1.5rem;
}
.login-wrapper .loginbox .login-right h1 {
font-size: 22px;
}
.error-box h1 {
font-size: 6em;
}
.error-box .btn {
font-size: 15px;
min-width: 150px;
padding: 8px 20px;
}
.dash-count {
font-size: 16px;
}
.header .header-left .logo img {
max-height: 62px;
width: auto;
}

}
@media only screen and (max-width: 575.98px) {
.header .header-left {
background-color: #fff;
}
.card {
margin-bottom: 0.9375rem;
}
.page-wrapper>.content {
padding: 0.9375rem 0.9375rem 0;
}
.chat-window {
margin-bottom: 0.9375rem;
}
.card-body {
padding: 1.25rem;
}
.card-header {
padding: .75rem 1.25rem;
}
.card-footer {
padding: .75rem 1.25rem;
}
.card-chart .card-body {
padding: 5px;
}
.page-header {
margin-bottom: 0.9375rem;
}
.account-wrapper {
padding: 0.9375rem;
}
.pagination-lg .page-link {
font-size: 1.2rem;
padding: 0.5rem 0.625rem;
}
.profile-image {
flex: 0 0 100%;
margin-bottom: 20px;
text-align: center;
}
.profile-user-info {
text-align: center;
}
.profile-btn {
text-align: center;
}
.invoice-details,
.invoice-payment-details>li span {
float: left;
text-align: left;
}
.fc-toolbar .fc-right {
display: inline-block;
float: none;
margin: 10px auto 0;
width: 200px;
clear: both;
}
.fc-toolbar .fc-left {
float: none;
margin: 0 auto;
width: 200px;
}
.fc-toolbar .fc-center {
display: inline-block;
width: 100%;
text-align: center;
}
.fc-toolbar .fc-center h2 {
width: 100%;
}
.profile-tab-cont {
padding-top: 1.25rem;
}
.chat-window .chat-cont-right .chat-header .media .media-body {
display: none;
}
.user-menu {
float: right;
position: absolute;
z-index: 1600;
margin-top: 3px;
margin-right: 30px;
align-items: center;
right: -26px;
display: block;
}
.user-menu .link-btn {
background-color: rgb(220, 31, 45);
box-shadow: 0px 8px 14px 0px rgb(220 31 45 / 30%);
border: 0;
color: #fff;
padding: 10px 12px;
border-radius: 40px 0px 35px 40px;
font-size: 11px;
text-transform: capitalize;
}
.header .header-left {
height: 75px;
}
.header {
height: 75px;
}
.dnd-title {
color: #9da5c7;
font-size: 11px;
}
.sidebar {
top: 75px;
}
.admin-area {
margin-top: 9px;
}
.custome-tab a {
border-radius: 6px;
padding: 10px 13px;
font-size: 12px;
margin-bottom: 4px;
}
.text-right {
text-align: left!important;
}
.link-btn {
padding: 10px 30px;
border-radius: 40px 40px 40px 40px;
font-size: 12px;

}
.d-flex.justify-content-between {
display: -ms-flexbox!important;
display: inline-block!important;
}
.blue-btn-outline {
padding: 0px 14px 0px 8px;
border-radius: 40px 40px 40px 40px;
font-size: 12px;
height: 45px;
line-height: 41px;
}
.plus {
margin-right: 8px;
}

.login-card {
margin: 0px 0px;
padding: 40px 15px;
}

.signup-step-container {
    padding: 10px 0px;
    padding-bottom: 60px;
}
.signup-step-container .wizard .cpSeconde #two > li {
    width: 33%;
    height: 60px;
}
.signup-step-container .wizard #two span.round-tab {
    width: 53px;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}
.wizard span.round-tab:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 66%;
    left: 100%;
    margin-top: -34px;
    border-top: 22px solid transparent;
    border-top: 27px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 27px solid #bdc3c7;
    z-index: 2;
}
.wizard span.round-tab:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 66%;
    left: 100%;
    margin-top: -33px;
    border-top: 27px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 27px solid #bdc3c7;
    z-index: 2;
}
}
@media only screen and (max-width: 479px) {
.add-btn {
font-size: 14px;
padding: 6px 7px;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
max-width: 160px;
}
.page-header .breadcrumb {
display: none;
}
}


.nice-select,
.nice-select.open .list {
  width: 100%;
  width: 100%;
  border-radius: 8px;
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 55px;
    /*line-height: 22px*/
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 0px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.remove:hover {
  color: red
}
.nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select .list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.nice-select .list::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.action-btn2 {
    border: 0;
    outline: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    color: rgb(0 0 0 / 50%);
}
.accept,.accept:hover{
   background: rgb(0 128 0 / 22%);
    color: green;
    font-weight: 600;
    letter-spacing: .5px; 
}
.cancel,.cancel:hover{
    background: rgb(235 49 55 / 22%);
    color: #eb3137;
    font-weight: 600;
    letter-spacing: .5px;
}


.card {
    
}
.client-card {
    border: 1px solid rgba(37, 56, 142, 0.2);
    border-radius: 12px;
    min-height: 246px;
}
.client-card:hover {
    box-shadow: 0px 6px 15px rgb(33 30 183 / 15%);
    border: 1px solid rgba(37, 56, 142, 0.0);
}
.letter-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    align-items: center;
    color: #FFFFFF;
    margin-right: 15px;
    position: absolute;
    left: 0;
}
.user-info {
    padding-left: 65px;
}
.client-card p i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #97989a;
}
.client-card p {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
}
.green-shap {
    background: #51BCBE;
    box-shadow: 0px 0px 0px 5px rgb(81 188 190 / 10%);
}
.purple-shap{
    background: #7B61FF;
    box-shadow: 0px 0px 0px 5px rgba(123, 97, 255, 0.1);
}
.orang-shap{
    background: #F26927;
    box-shadow: 0px 0px 0px 5px rgba(242, 105, 39, 0.1);
}
.pink-shap{
    background: #F84791;
    box-shadow: 0px 0px 0px 5px rgba(248, 71, 145, 0.1);
}
.red-shap{
    background: #eb3137;
    box-shadow: 0px 0px 0px 5px rgba(248, 71, 145, 0.1);
}
.link {
    color: #eb3137;
    font-size: 18px;
    font-weight: 600;
}
button.search-btn {
    position: absolute;
    height: 54px;
    right: 0;
    width: 55px;
    border: 0;
    background: #eb3137;
    cursor: pointer;
    outline: none;
    border-radius: 0;
}
.review-head{
    position: relative;
    height: 70px;
}
.user-info h5{
    font-size: 16px;
   
}


.tile-stats {
  position: relative;
  display: block;
  background: #303641;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tile-stats:hover {
  background: #252a32;
}
.tile-stats .icon {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 5px;
  bottom: 25px;
  z-index: 1;
}
.tile-stats .icon i {
  font-size: 100px;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.tile-stats .icon i:before {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.tile-stats .num,
.tile-stats h3,
.tile-stats p {
  position: relative;
  color: #fff;
  z-index: 5;
  margin: 0;
  padding: 0;
}
.tile-stats .num {
  font-size: 38px;
  font-weight: bold;
}
.tile-stats h3 {
  font-size: 18px;
  margin-top: 5px;
}
.tile-stats p {
  font-size: 11px;
  margin-top: 5px;
}
.tile-stats.tile-red {
  background: #f56954;
}
.tile-stats.tile-red:hover {
  background: #f4543c;
}
.tile-stats.tile-red .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-red .num,
.tile-stats.tile-red h3,
.tile-stats.tile-red p {
  color: #fff;
}
.tile-stats.tile-green {
  background: #00a65a;
}
.tile-stats.tile-green:hover {
  background: #008d4c;
}
.tile-stats.tile-green .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-green .num,
.tile-stats.tile-green h3,
.tile-stats.tile-green p {
  color: #fff;
}
.tile-stats.tile-blue {
  background: #0073b7;
}
.tile-stats.tile-blue:hover {
  background: #00639e;
}
.tile-stats.tile-blue .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-blue .num,
.tile-stats.tile-blue h3,
.tile-stats.tile-blue p {
  color: #fff;
}
.tile-stats.tile-aqua {
  background: #00c0ef;
}
.tile-stats.tile-aqua:hover {
  background: #00acd6;
}
.tile-stats.tile-aqua .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-aqua .num,
.tile-stats.tile-aqua h3,
.tile-stats.tile-aqua p {
  color: #fff;
}
.tile-stats.tile-cyan {
  background: #00b29e;
}
.tile-stats.tile-cyan:hover {
  background: #009987;
}
.tile-stats.tile-cyan .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-cyan .num,
.tile-stats.tile-cyan h3,
.tile-stats.tile-cyan p {
  color: #fff;
}
.tile-stats.tile-purple {
  background: #ba79cb;
}
.tile-stats.tile-purple:hover {
  background: #b167c4;
}
.tile-stats.tile-purple .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-purple .num,
.tile-stats.tile-purple h3,
.tile-stats.tile-purple p {
  color: #fff;
}
.tile-stats.tile-pink {
  background: #ec3b83;
}
.tile-stats.tile-pink:hover {
  background: #ea2474;
}
.tile-stats.tile-pink .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-pink .num,
.tile-stats.tile-pink h3,
.tile-stats.tile-pink p {
  color: #fff;
}
.tile-stats.tile-orange {
  background: #ffa812;
}
.tile-stats.tile-orange:hover {
  background: #f89d00;
}
.tile-stats.tile-orange .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-orange .num,
.tile-stats.tile-orange h3,
.tile-stats.tile-orange p {
  color: #fff;
}
.tile-stats.tile-brown {
  background: #6c541e;
}
.tile-stats.tile-brown:hover {
  background: #584418;
}
.tile-stats.tile-brown .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-brown .num,
.tile-stats.tile-brown h3,
.tile-stats.tile-brown p {
  color: #fff;
}
.tile-stats.tile-plum {
  background: #701c1c;
}
.tile-stats.tile-plum:hover {
  background: #5c1717;
}
.tile-stats.tile-plum .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-plum .num,
.tile-stats.tile-plum h3,
.tile-stats.tile-plum p {
  color: #fff;
}
.tile-stats.tile-gray {
  background: #f5f5f5;
}
.tile-stats.tile-gray:hover {
  background: #e8e8e8;
}
.tile-stats.tile-gray .icon {
  color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-gray .num,
.tile-stats.tile-gray h3,
.tile-stats.tile-gray p {
  color: #8f8f8f;
}
.tile-stats.tile-white {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white .num,
.tile-stats.tile-white h3,
.tile-stats.tile-white p {
  color: #303641;
}
.tile-stats.tile-white:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-red {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-red:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-red .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-red .num,
.tile-stats.tile-white-red h3,
.tile-stats.tile-white-red p {
  color: #f56954;
}
.tile-stats.tile-white-red:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-green {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-green:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-green .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-green .num,
.tile-stats.tile-white-green h3,
.tile-stats.tile-white-green p {
  color: #00a65a;
}
.tile-stats.tile-white-green:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-blue {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-blue:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-blue .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-blue .num,
.tile-stats.tile-white-blue h3,
.tile-stats.tile-white-blue p {
  color: #0073b7;
}
.tile-stats.tile-white-blue:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-aqua {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-aqua:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-aqua .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-aqua .num,
.tile-stats.tile-white-aqua h3,
.tile-stats.tile-white-aqua p {
  color: #00c0ef;
}
.tile-stats.tile-white-aqua:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-cyan {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-cyan:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-cyan .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-cyan .num,
.tile-stats.tile-white-cyan h3,
.tile-stats.tile-white-cyan p {
  color: #00b29e;
}
.tile-stats.tile-white-cyan:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-purple {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-purple:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-purple .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-purple .num,
.tile-stats.tile-white-purple h3,
.tile-stats.tile-white-purple p {
  color: #ba79cb;
}
.tile-stats.tile-white-purple:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-pink {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-pink:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-pink .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-pink .num,
.tile-stats.tile-white-pink h3,
.tile-stats.tile-white-pink p {
  color: #ec3b83;
}
.tile-stats.tile-white-pink:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-orange {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-orange:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-orange .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-orange .num,
.tile-stats.tile-white-orange h3,
.tile-stats.tile-white-orange p {
  color: #ffa812;
}
.tile-stats.tile-white-orange:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-brown {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-brown:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-brown .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-brown .num,
.tile-stats.tile-white-brown h3,
.tile-stats.tile-white-brown p {
  color: #6c541e;
}
.tile-stats.tile-white-brown:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-plum {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-plum:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-plum .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-plum .num,
.tile-stats.tile-white-plum h3,
.tile-stats.tile-white-plum p {
  color: #701c1c;
}
.tile-stats.tile-white-plum:hover {
  background-color: #fafafa;
}
.tile-stats.tile-white-gray {
  background: #fff;
  border: 1px solid #ebebeb;
}
.tile-stats.tile-white-gray:hover {
  background: #f2f2f2;
}
.tile-stats.tile-white-gray .icon {
  color: #f2f2f2;
}
.tile-stats.tile-white-gray .num,
.tile-stats.tile-white-gray h3,
.tile-stats.tile-white-gray p {
  color: #8f8f8f;
}
.tile-stats.tile-white-gray:hover {
  background-color: #fafafa;
}


/********** Mobile Login *****************/
.form{
  margin: 0;
    position: relative;
    background: url(../img/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 10px 20px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 330px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 4px 17px -1px #ea394338;
}
.avatar {
 position: relative;
    background: #fd363c;
    border-radius: 50%;
    top: -19%;
    left: auto;
    right: auto;
    z-index: 4;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}
.avatar img {
  width: 64px;
  height: 64px;
}

.form-item {
  padding: 15px 10px 10px 10px;
  flex:1;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.5px;
}

.form-item label {
  display: block;
    flex: 1;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 0;
}

.form-item input {
  padding: 4px 0px;
  flex:1;
  background: transparent;
  border-top: none;
  outline: none;
  border-left: none;
  border-right: none;
  caret-color: #fff;
  color:#fff;
  transition: all 200ms;
  border-bottom-color: #fff;
  font-weight:500;
  font-size:12px;
}

.form-item input:focus{
  border-bottom-color: #fd363c;
background-color: #ff000000 !important;
box-shadow: none !important;
}

.form-item input::placeholder,
.form-item input::ms-input-placeholder,
.form-item input:ms-input-placeholder{
  color:#ccc;
  font-size:12px;
  opacity:.3;
  font-weight:300;
}

.form-item button {
  flex:1;
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 1em;
  color:#fff;
  letter-spacing: .5px;
  border-radius: 30px;
  background-color: #ff3838;
  border: none;
  outline:none;
  transition: all 200ms;
}
.form-item button:hover {
  cursor:pointer;
  background: rgba(255, 56, 56,.7);
}
.form-item a {
  text-decoration: none;
}

.is-link {
  color: #fff;
  flex:1;
  font-size: 14px;
}

.is-link:hover {
  text-decoration: underline;
}

.form-item .pretty .state label:before {
    border-color: #ddd;
}
.form-item .pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 15px;
}
.form-item .pretty input:checked~.state.p-danger label:after, .form-item .pretty.p-toggle .state.p-danger label:after {
    background-color: #fd363c!important;
}
.form-icon {
    position: absolute;
    top: 0;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 42px;
    font-size: 20px;
    color: #e92f3a;
    right: 0;
}
.field-icon.fa-eye-slash{
    color: #e92f3a;
}
.field-icon {
    position: absolute;
    z-index: 2;
    height: 44px;
    top: 0;
    width: 44px;
    text-align: center;
    line-height: 44px;
    right: 0;
    color: #8a8d9f;
    font-size: 16px;
}
.form-card .form-control {
    background-color: #f7f7fa;
    font-size: 12px;
    color: #8a8d9f;
    border-width: 1px;
    border-color: #f7f7fa;
    border-radius: 6px;
    padding: 8px 15px;
    box-sizing: border-box;
    height: 44px;
    margin-bottom: 15px;
}
.set-icon-left {
    padding-left: 44px !important;
}
.form-card {
    box-shadow: 0px 6px 10px 5px rgb(5 10 52 / 5%);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 300px;
}
.login-bg-body{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    height: 100%;
}
body{
   overflow-x: hidden; 
}
/**************************************************************************
*******************************************
**************************************************************************/
@media(max-width:992px){
    .sidebar-inner {
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
    overflow: auto;
}
.login-bg-body{
    background: url('../img/17973908.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 
}
}