@charset "UTF-8";
@import 'component.css';
@import 'parsley.css';
@import 'themify-icons.css';
@import "simple-line-icons.css";
@import "datepicker.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
/* remove input type number adjust-hueners */
input[type=number]::-webkit-inner-adjust-hue-button,
input[type=number]::-webkit-outer-adjust-hue-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  font-family: "Muli", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.form-control:focus {
  box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

@font-face {
  font-family: "themify";
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
/***********LESS SHORTCODES***************/
.admin-header-body {
  font-family: "Montserrat", sans-serif;
}

.h2-heading h2, .pricing h2, .thesolution h2, .theproblem h2 {
  font-weight: 800;
  font-size: 2.3rem;
  color: #000;
}

.card-group .card {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card-group .card-header {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.card-group .card-footer {
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}

.form-group {
  position: relative;
}

.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control:focus {
  border-color: #ffd954;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 4;
  display: block;
  width: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  height: 3.1rem;
  line-height: 3rem;
  left: 0px;
}

.form-header {
  background-color: #000;
  border-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-header h2 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.card {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.sticky-footer a {
  font-weight: 600;
  color: #7d7d7d;
}

.actions {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 0.3rem;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  box-sizing: content-box;
}
.actions.edit {
  color: #1e82e9;
  background: rgba(30, 130, 233, 0.1);
}
.actions.edit:hover {
  background: #1e82e9;
  color: #fff;
}
.actions.view {
  color: #ffb822;
  background: rgba(255, 184, 34, 0.15);
}
.actions.view:hover {
  background: #ffb822;
  color: #fff;
}
.actions.del {
  color: #f32121;
  background: rgba(243, 33, 33, 0.1);
}
.actions.del:hover {
  background: #f32121;
  color: #fff;
}
.actions.approved {
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.22);
}
.actions.approved:hover {
  background: #4CAF50;
  color: #fff;
}
.actions.report {
  color: #9C27B0;
  background: rgba(156, 39, 176, 0.2);
}
.actions.report:hover {
  background: #9C27B0;
  color: #fff;
}
.actions.resolve {
  color: #00BCD4;
  background: rgba(0, 188, 212, 0.2);
}
.actions.resolve:hover {
  background: #00BCD4;
  color: #fff;
}

.badge {
  padding: 0.6em 0.5em;
  text-align: center;
}

.badge-pink {
  background: #fde2e6;
  color: #f1556c;
}

.badge-success {
  background: #d2f9f1;
  color: #1abc9c;
}

.badge-orange {
  background: #ffebd6;
  color: #f57c00;
}

.page-link:focus {
  box-shadow: none;
}

.form-control {
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 35px;
  height: 50px;
  font-size: 15px;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.form-control:hover, .form-control:focus {
  border-color: #ffd954;
}

textarea.form-control {
  height: 50px;
  padding-top: 14px;
  resize: none;
}
textarea.form-control::placeholder {
  line-height: 20px !important;
}

.input-group .form-control {
  border-radius: 3px 0 0px 3px !important;
}
.input-group .input-group-append .icon {
  font-size: 18px;
  line-height: 2;
}

/*_________________________________Alert design____________________________________________-*/
.alert ul {
  display: inline-block;
}
.alert .close {
  line-height: 0.8;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
  background: transparent;
  border-color: transparent;
  opacity: 0.5;
}
.alert .close span .ti-close {
  font-size: 13px;
}
.alert.alert-success {
  color: #257D36;
  background-color: #ebebeb;
  border-color: #d5e9bd;
  border-left: 2px solid #257d39;
  border-radius: 0px;
  background: #d5e9bd;
  font-weight: 500;
}
.alert.alert-warning {
  color: #b78900;
  background-color: #ffedb0;
  border-color: #ffeeba;
  border-left: 2px solid #b78900;
  border-radius: 0px;
  font-weight: 500;
}

/*_________________________________Alert design____________________________________________-*/
/**********************Input type file CSS*****************************************/
.file-field input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}

/**************************Input type file CSS end*************************************/
.parsley-errors-list.filled {
  text-align: left;
}

#style-2::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9c9c9c;
}

@media (min-width: 576px) {
  .card-group .card:not(:last-child),
  .card-group .card:not(:first-child) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #aaa;
  background-color: #ffffff;
  border: 1px solid #d8e1e7;
}

.top-link-circle, .top-nav .top-links .notifications .dropdown-toggle i, .top-nav .top-links .add-item .dropdown-toggle i {
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
}

.top-dropdown-menu, .top-nav .top-links .notifications .dropdown-menu, .top-nav .top-links .add-item .dropdown-menu {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-color: transparent;
}

.top-dropdown-item, .top-nav .top-links .notifications .dropdown-item, .top-nav .top-links .add-item .dropdown-item, .top-nav .top-links .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #546e7a;
  font-weight: 100;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e9ecef;
}

.form-label-group label {
  position: absolute;
  top: 0px;
  left: 27px;
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
  color: #949494;
  pointer-events: none;
  height: 3.125rem;
  padding: 0.75rem;
  cursor: text;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  color: #ffd954;
}
.form-label-group .time-input {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.btn-secondary {
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-secondary:active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.modal .full-page-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.modal .full-page-content {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important;
}
.modal-body p {
  font-size: 0.85rem;
  color: #546e7a;
  text-transform: none;
  line-height: 28px;
}
.modal-body span {
  color: #546e7a;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}
.modal-header h5 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-header button.close {
  outline: none;
}

/*******________________________________Bootstrap Table css________________________________________________************/
.dataTables_wrapper {
  font-size: 0.9rem;
}
.dataTables_wrapper .dataTables_filter {
  float: right !important;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.8em;
}
.dataTables_wrapper .sorting,
.dataTables_wrapper .sorting_asc {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #353c48;
}
.dataTables_wrapper .form-control {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  height: calc(1.5em + 0.5rem + 2px);
  width: auto;
}
.dataTables_wrapper .page-item.active .page-link {
  background-color: #f4f4f8;
  border-color: #e8e8e8;
  color: #6c6c86;
}
.dataTables_wrapper .page-item.active .page-link:hover {
  background-color: #e1e1fd;
  border-color: #e1e1fd;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .paging_simple_numbers {
  margin-top: 1rem !important;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0 !important;
}

table {
  border-radius: 0.5em;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(181, 181, 181, 0.05);
}
table.table tbody > tr {
  font-size: 0.85rem;
}

/*******________________________________Bootstrap Table css end________________________________________________************/
/* ________________________________________ select 2 custom css __________________________________*/
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  height: 50px;
  border-radius: 0;
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  font-size: 15px;
  box-shadow: none;
  outline: none;
}
.select2-container .select2-selection--single:focus, .select2-container .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:hover {
  border-color: #ffd954;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  padding-left: 35px;
  color: #6c757d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container .select2-selection--single:focus {
  box-shadow: none;
  outline: none;
  /* padding   : 0 35px; */
  height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #737373;
  border-color: #000;
  color: #000;
  font-size: 0.9rem;
  border-radius: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #000000;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffd954;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

/* ________________________________________ select 2 custom css __________________________________*/
/* ________________________________________ bootstrap tagsinput custom css _______________________*/
.bootstrap-tagsinput .badge {
  margin: 2px;
  font-weight: 500;
  font-size: 90%;
}

.bootstrap-tagsinput .badge-info {
  background: #ffd954;
  color: #000000;
}

.bootstrap-tagsinput .badge [data-role=remove]:after {
  background: #000;
  color: #ffffff;
  font-size: 12px;
  box-shadow: none;
}

.bootstrap-tagsinput {
  background-color: #fff;
  box-shadow: none;
  outline: none;
  color: #555;
  border-radius: 3px;
  height: 50px;
  line-height: 3rem;
  padding: 0 35px;
  color: #6c757d;
  border: 1px solid #d8e1e7;
  font-size: 15px;
  overflow: auto;
  resize: vertical;
  height: 150px;
  border-radius: 3px;
}
.bootstrap-tagsinput input {
  width: 50%;
}
.bootstrap-tagsinput:focus, .bootstrap-tagsinput:hover {
  border-color: #ffd954;
}

/* ________________________________________ bootstrap tagsinput custom css _______________________*/
/* ------------------- MAIN CSS- mobile menu css ------------------*/
button#showLeft {
  background: transparent;
  border-color: transparent;
  line-height: 14px;
}

button#showLeft img {
  width: 30px;
}

button#showLeft:focus {
  outline: none;
  box-shadow: none;
}

button.cbpbtn {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 15px;
  color: #fff;
  background: transparent;
  border-color: transparent;
}

.cbp-spmenu-left.cbp-spmenu-open {
  z-index: 1031;
}

button.cbpbtn:focus {
  box-shadow: none;
  outline: none;
}

.slide-logo {
  width: 70px;
  padding: 0.2rem 0.5rem !important;
}

.slide-category a:hover {
  background: #ffd954;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.cbp-spmenu .slide-category a:hover,
.cbp-spmenu .slide-link a:hover {
  background: #ffd954;
  color: #000;
}

.cbp-spmenu a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.slide-link img {
  width: 20px;
}

.slide-link a {
  padding: 0rem 0.2rem 0rem;
}

.slide-link ul,
.slide-link h5 {
  padding-left: 1rem;
}

.slide-link h5 {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  margin-bottom: 1rem;
}

ul.slide-contact {
  list-style-type: none;
}

.slide-contact i.btn-primary:focus {
  font-size: 0.8rem;
}

.slide-contact li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.test {
  padding: 2rem 0rem;
}

.testbox {
  padding: 2rem;
  border: 1px solid #ececec;
}

.testbox p {
  color: #666666;
  text-align: justify;
  line-height: 1.9rem;
}

.testname {
  position: relative;
}

.testname::before {
  content: "";
  position: absolute;
  background: #000;
  width: 30px;
  height: 1px;
  left: 100px;
  top: 13px;
}

.testbox i.fas {
  color: #ef8632;
}

#showLeft {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  #showLeft {
    display: block;
  }
}

/*************Header CSS************/
.header-wrap .header {
  background: #fff;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
}
.header-wrap .header nav.stroke ul li a {
  position: relative;
}
.header-wrap .header nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}
.header-wrap .header nav.stroke ul li a:hover:after {
  width: 100%;
}
.header-wrap .header .navbar-nav .nav-link {
  padding: 1rem 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: #867e7e;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
.header-wrap .header .navbar-nav .nav-link:after, .header-wrap .header .navbar-nav .nav-link:before {
  transition: all 0.5s;
}
.header-wrap .header .navbar-nav .nav-link:hover {
  color: #626262;
}
.header-wrap .header .btn-primary {
  border-color: #ffd954;
  color: #000;
  background: #ffd954;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-wrap .header .btn-primary:active {
  color: #000;
  background-color: #ffcd1d;
  border-color: #ffcd1d;
}
.header-wrap .header .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 29, 0.47);
}

.banner {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background: #fff;
  color: #000;
}
.banner .banner-text-left h2 {
  font-weight: 800;
  font-size: 44px;
  line-height: 55px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 768px) {
  .banner .banner-text-left h2 {
    font-size: 35px;
    line-height: 41px;
  }
}
.banner .banner-text-left p {
  line-height: 25px;
  font-size: 16px;
}
.banner .banner-text-right h4 {
  line-height: 34px;
}
.banner .banner-text-right .form-control {
  color: #000;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #252525;
}
.banner .banner-text-right .form-control::placeholder {
  color: #232323;
  opacity: 1;
}
.banner .banner-text-right .btn-secondary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.banner .banner-text-right .btn {
  border-radius: 0.25rem;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.features {
  background: #fffbdc;
}
.features .feature-box h5 {
  line-height: 26px;
}

.theproblem h5 {
  font-size: 1rem;
  padding: 10px;
  background: #000000;
  color: #fff;
  margin-left: 15px;
  font-weight: 100;
}
.theproblem p {
  font-size: 16px;
  line-height: 27px;
  color: #5d5d5d;
}
.theproblem .problem-points {
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  border-left: 3px solid #ffd954;
}
.theproblem .problem-points span {
  font-size: 30px;
  margin-right: 13px;
}
.theproblem .problem-points p {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.thesolution .solution-card {
  position: relative;
  box-shadow: 0 1px 10px 0 rgba(94, 108, 116, 0.1), 0 9px 24px 0 rgba(94, 108, 116, 0.1);
}
.thesolution .solution-card p {
  font-size: 16px;
  line-height: 27px;
  color: #5d5d5d;
}
.thesolution .solution-card .black-box {
  position: absolute;
  width: 100px;
  height: 29px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  line-height: 17px;
  transform: rotate(90deg);
  left: -33px;
  top: 36px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.thesolution .dashed-line {
  position: relative;
}
.thesolution .dashed-line:after {
  content: "";
  position: absolute;
  top: 71px;
  right: -115px;
  width: 200px;
  height: 120px;
  background: url(../img/right-arrow.png) center center no-repeat;
}
@media (min-width: 320px) and (max-width: 992px) {
  .thesolution .dashed-line:after {
    content: none;
  }
}

/******************FOOTER CTA*******************************/
.footer-cta {
  background: url(../img/footer-bg.svg);
  color: #fff;
  background-size: cover;
}
.footer-cta h5 {
  line-height: 35px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 768px) {
  .footer-cta h5 {
    font-size: 1.3rem;
  }
}
.footer-cta .btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.footer-cta .form-control {
  color: #ffffff;
  background-color: transparent;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #fff;
}
.footer-cta .form-control::placeholder {
  color: #fdfdfd;
  opacity: 1;
}

/****************PRICING CSS**************************************/
.pricing {
  font-family: "Montserrat", sans-serif;
  margin-top: 3.8rem;
  background: #fffbdc;
  padding-top: 3rem;
}
.pricing .btn {
  padding: 0.375rem 3rem;
}
.pricing .btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pricing .pricing-plan__remark {
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.pricing .pricing-plan {
  background: #fff;
  padding: 40px 23px 40px;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
}
.pricing .pricing-plan:first-child {
  border-radius: 10px;
}
.pricing .pricing-plan.pricing-plan_best {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 0;
}
.pricing .pricing-plan.pricing-plan_best {
  border-radius: 10px;
}
.pricing .pricing-plan_best-top {
  overflow: hidden;
  position: relative;
  padding: 40px 23px 0;
}
.pricing .pricing-plan_best-bottom {
  padding: 0 23px 40px;
}
.pricing .pricing-plan__free-label {
  font: 300 50px/50px Axiforma, Arial, serif;
  color: #000;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.pricing .pricing-plan__price {
  font: 300 50px/50px Axiforma, Arial, serif;
  color: #000;
  font-weight: 800;
  margin: 0 0 5px 0;
}
.pricing .pricing-plan__name {
  margin: 0 0 15px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 14px;
}
.pricing .pricing-plan__badge {
  position: absolute;
  width: 145px;
  top: -31px;
  left: calc(100% - 100px);
  padding: 9px 0 7px;
  color: #fff;
  background: #ffd954;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  font: 500 11px Axiforma, Arial, serif;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing .pricing-plan__features-list li {
  font-size: 13px;
  color: #616161;
  font-weight: 500;
}

/**************************FOOTER CSS**********************************/
.footer {
  background: url(../img/footer-bg.svg);
  background-position: bottom;
  bottom: 0;
  width: 100%;
}
.footer p {
  color: #ababab;
  font-size: 0.87rem;
}
.footer .whatsapp-btn .btn-secondary {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 0.89rem;
  font-family: "Montserrat", sans-serif;
}

/*****************LOGIN AND REGISTRATION PAGE CSS*********************************/
.registration-page,
.login-page {
  background: url(../img/Hero-Vector-1.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.registration-page .top-header,
.login-page .top-header {
  font-weight: 800;
  color: #000;
  font-size: 2.5rem;
}
.registration-page .login-form .form-header,
.registration-page .registration-form .form-header,
.login-page .login-form .form-header,
.login-page .registration-form .form-header {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0px;
}
.registration-page .login-form .form-header h2,
.registration-page .registration-form .form-header h2,
.login-page .login-form .form-header h2,
.login-page .registration-form .form-header h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  color: #fff;
}
.registration-page .login-form .form-body,
.registration-page .registration-form .form-body,
.login-page .login-form .form-body,
.login-page .registration-form .form-body {
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.registration-page .login-form .form-body .btn-secondary,
.registration-page .registration-form .form-body .btn-secondary,
.login-page .login-form .form-body .btn-secondary,
.login-page .registration-form .form-body .btn-secondary {
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.registration-page .login-form .form-body .btn-secondary:active,
.registration-page .registration-form .form-body .btn-secondary:active,
.login-page .login-form .form-body .btn-secondary:active,
.login-page .registration-form .form-body .btn-secondary:active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.registration-page .login-form .form-body a,
.registration-page .registration-form .form-body a,
.login-page .login-form .form-body a,
.login-page .registration-form .form-body a {
  color: #FFC107;
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
}

/********************THANKU PAGE CSS******************************/
.thanku-page {
  position: relative;
}
.thanku-page:before {
  content: "";
  background: url(../img/home-one-barrner-right-image-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 58%;
  width: 24%;
  top: 0;
  left: 0;
}
.thanku-page:after {
  content: "";
  background: url(../img/home-one-barrner-right-image-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 58%;
  width: 24%;
  right: 0px;
  bottom: 0px;
}
.thanku-page .thanku-text {
  padding: 6rem 0;
}
.thanku-page .thanku-text h2 {
  font-size: 4.8rem;
  font-weight: 800;
}
.thanku-page .thanku-text .fa-check-circle {
  font-size: 4.5rem;
  color: #ffe717;
}
.thanku-page .thanku-text p {
  font-size: 1.1rem;
}

/**********************Admin panel***************************************/
.admin-header-body {
  background: #f8f8f8;
}
.admin-header-body .cbp-spmenu {
  background: #fff;
}
.admin-header-body .cbp-spmenu .slide-category a {
  text-transform: capitalize;
  color: #626262;
  font-size: 0.94rem;
  font-weight: 100;
  text-align: left;
  padding: 0.7rem 1.5rem;
  width: 270px;
  transition: all 0.25s ease;
}
.admin-header-body .cbp-spmenu .slide-category a span {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.admin-header-body .cbp-spmenu .slide-category a:hover {
  background: #efefef;
  color: #56595a;
}
.admin-header-body .cbp-spmenu .slide-category a:hover span {
  margin-left: 5px;
}
.admin-header-body .cbp-spmenu-vertical {
  width: 270px;
}
.admin-header-body button.cbpbtn {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 15px;
  color: #000;
  background: transparent;
  border-color: transparent;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  margin-left: 270px;
}
@media (min-width: 320px) and (max-width: 768px) {
  #wrapper {
    margin-left: 0px;
  }
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding: 0rem 2rem;
  background: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 768px) {
  #wrapper #content-wrapper {
    padding: 0rem 1rem;
  }
}

.top-nav {
  margin-left: 270px;
  padding-top: 18px;
  padding-right: 35px;
  padding-left: 35px;
  background: #f8f8f8;
  padding-bottom: 2.5rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 320px) and (max-width: 768px) {
  .top-nav {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.top-nav .navbar {
  border-radius: 0.5rem;
}
.top-nav .breadcrumb .breadcrumb-item a {
  color: #565656;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.85rem;
}
.top-nav .breadcrumb .breadcrumb-item.active {
  color: #828282;
  /* color        : #565656; */
  text-decoration: none;
  background-color: transparent;
  font-size: 0.85rem;
  line-height: 24px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .top-nav .breadcrumb {
    display: none;
  }
}
.top-nav .top-links li.list-inline-item {
  margin-right: 1rem;
}
.top-nav .top-links .list-inline-item:last-child {
  margin-right: 0;
}
.top-nav .top-links .dropdown-toggle::after {
  display: none;
}
.top-nav .top-links .navbar-dropdown {
  position: absolute;
  top: 50px;
}
.top-nav .top-links .nav-item.nav-profile img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.top-nav .top-links .nav-item.nav-profile span {
  color: #757575;
  font-size: 0.9rem;
  font-weight: 600;
}
.top-nav .top-links .nav-item.nav-profile span i {
  font-size: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .top-nav .top-links .nav-item.nav-profile span {
    display: none;
  }
}
.top-nav .top-links .nav-profile .dropdown-menu .dropdown-item i {
  color: #546e7a;
}
.top-nav .top-links button i {
  font-size: 28px;
  color: #444444;
}
.top-nav .top-links .nav-item.dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}
.top-nav .top-links .add-item .dropdown-toggle i {
  background: #ffd954;
}
.top-nav .top-links .add-item .dropdown-menu {
  top: 32px !important;
  left: -90px !important;
}
.top-nav .top-links .dropdown-item .fas {
  font-weight: 400 !important;
  font-size: 0.9rem;
}
.top-nav .top-links .notifications .dropdown-toggle i {
  background: #929292;
}
.top-nav .top-links .notifications .dropdown-menu {
  top: 32px !important;
  left: -220px !important;
  width: 300px;
  max-height: 355px;
  overflow-y: auto;
}
.top-nav .top-links .notifications .dropdown-item {
  padding: 0.5rem;
}
.top-nav .top-links .notifications .badge {
  top: -14px;
  left: -7px;
  position: relative;
  padding: 0.29em 0.45em;
  font-size: 50%;
  border-radius: 50%;
}
.top-nav .top-links .notifications-list {
  list-style-type: none;
  padding-left: 0;
}
.top-nav .top-links .notifications-list li {
  border-bottom: 1px solid #f2f2f2;
}
.top-nav .top-links .notifications-icon {
  float: left;
}
.top-nav .top-links .notifications-detail {
  float: left;
  width: 70%;
  margin-left: 1rem;
  white-space: normal;
}
.top-nav .top-links .notifications-detail h5 {
  color: #444444;
  font-size: 0.9rem;
  line-height: 22px;
}
.top-nav .top-links .notifications-detail p {
  color: #546e7a;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.side-nav {
  font-family: "Montserrat", sans-serif;
}
.side-nav .sidebar {
  width: 270px !important;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  min-height: 100vh;
  position: fixed;
  top: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .side-nav .sidebar {
    display: none;
  }
}
.side-nav .sidebar li a {
  color: #747474;
  padding: 0.7rem 2.5rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.87rem;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.side-nav .sidebar li a span {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.side-nav .sidebar li a:hover {
  background: #efefef;
  color: #56595a;
}
.side-nav .sidebar li a:hover span {
  margin-left: 5px;
}
.side-nav .sidebar .navbar-nav .nav-item.active .nav-link {
  color: #0e0e0e;
}
.side-nav .sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}
.side-nav .sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}
.side-nav .sidebar .nav-item .nav-link {
  color: #626262;
}
.side-nav .sidebar .nav-item .nav-link:active,
.side-nav .sidebar .nav-item .nav-link:focus,
.side-nav .sidebar .nav-item .nav-link:hover {
  background: #e9e8e8;
  color: #171818;
}
.side-nav .sidebar .toggled {
  width: 0 !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .side-nav #wrapper {
    margin-left: 270px;
  }
  .side-nav .top-nav {
    margin-left: 270px;
  }
  .side-nav .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.7rem 1.5rem;
    width: 270px;
  }
  .side-nav .sidebar .nav-item .nav-link span {
    font-size: 0.94rem;
    display: inline;
  }
  .side-nav .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .side-nav .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .side-nav .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .side-nav .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .side-nav .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .side-nav .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .side-nav .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
}

.chevron-rotate:after {
  font-family: "themify";
  content: "\e64b";
  float: right;
  font-size: 14px;
  font-weight: 300;
}

.chevron-rotate.collapsed:after {
  font-family: "themify";
  content: "\e649";
}

/*****************ADD-USER CSS************************/
.add-user .multi_step_form {
  background: #fff;
  display: block;
  overflow: hidden;
}
.add-user .multi_step_form .has-search .form-control-feedback {
  left: 10px;
}
.add-user .multi_step_form #msform {
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}
.add-user .multi_step_form #msform fieldset {
  border: 0;
  padding: 20px 105px 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .add-user .multi_step_form #msform fieldset {
    padding: 20px 20px 0;
  }
}
.add-user .multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
.add-user .multi_step_form #msform fieldset h3 {
  font-size: 18px;
  color: #3f4553;
}
.add-user .multi_step_form #msform fieldset h6 {
  font-size: 14px;
  color: #989898;
  padding-bottom: 30px;
  font-weight: 400;
}
.add-user .multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}
.add-user .multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.add-user .multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: 33.3333333333%;
  float: left;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.add-user .multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "2";
}
.add-user .multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "3";
}
.add-user .multi_step_form #msform #progressbar li:before {
  content: "1";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  font-family: "Montserrat", sans-serif;
}
.add-user .multi_step_form #msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 17px;
  z-index: -1;
}
.add-user .multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
.add-user .multi_step_form #msform #progressbar li.active {
  color: #000;
}
.add-user .multi_step_form #msform #progressbar li.active:before,
.add-user .multi_step_form #msform #progressbar li.active:after {
  background: #ffd954;
  color: white;
}
.add-user .multi_step_form #msform .action-button {
  background: #000000;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #000000;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.add-user .multi_step_form #msform .action-button:hover, .add-user .multi_step_form #msform .action-button:focus {
  background: #4e555b;
  border-color: #4e555b;
}
.add-user .multi_step_form #msform .previous_button {
  background: transparent;
  color: #000;
  border-color: #000;
}
.add-user .multi_step_form #msform .previous_button:hover,
.add-user .multi_step_form #msform .previous_button:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}
.add-user .multi_step_form #msform fieldset .form-group {
  padding: 0 10px;
}
.add-user .multi_step_form #msform fieldset .form-control.placeholder {
  color: #5f6771;
  line-height: 50px;
}
.add-user .multi_step_form #msform fieldset .form-control:-moz-placeholder {
  color: #5f6771;
  line-height: 50px;
}
.add-user .multi_step_form #msform fieldset .form-control::-moz-placeholder {
  color: #5f6771;
  line-height: 50px;
}
.add-user .multi_step_form #msform fieldset .form-control::-webkit-input-placeholder {
  color: #5f6771;
  line-height: 50px;
}
.add-user .multi_step_form #msform fieldset .form-control:focus.placeholder {
  color: transparent;
}
.add-user .multi_step_form #msform fieldset .form-control:focus:-moz-placeholder {
  color: transparent;
}
.add-user .multi_step_form #msform fieldset .form-control:focus::-moz-placeholder {
  color: transparent;
}
.add-user .multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

/*************Modify-user***********************/
.modify-user .card-body .btn-default {
  background-color: #ffd954;
  border-color: #ffd954;
  margin-left: 10px;
  border-color: #ffd954;
  color: #000;
  background: #ffd954;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modify-user .card-body .btn-default:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.modify-user .card-body .action-td {
  width: 111px;
}

/*******______________________________Manage Team______________________________*********/
.manage-team .add-team form {
  position: relative;
  padding: 5rem 5rem;
  border: 1px dashed #d6d6d6;
  border-radius: 0.25rem;
}
@media (min-width: 320px) and (max-width: 768px) {
  .manage-team .add-team form {
    padding: 2rem 1rem;
  }
}
.manage-team .add-team form:before {
  content: "";
  background: url(../img/img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 21px;
  top: -16px;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.manage-team .add-team form h4 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.manage-team .add-team form .submit-here .btn-secondary {
  background: #000;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 10;
  position: relative;
}
.manage-team .add-team form .submit-here .btn-secondary:active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.manage-team .teamtable {
  max-height: calc(100vh - 350px);
  overflow: overlay;
  padding-bottom: 10px;
}
.manage-team .teamtable::-webkit-scrollbar {
  width: 8px;
}
.manage-team .teamtable::-webkit-scrollbar-track {
  background: transparent;
}
.manage-team .teamtable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

/************************DASHBOARD********************************/
/*****************Common classes for dashboard and attendance***********************/
.widget-box-shadow, .dashboard .widget-box, .widget {
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.widget-bg, .widget-bg-darkblue, .widget-bg-green, .widget-bg-pink, .widget-bg-skyblue, .widget-bg-seagreen, .widget-bg-purple {
  text-align: center;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1.5rem;
}

.widget {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  min-height: 125px;
  margin: 1rem 0rem;
}
.widget p {
  font-size: 0.6rem;
  color: #546e7a;
  text-transform: uppercase;
}
.widget h4 {
  font-size: 2.5rem;
  color: #546e7a;
  margin-bottom: 0px;
}
.widget h6 {
  margin-top: 0.5rem;
  color: #8b96a0;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 0.9rem;
  line-height: 21px;
}
.widget h5 {
  font-size: 1.05rem;
  color: #546e7a;
  margin-bottom: 1.5rem;
}
.widget a {
  color: #8b96a0;
}
.widget a:hover {
  color: #546e7a;
}
.widget .widget-bg-text {
  text-align: right;
}
.widget .widget-bg-text .check {
  position: relative;
  background: linear-gradient(90deg, #ffd954, rgba(255, 152, 0, 0.8392156863));
  line-height: 0;
}
.widget .widget-bg-text .check input[type=checkbox], .widget .widget-bg-text .check label, .widget .widget-bg-text .check label::before, .widget .widget-bg-text .check label::after, .widget .widget-bg-text .check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 2rem;
  border: 0;
  transition: 0.55s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}
.widget .widget-bg-text .check label {
  width: 7.2rem;
  height: 2.5rem;
  background: #d7d7d7;
  overflow: hidden;
  margin-bottom: 0;
}
.widget .widget-bg-text .check input[type=checkbox] {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  top: 0.35rem;
  left: 0.1rem;
  background: linear-gradient(45deg, #dedede, #ffffff);
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);
  outline: none;
}
.widget .widget-bg-text .check input[type=checkbox]:checked {
  left: 5.3rem;
}
.widget .widget-bg-text .check input[type=checkbox]:checked + label {
  background: transparent;
}
.widget .widget-bg-text .check label::before, .widget .widget-bg-text .check label::after {
  content: "··";
  position: absolute;
  overflow: hidden;
  left: 0.15rem;
  top: 1.2rem;
  height: 1rem;
  letter-spacing: -0.01rem;
  color: #9b9b9b;
  font-family: "Times New Roman", serif;
  z-index: 2;
  font-size: 1.8rem;
  border-radius: 0;
  -webkit-transform-origin: 0 0 -0.5rem;
  transform-origin: 0 0 -0.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget .widget-bg-text .check label::after {
  content: "●";
  top: 1.65rem;
  left: 0.06rem;
  height: 0.1rem;
  width: 1rem;
  font-size: 1rem;
  -webkit-transform-origin: 0 0 -0.4rem;
  transform-origin: 0 0 -0.4rem;
}
.widget .widget-bg-text .check input[type=checkbox]:checked + label::before, .widget .widget-bg-text .check input[type=checkbox]:checked + label::after {
  left: 5.67rem;
  top: 1rem;
  line-height: 0.1rem;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.widget .widget-bg-text .check input[type=checkbox]:checked + label::after {
  height: 0.4rem;
  top: 1.55rem;
  left: 5.7rem;
  font-size: 1.6rem;
  line-height: 0;
}
.widget-bg-purple {
  background: #dad7f7;
  color: #6658dd;
}
.widget-bg-seagreen {
  background: #81eed8;
  color: #1abc9c;
}
.widget-bg-skyblue {
  background: #d2f0f7;
  color: #4fc6e1;
}
.widget-bg-pink {
  background: #fccbc7;
  color: #f44336;
}
.widget-bg-green {
  background: #d5e9bd;
  color: #8BC34A;
}
.widget-bg-darkblue {
  background: #ffddb3;
  color: #ff981a;
}

/*****************Common classes for dashboard and attendance Ends here***********************/
.dashboard .widget-box {
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 2rem 0rem;
}
.dashboard .widget-box .weekly-report .icons {
  color: #546e7a;
  margin-right: 0.5rem;
}
.dashboard .widget-box .weekly-report .icons:hover {
  color: black;
}
.dashboard .widget-box h4 {
  font-size: 2.5rem;
  color: #546e7a;
}
.dashboard .widget-box h6 {
  margin-top: 1rem;
  color: #8b96a0;
  font-weight: 400;
  margin-bottom: 0px;
}
.dashboard .widget-box h5 {
  font-size: 1.05rem;
  color: #546e7a;
}
.dashboard .widget-box .table {
  margin-bottom: 0;
}
.dashboard .widget-box .table thead > tr {
  color: #546e7a;
  font-weight: 600;
}
.dashboard .widget-box .table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.dashboard .widget-box .table td {
  font-size: 0.86rem;
  color: #8b96a0;
  padding: 0.75rem;
}
.dashboard .widget-box a {
  color: #8b96a0;
  font-size: 0.84rem;
}
.dashboard .widget-box a:hover {
  color: #546e7a;
}
.dashboard .widget-box .badge {
  min-width: 55.5px;
}
.dashboard .widget-box .card-footer {
  background-color: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: right;
}
.dashboard .widget-box .card-footer a {
  color: #698998;
}
.dashboard .widget-box .card-footer i.icons {
  font-size: 0.9rem;
}
.dashboard .widget-box .card-footer ul {
  margin-bottom: 0;
}
.dashboard .widget-box .card-header {
  background-color: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dashboard .widget-box .card-header h5 {
  margin-bottom: 0;
  font-size: 1rem;
}
.dashboard .widget-box .card-body {
  background-image: url(../images/blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.dashboard .okr-box .badge-secondary {
  background: #868e96;
  font-weight: 400;
  font-size: 0.8rem;
}
.dashboard .okr-box .okr-pills {
  border-radius: 25px;
  background: #f3f4f5;
  padding: 1rem;
  margin: 1.5rem 0rem;
}
.dashboard .okr-box .okr-pills p {
  margin-bottom: 0;
}
.dashboard .okr-box .okr-pills a {
  color: #546e7a;
}
.dashboard .okr-box .okr-pills:hover {
  background: #f7f8f8;
}

/*************************Attendance CSS*********************************************/
.attendance .attendance-list {
  max-height: 247px;
  overflow-y: scroll;
}
.attendance .attendance-list .table thead th {
  font-family: "Montserrat", sans-serif;
  color: #353c48;
  font-size: 0.9rem;
  font-weight: 600;
}
.attendance .widget p {
  font-size: 0.6rem;
  color: #546e7a;
  text-transform: uppercase;
}

/*************************Reports CSS*********************************************/
.reports .widget-box .card-header {
  background-color: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
}
.reports .widget-box .card-header h5 {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #546e7a;
}
.reports .widget-box .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.reports .widget-box .card-footer {
  border-top: none;
}
.reports .widget-box .card-footer i.icons {
  font-size: 0.9rem;
  color: #698998;
}
.reports .report h6 {
  color: #546e7a;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}
.reports .report p {
  font-size: 0.85rem;
  color: #546e7a;
  text-transform: none;
  line-height: 24px;
}
.reports .report .icon-border {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 1px dashed #000000;
  margin: 0 auto;
  display: table;
  margin-bottom: 2rem;
}
.reports .report .report-icon {
  color: #fff;
  background: #000000;
  font-size: 2rem;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 1rem;
  margin: 0 auto;
  display: table;
  margin-top: 0.4rem;
  text-align: center;
  line-height: 58px;
}
.reports .report .report-icon .ti-plus {
  color: #fff;
}

/*************************Settings page CSS*********************************************/
.setting-panel h5 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: #000;
  font-size: 0.9rem;
}
.setting-panel ul {
  list-style-type: none;
  padding: 0;
}
.setting-panel .nav-pills .nav-link {
  color: #000;
  font-size: 0.9rem;
  padding: 0.7rem;
  border-left: 3px solid transparent !important;
  border-radius: 0;
}
.setting-panel .nav-pills .nav-link:hover {
  border-left: 3px solid #4e5e6a !important;
  background: rgba(0, 0, 0, 0.02);
}
.setting-panel .nav-pills .nav-link.active,
.setting-panel .nav-pills .show > .nav-link {
  border-left: 3px solid #4e5e6a !important;
  background: rgba(0, 0, 0, 0.02);
  color: #000;
}
.setting-box {
  margin-top: 0px;
  padding: 1rem;
}
.setting-box form {
  /* ON/OFF Switch */
}
.setting-box form .toggle-label {
  position: relative;
  width: 80px;
  height: 25px;
  border: 1px solid #bfbfbf;
}
.setting-box form .toggle-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.setting-box form .toggle-label input[type=checkbox] + .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ed1c24;
  transition: background 150ms linear;
}
.setting-box form .toggle-label input[type=checkbox]:checked + .back {
  background: #00a651;
  /*green*/
}
.setting-box form .toggle-label input[type=checkbox] + .back .toggle {
  display: block;
  position: absolute;
  content: " ";
  background: #fff;
  width: 50%;
  height: 100%;
  transition: margin 150ms linear;
  border: 1px solid #808080;
  border-radius: 0;
}
.setting-box form .toggle-label input[type=checkbox]:checked + .back .toggle {
  margin-left: 39px;
}
.setting-box form .toggle-label .label {
  display: block;
  position: absolute;
  width: 50%;
  line-height: 24px;
  text-align: center;
  font-size: 0.75em;
}
.setting-box form .toggle-label .label.on {
  left: 0px;
}
.setting-box form .toggle-label .label.off {
  right: 0px;
}
.setting-box form .toggle-label input[type=checkbox]:checked + .back .label.on {
  color: #fff;
}
.setting-box form .toggle-label input[type=checkbox] + .back .label.off {
  color: #fff;
}
.setting-box form .toggle-label input[type=checkbox]:checked + .back .label.off {
  color: #ddd;
}
.setting-box form .handle {
  cursor: grab;
  font-size: 0.98rem;
  border-bottom: 1px solid #d8e1e7;
  border-left: 1px solid #d8e1e7;
  border-right: 1px solid #d8e1e7;
  color: #5f6771;
}
.setting-box form .handle .ti-arrows-vertical {
  color: #aaa;
}
.setting-box form .handle:first-child {
  border: 1px solid #d8e1e7;
}
.setting-box form .hz-rule {
  border-bottom: 1px dashed #d8e1e7;
}

@media (min-width: 320px) and (max-width: 992px) {
  .mobile-view {
    display: block !important;
    height: auto;
    padding: 10px 5px 10px 0px;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .mobile-view .toggle-label {
    margin-top: 10px;
  }
}

.confirmemail {
  background: url("../img/confirmemail.jpg");
  background-size: cover;
  background-position: center center;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.start-75 {
  left: 75% !important;
}

a {
  text-decoration: none;
}

#myList li.black .nav-link {
  background-color: #e9e8e8 !important; /* Change the background color to your desired active color */
  border-left: 3px solid #4e5e6a !important;
  color: black;
  cursor: pointer; /* Change the cursor to indicate it's clickable */
}

.side-nav .sidebar .nav-item .nav-link:hover {
  border-left: 3px solid #4e5e6a !important;
}/*# sourceMappingURL=style.css.map */