@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*
    Template: Admin Board
    Author: Saiful
    Developer by: Saiful Islam

    Table of Content
    ================

1. variable
2. fonts
3. card
4. global
5. badge
6. tab
7. modal
8. timeline
9. data-table
10. panel
11. button
12. header
13. gmap
14. chat
15. carousel
16. weather
17. invoice-edit
18. invoice
19. widget-stat
20. recent-comments
21. recent-message
22. forms
23. compose-email
24. progress-bar
25. todo-list
26. datamap
27. table
28. order-progress
29. login
30. chart
31. nestable
32. profile
33. profile-widget
34. ui-element-basic
35. calendar
36. flot-chart
37. morris-chart
38. products_1
39. products_2
40. products_3
41. favourite_menu
42. order-list
43. booking-system
44. scrollable
45. vector-map
46. menu-upload
47. social-media-stats
48. vertical-carousel
49. chartist
50. table-export
51. ui-widget-v1
42. responsive

*/
/*    Font Variable
----------------------*/
/*    Color Variable
-----------------------*/
/*    Solid Color
------------------*/
/*    Brand color
----------------------*/
/*----------------font-------------------*/
.icon-name {
  color: #000;
}

/*  Opensans
--------------- */

.setTablepoppo {


  overflow: auto;
  /* display: flex;
        flex-wrap: wrap; */
  width: 93%;
  max-width: 100%;

}

.card-body {
  padding: 0;
}

.card {
  height: 100% !important;
  background: #ffffff;
  margin: 7.5px 0;
  padding: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card-subtitle {
  font-size: 12px;
  margin: 10px 0;
}

.card-title {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}

.dataTables_length {
  margin-left: 0 !important;
}
.card-title h4 {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
}

.card-title p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
}

.card-header-right-icon {
  display: inline-block;
  float: right;
}

.card-header-right-icon li {
  float: right;
  padding-left: 14px;
  color: #868e96;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

.card-header-right-icon li .ti-close {
  font-size: 12px;
}

.card-option {
  position: relative;
}

.card-option-dropdown {
  display: none;
  left: auto;
  right: 0;
}

.card-option-dropdown li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}

.card-option-dropdown li a {
  line-height: 25px;
  font-size: 12px;
}

.card-option-dropdown li a i {
  margin-right: 10px;
}

.doc-link {
  float: right;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.doc-link:focus:after,
.doc-link:hover:after {
  opacity: 1;
  visibility: visible;
}

.doc-link:after {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  content: "Documentation";
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  right: -30px;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.badge {
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 4px;
}

.badge-primary {
  background: #5873fe;
  color: #ffffff;
}

.badge-success {
  background: #28a745;
  color: #ffffff;
}

.badge-info {
  background: #03a9f4;
  color: #ffffff;
}

.badge-warning {
  background: #e7b63a;
  color: #ffffff;
}

.badge-danger {
  background: #dc3545;
  color: #ffffff;
}

.badge-pink {
  background: #e6a1f2;
  color: #ffffff;
}

.badge-dark {
  background: #545454;
  color: #ffffff;
}

span.badge {
  color: #ffffff;
  font-size: 14px;
}

.vtabs {
  display: table;
}

.vtabs .tabs-vertical {
  border-bottom: 0 none;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
  width: 150px;
}

.vtabs .tabs-vertical li .nav-link {
  border: 0 none;
  border-radius: 4px 0 0 4px;
  color: #263238;
  margin-bottom: 10px;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
  background: #1976d2 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ffffff none repeat scroll 0 0;
  border-color: currentcolor #1976d2 currentcolor currentcolor;
  border-image: none;
  border-style: none solid none none;
  border-width: 0 2px 0 0;
  color: #1976d2;
  margin-right: -1px;
}

.tabcontent-border {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor #ddd #ddd;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
}

.customtab2 li a.nav-link {
  border: 0 none;
  color: #67757c;
  margin-right: 3px;
}

.customtab2 li a.nav-link.active {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}

.customtab2 li a.nav-link:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}

.modal-dialog {
  margin: 30px auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 70%;
}

.modal-header .close {
  font-size: 14px;
  margin-right: 15px;
  margin-top: 5px;
}

.modal-content {
  border-radius: 3px;
}

.timeline {
  list-style: none;
  padding: 0 0 8px;
  position: relative;
}

.timeline:before {
  top: 7px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #e7e7e7;
  left: 25px;
  margin-right: -1.5px;
}

.timeline-title {
  margin: 5px 0 !important;
  font-size: 14px;
}

.timeline>li {
  margin-bottom: 15px;
  position: relative;
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: calc(100% - 70px);
  float: right;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 5px 20px;
  position: relative;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #e7e7e7;
  border-left: 0 solid #e7e7e7;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #ffffff;
  border-left: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 8px;
  margin-right: -25px;
  background-color: #e6a1f2;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-body>p {
  font-size: 12px;
  margin-bottom: 10px;
}

.timeline-badge.primary {
  background-color: #5873fe !important;
}

.timeline-badge.success {
  background-color: #28a745 !important;
}

.timeline-badge.warning {
  background-color: #e7b63a !important;
}

.timeline-badge.danger {
  background-color: #dc3545 !important;
}

.timeline-badge.info {
  background-color: #03a9f4 !important;
}

.bootstrap-data-table-panel .dataTables_filter {
  text-align: right;
}

.bootstrap-data-table-panel .dataTables_filter .form-control {
  margin-left: 10px;
}

.bootstrap-data-table-panel .dataTables_filter .form-control:hover,
.bootstrap-data-table-panel .dataTables_filter .form-control:focus {
  background: transparent;
}

.dataTables_length {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.dt-buttons {
  margin-bottom: 15px;
}

.dt-buttons .dt-button {
  background-image: none;
  background: #ffffff;
  color: #373757;
  border-color: #e7e7e7;
  margin-right: 10px;
  padding: 7px 20px;
  border-radius: 0px;
}

.dt-buttons .dt-button:hover:not(.disabled),
.dt-buttons .dt-button:focus,
.dt-buttons .dt-button.active {
  background-image: none;
  background: #5873fe;
  color: #ffffff;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  background-color: #5873fe;
  background-image: none;
  border: 1px solid #5873fe;
  box-shadow: none;
  color: #ffffff;
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  background-color: #5873fe;
  background-image: none;
  border: 1px solid #5873fe;
  box-shadow: none;
  color: #ffffff;
}

button.dt-button:active:hover:not(.disabled):not(.disabled),
button.dt-button.active:hover:not(.disabled):not(.disabled),
div.dt-button:active:hover:not(.disabled):not(.disabled),
div.dt-button.active:hover:not(.disabled):not(.disabled),
a.dt-button:active:hover:not(.disabled):not(.disabled),
a.dt-button.active:hover:not(.disabled):not(.disabled) {
  background-color: #5873fe;
  background-image: none;
  border: 1px solid #5873fe;
  box-shadow: none;
  color: #ffffff;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #5873fe;
  background-image: none;
  border: 1px solid #5873fe;
  box-shadow: none;
  color: #ffffff;
}

@media (max-width: 767px) {
  .dataTables_length {
    margin-left: 10px;
  }

  select.input-sm {
    width: 167px;
  }

  .bootstrap-data-table-panel .dataTables_filter {
    margin-left: 12px;
    text-align: left;
    padding-right: 10px;
  }

  .bootstrap-data-table-panel .dataTables_filter .form-control {
    margin-left: 0px;
  }
}

.panel {
  border-radius: 0;
  margin: 15px 0;
}

.panel-body {
  font-family: 'Roboto', sans-serif;
}

.panel-primary {
  border-color: #5873fe;
}

.panel-primary .panel-heading {
  background: #5873fe;
  border-color: #5873fe;
  color: #ffffff;
}

.panel-success {
  border-color: #28a745;
}

.panel-success .panel-heading {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

.panel-info {
  border-color: #03a9f4;
}

.panel-info .panel-heading {
  background: #03a9f4;
  border-color: #03a9f4;
  color: #ffffff;
}

.panel-danger {
  border-color: #dc3545;
}

.panel-danger .panel-heading {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.panel-warning {
  border-color: #e7b63a;
}

.panel-warning .panel-heading {
  background: #e7b63a;
  border-color: #e7b63a;
  color: #ffffff;
}

.panel-pink {
  border-color: #e6a1f2;
}

.panel-pink .panel-heading {
  background: #e6a1f2;
  border-color: #e6a1f2;
  color: #ffffff;
}

.panel-dark {
  border-color: #545454;
}

.panel-dark .panel-heading {
  background: #545454;
  border-color: #545454;
  color: #ffffff;
}

.panel-white {
  border-color: #252525;
}

.panel-white .panel-heading {
  background: #ffffff;
  border-color: #252525;
  color: #252525;
}

.btn-default {
  background: #878787;
  border-color: #878787;
  color: #ffffff;
}

.btn-default.active,
.btn-default:focus,
.btn-default:hover {
  background: #6e6e6e;
  border-color: #878787;
  color: #ffffff;
  box-shadow: none;
}

.btn-primary {
  background: #5873fe;
  border-color: #5873fe;
  color: #ffffff;
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
  background: #2549fe;
  border-color: #5873fe;
  color: #ffffff;
  box-shadow: none;
}

.btn-success {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

.btn-success.active,
.btn-success:focus,
.btn-success:hover {
  background: #1e7e34;
  border-color: #28a745;
  color: #ffffff;
  box-shadow: none;
}

.btn-info {
  background: #03a9f4;
  border-color: #03a9f4;
  color: #ffffff;
}

.btn-info.active,
.btn-info:focus,
.btn-info:hover {
  background: #0286c2;
  border-color: #03a9f4;
  color: #ffffff;
  box-shadow: none;
}

.btn-warning {
  background: #e7b63a;
  border-color: #e7b63a;
  color: #ffffff;
}

.btn-warning.active,
.btn-warning:focus,
.btn-warning:hover {
  background: #d49f1a;
  border-color: #e7b63a;
  color: #ffffff;
  box-shadow: none;
}

.btn-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.btn-danger.active,
.btn-danger:focus,
.btn-danger:hover {
  background: #bd2130;
  border-color: #dc3545;
  color: #ffffff;
  box-shadow: none;
}

.btn-pink {
  background: #e6a1f2;
  border-color: #e6a1f2;
  color: #ffffff;
}

.btn-pink.active,
.btn-pink:focus,
.btn-pink:hover {
  background: #da74ec;
  border-color: #e6a1f2;
  color: #ffffff;
  box-shadow: none;
}

.btn-dark {
  background: #545454;
  border-color: #545454;
  color: #ffffff;
}

.btn-dark.active,
.btn-dark:focus,
.btn-dark:hover {
  background: #3b3b3b;
  border-color: #545454;
  color: #ffffff;
  box-shadow: none;
}

.btn-addon {
  position: relative;
  padding-left: 40px;
}

.btn-addon i {
  background: rgba(0, 0, 0, 0.1);
  left: -1px;
  margin-right: 20px;
  padding: 10px;
  position: absolute;
  top: -1px;
}

.btn-addon.btn-lg {
  padding-left: 60px;
}

.btn-addon.btn-lg i {
  padding: 14px;
}

.btn-addon.btn-md {
  padding-left: 45px;
}

.btn-addon.btn-md i {
  padding: 10px;
}

.btn-addon.btn-sm {
  padding-left: 40px;
}

.btn-addon.btn-sm i {
  padding: 9px;
}

.btn-addon.btn-xs {
  padding-left: 25px;
}

.btn-addon.btn-xs i {
  padding: 5px;
}

.btn-rounded {
  border-radius: 100px;
}

.btn-outline {
  background: transparent;
  color: #373757;
}

.btn-flat {
  border-radius: 0;
}

.dropdown-menu li {
  padding: 0 10px;
  font-size: 14px;
}

/*    Header
---------------*/
.header {
  background: #ffffff;
  z-index: 990;
  margin-left: 260px;
  margin-top: 15px;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: margin-left 300ms ease-in-out 0s;
}

.logo {
  background: #343957;
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  /* width: 250px; */
  transition: width 300ms ease-in-out;
}

.logo span {
  color: rgba(160, 180, 200, 0.85);
  font-size: 20px;
  font-weight: 700;
}

.sidebar-hide .logo {
  width: 0;
}

.sidebar-hide .logo span {
  display: none;
}

.header-icon {
  font-size: 18px;
  padding: 5px 10px;
  color: #252525;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.header-icon i,
.header-icon img,
.header-icon span {
  cursor: pointer;
}

.header-icon.active,
.header-icon:focus,
.header-icon:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header-icon.active .drop-down {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.drop-down {
  background: #ffffff;
  color: #252525;
  visibility: hidden;
  opacity: 0;
  width: 250px;
  position: absolute;
  right: -75px;
  top: 34px;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
  border-top: 0;
  border: 1px solid #e7e7e7;
  z-index: 999;
}


.header-left .drop-down {
  left: 0;
}

.dropdown-content-heading {
  padding: 10px 15px;
}

.dropdown-content-heading span {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #373757;
}

.dropdown-content-heading i {
  position: relative;
  top: 5px;
  opacity: 1 !important;
  color: #5873fe;
}

.dropdown-content-body li {
  padding: 15px;
  border-top: 1px solid #eef5f9;
}

.dropdown-content-body li.active,
.dropdown-content-body li:focus,
.dropdown-content-body li:hover {
  background: #eef5f9;
  border-top: 1px solid #eef5f9;
}

.dropdown-content-body li a.active,
.dropdown-content-body li a:focus,
.dropdown-content-body li a:hover {
  color: #868e96;
}

.dropdown-content-body li:last-child {
  padding: 5px 15px;
}

.notification-heading {
  font-size: 13px;
  font-weight: 700;
  color: #373757;
}

.avatar-img {
  border-radius: 100px;
  width: 25px;
  position: relative;
  top: -3px;
}

.user-avatar {
  font-size: 14px;
  font-weight: 700;
}

.notification-text {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px;
}

.notification-timestamp {
  font-size: 11px;
}

.notification-percentage {
  font-size: 12px;
  position: relative;
  top: 12px;
}

.notification-unread {
  background: #eef5f9;
}

.notification-unread .notification-heading {
  color: #555;
}

.more-link {
  font-size: 12px;
  color: #5873fe;
  display: inline-block;
}

.dropdown-profile {
  width: 170px;
  right: 20px !important;
}

.dropdown-profile .trial-day {
  font-size: 11px;
  padding-top: 2px;
  color: #5873fe;
}

.dropdown-profile li {
  padding: 7px 15px;
}

.dropdown-profile li a {
  display: block;
  color: #373757;
}

.dropdown-profile li a.active,
.dropdown-profile li a:focus,
.dropdown-profile li a:hover {
  color: #373757;
}

.dropdown-profile li a span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.dropdown-profile li a i {
  margin-right: 5px;
  font-size: 14px;
}

.dropdown-profile li:last-child {
  padding: 7px 15px;
}

.header-link {
  position: relative;
  top: -3px;
  font-size: 14px;
}

/*    Search box
----------------------*/
.main .page-header {
  min-height: 50px;
  margin: 15px 0 5px;
  padding: 0 15px;
  border-bottom: 0;
  border-radius: 3px;
}

.main .page-header h1 {
  font-size: 18px;
  padding: 14px 0;
  margin: 0;
}

.main .page-header h1 span {
  font-size: 14px;
}

.main .page-header .breadcrumb {
  margin: 0;
  padding: 15px;
  background: transparent;
  float: right;
}

.main .page-header .breadcrumb li.active {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.main .page-header .breadcrumb li a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: block;
}

.dropdown-task .progress {
  height: 5px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none;
}

.dropdown-task .progress-bar {
  box-shadow: none;
}

/*  Responsive*/
/* @media (min-width: 320px) and (max-width: 679px) {
  .sidebar {
    top: 50px;
  }
} */

.map {
  width: 100%;
  height: 400px;
}

.chat-sidebar {
  background-color: #eef5f9;
  border-left: 1px solid #e7e7e7;
  position: fixed;
  right: -240px;
  bottom: 0;
  top: 55px;
  width: 240px;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.chat-sidebar .user-name {
  font-family: 'Roboto', sans-serif;
}

.chat-sidebar .content {
  font-family: 'Roboto', sans-serif;
}

.chat-sidebar .textarea {
  font-family: 'Roboto', sans-serif;
}

.chat-sidebar .seen {
  font-family: 'Roboto', sans-serif;
}

.chat-sidebar.is-active {
  right: 0;
}

.chat-user-search .input-group-addon {
  background: #ffffff;
  border-radius: 0px;
  border: 0px;
}

.chat-user-search .form-control {
  border: 0px;
}

.hidden {
  display: none;
}

/*    Home Chat Widget
---------------------------------*/
.chat-widget .chat_window {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-color: #ffffff;
  background-color: #f8f8f8;
  overflow: hidden;
}

.chat-widget .messages {
  position: relative;
  list-style: none;
  padding: 20px 10px 0 10px;
  margin: 0;
  min-height: 350px;
  overflow: scroll;
}

.chat-widget .messages .message {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s linear;
  opacity: 0;
}

.chat-widget .messages .message .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}

.chat-widget .messages .message .text_wrapper {
  display: inline-block;
  padding: 20px;
  border-radius: 6px;
  width: calc(100% - 100px);
  min-width: 100px;
  position: relative;
}

.chat-widget .messages .message .text_wrapper .text {
  font-size: 18px;
  font-weight: 300;
}

.chat-widget .messages .message .text_wrapper::after {
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 13px;
  margin-top: 0px;
}

.chat-widget .messages .message .text_wrapper:before {
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.chat-widget .messages .message .text_wrapper::before {
  border-width: 15px;
  margin-top: -2px;
}

.chat-widget .messages .message.left .text_wrapper::after,
.chat-widget .messages .message.left .text_wrapper::before {
  right: 100%;
  border-right-color: #ffe6cb;
}

.chat-widget .messages .message.left .avatar {
  background-color: #f5886e;
  float: left;
}

.chat-widget .messages .message.left .text_wrapper {
  background-color: #ffe6cb;
  margin-left: 20px;
}

.chat-widget .messages .message.left .text {
  color: #c48843;
}

.chat-widget .messages .message.right .text_wrapper::after,
.chat-widget .messages .message.right .text_wrapper::before {
  left: 100%;
  border-left-color: #c7eafc;
}

.chat-widget .messages .message.right .avatar {
  background-color: #fdbf68;
  float: right;
}

.chat-widget .messages .message.right .text_wrapper {
  background-color: #c7eafc;
  margin-right: 20px;
  float: right;
}

.chat-widget .messages .message.right .text {
  color: #45829b;
}

.chat-widget .messages .message.appeared {
  opacity: 1;
}

.chat-widget .bottom_wrapper {
  position: relative;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px;
  bottom: 0;
}

.chat-widget .bottom_wrapper .message_input_wrapper {
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #bcbdc0;
  width: calc(100% - 160px);
  position: relative;
  padding: 0 20px;
}

.chat-widget .bottom_wrapper .message_input_wrapper .message_input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 45px);
  position: absolute;
  outline-width: 0;
  color: gray;
}

.chat-widget .bottom_wrapper .send_message {
  width: 140px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #a3d063;
  border: 2px solid #a3d063;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: center;
  float: right;
}

.chat-widget .bottom_wrapper .send_message .text {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 48px;
}

.chat-widget .bottom_wrapper .send_message:hover {
  color: #a3d063;
  background-color: #ffffff;
}

.chat-widget .message_template {
  display: none;
}

.testimonial-widget-one .testimonial-content {
  text-align: right;
}

.testimonial-widget-one .testimonial-text {
  margin-bottom: 15px;
}

.testimonial-widget-one .testimonial-author-position {
  font-family: 'Roboto', sans-serif;
  margin-right: 75px;
  position: relative;
  top: -5px;
  font-size: 12px;
}

.testimonial-widget-one .testimonial-author {
  padding-top: 15px;
  margin-right: 75px;
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #373757;
}

.testimonial-widget-one .testimonial-author-img {
  height: 50px !important;
  width: 50px !important;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.weather-one i {
  font-size: 70px;
  position: relative;
  top: 5px;
  color: #ddd;
}

.weather-one h2 {
  display: inline-block;
  float: right;
  font-size: 48px;
  color: #ffffff;
}

.weather-one .city {
  position: relative;
  text-align: right;
  top: -25px;
}

.weather-one .currently {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 25px;
}

.weather-one .celcious {
  text-align: right;
  font-size: 20px;
}

[contenteditable]:hover,
[contenteditable]:focus {
  background: #a4b3fe;
}

.control-bar {
  position: relative;
  z-index: 100;
  background: #5873fe;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
}

.control-bar .slogan {
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 2rem;
}

.control-bar label {
  margin: 0px;
  color: #ffffff;
}

.control-bar a {
  margin: 0;
  padding: .5em 1em;
  background: #ffffff;
  color: #373757;
}

.control-bar a:hover {
  background: #a4b3fe;
}

.control-bar input {
  border: none;
  background: #a4b3fe;
  max-width: 30px;
  text-align: center;
  color: #373757;
}

.control-bar input:hover {
  background: #a4b3fe;
}

.hidetax .taxrelated {
  display: none;
}

.showtax .notaxrelated {
  display: none;
}

.hidedate .daterelated {
  display: none;
}

.showdate .notdaterelated {
  display: none;
}

.details input {
  display: inline;
  margin: 0 0 0 .5rem;
  border: none;
  width: 55px;
  min-width: 0;
  background: transparent;
  text-align: left;
}

.invoice-edit .rate:before,
.invoice-edit .price:before,
.invoice-edit .sum:before,
.invoice-edit .tax:before,
.invoice-edit #total_price:before,
.invoice-edit #total_tax:before {
  content: '€';
}

.invoice-edit .me,
.invoice-edit .info,
.invoice-edit .bank,
.invoice-edit .smallme,
.invoice-edit .client,
.invoice-edit .bill,
.invoice-edit .details {
  padding: 15px;
}

.invoice-logo img {
  display: block;
  vertical-align: top;
  width: 50px;
}

/**
 * INVOICELIST BODY
 */
.invoicelist-body {
  margin: 1rem;
}

.invoicelist-body table {
  width: 100%;
}

.invoicelist-body thead {
  text-align: left;
  border-bottom: 2pt solid #666;
}

.invoicelist-body td,
.invoicelist-body th {
  position: relative;
  padding: 1rem;
}

.invoicelist-body tr:nth-child(even) {
  background: #eef5f9;
}

.invoicelist-body tr:hover .removeRow {
  display: block;
}

.invoicelist-body input {
  display: inline;
  margin: 0;
  border: none;
  width: 80%;
  min-width: 0;
  background: transparent;
  text-align: left;
}

.invoicelist-body .control {
  display: inline-block;
  color: white;
  background: #5873fe;
  padding: 3px 7px;
  font-size: .9rem;
  text-transform: uppercase;
  cursor: pointer;
}

.invoicelist-body .control:hover {
  background: #7188fe;
}

.invoicelist-body .newRow {
  margin: .5rem 0;
  float: left;
}

.invoicelist-body .removeRow {
  display: none;
  position: absolute;
  top: .1rem;
  bottom: .1rem;
  left: -1.3rem;
  font-size: .7rem;
  border-radius: 3px 0 0 3px;
  padding: .5rem;
}

/**
 * INVOICE LIST FOOTER
 */
.invoicelist-footer {
  margin: 1rem;
}

.invoicelist-footer table {
  float: right;
  width: 25%;
}

.invoicelist-footer table td {
  padding: 1rem 2rem 0 1rem;
  text-align: right;
}

.invoicelist-footer table tr:nth-child(2) td {
  padding-top: 0;
}

.invoicelist-footer table #total_price {
  font-size: 2rem;
  color: #5873fe;
}

/**
 * NOTE
 */
.note {
  margin: 75px 15px;
}

.hidenote .note {
  display: none;
}

.note h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.note p {
  font-size: 12px;
  padding: 0px 5px;
}

/**
 * FOOTER
 */
footer {
  display: block;
  margin: 1rem 0;
  padding: 1rem 0 0;
}

footer p {
  font-size: 12px;
}

/**
 * PRINT STYLE
 */
@media print {

  .header,
  .sidebar,
  .chat-sidebar,
  .control,
  .control-bar {
    display: none !important;
  }

  [contenteditable]:hover,
  [contenteditable]:focus {
    outline: none;
  }
}

#invoice {
  position: relative;
  /*  top: -290px;*/
  margin-bottom: 120px;
  /*  width: 700px;*/
  background: #ffffff;
  padding: 30px;
}

#invoice-table {
  /* Targets all id with 'col-' */
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
}

#invoice-top {
  min-height: 120px;
}

#invoice-mid {
  min-height: 120px;
}

#invoice-bot {
  min-height: 250px;
}

.invoice-logo {
  float: left;
  height: 60px;
  width: 60px;
  background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
  background-size: 60px 60px;
}

.clientlogo {
  float: left;
  height: 60px;
  width: 60px;
  background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
  background-size: 60px 60px;
  border-radius: 50px;
}

.invoice-info {
  display: block;
  float: left;
  margin-left: 20px;
}

.invoice-info h2 {
  color: #373757;
  font-size: 14px;
}

.invoice-info p {
  font-size: 12px;
}

.title {
  float: right;
}

.title h4 {
  color: #373757;
  text-align: right;
}

.title p {
  text-align: right;
  font-size: 12px;
}

#project {
  margin-left: 52%;
}

#project p {
  font-size: 12px;
}

#invoice-table h2 {
  font-size: 18px;
}

.tabletitle {
  padding: 5px;
  background: #e7e7e7;
}

.service {
  border: 1px solid #e7e7e7;
}

.table-item {
  width: 50%;
}

.itemtext {
  font-size: .9em;
}

#legalcopy {
  margin-top: 30px;
}

#legalcopy p {
  font-size: 12px;
}

.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.legal {
  width: 70%;
}

/* All Invoice Page Responsive
--------------------------- */
@media (max-width: 480px) {
  .control-bar {
    padding: 15px 15px 40px;
  }
}

@media (max-width: 360px) {
  .notaxrelated {
    margin-top: 15px;
  }
}

/*    Widget One
---------------------------*/
.stat-widget-one .stat-icon {
  vertical-align: top;
}

.stat-widget-one .stat-icon i {
  font-size: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: 900;
  display: inline-block;
}

.stat-widget-one .stat-text {
  font-size: 14px;
  color: #868e96;
}

.stat-widget-one .stat-digit {
  font-size: 24px;
  color: #373757;
}

/*    Widget Two
---------------------------*/
.stat-widget-two {
  text-align: center;
}

.stat-widget-two .stat-digit {
  font-size: 1.75rem;
  font-weight: 500;
  color: #373757;
}

.stat-widget-two .stat-digit i {
  font-size: 18px;
  margin-right: 5px;
}

.stat-widget-two .stat-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #868e96;
}

.stat-widget-two .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none;
}

.stat-widget-two .progress-bar {
  box-shadow: none;
}

/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
  display: inline-block;
  padding: 33px;
  position: absolute;
  line-height: 21px;
}

.stat-widget-three .stat-icon i {
  font-size: 30px;
  color: #ffffff;
}

.stat-widget-three .stat-content {
  text-align: center;
  padding: 15px;
  margin-left: 90px;
}

.stat-widget-three .stat-digit {
  font-size: 30px;
}

.stat-widget-three .stat-text {
  padding-top: 4px;
}

.home-widget-three .stat-icon {
  line-height: 19px;
  padding: 27px;
}

.home-widget-three .stat-digit {
  font-size: 24px;
  font-weight: 300;
  color: #373757;
}

.home-widget-three .stat-content {
  text-align: center;
  margin-left: 60px;
  padding: 13px;
}

.stat-widget-four {
  position: relative;
}

.stat-widget-four .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}

.stat-widget-four i {
  display: block;
  font-size: 36px;
}

.stat-widget-four .stat-content {
  margin-left: 40px;
  text-align: center;
}

.stat-widget-four .stat-heading {
  font-size: 20px;
}

.stat-widget-five .stat-icon {
  border-radius: 100px;
  display: inline-block;
  position: absolute;
}

.stat-widget-five i {
  border-radius: 100px;
  display: block;
  font-size: 36px;
  padding: 30px;
}

.stat-widget-five .stat-content {
  margin-left: 100px;
  padding: 24px 0;
  position: relative;
  text-align: right;
  vertical-align: middle;
}

.stat-widget-five .stat-heading {
  text-align: right;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 200;
}

.stat-widget-six {
  position: relative;
}

.stat-widget-six .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}

.stat-widget-six i {
  display: block;
  font-size: 36px;
}

.stat-widget-six .stat-content {
  margin-left: 40px;
  text-align: center;
}

.stat-widget-six .stat-heading {
  font-size: 16px;
  font-weight: 300;
}

.stat-widget-six .stat-text {
  font-size: 12px;
  padding-top: 4px;
}

.stat-widget-seven .stat-heading {
  text-align: center;
}

.stat-widget-seven .gradient-circle {
  text-align: center;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  width: 100%;
}

.stat-widget-seven .gradient-circle i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35px;
  font-size: 30px;
}

.stat-widget-seven .stat-footer {
  text-align: center;
  margin-top: 30px;
}

.stat-widget-seven .stat-footer .stat-count {
  padding-left: 5px;
}

.stat-widget-seven .count-header {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.stat-widget-seven .stat-count {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
}

.stat-widget-seven .analytic-arrow {
  position: relative;
}

.stat-widget-seven .analytic-arrow i {
  font-size: 12px;
}

/* Stat widget Eight
--------------------------- */
.stat-widget-eight {
  padding: 15px;
}

.stat-widget-eight .header-title {
  font-size: 20px;
  font-weight: 300;
}

.stat-widget-eight .ti-more-alt {
  color: #878787;
  cursor: pointer;
  left: -5px;
  position: absolute;
  transform: rotate(90deg);
}

.stat-widget-eight .stat-content {
  margin-top: 50px;
}

.stat-widget-eight .stat-content .ti-arrow-up {
  font-size: 30px;
  color: #28a745;
}

.stat-widget-eight .stat-content .stat-digit {
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px;
}

.stat-widget-eight .stat-content .progress-stats {
  color: #aaadb2;
  font-weight: 400;
  position: relative;
  top: 10px;
}

.stat-widget-eight .progress {
  margin-bottom: 0;
  margin-top: 30px;
  height: 7px;
  background: #EAEAEA;
  box-shadow: none;
}

.stat-widget-nine .all-like {
  float: right;
}

.stat-widget-nine .stat-icon i {
  font-size: 22px;
}

.stat-widget-nine .stat-text {
  font-size: 14px;
}

.stat-widget-nine .stat-digit {
  font-size: 14px;
}

.stat-widget-nine .like-count {
  font-size: 30px;
}

.horizontal {
  position: relative;
}

.horizontal:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}

.widget-ten span i {
  color: #ffffff;
  opacity: 0.5;
}

.widget-ten h5 {
  color: #ffffff;
}

.widget-ten p {
  color: #ffffff !important;
  opacity: 0.75;
}

/*
=================================================
    Responsive
=================================================
*/
@media (max-width: 768px) {
  .card {
    display: inline-block;
    width: 100%;
  }

  /* .drop-down {
    left: -108px !important;
} */
}

@media (max-width: 360px) {
  .stat-widget-five .stat-heading {
    padding-left: 0;
  }

  .stat-widget-two .stat-digit {
    font-size: 16px;
  }

  .stat-widget-two .stat-text {
    font-size: 14px;
  }

  .stat-widget-three .stat-digit {
    font-size: 20px;
  }

  .stat-widget-four .stat-heading {
    font-size: 18px;
  }

  .stat-widget-three .stat-icon {
    padding: 26px;
  }
}

.round-widget {
  border: 1px solid red;
  border-radius: 100px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}

.recent-comment .media {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  padding-top: 10px;
}

.recent-comment .media-left {
  padding-right: 25px;
}

.recent-comment .media-left img {
  border-radius: 100px;
  width: 40px;
}

.recent-comment .media-body {
  position: relative;
}

.recent-comment .media-body h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.recent-comment .media-body p {
  margin-bottom: 5px;
  line-height: 16px;
  color: #868e96;
}

.recent-comment .comment-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #373757;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.comment-action {
  float: left;
}

.comment-action .badge {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.comment-action i {
  padding: 0 5px;
}

.recent-meaasge {
  margin-top: 15px;
}

.recent-meaasge .media {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.recent-meaasge .media-left {
  padding-right: 25px;
}

.recent-meaasge .media-left img {
  border-radius: 100px;
}

.recent-meaasge .media-body {
  position: relative;
}

.recent-meaasge .media-body h4 {
  font-size: 16px;
}

.recent-meaasge .media-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.meaasge-date {
  float: right;
  color: #373757;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

/*    Input Style
------------------------*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 42px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #e7e7e7;
  font-family: 'Roboto', sans-serif;
}

.form-control:hover {
  box-shadow: none;
  border-color: #e7e7e7;
}

.form-control:focus,
.form-control.active {
  box-shadow: none;
  border-color: #878787;
}

.input-default {
  border-radius: 4px;
}

.input-flat {
  border-radius: 0px;
}

.input-rounded {
  border-radius: 100px;
}

.input-focus {
  border-color: #5873fe;
}

.input-focus:focus {
  border-color: #5873fe;
}

/*    Search Box Input Button
--------------------------------*/
.input-group-btn .btn {
  padding: 10px 12px;
}

.input-group-default .form-control {
  border-radius: 4px;
}

.input-group-flat .form-control {
  border-radius: 4px;
}

.input-group-flat .btn {
  border-radius: 0px;
}

.input-group-rounded .form-control {
  border-radius: 100px;
}

.input-group-rounded .btn-group-left {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.input-group-rounded .btn-group-right {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.input-group-close-icon {
  background: none;
  color: #252525;
  border-color: #e7e7e7;
}

.input-group-close-icon:hover,
.input-group-close-icon:focus,
.input-group-close-icon.active {
  background: none;
  border-color: #e7e7e7;
  color: #252525;
}

/*    Input States
-----------------------*/
.has-default .form-control:hover,
.has-success .form-control:hover,
.has-warning .form-control:hover,
.has-error .form-control:hover,
.has-default .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-default .form-control.active,
.has-success .form-control.active,
.has-warning .form-control.active,
.has-error .form-control.active {
  box-shadow: none;
}

.has-default .control-label {
  color: #878787;
}

.has-default .form-control {
  border-color: #878787;
}

.has-default .form-control:hover,
.has-default .form-control:focus,
.has-default .form-control.active {
  border-color: #878787;
}

.has-success .control-label {
  color: #28a745;
}

.has-success .form-control {
  border-color: #28a745;
}

.has-success .form-control:hover,
.has-success .form-control:focus,
.has-success .form-control.active {
  border-color: #28a745;
}

.has-warning .control-label {
  color: #e7b63a;
}

.has-warning .form-control {
  border-color: #e7b63a;
}

.has-warning .form-control:hover,
.has-warning .form-control:focus,
.has-warning .form-control.active {
  border-color: #e7b63a;
}

.has-error .control-label {
  color: #dc3545;
}

.has-error .form-control {
  border-color: #dc3545;
}

.has-error .form-control:hover,
.has-error .form-control:focus,
.has-error .form-control.active {
  border-color: #dc3545;
}

.has-feedback label~.form-control-feedback {
  top: 35px;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 5px;
}

.has-success .form-control-feedback {
  color: #28a745;
}

.has-warning .form-control-feedback {
  color: #e7b63a;
}

.has-error .form-control-feedback {
  color: #dc3545;
}

.has-success .input-group-addon {
  background-color: #71dd8a;
  border-color: #28a745;
  color: #28a745;
}

.has-warning .input-group-addon {
  background-color: #f5e0ac;
  border-color: #e7b63a;
  color: #e7b63a;
}

.has-error .input-group-addon {
  background-color: #efa2a9;
  border-color: #dc3545;
  color: #dc3545;
}

/*    Input Size
--------------------*/
.input-sm {
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
}

.input-lg {
  font-size: 18px;
  height: 46px;
  line-height: 1.33333;
}

/*    Basic form
----------------------*/
label {
  font-weight: 400;
  margin-bottom: 10px;
}

/*    Form Horizontal
----------------------*/
.form-horizontal .control-label {
  padding-top: 12px;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.is-invalid .form-control {
  border-color: #dc3545;
}

.invalid-feedback {
  color: #ef5350;
  display: none;
  margin-top: 0.25rem;
}

.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
  display: block;
}

.mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mail-box aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

.mail-box .sm-side {
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  width: 25%;
}

.mail-box .sm-side .user-head {
  background: #ffffff;
  border-radius: 4px 0 0;
  color: #373757;
  min-height: 80px;
  padding: 10px;
}

.mail-box .lg-side {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0 4px 4px 0;
  width: 75%;
}

.user-head .inbox-avatar {
  float: left;
  width: 65px;
}

.user-head .inbox-avatar img {
  border-radius: 100px;
  height: 65px;
  width: 65px;
}

.user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px;
}

.user-head .user-name h5 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 15px;
}

.user-head .user-name h5 a {
  color: #373757;
}

.user-head .user-name span a {
  color: #373757;
  font-size: 12px;
}

a.mail-dropdown {
  background: none repeat scroll 0 0 #80d3d9;
  border-radius: 2px;
  color: #01a7b3;
  font-size: 10px;
  margin-top: 20px;
  padding: 3px 5px;
}

.inbox-body {
  padding: 20px 0px;
}

.inbox-body .modal .modal-body input {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

.inbox-body .modal .modal-body textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

.btn-compose {
  background: #5873fe;
  color: #ffffff;
  padding: 12px 0;
  text-align: center;
  width: 70%;
}

.btn-compose:hover,
.btn-compose:focus,
.btn-compose.active {
  background: #5873fe;
  color: #ffffff;
}

ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.inbox-nav li {
  display: inline-block;
  line-height: 45px;
  width: 100%;
}

ul.inbox-nav li a {
  color: #6a6a6a;
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

ul.inbox-nav li a:hover {
  background: #eef5f9;
  color: #6a6a6a;
}

ul.inbox-nav li a:focus {
  background: #eef5f9;
  color: #6a6a6a;
}

ul.inbox-nav li a i {
  color: #6a6a6a;
  font-size: 16px;
  padding-right: 10px;
}

ul.inbox-nav li a span.label {
  margin-top: 13px;
}

ul.inbox-nav li.active a {
  background: #eef5f9;
  color: #6a6a6a;
}

.inbox-divider {
  border-bottom: 1px solid #e7e7e7;
}

ul.labels-info li {
  margin: 0;
}

ul.labels-info li h4 {
  color: #5c5c5e;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  text-transform: uppercase;
}

ul.labels-info li a {
  border-radius: 0;
  color: #6a6a6a;
  font-family: 'Roboto', sans-serif;
}

ul.labels-info li a:hover {
  background: #eef5f9;
  color: #6a6a6a;
}

ul.labels-info li a:focus {
  background: #eef5f9;
  color: #6a6a6a;
}

ul.labels-info li a i {
  padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
  color: #9d9f9e;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0 22px;
}

.inbox-head {
  background: #eef5f9;
  border-radius: 4px 4px 0 0;
  color: #373757;
  min-height: 80px;
  padding: 20px;
}

.inbox-head h3 {
  display: inline-block;
  font-weight: 300;
  margin: 0;
  padding-top: 6px;
}

.inbox-head .sr-input {
  border: medium none;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  color: #8a8a8a;
  float: left;
  height: 40px;
  padding: 0 10px;
}

.inbox-head .sr-btn {
  background: #ffffff;
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #373757;
  height: 40px;
  padding: 0 20px;
}

.table-inbox {
  border: 1px solid #e7e7e7;
  margin-bottom: 0;
}

.table-inbox tr td {
  padding: 12px !important;
}

.table-inbox tr td:hover {
  cursor: pointer;
}

.table-inbox tr td .ti-star.inbox-started {
  color: #e7b63a;
}

.table-inbox tr td .ti-star {
  color: #d5d5d5;
}

.table-inbox tr td .ti-star:hover {
  color: #e7b63a;
}

.table-inbox tr.unread td {
  background: #eef5f9;
}

ul.inbox-pagination {
  float: right;
}

ul.inbox-pagination li {
  float: left;
}

.mail-option {
  display: inline-block;
  margin: 26px 0;
  width: 100%;
  font-size: 12px;
}

.mail-option .chk-all {
  margin-right: 5px;
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e7e7e7;
  border-radius: 3px !important;
  color: #afafaf;
  display: inline-block;
  padding: 5px 16px;
}

.mail-option .chk-all input[type="checkbox"] {
  margin-top: 0;
}

.mail-option .btn-group {
  margin-right: 5px;
}

.mail-option .btn-group a.btn {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif;
  color: #373757;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
}

.mail-option .btn-group a.all {
  border: medium none;
  padding: 0;
  margin-left: 5px;
}

.mail-option .btn-group i {
  margin-left: 5px;
}

.mail-option .card-option-dropdown {
  left: 0;
  right: auto;
}

.inbox-pagination a.np-btn {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e7e7e7;
  border-radius: 3px !important;
  color: #afafaf;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 5px;
}

.inbox-pagination li span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px;
}

.fileinput-button {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
}

.fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4);
}

.modal-header h4.modal-title {
  font-weight: 300;
}

.modal-body label {
  font-weight: 400;
}

.heading-inbox h4 {
  border-bottom: 1px solid #ddd;
  color: #444444;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.sender-info {
  margin-bottom: 20px;
}

.sender-info img {
  height: 30px;
  width: 30px;
}

.sender-dropdown {
  background: none repeat scroll 0 0 #eaeaea;
  color: #777777;
  font-size: 10px;
  padding: 0 3px;
}

.view-mail a {
  color: #dc3545;
}

.attachment-mail {
  margin-top: 30px;
}

.attachment-mail ul {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.attachment-mail ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 150px;
}

.attachment-mail ul li img {
  width: 100%;
}

.attachment-mail ul li span {
  float: right;
}

.attachment-mail .file-name {
  float: left;
}

.attachment-mail .links {
  display: inline-block;
  width: 100%;
}

.fileupload-buttonbar .btn {
  margin-bottom: 5px;
}

.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

.files .progress {
  width: 200px;
}

.fileupload-processing .fileupload-loading {
  display: block;
}

* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

*+html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.inbox-small-cells {
  text-align: center;
}

.mail-group-checkbox {
  position: relative;
  top: 2px;
}

.mail-checkbox.mail-group-checkbox {
  position: relative;
  top: 2px;
  left: 2px;
}

.table-inbox>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #e7e7e7;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }

  .files .preview * {
    width: 40px;
  }

  .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
  }

  .files .progress {
    width: 20px;
  }

  .files .delete {
    width: 60px;
  }
}

.progress-bar {
  background-color: #5873fe;
}

.progress-bar-primary {
  background-color: #5873fe;
}

.progress-bar-success {
  background-color: #28a745;
}

.progress-bar-info {
  background-color: #03a9f4;
}

.progress-bar-danger {
  background-color: #dc3545;
}

.progress-bar-warning {
  background-color: #e7b63a;
}

.progress-bar-pink {
  background-color: #e6a1f2;
}

.progress-sm {
  height: 8px;
}

.progress-bar.active,
.progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-vertical {
  display: inline-block;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 250px;
  position: relative;
}

.progress-vertical-bottom {
  display: inline-block;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 250px;
  position: relative;
  transform: rotate(180deg);
}

.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s;
}

@keyframes myanimation {
  0% {
    width: 0;
  }
}

@keyframes myanimation {
  0% {
    width: 0;
  }
}

/* TO DO LIST
================================================== */
/* WebKit browsers */
/* Mozilla Firefox 4 to 18 */
/* Mozilla Firefox 19+ */
/* Internet Explorer 10+ */
.tdl-holder {
  margin: 0 auto;
}

.tdl-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tdl-holder li {
  background-color: transparent;
  border-bottom: 1px solid #e7e7e7;
  color: #868e96;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.tdl-holder li span {
  margin-left: 30px;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tdl-holder label {
  cursor: pointer;
  display: block;
  line-height: 51px;
  padding: 0 15px;
  position: relative;
  margin: 0 !important;
}

.tdl-holder label:hover {
  background-color: #eef5f9;
  color: #868e96;
}

.tdl-holder label:hover a {
  display: block;
}

.tdl-holder label a {
  border-radius: 50%;
  color: #868e96;
  display: none;
  float: right;
  font-weight: bold;
  line-height: normal;
  height: 16px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  width: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tdl-holder input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.tdl-holder input[type="checkbox"]+i {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  display: block;
  height: 18px;
  position: absolute;
  top: 15px;
  width: 18px;
  z-index: 1;
}

.tdl-holder input[type="checkbox"]:checked+i::after {
  content: "\e64c";
  font-family: 'themify';
  display: block;
  left: 0;
  position: absolute;
  top: -17px;
  z-index: 2;
}

.tdl-holder input[type="checkbox"]:checked~span {
  color: #868e96;
  text-decoration: line-through;
}

.tdl-holder input[type="text"] {
  background-color: #eef5f9;
  height: 40px;
  margin-top: 20px;
  font-size: 14px;
}

.datamap-sales-hover-tooltip {
  background: #545454;
  font-family: 'Roboto', sans-serif;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 3px;
}

thead tr th {
  color: #373757;
  font-weight: 500;
}

/* thead tr th:last-child {
  text-align: right;
} */
tbody tr th {
  color: #373757;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

tbody tr td {
  font-family: 'Roboto', sans-serif;
  color: #868e96;
}

/* tbody tr td:last-child {
  text-align: right;
} */

.table>thead>tr>td {
  line-height: 32px;
  vertical-align: middle;
  text-align: center !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 15px 45px 15px 15px !important;
}

.table>thead>tr>th {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  border-top: 0;
}

.table {
  margin-bottom: 0;
}

.table .badge {
  text-transform: uppercase;
}

.student-data-table label {
  margin-right: 7px;
}

.student-data-table td span a {
  padding: 3px;
}

.search-action {
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 92px;
  text-align: right;
}

.search-type .form-control {
  height: 30px;
}

@media (max-width: 1199px) {
  .search-action {
    text-align: center;
    position: relative;
    right: 0;
  }

  .search-type .form-control {
    margin-bottom: 8px;
    margin-top: 8px;
  }
}

.table td,
.table th {
  padding: 0.55rem;
}

.table .round-img img {
  width: 38px;
}

.current-progress {
  margin-top: 15px;
}

.progress-content:last-child {
  margin-bottom: 0;
}

.current-progressbar {
  margin-top: 3px;
}

.current-progressbar .progress {
  height: 15px;
  margin: 0;
  box-shadow: none;
}

.current-progressbar .progress-bar {
  box-shadow: 0;
  line-height: 14px;
  font-size: 11px;
  box-shadow: none;
}

.login-logo {
  text-align: center;
  margin-bottom: 15px;
}

.login-logo span {
  color: #ffffff;
  font-size: 24px;
}

.login-logo img {
  height: 75px;
}

.login-content {
  margin: 100px 0;
}

.login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px;
}

.login-form h4 {
  color: #373757;
  text-align: center;
  margin-bottom: 50px;
}

.login-form .checkbox {
  color: #373757;
}

.login-form .checkbox label {
  text-transform: none;
}

.login-form .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  border: 0px;
}

.login-form label {
  color: #373757;
  text-transform: uppercase;
}

.login-form label a {
  color: #5873fe;
}

.social-login-content {
  margin: 0px -30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  background: #fcfcfc;
}

.social-button {
  padding: 0 30px;
}

.social-button i {
  padding: 19px;
}

.register-link a {
  color: #5873fe;
}

.cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em;
}

.cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.cpu-load-data {
  margin-bottom: 30px;
}

.cpu-load-data li {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
  border-right: 0px;
}

#barChart {
  height: 400px !important;
}

.nestable-cart {
  overflow: hidden;
}

.dd-handle,
.dd3-content {
  color: #000 !important;
}

.user-work h4,
.user-skill h4 {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0px;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Roboto', sans-serif;
}

.work-content {
  margin-bottom: 15px;
}

.work-content h3 {
  font-size: 15px;
  margin-bottom: 5px;
}

.user-skill li a {
  line-height: 25px;
}

.user-profile-name {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  padding: 0px 15px;
}

.user-Location {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
}

.user-Location i {
  font-size: 14px;
}

.user-job-title {
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #5873fe;
}

.ratings h4 {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.ratings span {
  margin-right: 10px;
}

.rating-star {
  margin-bottom: 10px;
  padding-left: 15px;
}

.user-send-message {
  margin-top: 15px;
  padding-left: 15px;
}

.user-profile-tab {
  margin-top: 15px;
  padding: 0px 15px;
}

.user-profile-tab li a {
  padding: 7px 40px 7px 0px;
}

.contact-information,
.basic-information {
  margin: 10px 0px;
}

.contact-information h4,
.basic-information h4 {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.contact-title {
  display: inline-block;
  padding-bottom: 15px;
  width: 170px;
  font-size: 16px;
  color: #868e96;
}

.phone-number,
.mail-address,
.contact-email,
.contact-website,
.contact-skype,
.birth-date,
.gender {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373757;
}

.profile-widget {
  margin: 8px 0;
  text-align: center;
}

.profile-widget .stat-text {
  padding-bottom: 6px;
}

.profile-widget-one .profile-one-bg {
  position: relative;
}

.profile-widget-one .profile-one-user-photo {
  position: relative;
}

.profile-widget-one .profile-one-user-photo .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.profile-widget-one .profile-one-user-photo .user-photo {
  bottom: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.profile-widget-one .profile-one-user-photo .user-photo img {
  border-radius: 100px;
  height: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}

.profile-widget-one .profile-one-user-content ul li {
  background: #ffffff;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 32%;
}

.profile-widget-one .profile-one-user-content ul li:last-child {
  border-right: 0px;
}

.profile-widget-one .profile-one-user-content h4 {
  line-height: 30px;
  font-size: 14px;
  margin: 0px;
}

.profile-widget-one .profile-one-user-content .earning-amount,
.profile-widget-one .profile-one-user-content .sold-amount {
  color: #28a745;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.profile-widget-one .profile-one-user-content .sold-amount {
  color: #5873fe;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.profile-widget-one .profile-one-user-button {
  text-align: center;
  padding: 26px 0px;
}

.profile-widget-one .profile-btn-one {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 400;
  color: #5873fe;
}

/*Aleart
-------------*/
.alert-primary {
  background-color: #b3c0ff;
  border-color: #b3c0ff;
  color: #5873fe;
}

.alert-success {
  background-color: #71dd8a;
  border-color: #71dd8a;
  color: #28a745;
}

.alert-warning {
  background-color: #f5e0ac;
  border-color: #f5e0ac;
  color: #e7b63a;
}

.alert-danger {
  background-color: #efa2a9;
  border-color: #efa2a9;
  color: #dc3545;
}

.alert-pink {
  background-color: #f8e4fb;
  border-color: #f8e4fb;
  color: #e6a1f2;
}

.alert-dismissable .close,
.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

/*    Labels
------------------*/
.label-default {
  background-color: #878787;
}

.label-primary {
  background-color: #5873fe;
}

.label-success {
  background-color: #28a745;
}

.label-info {
  background-color: #03a9f4;
}

.label-danger {
  background-color: #dc3545;
}

.label-warning {
  background-color: #e7b63a;
}

/* Calendar
================================================== */
/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #e7e7e7;
}

.fc-widget-content {
  border: 1px solid #e7e7e7;
}

.fc th.fc-widget-header {
  background: #e7e7e7;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  color: #373757;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #eef5f9 !important;
}

.fc-state-highlight {
  background: #eef5f9 !important;
}

.fc-cell-overlay {
  background: #eef5f9 !important;
}

.fc-unthemed .fc-today {
  background: #ffffff !important;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

#drop-remove {
  margin: 0px;
  top: 3px;
}

#event-modal .modal-dialog,
#add-category .modal-dialog {
  max-width: 600px;
}

.flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #ffffff;
}

.flot-container {
  box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px;
  margin: 15px auto 30px;
  background: transparent;
}

.flot-pie-container {
  height: 275px;
}

.flotBar-container {
  height: 275px;
}

.flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.legend table {
  border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
  width: 100%;
  height: 275px;
}

.morris-hover {
  position: absolute;
  z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important;
}

.morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
  height: 285px;
}

.products_1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.products_1 .pr_img_price {
  position: relative;
}

.products_1 .pr_img_price .product_price {
  min-width: 50px;
  min-height: 50px;
  background: #28a745;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.products_1 .pr_img_price .product_price p {
  padding-top: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.products_1 .product_details .product_name {
  padding-top: 30px;
}

.products_1 .product_details .prdt_add_to_cart {
  padding-top: 10px;
}

.products_1 .product_details .prdt_add_to_cart button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-2-details .table>tbody>tr>td {
  border: none;
}

.product-2-details .product-2-des {
  margin-top: 25px;
}

.product-2-details .product-2-des .product_name h4 {
  font-size: 15px;
  font-weight: 600;
}

.product-2-details .product-2-des .product_des p {
  font-size: 13px;
  font-style: italic;
}

.product-2-details .product-2-button {
  border-left: 1px solid #e7e7e7;
  margin-top: 25px;
}

.product-2-details .product-2-button .prdt_add_to_curt {
  padding-top: 10px;
}

.product-2-details .product-2-button .prdt_add_to_curt button {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-3-img img {
  width: 100%;
}

.product_details_3 {
  padding: 15px 0px;
}

.product_details_3 .product_name h4 {
  font-size: 15px;
  font-weight: 600;
}

.product_details_3 .product_des {
  padding-bottom: 5px;
}

.product_details_3 .prdt_add_to_curt {
  padding-top: 10px;
}

.product_details_3 .prdt_add_to_curt button {
  text-transform: uppercase;
  font-weight: 600;
}

.favourite-menu-details .table>tbody>tr>td {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
}

.favourite-menu-details .favourite-menu-img {
  border-right: 1px solid #e7e7e7;
  margin-bottom: 25px;
  width: 120px;
}

.favourite-menu-details .favourite-menu-des {
  margin-top: 40px;
  margin-right: 465px;
}

.favourite-menu-details .favourite-menu-des .product_name h4 {
  font-weight: 600;
  text-align: left;
}

.favourite-menu-details .favourite-menu-button {
  margin-top: 40px;
}

.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
  padding-top: 10px;
}

.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.order-list-item table tbody>tr>td {
  padding-top: 8px;
  border-top: 1px solid #e7e7e7;
}

.order-list-item table thead>tr>th {
  border-bottom: 1px solid #e7e7e7;
}

.order-list-item thead {
  background: #5873fe;
  text-align: left;
}

.order-list-item thead th {
  color: #ffffff;
  font-weight: bold;
}

.order-list-item tbody {
  background: #ffffff;
  text-align: left;
}

.order-list-item tbody td {
  color: #444444;
}

.booking-system-feedback {
  top: 5px !important;
  right: 15px;
}

.booking-system-top {
  padding-top: 15px;
}

.media-body {
  vertical-align: middle;
}

.media-body span {
  font-size: 10px;
  color: #5873fe;
}

.media-body p {
  color: #868e96;
  line-height: 15px;
}

.example {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  background-color: #eef5f9;
  text-align: justify;
}

.example p {
  padding: 20px 20px 0px 20px;
  font-size: 12px;
}

.box,
.simple {
  height: 300px;
}

.scrollable-auto-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.scrollable-auto-y {
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-auto {
  overflow: auto;
}

.vmap {
  width: 100%;
  height: 400px;
}

.dark-browse-input-box {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  color: #000000;
  border: 1px solid #e7e7e7;
}

.dark-browse-input-box .dark-input-button {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background: #ffffff;
  border: none !important;
  color: #5873fe;
}

.dark-browse-input-box .dark-input-button i {
  font-weight: bold;
  font-size: 17px;
}

.dark-browse-input-box .dark-input-button:hover {
  background: #ffffff;
  color: #5873fe;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: none !important;
}

.dark-browse-input-box .dark-input-button:focus {
  outline: none;
  border: none !important;
  background: none !important;
}

.file-input {
  position: relative;
  font-size: 14px;
}

.file-input label {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  margin: 0;
}

.file-input label:focus {
  outline: none;
  border: none !important;
  background: none !important;
}

.file-input .btn {
  position: absolute;
  right: 6px;
  top: 7px;
  bottom: 6px;
  max-width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 32px;
}

.file-input .btn input {
  width: 0;
  height: 0;
}

.file-input .file-name {
  float: left;
  width: 100%;
  border: 0;
  background: transparent;
}

.media-stats-content .stats-content {
  padding: 30px 0px;
}

.media-stats-content .stats-content .stats-digit {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.media-stats-content .stats-content .stats-text {
  font-size: 14px;
}

.media-stats-content .stats-content .table td {
  line-height: 40px !important;
}

.carousel.vertical .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel.vertical .carousel-inner>.item {
  display: none;
  position: relative;
  transition: top 0.6s ease-in-out;
}

.carousel.vertical .carousel-inner>.item>img,
.carousel.vertical .carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel.vertical .carousel-inner>.item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .carousel.vertical .carousel-inner>.item.next,
  .carousel.vertical .carousel-inner>.item.active.right {
    transform: translate3d(0, 100%, 0);
    top: 0;
  }

  .carousel.vertical .carousel-inner>.item.prev,
  .carousel.vertical .carousel-inner>.item.active.left {
    transform: translate3d(0, -100%, 0);
    top: 0;
  }

  .carousel.vertical .carousel-inner>.item.next.left,
  .carousel.vertical .carousel-inner>.item.prev.right,
  .carousel.vertical .carousel-inner>.item.active {
    transform: translate3d(0, 0, 0);
    top: 0;
    width: 100%;
  }
}

.carousel.vertical .carousel-inner>.active,
.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
  display: block;
}

.carousel.vertical .carousel-inner>.active {
  top: 0;
}

.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel.vertical .carousel-inner>.next {
  top: 100%;
}

.carousel.vertical .carousel-inner>.prev {
  top: -100%;
}

.carousel.vertical .carousel-inner>.next.left,
.carousel.vertical .carousel-inner>.prev.right {
  top: 0;
}

.carousel.vertical .carousel-inner>.active.left {
  top: -100%;
}

.carousel.vertical .carousel-inner>.active.right {
  top: 100%;
}

.ct-chart {
  height: 265px;
}

.ct-pie-chart {
  height: 328px;
}

.ct-svg-chart {
  height: 270px;
}

.ct-bar-chart {
  height: 250px;
}

.ct-label {
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
  font-size: 10px;
}

.ct-chart-pie .ct-label {
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #28A745;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #007BFF;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
  stroke: #e6a1f2;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
  stroke: #e7b63a;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
  fill: #28A745;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
  fill: #007BFF;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
  fill: #e6a1f2;
}

body {
  font-family: 'Roboto', sans-serif;
  background: rgba(88, 115, 254, 0.04);
  color: #868e96;
  font-size: 14px;
}

a,
button {
  outline: none !important;
  text-decoration: none !important;
  color: #868e96;
  transition: all 0.2s ease 0s;
}

a.active,
button.active,
a:focus,
button:focus,
a:hover,
button:hover {
  color: #252525;
  outline: none !important;
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #868e96;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6.h1 {
  color: #373757;
}

.dib {
  display: inline-block;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.alert h4 {
  color: #373757;
}

.border-none {
  border: 1px solid transparent;
}

.footer>p {
  /* margin-top: 20px; */
  padding: 10px;
  /* text-align: center; */
}

@media (min-width:1700px) {
  .sidebar.sidebar-shrink~.content-wrap {
    min-height: 86vh !important;
}
}
@media (max-width:1024px) {
  .footer {
    margin-left: 0 !important;
    transition: margin-left 300ms ease-in-out 0s;
    text-align: center !important;
}
}

.footer>p a {
  color: #5873fe;
}

.bar-hidden {
  overflow-X: hidden;
}

.color-white {
  color: #ffffff;
}

.btn-btn {
  padding: 15px 25px;
  border: 0;
}

.btn-btn:hover {
  color: #ffffff;
}

.letter-space {
  letter-spacing: 1px;
}

.solid-btn {
  padding: 15px 42px;
}

.box-shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/*    Color Mixins
-------------------*/
.color-primary,
.text-primary {
  color: #5873fe;
}

.color-success,
.text-success {
  color: #28a745;
}

.color-info,
.text-info {
  color: #03a9f4;
}

.color-danger,
.text-danger {
  color: #dc3545;
}

.color-warning,
.text-warning {
  color: #e7b63a;
}

.color-pink,
.text-pink {
  color: #e6a1f2;
}

.color-dark,
.text-dark {
  color: #545454;
}

.color-grey,
.text-grey {
  color: #ddd;
}

/*    Mixins
--------------------------*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/*    Background Mixins
--------------------------*/
.bg-primary {
  background: #5873fe;
  color: #ffffff;
  fill: #5873fe;
}

.bg-success {
  background: #28a745;
  color: #ffffff;
  fill: #28a745;
}

.bg-info {
  background: #03a9f4;
  color: #ffffff;
  fill: #03a9f4;
}

.bg-danger {
  background: #dc3545;
  color: #ffffff;
  fill: #dc3545;
}

.bg-warning {
  background: #e7b63a;
  color: #ffffff;
  fill: #e7b63a;
}

.bg-pink {
  background: #e6a1f2;
  color: #ffffff;
  fill: #e6a1f2;
}

.bg-dark {
  background: #545454;
  color: #ffffff;
  fill: #545454;
}

.bg-transparent {
  background: transparent;
  color: #252525;
}

.no-select-arrow {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid #e7e7e7;
}

.bg-ash {
  background: #f5f5f5;
}

.bg-white {
  background: #ffffff;
}

/*    Border Mixins
--------------------------*/
.border-primary {
  border-color: #5873fe;
}

.border-success {
  border-color: #28a745;
}

.border-info {
  border-color: #03a9f4;
}

.border-danger {
  border-color: #dc3545;
}

.border-warning {
  border-color: #e7b63a;
}

.border-pink {
  border-color: #e6a1f2;
}

.border-dark {
  border-color: #545454;
}

.no-border {
  border: 0px !important;
}

.border-top {
  border-top: 1px solid #e7e7e7;
}

.border-white {
  border: 1px solid #ffffff;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.border-left {
  border-left: 1px solid #e7e7e7;
}

.border-right {
  border-right: 1px solid #e7e7e7;
}

.white-bottom {
  border-bottom: 1px solid #ffffff;
}

.radius-0 {
  border-radius: 0;
}

/*    Brand Background
-----------------------------*/
.bg-facebook {
  background: #3b5998;
  fill: #3b5998;
}

.bg-twitter {
  background: #1da1f2;
  fill: #1da1f2;
}

.bg-youtube {
  background: #cd201f;
  fill: #cd201f;
}

.bg-google-plus {
  background: #dd4b39;
  fill: #dd4b39;
}

.bg-linkedin {
  background: #007bb6;
}

/*    Gradient
-----------------------------*/
.liner-gradient-primary {
  background: linear-gradient(to right, rgba(253, 77, 54, 0.7), #fd4d36);
}

/*    width
-----------------------------*/
.w10pr {
  width: 10%;
}

.w12pr {
  width: 12%;
}

.p-28 {
  padding: 28px;
}

.p-10 {
  padding: 10px;
}

/*    Chart Spanrkline
-------------------------*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*    Bootstrap class
---------------------------*/
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

@media (max-width: 667px) {
  .dt-buttons {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .dt-buttons {
    display: inline-block;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #28a745;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #28a745;
  border-left-color: #28a745;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.superpose {
  color: #EEE;
  height: 350px;
  width: 100%;
}

.superclock {
  position: relative;
  width: 300px;
  margin: auto;
}

.superclock1 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.superclock2 {
  position: absolute;
  left: 60px;
  top: 60px;
}

.superclock3 {
  position: absolute;
  left: 110px;
  top: 110px;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  z-index: 99999;
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.media-text-right {
  text-align: right;
}

.media-text-left {
  text-align: left;
}

.boxshadow-none {
  box-shadow: none;
}

.progress-sm {
  height: 8px;
}

.bg-warning-dark {
  background: #e7b63a;
}

.bg-info-dark {
  background: #8b67c9;
}

.bg-danger-dark {
  background: #e63327;
}

.bg-success-dark {
  background: #2ed3aa;
}

.bg-primary-dark {
  background: #0095e1;
}

.widget-card-circle i {
  font-size: 30px;
  left: 0;
  line-height: 97px;
  right: 0;
  text-align: center;
}

.widget-line-list li {
  display: inline-block;
  font-size: 1.2em;
  line-height: 27px;
  padding: 5px 20px 0 15px;
}

.widget-line-list li span {
  font-size: 12px;
}

.height-150 {
  height: 150px;
}

.social-connect ul li {
  display: inline-block;
}

.social-connect ul li a {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 15px;
  border-radius: 4px;
}

.user-card-absolute {
  top: 115px;
  left: 0;
  right: 0;
}

.social-pad {
  padding: 40px 30px 110px;
}

.round-img img {
  border-radius: 100px;
}

.blockquote-box {
  border-right: 5px solid #E6E6E6;
  margin-bottom: 25px;
}

.blockquote-box .square {
  width: 100px;
  min-height: 50px;
  margin-right: 22px;
  text-align: center !important;
  background-color: #E6E6E6;
  padding: 20px 0;
}

.blockquote-box .blockquote-primary {
  border-color: #5873fe;
}

.blockquote-box .blockquote-primary .square {
  background-color: #5873fe;
  color: #ffffff;
}

.blockquote-box .blockquote-success {
  border-color: #28a745;
}

.blockquote-box .blockquote-success .square {
  background-color: #28a745;
  color: #ffffff;
}

.blockquote-box .blockquote-info {
  border-color: #03a9f4;
}

.blockquote-box .blockquote-info .square {
  background-color: #03a9f4;
  color: #ffffff;
}

.blockquote-box .blockquote-warning {
  border-color: #e7b63a;
}

.blockquote-box .blockquote-warning .square {
  background-color: #e7b63a;
  color: #ffffff;
}

.blockquote-box .blockquote-danger {
  border-color: #d43f3a;
}

.blockquote-box .blockquote-danger .square {
  background-color: #dc3545;
  color: #ffffff;
}

/*
/* Version: 1.0
*/
/*-------- css code for responsive layout  --------*/
/*  To make Responsive
---------------------------------------------------------------------- /
*	1 - media screen and (max-width: 1750px)
*   2 - media screen and (max-width: 1680px)
*   3 - media screen and (max-width: 1280px)
*   4 - media screen and (max-width: 1199px)
*   5 - media screen and (max-width: 1024px)
*   6 - media screen and (max-width: 991px)
*   7 - media screen and (max-width: 767px)
*   8 - media screen and (max-width: 680px)
*   9 - media screen and (max-width: 480px)
*   10 - media screen and (max-width: 320px)
*
---------------------------------------------------------------------- */
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  1 - media screen and (max-width: 1750px) End
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px) End
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px) End
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px) End
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-margin-right {
    margin-right: 7px !important;
  }

  .title-margin-left {
    margin-left: 7px !important;
  }
}

/*  5 - media screen and (max-width: 1024px) End
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .title-margin-right {
    margin-right: 7px !important;
  }

  .title-margin-left {
    margin-left: 7px !important;
  }
}

/*  6 - media screen and (max-width: 991px) End
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
  .title-margin-right {
    margin-right: 7px !important;
  }

  .title-margin-left {
    margin-left: 7px !important;
  }
}

/*  7 - media screen and (max-width: 767px) End
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
  .title-margin-right {
    margin-right: 7px !important;
  }

  .title-margin-left {
    margin-left: 7px !important;
  }

  .inbox-pagination {
    margin-top: 30px;
    float: left !important;
  }

  .card-badge .label {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
  }

  .mail-box .sm-side {
    width: 100%;
  }

  .mail-box aside {
    display: inline;
  }
}

/*  8 - media screen and (max-width: 680px) End
---------------------------------------------------------------------- */
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .title-margin-right {
    margin-right: 7px !important;
  }

  .title-margin-left {
    margin-left: 7px !important;
  }

  #project {
    margin-left: 0%;
  }

  .fc-toolbar .fc-right {
    float: left;
    margin-top: 15px;
  }

  .card-badge .label {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
  }

  .mail-box .sm-side {
    width: 100%;
  }

  .mail-box aside {
    display: inline;
  }
}

/*  9 - media screen and (max-width: 360px) End
---------------------------------------------------------------------- */
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .title-margin-right {
    margin-right: 7px !important;
  }

  .title-margin-left {
    margin-left: 7px !important;
  }

  #project {
    margin-left: 0%;
  }

  .fc-toolbar .fc-right {
    float: left;
    margin-top: 15px;
  }

  .br-theme-bars-pill .br-widget a {
    padding: 7px 12px;
  }

  .br-theme-bars-reversed .br-widget .br-current-rating {
    padding: 0px;
  }

  .alert-rating {
    padding-bottom: 40px;
  }

  .card-badge .label {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
  }

  .mail-box .sm-side {
    width: 100%;
  }

  .mail-box aside {
    display: inline;
  }

  .chk-group {
    margin-bottom: 10px;
  }

  .pagination-list {
    float: left !important;
    margin-top: 10px;
  }

  .inner-append {
    position: relative;
  }

  .inner-append .append-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  .input-text {
    margin-bottom: 12px;
  }
}

/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/*---------------------------------------------------------------*/
/* Retina */
/*---------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .default-logo {
    display: none !important;
  }

  .retina-logo {
    display: inline-block !important;
  }
}





/* login page css start */

.login-main {


  background: url('../images/login-bd/image_2024_08_22T16_39_03_708Z.png');
  background-size: cover;
  background-position-y: top;
  position: relative;


}

.login-main::before {
  content: "";
  background: rgb(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;


}

.login-wrapper {
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 20px 0;

}

.test-login {
  width: 100%;
  max-width: 850px;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  /* background: SlateBlue; */
}

.login-wrapper .login-content {
  border-radius: 200px 0 0 0;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(to bottom left, #33ccff 0%, #ff99cc 100%);
  padding: 70px 40px;
  z-index: 2;
}



.login-wrapper .login-content h1 {
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
}

.login-wrapper .login-content form .input-border {
  border: 2px solid black;
  border-radius: 25px;
}

.login-wrapper .login-content form input {
  background-color: transparent !important;
  border: none !important;
}




.login-wrapper .login-content .forgot-password .forgotpassword {

  font-size: 16px !important;

}


.login-wrapper .login-content .box {
  border: 2px solid black !important;
}

.login-wrapper .login-content form .form-control:focus {
  box-shadow: none !important;
  border-radius: 30px;
}

.login-wrapper .login-content form .form-control {

  padding: 10px 10px !important;
  font-size: 2rem !important;
  border-radius: 50px !important;
  background-color: transparent !important;

}

.login-wrapper .login-content form .register-txt {

  padding: 9px 12px !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  background-color: transparent !important;

}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
  border-radius: 30px;
  color: black !important;
}

.login-wrapper .login-content form input::placeholder {
  color: black !important;
}

.login-wrapper .login-content form button {
  background-color: black;
  color: white;
  padding: 10px 64px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
}

.login-wrapper .login-content form .forgott-text {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.login-wrapper .login-content form label {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.login-wrapper .login-content .register-account {
  text-align: center;
}

.login-wrapper .login-content .register-account h6 {
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.login-wrapper .login-content .register-account a {
  color: black;
  font-size: 16px;
  font-weight: 600;

}


@media (max-width: 576px) {
  .login-wrapper .login-content {
    border-radius: 20px !important;
    padding: 40px 20px;
  }

  .login-wrapper .login-content form button {
    padding: 10px 30px;
  }

  .test-login {
    padding: 40px 0;
  }

  .remember-text {

    font-size: 13px;
  }
}

/* login page css end */


:root {
  --primary: #1e2957;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.no-resize {
  resize: none;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.font-underline {
  text-decoration: underline;
}

.font-line-through {
  text-decoration: line-through;
}

.font-overline {
  text-decoration: overline;
}

.bg-red {
  background-color: #f44336 !important;
  color: #fff;
}

.bg-red .content .text,
.bg-red .content .number {
  color: #fff !important;
}

.bg-pink {
  background-color: #e91e63 !important;
  color: #fff;
}

.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
  color: #fff;
}

.bg-purple .content .text,
.bg-purple .content .number {
  color: #fff !important;
}

.bg-deep-purple {
  background-color: #673ab7 !important;
  color: #fff;
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
  color: #fff !important;
}

.bg-indigo {
  background-color: #3b03db !important;
  color: #fff;
}

.bg-indigo .content .text,
.bg-indigo .content .number {
  color: #fff !important;
}

.bg-blue {
  background-color: #2196f3 !important;
  color: #fff;
}

.bg-blue .content .text,
.bg-blue .content .number {
  color: #fff !important;
}

.bg-light-blue {
  background-color: #03a9f4 !important;
  color: #fff;
}

.bg-light-blue .content .text,
.bg-light-blue .content .number {
  color: #fff !important;
}

.bg-cyan {
  background-color: #29c0b1 !important;
  color: #fff;
}

.bg-cyan .content .text,
.bg-cyan .content .number {
  color: #fff !important;
}

.bg-teal {
  background-color: #009688 !important;
  color: #fff;
}

.bg-teal .content .text,
.bg-teal .content .number {
  color: #fff !important;
}

.bg-green {
  background-color: #4caf50 !important;
  color: #fff;
}

.bg-green .content .text,
.bg-green .content .number {
  color: #fff !important;
}

.bg-light-green {
  background-color: #8bc34a !important;
  color: #fff;
}

.bg-light-green .content .text,
.bg-light-green .content .number {
  color: #fff !important;
}

.bg-lime {
  background-color: #cddc39 !important;
  color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important;
}

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff;
}

.bg-yellow .content .text,
.bg-yellow .content .number {
  color: #fff !important;
}

.bg-amber {
  background-color: #ffc107 !important;
  color: #fff;
}

.bg-amber .content .text,
.bg-amber .content .number {
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9800 !important;
  color: #fff;
}

.bg-orange .content .text,
.bg-orange .content .number {
  color: #fff !important;
}

.bg-deep-orange {
  background-color: #ff5722 !important;
  color: #fff;
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
  color: #fff !important;
}

.bg-brown {
  background-color: #795548 !important;
  color: #fff;
}

.bg-brown .content .text,
.bg-brown .content .number {
  color: #fff !important;
}

.bg-grey {
  background-color: #9e9e9e !important;
  color: #fff;
}

.bg-grey .content .text,
.bg-grey .content .number {
  color: #fff !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
  color: #fff;
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
  color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}

.bg-black .content .text,
.bg-black .content .number {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
  color: #fff;
}

.bg-white .content .text,
.bg-white .content .number {
  color: #fff !important;
}

.bg-dark-gray {
  background-color: #888 !important;
  color: #fff;
}

.bg-dark-gray .content .text,
.bg-dark-gray .content .number {
  color: #fff !important;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-green .content .text,
.l-bg-green .content .number {
  color: #fff !important;
}

.l-bg-green-dark {
  background: linear-gradient(135deg, #23bdb8 0, #65a986 100%) !important;
  color: #fff;
}

.l-bg-green-dark .content .text,
.l-bg-green-dark .content .number {
  color: #fff !important;
}

.l-bg-orange {
  background: linear-gradient(135deg, #f48665 0%, #fda23f 100%) !important;
  color: #fff;
}

.l-bg-orange .content .text,
.l-bg-orange .content .number {
  color: #fff !important;
}

.l-bg-orange-dark {
  background: linear-gradient(135deg, #f48665 0, #d68e41 100%) !important;
  color: #fff;
}

.l-bg-orange-dark .content .text,
.l-bg-orange-dark .content .number {
  color: #fff !important;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-cyan .content .text,
.l-bg-cyan .content .number {
  color: #fff !important;
}

.l-bg-cyan-dark {
  background: linear-gradient(135deg, #289cf5, #4f8bb7) !important;
  color: #fff;
}

.l-bg-cyan-dark .content .text,
.l-bg-cyan-dark .content .number {
  color: #fff !important;
}

.l-bg-red {
  background: linear-gradient(to right, #a77ffc 0%, #ff6eac 100%) !important;
  color: #fff;
}

.l-bg-red .content .text,
.l-bg-red .content .number {
  color: #fff !important;
}

.l-bg-purple {
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%) !important;
  color: #fff;
}

.l-bg-purple .content .text,
.l-bg-purple .content .number {
  color: #fff !important;
}

.l-bg-purple-dark {
  background: linear-gradient(135deg, #8e4cf1 0, #c554bc 100%) !important;
  color: #fff;
}

.l-bg-purple-dark .content .text,
.l-bg-purple-dark .content .number {
  color: #fff !important;
}

.l-bg-yellow {
  background: linear-gradient(to right, #f6e384, #ffd500) !important;
  color: #fff;
}

.l-bg-yellow .content .text,
.l-bg-yellow .content .number {
  color: #fff !important;
}

.col-red {
  color: #f44336 !important;
}

.col-pink {
  color: #e91e63 !important;
}

.col-purple {
  color: #9c27b0 !important;
}

.col-deep-purple {
  color: #673ab7 !important;
}

.col-indigo {
  color: #3b03db !important;
}

.col-blue {
  color: #2196f3 !important;
}

.col-light-blue {
  color: #03a9f4 !important;
}

.col-cyan {
  color: #29c0b1 !important;
}

.col-teal {
  color: #009688 !important;
}

.col-green {
  color: #4caf50 !important;
}

.col-light-green {
  color: #8bc34a !important;
}

.col-lime {
  color: #cddc39 !important;
}

.col-yellow {
  color: #ffe821 !important;
}

.col-amber {
  color: #ffc107 !important;
}

.col-orange {
  color: #ff9800 !important;
}

.col-deep-orange {
  color: #ff5722 !important;
}

.col-brown {
  color: #795548 !important;
}

.col-grey {
  color: #9e9e9e !important;
}

.col-blue-grey {
  color: #607d8b !important;
}

.col-black {
  color: #000 !important;
}

.col-white {
  color: #fff !important;
}

.col-dark-gray {
  color: #888 !important;
}

.width-per-0 {
  width: 0%;
}

.width-per-1 {
  width: 1%;
}

.width-per-2 {
  width: 2%;
}

.width-per-3 {
  width: 3%;
}

.width-per-4 {
  width: 4%;
}

.width-per-5 {
  width: 5%;
}

.width-per-6 {
  width: 6%;
}

.width-per-7 {
  width: 7%;
}

.width-per-8 {
  width: 8%;
}

.width-per-9 {
  width: 9%;
}

.width-per-10 {
  width: 10%;
}

.width-per-11 {
  width: 11%;
}

.width-per-12 {
  width: 12%;
}

.width-per-13 {
  width: 13%;
}

.width-per-14 {
  width: 14%;
}

.width-per-15 {
  width: 15%;
}

.width-per-16 {
  width: 16%;
}

.width-per-17 {
  width: 17%;
}

.width-per-18 {
  width: 18%;
}

.width-per-19 {
  width: 19%;
}

.width-per-20 {
  width: 20%;
}

.width-per-21 {
  width: 21%;
}

.width-per-22 {
  width: 22%;
}

.width-per-23 {
  width: 23%;
}

.width-per-24 {
  width: 24%;
}

.width-per-25 {
  width: 25%;
}

.width-per-26 {
  width: 26%;
}

.width-per-27 {
  width: 27%;
}

.width-per-28 {
  width: 28%;
}

.width-per-29 {
  width: 29%;
}

.width-per-30 {
  width: 30%;
}

.width-per-31 {
  width: 31%;
}

.width-per-32 {
  width: 32%;
}

.width-per-33 {
  width: 33%;
}

.width-per-34 {
  width: 34%;
}

.width-per-35 {
  width: 35%;
}

.width-per-36 {
  width: 36%;
}

.width-per-37 {
  width: 37%;
}

.width-per-38 {
  width: 38%;
}

.width-per-39 {
  width: 39%;
}

.width-per-40 {
  width: 40%;
}

.width-per-41 {
  width: 41%;
}

.width-per-42 {
  width: 42%;
}

.width-per-43 {
  width: 43%;
}

.width-per-44 {
  width: 44%;
}

.width-per-45 {
  width: 45%;
}

.width-per-46 {
  width: 46%;
}

.width-per-47 {
  width: 47%;
}

.width-per-48 {
  width: 48%;
}

.width-per-49 {
  width: 49%;
}

.width-per-50 {
  width: 50%;
}

.width-per-51 {
  width: 51%;
}

.width-per-52 {
  width: 52%;
}

.width-per-53 {
  width: 53%;
}

.width-per-54 {
  width: 54%;
}

.width-per-55 {
  width: 55%;
}

.width-per-56 {
  width: 56%;
}

.width-per-57 {
  width: 57%;
}

.width-per-58 {
  width: 58%;
}

.width-per-59 {
  width: 59%;
}

.width-per-60 {
  width: 60%;
}

.width-per-61 {
  width: 61%;
}

.width-per-62 {
  width: 62%;
}

.width-per-63 {
  width: 63%;
}

.width-per-64 {
  width: 64%;
}

.width-per-65 {
  width: 65%;
}

.width-per-66 {
  width: 66%;
}

.width-per-67 {
  width: 67%;
}

.width-per-68 {
  width: 68%;
}

.width-per-69 {
  width: 69%;
}

.width-per-70 {
  width: 70%;
}

.width-per-71 {
  width: 71%;
}

.width-per-72 {
  width: 72%;
}

.width-per-73 {
  width: 73%;
}

.width-per-74 {
  width: 74%;
}

.width-per-75 {
  width: 75%;
}

.width-per-76 {
  width: 76%;
}

.width-per-77 {
  width: 77%;
}

.width-per-78 {
  width: 78%;
}

.width-per-79 {
  width: 79%;
}

.width-per-80 {
  width: 80%;
}

.width-per-81 {
  width: 81%;
}

.width-per-82 {
  width: 82%;
}

.width-per-83 {
  width: 83%;
}

.width-per-84 {
  width: 84%;
}

.width-per-85 {
  width: 85%;
}

.width-per-86 {
  width: 86%;
}

.width-per-87 {
  width: 87%;
}

.width-per-88 {
  width: 88%;
}

.width-per-89 {
  width: 89%;
}

.width-per-90 {
  width: 90%;
}

.width-per-91 {
  width: 91%;
}

.width-per-92 {
  width: 92%;
}

.width-per-93 {
  width: 93%;
}

.width-per-94 {
  width: 94%;
}

.width-per-95 {
  width: 95%;
}

.width-per-96 {
  width: 96%;
}

.width-per-97 {
  width: 97%;
}

.width-per-98 {
  width: 98%;
}

.width-per-99 {
  width: 99%;
}

.width-per-100 {
  width: 100%;
}

/* .btn:focus,
.btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
  box-shadow: none !important;
  outline: none;
} */

.table i{
  font-size: 17px !important;
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
      float: left !important;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0 !important;
}
}

a {
  color: #3b03db;
  font-weight: 500;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
  margin-left: 4px;
}

.bg-primary {
  background-color: #3b03db !important;
}

.bg-secondary {
  background-color: #cdd3d8 !important;
}

.bg-success {
  background-color: #54ca68 !important;
}

.bg-info {
  background-color: #3abaf4 !important;
}

.bg-warning {
  background-color: #5cba00 !important;
}

.bg-danger {
  background-color: #fc544b !important;
}

.bg-light {
  background-color: #e3eaef !important;
}

.bg-dark {
  background-color: #191d21 !important;
}

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
  color: #3b03db !important;
}

.text-secondary,
.text-secondary-all *,
.text-secondary-all *:before,
.text-secondary-all *:after {
  color: #cdd3d8 !important;
}

.text-success,
.text-success-all *,
.text-success-all *:before,
.text-success-all *:after {
  color: #54ca68 !important;
}

.text-info,
.text-info-all *,
.text-info-all *:before,
.text-info-all *:after {
  color: #3abaf4 !important;
}

.text-warning,
.text-warning-all *,
.text-warning-all *:before,
.text-warning-all *:after {
  color: #5cba00 !important;
}

.text-danger,
.text-danger-all *,
.text-danger-all *:before,
.text-danger-all *:after {
  color: #fc544b !important;
}

.text-light,
.text-light-all *,
.text-light-all *:before,
.text-light-all *:after {
  color: #e3eaef !important;
}

.text-white,
.text-white-all *,
.text-white-all *:before,
.text-white-all *:after {
  color: #fff !important;
}

.text-dark,
.text-dark-all *,
.text-dark-all *:before,
.text-dark-all *:after {
  color: #191d21 !important;
}

.font-weight-normal {
  font-weight: 500 !important;
}

.lead {
  line-height: 34px;
}

@media (max-width: 575.98px) {
  .lead {
    font-size: 17px;
    line-height: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p,
ul:not(.list-unstyled),
ol {
  /* line-height: 28px; */
}

.shadow {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.text-muted {
  color: #98a6ad !important;
}

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
  background-color: #fdfdff;
  border-color: #e4e6fc;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
  background-color: #fefeff;
  border-color: #95a0f4;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 10px 15px;
  height: 42px;
}

textarea.form-control {
  height: 64px !important;
}

.custom-control {
  line-height: 1.6rem;
}

.custom-file,
.custom-file-label,
.custom-select,
.custom-file-label:after,
.form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}

.form-control.creditcard {
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-right: 60px;
}

.form-control.creditcard.visa {
  background-image: url("../img/cards/visa.png");
}

.form-control.creditcard.americanexpress {
  background-image: url("../img/cards/americanexpress.png");
}

.form-control.creditcard.dinersclub {
  background-image: url("../img/cards/dinersclub.png");
}

.form-control.creditcard.discover {
  background-image: url("../img/cards/discover.png");
}

.form-control.creditcard.jcb {
  background-image: url("../img/cards/jcb.png");
}

.form-control.creditcard.mastercard {
  background-image: url("../img/cards/mastercard.png");
}

.form-control.creditcard.visa {
  background-image: url("../img/cards/visa.png");
}

.form-group {
  margin-bottom: 25px;
}

.form-group .control-label,
.form-group>label {
  font-weight: 600;
  color: #34395e;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.form-group.floating-addon {
  position: relative;
}

.form-group.floating-addon .input-group-prepend {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
}

.form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  left: initial;
  right: 0;
}

.form-group.floating-addon .input-group-prepend .input-group-text,
.form-group.floating-addon .input-group-append .input-group-text {
  border-color: transparent;
  background-color: transparent;
  font-size: 20px;
}

.form-group.floating-addon .form-control {
  border-radius: 3px;
  padding-left: 40px;
}

.form-group.floating-addon .form-control+.form-control {
  border-radius: 0 3px 3px 0;
  padding-left: 15px;
}

.input-group-append [class*="btn-outline-"] {
  background-color: #fdfdff;
}

.form-text {
  font-size: 12px;
  line-height: 22px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
  background-color: #3b03db !important;
}

.custom-file-label {
  line-height: 2.2;
}

.custom-file-label:after {
  height: calc(2.25rem + 4px);
  line-height: 2.2;
  border-color: transparent;
}

.custom-file-label:focus,
.custom-file-label:active {
  box-shadow: none;
  outline: none;
}

.custom-file-input:focus+.custom-file-label {
  box-shadow: none;
  border-color: #3b03db;
}

.custom-file-input:focus+.custom-file-label:after {
  border-color: transparent;
}

.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.selectgroup-item+.selectgroup-item {
  margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-input-radio {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-button {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  display: block;
  text-align: center;
  padding: 0 1rem;
  height: 35px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  min-width: 2.375rem;
  line-height: 36px;
}

.selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.selectgroup-button-icon i {
  font-size: 14px;
}

.selectgroup-input-radio:focus+.selectgroup-button,
.selectgroup-input-radio:checked+.selectgroup-button {
  background-color: #3b03db;
  color: #fff;
  z-index: 1;
}

.selectgroup-pills {
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}

.selectgroup-pills input:checked+span {
  background-color: #3b03db;
  border-radius: 50px !important;
  color: #fff;
  z-index: 1;
}

.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-switches-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-switches-stacked .custom-switch {
  margin-bottom: 0.5rem;
}

.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 40, 100, 0.12);
  transition: 0.3s border-color, 0.3s background-color;
}

.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
}

.custom-switch-input:checked~.custom-switch-indicator {
  background: #3b03db;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
  left: calc(1rem + 1px);
}

.custom-switch-input:focus~.custom-switch-indicator {
  border-color: #3b03db;
}

.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}

.custom-switch-input:checked~.custom-switch-description {
  color: #495057;
}

.imagecheck {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.imagecheck-figure {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin: 0;
  position: relative;
  vertical-align: top;
}

.imagecheck-input:focus~.imagecheck-figure {
  border-color: #3b03db;
}

.imagecheck-input:checked~.imagecheck-figure {
  border-color: rgba(0, 40, 100, 0.24);
}

.imagecheck-figure:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #3b03db url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
  color: #fff;
  z-index: 1;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s opacity;
}

.imagecheck-input:checked~.imagecheck-figure:before {
  opacity: 1;
}

.imagecheck-image {
  max-width: 100%;
  opacity: 0.64;
  transition: 0.3s opacity;
}

.imagecheck-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.imagecheck-image:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.imagecheck:hover .imagecheck-image {
  opacity: 1;
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-image,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-image {
  opacity: 1;
}

.imagecheck-caption {
  text-align: center;
  padding: 0.25rem 0.25rem;
  color: #9aa0ac;
  font-size: 0.875rem;
  transition: 0.3s color;
}

.imagecheck:hover .imagecheck-caption {
  color: #495057;
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption {
  color: #495057;
}

.colorinput {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.colorinput-color {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: 0.3s opacity;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
  opacity: 1;
}

.list-unstyled-border li {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.list-unstyled-border li .custom-checkbox {
  margin-right: 15px;
}

.list-unstyled-border li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.list-unstyled-noborder li:last-child {
  border-bottom: none;
}

.list-group-item.active {
  background-color: #3b03db;
}

.list-group-item.disabled {
  color: #c9d7e0;
}

.list-group-item-primary {
  background-color: #3b03db;
  color: #fff;
}

.list-group-item-secondary {
  background-color: #cdd3d8;
  color: #fff;
}

.list-group-item-success {
  background-color: #54ca68;
  color: #fff;
}

.list-group-item-danger {
  background-color: #fc544b;
  color: #fff;
}

.list-group-item-warning {
  background-color: #5cba00;
  color: #fff;
}

.list-group-item-info {
  background-color: #3abaf4;
  color: #fff;
}

.list-group-item-light {
  background-color: #e3eaef;
  color: #191d21;
}

.list-group-item-dark {
  background-color: #191d21;
  color: #fff;
}

.alert {
  color: #fff;
  border: none;
  padding: 15px 20px;
}

.alert .alert-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.alert code {
  background-color: #fff;
  border-radius: 3px;
  padding: 1px 4px;
}

.alert p {
  margin-bottom: 0;
}

.alert.alert-has-icon {
  display: flex;
}

.alert.alert-has-icon .alert-icon {
  margin-top: 4px;
  width: 30px;
}

.alert.alert-has-icon .alert-icon .ion,
.alert.alert-has-icon .alert-icon .fas,
.alert.alert-has-icon .alert-icon .far,
.alert.alert-has-icon .alert-icon .fab,
.alert.alert-has-icon .alert-icon .fal {
  font-size: 20px;
}

.alert.alert-has-icon .alert-body {
  flex: 1;
}

.alert:not(.alert-light) a {
  color: #fff;
}

.alert.alert-primary {
  background-color: #3b03db;
}

.alert.alert-secondary {
  background-color: #cdd3d8;
}

.alert.alert-success {
  background-color: #54ca68;
}

.alert.alert-info {
  background-color: #3abaf4;
}

.alert.alert-warning {
  background-color: #5cba00;
}

.alert.alert-danger {
  background-color: #fc544b;
}

.alert.alert-light {
  background-color: #e3eaef;
  color: #191d21;
}

.alert.alert-dark {
  background-color: #191d21;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.card .card-header,
.card .card-body,
.card .card-footer {
  background-color: transparent;
  /* padding: 20px 25px; */
}

.card .navbar {
  position: static;
}

/* .card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
  } */
.card .card-body .section-title {
  margin: 30px 0 10px 0;
  font-size: 16px;
}

.card .card-body .section-title:before {
  margin-top: 8px;
}

.card .card-body .section-title+.section-lead {
  margin-top: -5px;
}

.card .card-body p {
  font-weight: 500;
  color: #212529;
}

.card .card-header {
  border-bottom-color: #f9f9f9;
  line-height: 30px;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  padding: 10px 25px;
  /* display: flex; */
  /* align-items: center; */
}

.card .card-header .btn {
  margin-top: 1px;
  padding: 2px 15px;
}

.card .card-header .btn:not(.note-btn) {
  border-radius: 30px;
}

.card .card-header .btn:hover {
  box-shadow: none;
}

.card .card-header .form-control {
  height: 31px;
  font-size: 13px;
  border-radius: 30px;
}

.card .card-header .form-control+.input-group-btn .btn {
  margin-top: -1px;
}

.card .card-header h4 {
  font-size: 17px;
  line-height: 28px;
  padding-right: 10px;
  margin-bottom: 0;
  color: #212529;
}

.card .card-header h4+.card-header-action,
.card .card-header h4+.card-header-form {
  margin-left: auto;
}

.card .card-header h4+.card-header-action .btn,
.card .card-header h4+.card-header-form .btn {
  font-size: 12px;
  border-radius: 30px !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.card .card-header h4+.card-header-action .btn.active,
.card .card-header h4+.card-header-form .btn.active {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #3b03db;
  color: #fff;
}

.card .card-header h4+.card-header-action .dropdown,
.card .card-header h4+.card-header-form .dropdown {
  display: inline;
}

.card .card-header h4+.card-header-action .btn-group .btn,
.card .card-header h4+.card-header-form .btn-group .btn {
  border-radius: 0 !important;
}

.card .card-header h4+.card-header-action .btn-group .btn:first-child,
.card .card-header h4+.card-header-form .btn-group .btn:first-child {
  border-radius: 30px 0 0 30px !important;
}

.card .card-header h4+.card-header-action .btn-group .btn:last-child,
.card .card-header h4+.card-header-form .btn-group .btn:last-child {
  border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4+.card-header-action .input-group .form-control,
.card .card-header h4+.card-header-form .input-group .form-control {
  border-radius: 30px 0 0 30px !important;
}

.card .card-header h4+.card-header-action .input-group .form-control+.input-group-btn .btn,
.card .card-header h4+.card-header-form .input-group .form-control+.input-group-btn .btn {
  border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4+.card-header-action .input-group .input-group-btn+.form-control,
.card .card-header h4+.card-header-form .input-group .input-group-btn+.form-control {
  border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4+.card-header-action .input-group .input-group-btn .btn,
.card .card-header h4+.card-header-form .input-group .input-group-btn .btn {
  margin-top: -1px;
  border-radius: 30px 0 0 30px !important;
}

.card .card-footer {
  background-color: transparent;
  border: none;
}

.card.card-mt {
  margin-top: 30px;
}

.card.card-progress:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  z-index: 99;
}

.card.card-progress .card-progress-dismiss {
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #fff !important;
  padding: 5px 13px;
}

.card.card-progress.remove-spinner .card-progress-dismiss {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card.card-progress:not(.remove-spinner):after {
  background-image: url("../img/spinner.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.card.card-primary {
  border-top: 2px solid #3b03db;
}

.card.card-secondary {
  border-top: 2px solid #34395e;
}

.card.card-success {
  border-top: 2px solid #54ca68;
}

.card.card-danger {
  border-top: 2px solid #fc544b;
}

.card.card-warning {
  border-top: 2px solid #5cba00;
}

.card.card-info {
  border-top: 2px solid #3abaf4;
}

.card.card-dark {
  border-top: 2px solid #191d21;
}

.card.card-hero .card-header {
  padding: 40px;
  background-image: linear-gradient(to bottom, #3b03db, #95a0f4);
  color: #fff;
  overflow: hidden;
  height: auto;
  min-height: auto;
  display: block;
}

.card.card-hero .card-header h4 {
  font-size: 40px;
  line-height: 1;
}

.card.card-hero .card-header .card-description {
  margin-top: 5px;
  font-size: 16px;
}

.card.card-hero .card-header .card-icon {
  float: right;
  color: #8c98f3;
  margin: -60px;
}

.card.card-hero .card-header .card-icon .ion,
.card.card-hero .card-header .card-icon .fas,
.card.card-hero .card-header .card-icon .far,
.card.card-hero .card-header .card-icon .fab,
.card.card-hero .card-header .card-icon .fal {
  font-size: 140px;
}

.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
  border-color: transparent;
  padding-bottom: 0;
  height: auto;
  min-height: auto;
  display: block;
}

.card.card-statistic-1 .card-icon {
  width: 30px;
  height: 30px;
  margin: 10px 0px 0px 20px;
  border-radius: 3px;
  line-height: 78px;
  text-align: center;
  float: left;
  font-size: 30px;
}

.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
  line-height: 1.2;
  color: #98a6ad;
}

.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
  padding-top: 0;
}

.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
  font-size: 26px;
  font-weight: 700;
  color: #34395e;
  padding-bottom: 0;
}

.card.card-statistic-1,
.card.card-statistic-2 {
  display: inline-block;
  width: 100%;
}

.card.card-statistic-1 .card-icon,
.card.card-statistic-2 .card-icon {
  width: 80px;
  height: 80px;
  margin: 10px;
  border-radius: 3px;
  line-height: 94px;
  text-align: center;
  float: left;
  border-radius: 50px;
  margin-right: 15px;
}

.card.card-statistic-1 .card-icon .ion,
.card.card-statistic-1 .card-icon .fas,
.card.card-statistic-1 .card-icon .far,
.card.card-statistic-1 .card-icon .fab,
.card.card-statistic-1 .card-icon .fal,
.card.card-statistic-2 .card-icon .ion,
.card.card-statistic-2 .card-icon .fas,
.card.card-statistic-2 .card-icon .far,
.card.card-statistic-2 .card-icon .fab,
.card.card-statistic-2 .card-icon .fal {
  font-size: 22px;
  color: #fff;
}

.card.card-statistic-1 .card-icon {
  line-height: 90px;
}

.card.card-statistic-2 .card-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  margin: 25px;
  box-shadow: 5px 3px 10px 0 rgba(21, 15, 15, 0.3);
  border-radius: 10px;
  background: #3b03db;
}

.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
  padding-bottom: 0;
  padding-top: 25px;
}

.card.card-statistic-2 .card-body {
  padding-top: 20px;
}

.card.card-statistic-2 .card-header+.card-body,
.card.card-statistic-2 .card-body+.card-header {
  padding-top: 0;
}

.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.card.card-statistic-1 .card-header h4 {
  margin-bottom: 0;
}

.card.card-statistic-2 .card-header h4 {
  text-transform: none;
  margin-bottom: 0;
}

.card.card-statistic-1 .card-body {
  font-size: 20px;
}

.card.card-statistic-2 .card-chart {
  padding-top: 20px;
  margin-left: -9px;
  margin-right: -1px;
  margin-bottom: -15px;
}

.card.card-statistic-2 .card-chart canvas {
  height: 90px !important;
}

.card .card-stats {
  width: 100%;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: -6px;
}

.card .card-stats .card-stats-title {
  padding: 15px 25px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.card .card-stats .card-stats-items {
  display: flex;
  height: 50px;
  align-items: center;
}

.card .card-stats .card-stats-item {
  width: calc(100% / 3);
  text-align: center;
  padding: 5px 20px;
}

.card .card-stats .card-stats-item .card-stats-item-label {
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card .card-stats .card-stats-item .card-stats-item-count {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.card.card-large-icons {
  display: flex;
  flex-direction: row;
}

.card.card-large-icons .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 150px;
  border-radius: 3px 0 0 3px;
}

.card.card-large-icons .card-icon .ion,
.card.card-large-icons .card-icon .fas,
.card.card-large-icons .card-icon .far,
.card.card-large-icons .card-icon .fab,
.card.card-large-icons .card-icon .fal {
  font-size: 60px;
}

.card.card-large-icons .card-body {
  padding: 25px 30px;
}

.card.card-large-icons .card-body h4 {
  font-size: 18px;
}

.card.card-large-icons .card-body p {
  opacity: 0.6;
  font-weight: 500;
}

.card.card-large-icons .card-body a.card-cta {
  text-decoration: none;
}

.card.card-large-icons .card-body a.card-cta i {
  margin-left: 7px;
}

.card.bg-primary,
.card.bg-danger,
.card.bg-success,
.card.bg-info,
.card.bg-dark,
.card.bg-warning {
  color: #fff;
}

.card.bg-primary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header,
.card.bg-warning .card-header {
  color: #fff;
  opacity: 0.9;
}

.card .card-type-3 .card-circle {
  display: inline-flex;
  text-align: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card .card-type-3 .card-circle i {
  font-size: 15px;
}

.card .card-statistic-3 {
  position: relative;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.card .card-statistic-3 .card-icon-large {
  font-size: 110px;
  width: 110px;
  height: 50px;
  text-shadow: 3px 7px rgba(0, 0, 0, 0.3);
}

.card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

.card .card-statistic-3 .banner-img img {
  max-width: 100%;
}

.card .card-statistic-4 {
  position: relative;
  color: #000000;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.card .card-statistic-4 .card-icon-large {
  font-size: 110px;
  width: 110px;
  height: 50px;
  text-shadow: 3px 7px rgba(0, 0, 0, 0.3);
}

.card .card-statistic-4 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

.card .card-statistic-4 .banner-img img {
  max-width: 100%;
  float: right;
}

@media (max-width: 575.98px) {
  .card.card-large-icons {
    display: inline-block;
  }

  .card.card-large-icons .card-icon {
    width: 100%;
    height: 200px;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .card .card-header {
    height: auto;
    flex-wrap: wrap;
  }

  .card .card-header h4+.card-header-action,
  .card .card-header h4+.card-header-form {
    flex-grow: 0;
    width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-stats .card-stats-items {
    height: 49px;
  }

  .card .card-stats .card-stats-items .card-stats-item {
    padding: 5px 7px;
  }

  .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
    font-size: 16px;
  }

  .card.card-sm-6 .card-chart canvas {
    height: 85px !important;
  }

  .card.card-hero .card-header {
    padding: 25px;
  }
}

.table td,
.table:not(.table-bordered) th {
  border-top: none;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
  padding: 0 10px;
  height: 60px;
  vertical-align: middle;
}

.table:not(.table-sm) thead th {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.04);
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
}

table.dataTable thead>tr>th {
  padding-right: 30px !important;
}

.table{
  white-space: nowrap !important;
}

.table.table-md th,
.table.table-md td {
  padding: 10px 15px;
}

.table.table-bordered td,
.table.table-bordered th {
  border-color: #f6f6f6;
}

.table .team-member {
  position: relative;
  width: 30px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  display: inline-block;
}

.table .team-member img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 1000px;
}

.table .team-member-sm {
  width: 32px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table .team-member-sm:hover {
  webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(75, 70, 124, 0.2);
  box-shadow: 0 14px 24px rgba(75, 70, 124, 0.2);
  z-index: 999;
}

.table .order-list li img {
  border: 2px solid #ffffff;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.table .order-list li+li {
  margin-left: -14px;
  background: transparent;
}

.table .order-list li .badge {
  background: rgba(228, 222, 222, 0.8);
  color: #6b6f82;
  margin-bottom: 6px;
}

.table-links {
  color: #34395e;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0;
  transition: all 0.3s;
}

.table-links a {
  color: #666;
}

table tr:hover .table-links {
  opacity: 1;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

@media (max-width: 575.98px) {
  .table-responsive table {
    min-width: 100%;
  }
}

.tooltip {
  font-size: 12px;
}

.tooltip-inner {
  padding: 7px 13px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 25px;
}

.modal-body {
  padding-top: 15px;
}

.modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}

.modal-header h5 {
  font-size: 18px;
}

.modal-footer {
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.modal-content {
  max-width: 100%;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.modal.show .modal-content {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-progress .modal-content {
  position: relative;
}

.modal-progress .modal-content:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  background-image: url("../img/spinner.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.modal-part {
  display: none;
}

.nav-tabs .nav-item .nav-link {
  color: #3b03db;
}

.nav-tabs .nav-item .nav-link.active {
  color: #000;
}

.tab-content>.tab-pane {
  padding: 10px 0;
  line-height: 24px;
}

.tab-bordered .tab-pane {
  padding: 15px;
  border: 1px solid #ededed;
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #3b03db;
}

.nav-pills .nav-item .nav-link {
  color: #3b03db;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-pills .nav-item .nav-link:hover {
  background-color: #f6f7fe;
}

.nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #acb5f6;
  color: #fff;
  background-color: #3b03db;
}

.nav-pills .nav-item .nav-link .badge {
  padding: 5px 8px;
  margin-left: 5px;
}

.nav .nav-item .nav-link .ion,
.nav .nav-item .nav-link .fas,
.nav .nav-item .nav-link .far,
.nav .nav-item .nav-link .fab,
.nav .nav-item .nav-link .fal {
  margin-right: 3px;
  font-size: 12px;
}

.sticky {
  position: fixed !important;
  top: 0;
}

.page-item .page-link {
  color: #3b03db;
  border-radius: 3px;
  margin: 0 3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.page-item.active .page-link {
  background-color: #3b03db;
  border-color: #3b03db;
}

.page-item.disabled .page-link {
  border-color: transparent;
  background-color: #f9fafe;
  color: #3b03db;
  opacity: 0.6;
}

.page-link {
  border-color: transparent;
  background-color: #f9fafe;
  font-weight: 600;
}

.page-link:hover {
  background-color: #3b03db;
  color: #fff;
  border-color: transparent;
}

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

.badges .badge {
  margin: 0 8px 10px 0;
}

.badge {
  vertical-align: middle;
  padding: 7px 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 30px;
  font-size: 12px;
}

.badge.badge-warning {
  color: #fff;
}

.badge.badge-primary {
  background-color: #3b03db;
}

.badge.badge-secondary {
  background-color: #34395e;
}

.badge.badge-success {
  background-color: #54ca68;
}

.badge.badge-info {
  background-color: #3abaf4;
}

.badge.badge-danger {
  background-color: #fc544b;
}

.badge.badge-light {
  background-color: #e3eaef;
  color: #191d21;
}

.badge.badge-white {
  background-color: #fff;
  color: #191d21;
}

.badge.badge-dark {
  background-color: #191d21;
}

h1 .badge {
  font-size: 24px;
  padding: 16px 21px;
}

h2 .badge {
  font-size: 22px;
  padding: 14px 19px;
}

h3 .badge {
  font-size: 18px;
  padding: 11px 16px;
}

h4 .badge {
  font-size: 16px;
  padding: 8px 13px;
}

h5 .badge {
  font-size: 14px;
  padding: 5px 10px;
}

h6 .badge {
  font-size: 11px;
  padding: 3px 8px;
}

.btn .badge {
  margin-left: 5px;
  padding: 4px 7px;
}

.btn .badge.badge-transparent {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.buttons .btn {
  margin: 0 8px 10px 0;
}

.btn:focus {
  box-shadow: none !important;
  outline: none;
}

.btn:active {
  box-shadow: none !important;
  outline: none;
}

.btn:active:focus {
  box-shadow: none !important;
  outline: none;
}

.btn.btn-icon-split i,
.dropdown-item.has-icon i {
  text-align: center;
  width: 15px;
  font-size: 15px;
  float: left;
  margin-right: 10px;
}

.btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.5px;
}

.btn.btn-icon-split {
  position: relative;
}

.btn.btn-icon-split i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  border-radius: 3px 0 0 3px;
  line-height: 32px;
}

.btn.btn-icon-split div {
  margin-left: 40px;
}

.btn.btn-icon-noflo-splitat {
  display: table;
  text-align: right;
}

.btn.btn-icon-noflo-splitat i {
  float: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

.btn.btn-icon-noflo-splitat div {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  text-align: left;
  padding-left: 10px;
}

/* .btn:not(.btn-social):not(.btn-social-icon):active {
  border-color: transparent !important;
  background-color: #000000 !important;
} */

.btn>i {
  margin-left: 0 !important;
}

.btn.btn-lg {
  padding: 0.55rem 1.5rem;
  font-size: 12px;
}

.btn.btn-lg.btn-icon-split i {
  line-height: 42px;
}

.btn.btn-lg.btn-icon-split div {
  margin-left: 25px;
}

.btn.btn-sm {
  padding: 0.1rem 0.4rem;
  font-size: 12px;
}

.btn.btn-icon .ion,
.btn.btn-icon .fas,
.btn.btn-icon .far,
.btn.btn-icon .fab,
.btn.btn-icon .fal {
  margin-left: 0 !important;
  font-size: 12px;
}

.btn.btn-icon.icon-left .ion,
.btn.btn-icon.icon-left .fas,
.btn.btn-icon.icon-left .far,
.btn.btn-icon.icon-left .fab,
.btn.btn-icon.icon-left .fal {
  margin-right: 3px;
}

.btn.btn-icon.icon-right .ion,
.btn.btn-icon.icon-right .fas,
.btn.btn-icon.icon-right .far,
.btn.btn-icon.icon-right .fab,
.btn.btn-icon.icon-right .fal {
  margin-left: 3px !important;
}

.btn-action {
  color: #fff !important;
  line-height: 25px;
  font-size: 12px;
  min-width: 35px;
  min-height: 35px;
}

.btn-secondary,
.btn-secondary.disabled {
  box-shadow: 0 2px 6px #e1e5e8;
  background-color: #cdd3d8;
  border-color: #cdd3d8;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active {
  background-color: #bfc6cd !important;
  color: #fff !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:active {
  background-color: #cdd3d8 !important;
  color: #fff !important;
}

.btn-success,
.btn-success.disabled {
  box-shadow: 0 2px 6px #8edc9c;
  background-color: #54ca68;
  border-color: #54ca68;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active {
  background-color: #41c457 !important;
  color: #fff !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:active {
  background-color: #54ca68 !important;
  color: #fff !important;
}

.btn-danger,
.btn-danger.disabled {
  box-shadow: 0 2px 6px #fd9b96;
  background-color: #fc544b;
  border-color: #fc544b;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active {
  background-color: #fb160a !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:active {
  background-color: #fb160a !important;
  color: #fff !important;
}

.btn-dark,
.btn-dark.disabled {
  box-shadow: 0 2px 6px #728394;
  background-color: #191d21;
  border-color: #191d21;
  color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active {
  background-color: #000 !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.disabled:hover,
.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled:active {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-light,
.btn-light.disabled {
  box-shadow: 0 2px 6px #e6ecf1;
  background-color: #e3eaef;
  border-color: #e3eaef;
  color: #191d21;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled:active {
  background-color: #c3d2dc !important;
}

.btn-outline-light,
.btn-outline-light.disabled {
  border-color: #e3eaef;
  color: #e3eaef;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active {
  background-color: #e3eaef !important;
  color: #fff !important;
}

.btn-warning,
.btn-warning.disabled {
  box-shadow: 0 2px 6px #ffc473;
  background-color: #5cba00;
  border-color: #5cba00;
  color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active {
  background-color: #ff990d !important;
  color: #fff !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:active {
  background-color: #5cba00 !important;
  color: #fff !important;
}

.btn-info,
.btn-info.disabled {
  box-shadow: 0 2px 6px #82d3f8;
  background-color: #3abaf4;
  border-color: #3abaf4;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active {
  background-color: #0da8ee !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:active {
  background-color: #0da8ee !important;
  color: #fff !important;
}

.btn-primary, .btn-primary.disabled {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #0069d9;
  border-color: #0069d9;
}

.btn-primary:focus,
.btn-primary.disabled:focus {
  background-color: #394eea !important;
}

.btn-primary:focus:active,
.btn-primary.disabled:focus:active {
  background-color: #394eea !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
  background-color: #394eea !important;
}

.btn-outline-primary,
.btn-outline-primary.disabled {
  border-color: #3b03db;
  color: #3b03db;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:active {
  background-color: #3b03db !important;
  color: #fff;
}

.btn-outline-white,
.btn-outline-white.disabled {
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.disabled:hover,
.btn-outline-white.disabled:focus,
.btn-outline-white.disabled:active {
  background-color: #fff;
  color: #3b03db;
}

.btn-round {
  border-radius: 30px;
  padding-left: 34px;
  padding-right: 34px;
}

.btn-social-icon,
.btn-social {
  border: none;
  border-radius: 3px;
}

.btn-social-icon {
  color: #fff !important;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-social-icon> :first-child {
  font-size: 16px;
}

.btn-social {
  padding: 12px 12px 12px 50px;
  color: #fff !important;
  font-weight: 500;
}

.btn-social> :first-child {
  width: 55px;
  line-height: 50px;
  border-right: none;
}

.btn-reddit {
  color: #000 !important;
}

.btn-group .btn.active {
  background-color: #3b03db;
  color: #fff;
}

.btn-progress {
  position: relative;
  background-image: url("../img/spinner-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  pointer-events: none;
}

.media .media-right {
  float: right;
  color: #3b03db;
  font-weight: 600;
  font-size: 16px;
}

.media .media-icon {
  font-size: 20px;
  margin-right: 15px;
  line-height: 1;
}

.media .media-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #34395e;
}

.media .media-title a {
  font-weight: inherit;
  color: #000;
}

.media .media-description {
  line-height: 24px;
  color: #34395e;
}

.media .media-links {
  margin-top: 10px;
}

.media .media-links a {
  font-size: 12px;
  color: #999;
}

.media .media-progressbar {
  flex: 1;
}

.media .media-progressbar .progress-text {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #34395e;
}

.media .media-cta {
  margin-left: 40px;
}

.media .media-cta .btn {
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
}

.media .media-items {
  display: flex;
}

.media .media-items .media-item {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}

.media .media-items .media-item .media-label {
  font-weight: 600;
  font-size: 12px;
  color: #34395e;
  letter-spacing: 0.5px;
}

.media .media-items .media-item .media-value {
  font-weight: 700;
  font-size: 18px;
}

.breadcrumb {
  background-color: #f9f9f9;
}

.breadcrumb .breadcrumb-item {
  line-height: 1;
}

.breadcrumb .breadcrumb-item i {
  margin-right: 5px;
}

.accordion {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.accordion .accordion-header,
.accordion .accordion-body {
  padding: 10px 15px;
}

.accordion .accordion-header {
  background-color: #f9f9f9;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
}

.accordion .accordion-header h4 {
  line-height: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.accordion .accordion-header:hover {
  background-color: #f2f2f2;
}

.accordion .accordion-header[aria-expanded="true"] {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #3b03db;
  color: #fff;
}

.accordion .accordion-body {
  line-height: 24px;
}

.popover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.popover .manual-arrow {
  position: absolute;
  bottom: -15px;
  font-size: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  border-left-color: #f2f2f2;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  border-bottom-color: #f2f2f2;
}

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  border-top-color: #f2f2f2;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  border-right-color: #f2f2f2;
}

.popover .popover-header {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  padding-top: 10px;
}

.popover .popover-body {
  padding: 15px;
  line-height: 24px;
}

.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.sm-gutters>.col,
.sm-gutters>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar {
  height: 70px;
  left: 250px;
  right: 0px;
  position: absolute;
  z-index: 890;
  background-color: transparent;
  height: 70px;
  left: 250px;
  right: 0;
  position: absolute;
  z-index: 890;
  background-color: transparent;
}

.navbar.active {
  background-color: #3b03db;
  box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.1);
}

.navbar-bg {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
}

.navbar {
  align-items: center;
}

.navbar .navbar-brand {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.navbar .form-inline .form-control {
  background-color: #fff;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 0;
  margin-right: -6px;
  min-height: 46px;
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  transition: all 1s;
}

.navbar .form-inline .form-control:focus,
.navbar .form-inline .form-control:focus+.btn {
  position: relative;
  z-index: 9001;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop {
  opacity: 0.6;
  visibility: visible;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop+.search-result {
  opacity: 1;
  visibility: visible;
  top: 80px;
}

.navbar .form-inline .btn {
  border-radius: 0 3px 3px 0;
  background-color: #fff;
  padding: 9px 15px 9px 15px;
  border-color: transparent;
}

.navbar .form-inline .search-element .form-control {
  border-radius: 5px 0 0 5px;
}

.navbar .form-inline .search-element .btn {
  border-radius: 0px 5px 5px 0px;
}

.navbar .form-inline .search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.navbar .form-inline .search-result {
  position: absolute;
  z-index: 9002;
  top: 100px;
  background-color: #fff;
  border-radius: 3px;
  width: 450px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.navbar .form-inline .search-result:before {
  position: absolute;
  top: -26px;
  left: 34px;
  content: "\f0d8";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 30px;
}

.navbar .form-inline .search-result .search-header {
  padding: 13px 18px 2px 18px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  font-size: 10px;
  color: #bcc1c6;
}

.navbar .form-inline .search-result .search-item {
  display: flex;
}

.navbar .form-inline .search-result .search-item a {
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  color: #34395e;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.navbar .form-inline .search-result .search-item a:hover {
  background-color: #fbfbff;
}

.navbar .form-inline .search-result .search-item a:not(.search-close) {
  width: 100%;
}

.navbar .form-inline .search-result .search-item a i {
  margin-left: 0 !important;
}

.navbar .form-inline .search-result .search-item .search-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.navbar .active .nav-link {
  color: #fff;
  font-weight: 700;
}

.navbar .navbar-text {
  color: #fff;
}

.navbar .nav-link {
  color: #f2f2f2;
  padding-left: 12px !important;
  padding-right: 12px !important;
  height: 100%;
}

.navbar .nav-link.nav-link-lg div {
  margin-top: 3px;
}

.navbar .nav-link.nav-link-lg i {
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 32px;
}

.navbar .nav-link.nav-link-lg .feather {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #ffffff;
}

.navbar .nav-link.nav-link-user {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  padding-right: 12px !important;
}

.navbar .nav-link.nav-link-user img {
  width: 30px;
}

.navbar .nav-link.nav-link-user:after {
  content: none;
}

.navbar .nav-link.nav-link-user .user-img-radious-style {
  border-radius: 6px;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.navbar .nav-link.nav-link-img {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50%;
  overflow: hidden;
}

.navbar .nav-link.nav-link-img .flag-icon {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  line-height: 18px;
  height: 22px;
  width: 22px;
  background-size: cover;
}

.navbar .dropdown-list-toggle .message-toggle .headerBadge1 {
  position: absolute;
  top: 4px;
  right: 0px;
  font-weight: 300;
  padding: 3px 6px;
  background: #6677ef;
  border-radius: 10px;
}

.navbar .dropdown-list-toggle .notification-toggle .headerBadge2 {
  position: absolute;
  top: 5px;
  right: 0px;
  font-weight: 300;
  padding: 2px 5px;
  background: #67be7e;
  border-radius: 5px;
}

.remove-caret:after {
  display: none;
}

.navbar .nav-link:hover {
  color: #fff;
}

.navbar .nav-link.disabled {
  color: #fff;
  opacity: 0.6;
}

.nav-collapse {
  display: flex;
}

@media (max-width: 575.98px) {
  body.search-show .navbar .form-inline .search-element {
    display: block;
  }

  .navbar .form-inline .search-element {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 892;
    display: none;
  }

  .navbar .form-inline .search-element .form-control {
    float: left;
    border-radius: 3px 0 0 3px;
    width: calc(100% - 43px) !important;
  }

  .navbar .form-inline .search-element .btn {
    margin-top: 1px;
    border-radius: 0 3px 3px 0;
  }

  .navbar .form-inline .search-result {
    width: 100%;
  }

  .navbar .form-inline .search-backdrop {
    display: none;
  }

  .navbar .nav-link.nav-link-lg div {
    display: none;
  }

  .navbar .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .form-inline .search-element {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collapse {
    position: relative;
  }

  .collapse .navbar-nav {
    position: absolute;
  }
}

@media (max-width: 1024px) {
  .mobile-view {
    display: block !important;
  }

  .form-inline .bars {
    display: block !important;
  }

  .nav-collapse {
    position: relative;
  }

  .nav-collapse .navbar-nav {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    display: none;
  }

  .nav-collapse .navbar-nav.show {
    display: block;
  }

  .nav-collapse .navbar-nav .nav-item:first-child {
    border-radius: 3px 3px 0 0;
  }

  .nav-collapse .navbar-nav .nav-item:last-child {
    border-radius: 0 0 3px 3px;
  }

  .nav-collapse .navbar-nav .nav-item .nav-link {
    background-color: #fff;
    color: #6c757d;
  }

  .nav-collapse .navbar-nav .nav-item .nav-link:hover {
    background-color: #fcfcfd;
    color: #3b03db;
  }

  .nav-collapse .navbar-nav .nav-item:focus>a,
  .nav-collapse .navbar-nav .nav-item.active>a {
    background-color: #3b03db;
    color: #fff;
  }

  .navbar {
    left: 5px;
    right: 0;
  }

  .navbar .dropdown-menu {
    position: absolute;
  }

  .navbar .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
}

.app-dropdown {
  width: 280px !important;
}

.app-icon-dropdown {
  padding-left: 15px;
}

.app-icon-dropdown li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-icon-dropdown li:hover {
  background: rgba(181, 174, 174, 0.22);
}

.app-icon-dropdown li a {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 80px;
}

.app-icon-dropdown li a:hover {
  text-decoration: none;
}

.app-icon-dropdown .email-icon .material-icons {
  color: #71aa68;
  width: 100%;
}

.app-icon-dropdown .blog-icon .material-icons {
  color: #0080c0;
  width: 100%;
}

.app-icon-dropdown .cal-icon .material-icons {
  color: #ff8000;
  width: 100%;
}

.app-icon-dropdown .chat-icon .material-icons {
  color: #ff0080;
  width: 100%;
}

.app-icon-dropdown .gallery-icon .material-icons {
  color: #8000ff;
  width: 100%;
}

.app-icon-dropdown .profile-icon .material-icons {
  color: #008040;
  width: 100%;
}

@media (max-width: 619px) {
  .navbar .form-inline .search-element {
    display: none;
  }
}

.dropdown-item.has-icon i {
  margin-top: -1px;
  font-size: 13px;
}

.dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: none;
  width: 200px;
}

.dropdown-menu.show {
  display: block !important;
}

.dropdown-menu a {
  font-size: 13px;
}

.dropdown-menu .dropdown-title {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #191d21 !important;
  padding: 10px 20px;
  line-height: 20px;
  color: #98a6ad;
}

.dropdown-menu.dropdown-menu-sm a {
  font-size: 14px;
  letter-spacing: normal;
  padding: 10px 20px;
  color: #6c757d;
}

a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
  background-color: #e9e9e9;
  color: #666666 !important;
}

.dropdown-divider {
  border-top-color: #f9f9f9;
}

.dropdown-list {
  width: 300px;
  padding: 0;
}

.dropdown-list .dropdown-item {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  border-bottom: 1px solid #f9f9f9;
}

.dropdown-list .dropdown-item.dropdown-item-header:hover {
  background-color: transparent;
}

.dropdown-list .dropdown-item .time {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar {
  float: left;
  width: 50px;
  text-align: right;
  position: relative;
}

.dropdown-list .dropdown-item .dropdown-item-avatar img {
  width: 100%;
}

.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
  line-height: 24px;
  white-space: normal;
  color: #34395e;
  margin-left: 60px;
}

.dropdown-list .dropdown-item .dropdown-item-desc b {
  font-weight: 600;
  color: #666;
}

.dropdown-list .dropdown-item .dropdown-item-desc p {
  margin-bottom: 0;
}

.dropdown-list .dropdown-item .dropdown-msg-item-desc {
  margin-left: 13px;
  display: inline-grid;
}

.dropdown-list .dropdown-item:focus {
  background-color: #e9e9e9;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc {
  color: #666 !important;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc b {
  color: #666 !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
  color: #6c757d;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b {
  color: #6c757d;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc {
  color: #fff;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc b {
  color: #fff;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
  background-color: #fbfbfb;
  border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
  color: #6c757d !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
  color: #6c757d !important;
}

.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 10px 15px 10px 15px;
}

.dropdown-list .dropdown-footer a,
.dropdown-list .dropdown-header a {
  font-weight: 600;
}

.dropdown-list .dropdown-list-content {
  height: 250px;
  overflow: hidden;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
  content: " ";
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 100%;
  height: 60px;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
  display: flex;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
  margin: 0;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
  margin-left: 15px;
  line-height: 20px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
  margin: 0;
  font-size: 10px;
  color: #aaa;
  float: left;
  width: 100%;
  line-height: 20px;
}

.dropdown-list .dropdown-list-message .dropdown-item {
  display: flex;
  padding-top: 4px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
}

.dropdown-list .dropdown-list-message .dropdown-item .dropdown-item-icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}

.dropdown-list .dropdown-list-message .dropdown-item .dropdown-item-icon i {
  margin: 0;
}

.dropdown-list .dropdown-list-message .dropdown-item .dropdown-item-desc {
  margin-left: 15px;
  line-height: 20px;
  width: 100%;
}

.dropdown-list .dropdown-list-message .dropdown-item .dropdown-item-desc .time {
  margin: 0;
  font-size: 10px;
  color: #aaa;
  float: left;
  width: 100%;
  line-height: 20px;
}

.dropdown-list .dropdown-list-message .dropdown-item .dropdown-item-desc .messege-text {
  text-transform: none;
  font-size: 12px;
  color: #6d6c6c;
}

.dropdown-list .dropdown-list-message .dropdown-item .dropdown-item-desc .message-user {
  font-size: 14px;
  font-weight: 600;
  color: #39393c;
}

.dropdown-flag .dropdown-item {
  font-weight: 600;
}

.dropdown-flag .dropdown-item .flag-icon {
  width: 20px;
  height: 13px;
  margin-right: 7px;
  margin-top: -6px;
}

.dropdown-flag .dropdown-item.active {
  background-color: #3b03db;
  color: #fff;
}

@media (max-width: 479px) {
  .dropdown-list-toggle:first-child .dropdown-list {
    right: -100px;
  }

  .dropdown-list-toggle:nth-child(2) .dropdown-list {
    right: -60px;
  }
}

.tab-content.no-padding>.tab-pane {
  padding: 0;
}

.tab-content>.tab-pane {
  line-height: 28px;
}

.progress {
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}

.progress.progress-xs {
  height: 5px;
}

.progress.progress-s {
  height: 7px;
}

.progress-bar {
  background-color: #3b03db;
}

.jumbotron {
  background-color: #e3eaef;
}

.carousel .carousel-caption p {
  font-size: 13px;
  line-height: 24px;
}

.ionicons {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ionicons li {
  width: calc(100% / 8);
  font-size: 40px;
  padding: 40px 20px;
  list-style: none;
  text-align: center;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.ionicons li:hover {
  opacity: 0.8;
}

.ionicons li .icon-name {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-family: "Segoe UI";
  font-size: 12px;
  margin-top: 10px;
  line-height: 22px;
  background-color: #f9f9f9;
  border-radius: 3px;
  padding: 10px;
  display: none;
}

.icon-preview {
  width: 30px;
}

.icon-preview i {
  font-size: 20px;
}

.icon-container .preview {
  display: flex;
  padding: 12px;
  border-radius: 5px;
  margin: 5px;
  border: 1px solid #c1bbbb;
}

.icon-container .preview .icon-name {
  padding-left: 10px;
}

.icon-feather-container div {
  padding: 12px;
  border: 1px solid #c1bbbb;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v9-latin-regular.eot");
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url("../fonts/nunito-v9-latin-regulard41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-v9-latin-regular.woff2") format("woff2"),
    url("../fonts/nunito-v9-latin-regular.woff") format("woff"),
    url("../fonts/nunito-v9-latin-regular.ttf") format("truetype"),
    url("../fonts/nunito-v9-latin-regular.svg#Nunito") format("svg");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-v9-latin-600.eot");
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"),
    url("../fonts/nunito-v9-latin-600d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-v9-latin-600.woff2") format("woff2"),
    url("../fonts/nunito-v9-latin-600.woff") format("woff"),
    url("../fonts/nunito-v9-latin-600.ttf") format("truetype"),
    url("../fonts/nunito-v9-latin-600.svg#Nunito") format("svg");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v9-latin-700.eot");
  src: local("Nunito Bold"), local("Nunito-Bold"),
    url("../fonts/nunito-v9-latin-700d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-v9-latin-700.woff2") format("woff2"),
    url("../fonts/nunito-v9-latin-700.woff") format("woff"),
    url("../fonts/nunito-v9-latin-700.ttf") format("truetype"),
    url("../fonts/nunito-v9-latin-700.svg#Nunito") format("svg");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v9-latin-800.eot");
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"),
    url("../fonts/nunito-v9-latin-800d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-v9-latin-800.woff2") format("woff2"),
    url("../fonts/nunito-v9-latin-800.woff") format("woff"),
    url("../fonts/nunito-v9-latin-800.ttf") format("truetype"),
    url("../fonts/nunito-v9-latin-800.svg#Nunito") format("svg");
}

:root {
  --primary: color(primary);
  --secondary: color(fontdark);
  --success: color(success);
  --info: color(info);
  --warning: color(warning);
  --danger: color(danger);
  --light: color(light);
  --dark: color(dark);
}

body {
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", "Segoe UI", arial;
  color: #6c757d;
}

a.bb {
  text-decoration: none;
  border-bottom: 1px solid #3b03db;
  padding-bottom: 1px;
}

.form-divider {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.ui-sortable-handle,
.sort-handler {
  cursor: move;
}

.text-job {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #34395e;
}

.text-time {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 10px;
}

.bullet,
.slash {
  display: inline;
  margin: 0 4px;
}

.bullet:after {
  content: "\2022";
}

.slash:after {
  content: "/";
}

.login-brand {
  margin: 20px 0;
  margin-bottom: 40px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  text-align: center;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.budget-price {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.budget-price .budget-price-square {
  width: 15px;
  height: 3px;
  background-color: #f9f9f9;
}

.budget-price .budget-price-label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}

.gradient-bottom {
  position: relative;
}

.gradient-bottom:after {
  content: " ";
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.8));
  height: 60px;
}

.text-small {
  font-size: 12px;
  line-height: 20px;
}

.text-title {
  font-size: 14px;
  color: #34395e;
  font-weight: 600;
}

.img-shadow {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.colors {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.colors .color {
  border-radius: 3px;
  width: calc((100% / 4) - 10px);
  padding: 10px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  margin: 5px;
}

blockquote {
  padding: 20px;
  padding-left: 40px;
  font-style: oblique;
  background-color: #f9f9f9;
  border-radius: 3px;
  position: relative;
  font-family: "Time new Romans";
  font-size: 16px;
  letter-spacing: 0.3px;
}

blockquote:before {
  content: '"';
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.2;
}

blockquote .blockquote-footer {
  margin-top: 10px;
}

.bg-whitesmoke {
  background-color: #f7f9f9 !important;
}

.ion {
  font-size: 15px;
}

.fas,
.far,
.fab,
.fal {
  font-size: 13px;
}

#visitorMap {
  height: 400px;
}

#visitorMap2,
#visitorMap3 {
  height: 350px;
}

#visitorMap4 {
  height: 190px;
}

.sidebar-gone-show {
  display: none !important;
}

pre {
  border-radius: 3px;
}

.circle-step {
  display: flex;
  margin-bottom: 10px;
}

.circle-step .circle-content {
  margin-top: 3px;
  margin-left: 13px;
}

.circle-step .circle {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
}

.circle-step .circle.circle-primary {
  border-color: #3b03db;
  color: #3b03db;
}

.pe-none {
  pointer-events: none;
}

.contact-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.shadow-primary {
  box-shadow: 0 2px 6px #acb5f6;
}

.shadow-secondary {
  box-shadow: 0 2px 6px #e1e5e8;
}

.shadow-success {
  box-shadow: 0 2px 6px #8edc9c;
}

.shadow-warning {
  box-shadow: 0 2px 6px #ffc473;
}

.shadow-danger {
  box-shadow: 0 2px 6px #fd9b96;
}

.shadow-info {
  box-shadow: 0 2px 6px #82d3f8;
}

.shadow-light {
  box-shadow: 0 2px 6px #e6ecf1;
}

.shadow-dark {
  box-shadow: 0 2px 6px #728394;
}

.is-online {
  width: 10px;
  height: 10px;
  background-color: #54ca68;
  border-radius: 50%;
  display: inline-block;
}

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.gutters-xs>.col,
.gutters-xs>[class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.beep {
  position: relative;
}

.beep:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 8px;
  width: 7px;
  height: 7px;
  background-color: #5cba00;
  border-radius: 50%;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.beep.beep-sidebar:after {
  position: static;
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .fc-overflow {
    width: 100%;
    overflow: auto;
  }

  .fc-overflow #myEvent {
    width: 800px;
  }

  .ionicons li {
    width: calc(100% / 4);
  }

  .icon-wrap {
    width: 100%;
  }
}

.section {
  position: relative;
  z-index: 1;
}

.section>*:first-child {
  margin-top: -7px;
}

.section .section-header {
  padding: 20px;
  display: flex;
  align-items: center;
}

.section .section-header h1 {
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  margin-top: 3px;
  color: #34395e;
}

.section .section-header .section-header-back {
  margin-right: 15px;
}

.section .section-header .section-header-back .btn:hover {
  background-color: #3b03db;
  color: #fff;
}

.section .section-header .section-header-button {
  margin-left: 20px;
}

.section .section-header .section-header-breadcrumb {
  margin-left: auto;
  display: flex;
  align-items: center;
  background: #e7e8e9;
  padding: 15px;
  border-radius: 30px;
}

.section .section-header .section-header-breadcrumb .breadcrumb-item {
  font-size: 13px;
}

.section .section-header .btn {
  font-size: 12px;
}

.section .section-title {
  font-size: 18px;
  color: #191d21;
  font-weight: 600;
  position: relative;
  margin: 30px 0 25px 0;
}

.section .section-title+.section-lead {
  margin-top: -20px;
}

.main-wrapper-1 .section .section-header {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -10px;
  border-radius: 0;
  border-top: 1px solid #f9f9f9;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 575.98px) {
  .section .section-title {
    font-size: 14px;
  }

  .section .section-header {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }

  .section .section-header h1 {
    font-size: 18px;
  }

  .section .section-header .float-right {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  .section .section-header .section-header-breadcrumb {
    flex-basis: 100%;
    margin-top: 10px;
  }
}

.page-error {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  display: table;
}

.page-error .page-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.page-error h1 {
  font-size: 10em;
  font-weight: 700;
}

.page-error .page-description {
  font-size: 18px;
  font-weight: 400;
  color: #34395e;
}

.page-error .page-search {
  margin: 40px auto;
  max-width: 100%;
  width: 350px;
}

.page-error .page-search .form-control {
  border-radius: 30px;
}

.page-error .page-search .btn {
  border-radius: 30px;
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .page-error .page-search {
    width: 100%;
  }
}

.main-sidebar {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #1e2957;
  z-index: 880;
  left: 0;
}

.main-sidebar,
.navbar,
.main-content,
.main-footer {
  transition: all 0.5s;
}

body.sidebar-gone .main-sidebar {
  left: -250px;
}

.sidebar-mini .hide-sidebar-mini {
  display: none !important;
}

.sidebar-mini .main-sidebar {
  width: 65px;
  overflow: initial !important;
  position: absolute;
  box-shadow: none;
}

.sidebar-mini .main-sidebar:after {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  content: " ";
  position: fixed;
  background-color: #fff;
  width: 65px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  animation-name: mini-sidebar;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes mini-sidebar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sidebar-mini .main-sidebar .logo-name {
  display: none;
}

.sidebar-mini .main-sidebar .sidebar-user {
  margin: 0;
  height: 70px;
  padding: 15px;
}

.sidebar-mini .main-sidebar .sidebar-user .sidebar-user-picture img {
  width: 35px;
}

.sidebar-mini .main-sidebar .sidebar-user .sidebar-user-details .user-name,
.sidebar-mini .main-sidebar .sidebar-user .sidebar-user-details .user-role {
  display: none;
}

.sidebar-mini .main-sidebar .sidebar-brand-sm {
  display: block;
}

.sidebar-mini .main-sidebar .sidebar-menu>li {
  padding: 10px;
}

.sidebar-mini .main-sidebar .sidebar-menu>li.menu-header {
  padding: 0;
  font-size: 0;
  height: 2px;
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a {
  border-radius: 3px;
  height: 45px;
  padding: 0;
  justify-content: center;
  color: rgba(30, 41, 87, 1);
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a .ion,
.sidebar-mini .main-sidebar .sidebar-menu>li>a .fas,
.sidebar-mini .main-sidebar .sidebar-menu>li>a .far,
.sidebar-mini .main-sidebar .sidebar-menu>li>a .fab,
.sidebar-mini .main-sidebar .sidebar-menu>li>a .fal {
  margin: 0;
  font-size: 20px;
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a span {
  display: none;
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a .badge {
  padding: 5px;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 10px;
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a.has-dropdown:after {
  content: initial;
}

.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
  box-shadow: 0 4px 8px #acb5f6;
  background-color: #3b03db;
  color: #fff;
}

.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu {
  position: absolute;
  background-color: #fff;
  left: 65px;
  top: 10px;
  width: 200px;
  display: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li>a:focus,
.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a,
.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a:hover {
  color: #3b03db;
}

.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
  height: 40px;
  background-color: #fff;
}

.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
}

.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu {
  display: block !important;
}

.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li:hover>a {
  background-color: #fcfcfd;
}

.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li .dropdown-menu {
  left: 200px;
  padding: 0;
}

.sidebar-mini .main-sidebar .sidebar-menu .menu-toggle:before {
  content: "";
}

.sidebar-mini .main-sidebar .sidebar-menu .menu-toggle:after {
  content: "";
}

.sidebar-mini .navbar {
  left: 65px;
}

.sidebar-mini .main-content,
.sidebar-mini .main-footer {
  padding-left: 90px;
}

.sidebar-mini .main-sidebar .sidebar-menu li a .feather {
  margin-right: 0px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loading.gif") 50% 50% no-repeat #f9f9f9;
  opacity: 1;
}

.user-img-radious-style {
  border-radius: 50%;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.shadow-style {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body.layout-2 .navbar-bg {
  z-index: 889;
  height: 70px;
}

body.layout-2 .navbar {
  left: 0;
  z-index: 890;
}

body.layout-2 .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}

body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
  flex-shrink: 0;
  flex-grow: 0;
}

body.layout-2 .main-sidebar {
  background-color: transparent;
  box-shadow: none;
  position: static;
  margin-top: 100px;
  width: 200px;
}

body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
  padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a {
  padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a i {
  width: 10px;
}

body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
  right: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a:hover {
  color: #3b03db;
  background-color: transparent;
}

body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  padding-left: 34px;
}

body.layout-2 .main-content {
  padding-top: 107px;
  padding-left: 30px;
  padding-right: 0;
  width: calc(100% - 200px);
}

body.layout-2 .main-footer {
  margin-left: 230px;
  width: calc(100% - 230px);
  padding-left: 0;
  padding-right: 0;
}

body.layout-3 .navbar {
  left: 0;
  right: 0;
}

body.layout-3 .navbar.navbar-secondary {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  top: 70px;
  padding: 0;
  z-index: 889;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link {
  color: #3b03db;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link:before {
  left: 35px;
  right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:first-child .nav-link {
  margin-left: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:last-child .nav-link {
  margin-right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link {
  color: #868e96;
  font-size: 13px;
  letter-spacing: 0.3px;
  height: 70px;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown {
  margin-right: 35px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  right: -20px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:before {
  content: " ";
  position: absolute;
  left: initial;
  right: initial;
  bottom: 0;
  height: 2px;
  background-color: #3b03db;
  transition: all 0.5s;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link span {
  line-height: 74px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link i {
  width: 30px;
  font-size: 16px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:hover {
  color: #191d21 !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu {
  padding: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link {
  color: #6c757d;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  right: 15px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.nav-link {
  background-color: #fcfcfd;
  color: #191d21;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.dropdown-menu {
  display: block !important;
  top: -5px;
  left: 200px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item.active>.nav-link,
body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link:focus {
  background-color: #3b03db;
  color: #fff;
}

body.layout-3 .main-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 170px;
}

body.layout-3 .main-footer {
  padding-left: 0;
  padding-right: 0;
}

.main-sidebar .sidebar-brand {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 70px;
}

.main-sidebar .sidebar-brand.sidebar-brand-sm {
  display: none;
}

.main-sidebar .sidebar-brand a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 23px;
  vertical-align: bottom;
  color: #000;
}

.main-sidebar .sidebar-brand a .header-logo {
  height: 30px;
}

.main-sidebar .sidebar-brand a .logo-name {
  vertical-align: middle;
  font-size: 20px;
}

.main-sidebar .sidebar-user {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.main-sidebar .sidebar-user .sidebar-user-picture {
  margin-right: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture img {
  width: 75px;
  border-radius: 50%;
}

.main-sidebar .sidebar-user .sidebar-user-details .user-name {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #505c66;
}

.main-sidebar .sidebar-user .sidebar-user-details .user-role {
  font-weight: 400;
  color: #868e96;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.main-sidebar .sidebar-menu {
  padding: 0;
  margin: 0;
}

.main-sidebar .sidebar-menu li {
  display: block;
}

.main-sidebar .sidebar-menu li.menu-header {
  padding: 3px 15px;
  color: #868e96;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
}

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
  margin-top: 10px;
}

.main-sidebar .sidebar-menu li .menu-toggle:before {
  content: "\f067";
  font-family: "Font Awesome\ 5 Free";
  position: absolute;
  font-size: 10px;
  right: 17px;
  transform: scale(1);
  transition: all 0.3s;
}

.main-sidebar .sidebar-menu li .menu-toggle:after {
  content: "\f068";
  font-family: "Font Awesome\ 5 Free";
  position: absolute;
  font-size: 10px;
  right: 17px;
  transform: scale(0);
  transition: all 0.3s;
}

.main-sidebar .sidebar-menu li .menu-toggle.toggled:before {
  transform: scale(0);
}

.main-sidebar .sidebar-menu li .menu-toggle.toggled:after {
  transform: scale(1);
}

.main-sidebar .sidebar-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  letter-spacing: 0.3px;
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-mini .main-sidebar .sidebar-menu>li>a svg path {
  fill: rgba(30, 41, 87, 1);
}

.main-sidebar .sidebar-menu li a .badge {
  float: right;
  padding: 5px 10px;
  margin-top: 2px;
}

.main-sidebar .sidebar-menu li a i {
  width: 28px;
  font-size: 17px;
  margin-right: 7px;
  text-align: center;
}

.sidebar-mini .main-sidebar .sidebar-menu h6 {
  display: none;
}

.light-sidebar .main-sidebar .sidebar-menu li.active a,
.light-sidebar .main-sidebar .sidebar-menu li.active span {
  color: rgba(30, 41, 87, 1);
}

.light-sidebar .main-sidebar .sidebar-menu li.active a,
.light-sidebar .main-sidebar .sidebar-menu li.active svg path {
  fill: rgba(30, 41, 87, 1);
}

.main-sidebar .sidebar-menu li a .feather {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  fill: rgba(75, 75, 90, 0.12);
}

.main-sidebar .sidebar-menu li a span {
  margin-top: 3px;
  width: 100%;
  font-size: 17px;
  color: white;
  font-weight: 500;
}

.main-sidebar .sidebar-menu li:hover {
  background-color: #f2f5f8;
  color: rgba(30, 41, 87, 1) !important;
}

.main-sidebar .sidebar-menu li.active a {
  font-weight: 600;
  background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
  background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu {
  display: block;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a:hover {
  background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
  padding: 0;
  margin: 0;
  display: none;
  position: static;
  float: none;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #60686f;
  height: 35px;
  padding-left: 50px;
  font-weight: 400;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
  color: #3b03db;
  background-color: inherit;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
  color: #3b03db;
  font-weight: 600;
  left: 35px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  transition: 0.5s;
  left: 30px;
  color: #868e96;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
  color: #3b03db;
  font-weight: 600;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a:before {
  color: #3b03db;
  font-weight: 600;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
  margin-top: 1px;
  text-align: center;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
  padding-left: 10px;
}

.main-content {
  padding-left: 280px;
  padding-right: 30px;
  padding-top: 130px;
  width: 100%;
  position: relative;
}

.main-footer {
  padding: 20px 30px 20px 280px;
  margin-top: 40px;
  color: #98a6ad;
  border-top: 1px solid #e3eaef;
  display: inline-block;
  background: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
}

.main-footer .footer-left {
  float: left;
}

.main-footer .footer-right {
  float: right;
}

.simple-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
  background-color: #3b03db;
  color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a {
  color: #e8ebfd;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a:hover {
  background-color: #3b03db;
  color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
  color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
  padding-left: 20px;
  position: relative;
  /* color: #3b03db; */
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
  background-color: #fff;
}

.theme-setting {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2002;
}

.theme-setting .theme-setting-toggle {
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f73f52;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.theme-setting .theme-setting-toggle i {
  font-size: 24px;
}

.theme-setting .theme-setting-options {
  transition: all 0.5s;
  transition-delay: 0.3s;
  z-index: -1;
  position: absolute;
  left: -220px;
  bottom: 0;
  height: 150px;
  width: 50px;
  background-color: #e8e6e6;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
}

.theme-setting .theme-setting-options ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  margin-left: 20px;
}

.theme-setting .theme-setting-options ul li {
  width: 20px;
  height: 20px;
  background-color: #000;
  margin-right: 10px;
  margin-top: 15px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}

.theme-setting .theme-setting-options ul li:hover {
  opacity: 0.8;
}

.theme-setting.active .theme-setting-toggle {
  margin: 5px;
  box-shadow: none;
  line-height: 50px;
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}

.theme-setting.active .theme-setting-options {
  visibility: visible;
  opacity: 1;
  width: 220px;
}

.theme-setting.active .theme-setting-options ul li {
  opacity: 1;
  transition-delay: 0.3s;
}

@media (max-width: 1024px) {
  .sidebar-gone-hide {
    display: none !important;
  }

  .sidebar-gone-show {
    display: block !important;
  }

  .main-sidebar {
    position: fixed !important;
    margin-top: 0 !important;
    z-index: 891;
  }

  body.layout-2 .main-wrapper,
  body.layout-3 .main-wrapper {
    width: 100%;
    padding: 0;
    display: block;
  }

  .main-content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important;
  }

  .main-footer {
    padding-left: 30px;
  }

  body.search-show {
    overflow: hidden;
  }

  body.search-show .navbar {
    z-index: 892;
  }

  body.sidebar-show {
    overflow: hidden;
  }

  body.search-show:before,
  body.sidebar-show:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 891;
    -webkit-animation-name: fadeinbackdrop;
    animation-name: fadeinbackdrop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes fadeinbackdrop {
    to {
      opacity: 0.6;
    }
  }

  @keyframes fadeinbackdrop {
    to {
      opacity: 0.6;
    }
  }
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(8%);
  }

  65% {
    transform: translateY(-4%);
  }

  80% {
    transform: translateY(4%);
  }

  95% {
    transform: translateY(-2%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    -webkit-transform: translateY(8%);
  }

  65% {
    -webkit-transform: translateY(-4%);
  }

  80% {
    -webkit-transform: translateY(4%);
  }

  95% {
    -webkit-transform: translateY(-2%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }

  50% {
    transform: translateY(-8%);
  }

  65% {
    transform: translateY(4%);
  }

  80% {
    transform: translateY(-4%);
  }

  95% {
    transform: translateY(2%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }

  50% {
    -webkit-transform: translateY(-8%);
  }

  65% {
    -webkit-transform: translateY(4%);
  }

  80% {
    -webkit-transform: translateY(-4%);
  }

  95% {
    -webkit-transform: translateY(2%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }

  50% {
    transform: translateX(-8%);
  }

  65% {
    transform: translateX(4%);
  }

  80% {
    transform: translateX(-4%);
  }

  95% {
    transform: translateX(2%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }

  50% {
    -webkit-transform: translateX(-8%);
  }

  65% {
    -webkit-transform: translateX(4%);
  }

  80% {
    -webkit-transform: translateX(-4%);
  }

  95% {
    -webkit-transform: translateX(2%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }

  50% {
    transform: translateX(8%);
  }

  65% {
    transform: translateX(-4%);
  }

  80% {
    transform: translateX(4%);
  }

  95% {
    transform: translateX(-2%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }

  50% {
    -webkit-transform: translateX(8%);
  }

  65% {
    -webkit-transform: translateX(-4%);
  }

  80% {
    -webkit-transform: translateX(4%);
  }

  95% {
    -webkit-transform: translateX(-2%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }

  30% {
    transform: translateY(-8%) scaleX(0.5);
  }

  40% {
    transform: translateY(2%) scaleX(0.5);
  }

  50% {
    transform: translateY(0%) scaleX(1.1);
  }

  60% {
    transform: translateY(0%) scaleX(0.9);
  }

  70% {
    transform: translateY(0%) scaleX(1.05);
  }

  80% {
    transform: translateY(0%) scaleX(0.95);
  }

  90% {
    transform: translateY(0%) scaleX(1.02);
  }

  100% {
    transform: translateY(0%) scaleX(1);
  }
}

@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }

  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }

  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }

  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
  }

  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
  }

  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
  }

  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
  }

  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
  }

  100% {
    -webkit-transform: translateY(0%) scaleX(1);
  }
}

.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }

  60% {
    transform: translateY(-7%) scaleY(1.12);
  }

  75% {
    transform: translateY(3%);
  }

  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }

  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }

  75% {
    -webkit-transform: translateY(3%);
  }

  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }

  50% {
    transform: scale(0.95);
  }

  80% {
    transform: scale(1.05);
  }

  90% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }

  50% {
    -webkit-transform: scale(0.95);
  }

  80% {
    -webkit-transform: scale(1.05);
  }

  90% {
    -webkit-transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }

  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }

  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}

.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }

  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }

  35% {
    transform: rotate(2deg) scaleY(1);
  }

  50% {
    transform: rotate(-2deg);
  }

  65% {
    transform: rotate(1deg);
  }

  80% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }

  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }

  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }

  50% {
    -webkit-transform: rotate(-2deg);
  }

  65% {
    -webkit-transform: rotate(1deg);
  }

  80% {
    -webkit-transform: rotate(-1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }

  60% {
    transform: translateY(-100%) scaleY(1.1);
  }

  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }

  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }

  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }

  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }

  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }

  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }

  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }

  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }

  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(8%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(8%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }

  50% {
    -webkit-transform: rotate(4deg);
  }

  100% {
    -webkit-transform: rotate(-4deg);
  }
}

.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }

  40% {
    transform: scaleY(1.02);
  }

  60% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }

  40% {
    -webkit-transform: scaleY(1.02);
  }

  60% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(1);
  }
}

.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }

  40% {
    transform: scaleY(1.02);
  }

  60% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }

  40% {
    -webkit-transform: scaleY(1.02);
  }

  60% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(1);
  }
}

.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }

  40% {
    transform: scaleX(1.02);
  }

  60% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }

  40% {
    -webkit-transform: scaleX(1.02);
  }

  60% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(1);
  }
}

.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }

  40% {
    transform: scaleX(1.02);
  }

  60% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }

  40% {
    -webkit-transform: scaleX(1.02);
  }

  60% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(1);
  }
}

.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.bell {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin: 5px auto 0;
  color: #9e9e9e;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }

  1% {
    -webkit-transform: rotateZ(30deg);
  }

  3% {
    -webkit-transform: rotateZ(-28deg);
  }

  5% {
    -webkit-transform: rotateZ(34deg);
  }

  7% {
    -webkit-transform: rotateZ(-32deg);
  }

  9% {
    -webkit-transform: rotateZ(30deg);
  }

  11% {
    -webkit-transform: rotateZ(-28deg);
  }

  13% {
    -webkit-transform: rotateZ(26deg);
  }

  15% {
    -webkit-transform: rotateZ(-24deg);
  }

  17% {
    -webkit-transform: rotateZ(22deg);
  }

  19% {
    -webkit-transform: rotateZ(-20deg);
  }

  21% {
    -webkit-transform: rotateZ(18deg);
  }

  23% {
    -webkit-transform: rotateZ(-16deg);
  }

  25% {
    -webkit-transform: rotateZ(14deg);
  }

  27% {
    -webkit-transform: rotateZ(-12deg);
  }

  29% {
    -webkit-transform: rotateZ(10deg);
  }

  31% {
    -webkit-transform: rotateZ(-8deg);
  }

  33% {
    -webkit-transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
  }

  37% {
    -webkit-transform: rotateZ(2deg);
  }

  39% {
    -webkit-transform: rotateZ(-1deg);
  }

  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }

  1% {
    -moz-transform: rotate(30deg);
  }

  3% {
    -moz-transform: rotate(-28deg);
  }

  5% {
    -moz-transform: rotate(34deg);
  }

  7% {
    -moz-transform: rotate(-32deg);
  }

  9% {
    -moz-transform: rotate(30deg);
  }

  11% {
    -moz-transform: rotate(-28deg);
  }

  13% {
    -moz-transform: rotate(26deg);
  }

  15% {
    -moz-transform: rotate(-24deg);
  }

  17% {
    -moz-transform: rotate(22deg);
  }

  19% {
    -moz-transform: rotate(-20deg);
  }

  21% {
    -moz-transform: rotate(18deg);
  }

  23% {
    -moz-transform: rotate(-16deg);
  }

  25% {
    -moz-transform: rotate(14deg);
  }

  27% {
    -moz-transform: rotate(-12deg);
  }

  29% {
    -moz-transform: rotate(10deg);
  }

  31% {
    -moz-transform: rotate(-8deg);
  }

  33% {
    -moz-transform: rotate(6deg);
  }

  35% {
    -moz-transform: rotate(-4deg);
  }

  37% {
    -moz-transform: rotate(2deg);
  }

  39% {
    -moz-transform: rotate(-1deg);
  }

  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  1% {
    transform: rotate(30deg);
  }

  3% {
    transform: rotate(-28deg);
  }

  5% {
    transform: rotate(34deg);
  }

  7% {
    transform: rotate(-32deg);
  }

  9% {
    transform: rotate(30deg);
  }

  11% {
    transform: rotate(-28deg);
  }

  13% {
    transform: rotate(26deg);
  }

  15% {
    transform: rotate(-24deg);
  }

  17% {
    transform: rotate(22deg);
  }

  19% {
    transform: rotate(-20deg);
  }

  21% {
    transform: rotate(18deg);
  }

  23% {
    transform: rotate(-16deg);
  }

  25% {
    transform: rotate(14deg);
  }

  27% {
    transform: rotate(-12deg);
  }

  29% {
    transform: rotate(10deg);
  }

  31% {
    transform: rotate(-8deg);
  }

  33% {
    transform: rotate(6deg);
  }

  35% {
    transform: rotate(-4deg);
  }

  37% {
    transform: rotate(2deg);
  }

  39% {
    transform: rotate(-1deg);
  }

  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.dark-sidebar:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active ul.dropdown-menu li a {
  background-color: #353c48;
}

.dark-sidebar.sidebar-mini .main-sidebar .sidebar-menu {
  background-color: #353c48;
}

.dark-sidebar.sidebar-mini .main-sidebar .sidebar-menu li.active a {
  box-shadow: none;
  color: #fff;
}

.dark-sidebar.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  background-color: #353c48;
}

.dark-sidebar.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li:hover a {
  background-color: #353c48;
}

.dark-sidebar.sidebar-mini .main-sidebar .sidebar-user {
  background-color: #353c48;
}

.dark-sidebar.sidebar-mini .main-sidebar .dropdown-title {
  background-color: #353c48;
  color: #fff !important;
}

.dark-sidebar.sidebar-mini .main-sidebar:after {
  background-color: #353c48;
}

.dark-sidebar .navbar.active {
  background-color: #fff;
}

.dark-sidebar .navbar .form-inline .form-control {
  background-color: #f2f2f2;
}

.dark-sidebar .navbar .form-inline .btn {
  background-color: #f2f2f2;
}

.dark-sidebar .main-sidebar {
  background-color: #353c48;
}

.dark-sidebar .main-sidebar .sidebar-brand {
  background-color: #353c48;
}

.dark-sidebar .main-sidebar .sidebar-brand a {
  color: #fff;
}

.dark-sidebar .main-sidebar .sidebar-menu li a {
  color: #a9b7d0;
}

.dark-sidebar .main-sidebar .sidebar-menu li.menu-header {
  color: #ebecf1;
}

.dark-sidebar .main-sidebar .sidebar-menu li.active a {
  color: #fff;
  background-color: rgba(31, 32, 46, 0.3);
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.menu-dropdown li a {
  color: #868e96;
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.menu-dropdown li.active a {
  color: #fff;
}

.dark-sidebar .main-sidebar .sidebar-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu a {
  color: #a9b7d0;
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
  color: #ffffff;
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a:before {
  color: #ffffff;
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
  color: #fff;
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
  color: #fff;
}

.dark-sidebar .main-sidebar .sidebar-user .sidebar-user-details .user-name {
  color: #ededed;
}

.dark-sidebar .btn-primary,
.dark-sidebar .btn-primary.disabled {
  box-shadow: none;
}

.light-sidebar:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active ul.dropdown-menu li a {
  background-color: #fff !important;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu {
  background-color: #fff;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li.active a {
  box-shadow: none;
  /* color: #3b03db; */
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  background-color: #fff;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li:hover a {
  background-color: #fff;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-user {
  background-color: #fff;
}

.light-sidebar.sidebar-mini .main-sidebar .dropdown-title {
  background-color: #fff;
}

.light-sidebar.sidebar-mini .main-sidebar:after {
  background-color: var(--primary);
}

.light-sidebar .navbar.active {
  background-color: #fff;
}

.light-sidebar .navbar .form-inline .form-control {
  background-color: #f2f2f2;
}

.light-sidebar .navbar .form-inline .btn {
  background-color: #f2f2f2;
}

.light-sidebar .main-sidebar .sidebar-menu li.active a {
  background-color: #f0f3ff;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
  color: #454546;
  font-weight: 600;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a::before {
  color: #454546;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
  color: #454546;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover::before {
  color: #454546;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5864bd;
  border-color: #5864bd;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3dc9b3;
  border-color: #3dc9b3;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #28c76f;
  border-color: #28c76f;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ea5455;
  border-color: #ea5455;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffa117;
  border-color: #ffa117;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #000;
  background-color: #3b03db;
  border-color: #3b03db;
}

.theme-white.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a:hover {
  color: #3b03db;
}

.theme-white .bg-primary {
  background-color: #3b03db !important;
}

.theme-white .text-primary {
  color: #fff !important;
}

.theme-white a:hover {
  color: #3b03db;
}

.theme-white .btn-primary {
  background-color: #3b03db;
  border-color: transparent !important;
  color: #fff;
}

.theme-white .btn-primary:focus {
  background-color: #4f5ece !important;
}

.theme-white .btn-primary:focus:active {
  background-color: #4f5ece !important;
}

.theme-white .btn-primary:active {
  background-color: #4f5ece !important;
}

.theme-white .btn-primary:hover {
  background-color: #4f5ece !important;
  color: #fff;
}

.theme-white .btn-primary.disabled {
  background-color: #3b03db;
  border-color: #3b03db;
}

.theme-white .btn-primary:disabled {
  background-color: #3b03db;
  border-color: #3b03db;
}

.theme-white .btn-outline-primary {
  color: #3b03db;
  background-color: transparent;
  background-image: none;
  border-color: #3b03db;
}

.theme-white .btn-outline-primary:focus {
  background-color: #4f5ece !important;
  color: #fff;
}

.theme-white .btn-outline-primary:focus:active {
  background-color: #4f5ece !important;
  color: #fff;
}

.theme-white .btn-outline-primary:hover {
  color: #fff;
  background-color: #3b03db;
  border-color: #3b03db;
}

.theme-white .btn-outline-primary.disabled {
  color: #3b03db;
  background-color: transparent;
}

.theme-white .btn-outline-primary:disabled {
  color: #3b03db;
  background-color: transparent;
}

.theme-white .btn-link {
  font-weight: 400;
  color: #3b03db;
  background-color: transparent;
}

.theme-white .btn-link:hover {
  color: #3b03db;
}

.theme-white .dropdown-item.active {
  color: #fff;
  background-color: #e9e9e9;
}

.theme-white .nav-pills .nav-link.active {
  color: #fff;
  background-color: #3b03db;
}

.theme-white .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #3b03db;
}

.theme-white .page-link {
  color: #3b03db;
  background-color: #fff;
  border: 1px solid #ededed;
}

.theme-white .page-link:focus {
  color: #3b03db;
}

.theme-white .page-link:hover {
  color: #3b03db;
  background-color: #eaeaea;
}

.theme-white .page-item .page-link {
  color: #3b03db;
}

.theme-white .page-item.active .page-link {
  color: #fff;
  background-color: #3b03db;
  border-color: #3b03db;
}

.theme-white .page-item.disabled .page-link {
  color: #3b03db;
}

.theme-white .progress-bar {
  color: #fff;
  background-color: #3b03db;
}

.theme-white .border-primary {
  border-color: #fff !important;
}

.theme-white .navbar {
  background-color: #fff;
  box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1);
}

.theme-white .jqvmap-circle {
  background-color: #3b03db;
  border: 1px solid #000;
}

.theme-white .dropzone {
  border: 2px dashed #3b03db;
}

.theme-white .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #3b03db;
}

.theme-white .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #3b03db;
}

.theme-white .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #3b03db;
}

.theme-white .custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #3b03db;
}

.theme-white .list-group-item.active {
  color: #fff;
  background-color: #3b03db;
  border-color: #3b03db;
}

.theme-white .navbar.active {
  background-color: #3b03db;
}

.theme-white .form-control:focus {
  border-color: #3b03db;
}

.theme-white .alert.alert-primary {
  background-color: #3b03db;
}

.theme-white .card.card-primary {
  border-top: 2px solid #3b03db;
}

.theme-white .fc button.fc-state-active {
  background-color: #3b03db;
  color: #fff;
}

.theme-white .weather ul li {
  border: 2px solid #3b03db;
  color: #3b03db;
}

.theme-white .card-chat .chat-content .chat-item.chat-right .chat-details .chat-text {
  background-color: #3b03db;
  color: #fff;
}

.theme-white .nav-tabs .nav-item .nav-link {
  color: #3b03db;
}

.theme-white .swal-button.swal-button--confirm {
  background-color: #3b03db;
}

.theme-white .btn-group .btn.active {
  background-color: #3b03db;
  color: #fff;
}

.theme-white .media .media-right {
  color: #3b03db;
}

.theme-white .selectric-items li.selected {
  background-color: #3b03db;
  color: #fff;
}

.theme-white .selectric-items li.highlighted {
  background-color: #3b03db;
  color: #fff;
}

.theme-white .accordion .accordion-header[aria-expanded="true"] {
  background-color: #3b03db;
  color: #fff;
}

.theme-white .bootstrap-tagsinput .tag {
  background-color: #3b03db;
}

.theme-white body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
  background-color: #3b03db;
}

.theme-white body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
  box-shadow: 0 4px 8px #3b03db;
  background-color: #3b03db;
  color: #fff;
}

.theme-white body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a {
  color: #3b03db;
}

.theme-white .activities .activity:before {
  background-color: #3b03db;
}

.theme-white .settingSidebar .settingPanelToggle {
  background: #3b03db;
}

.theme-white .settingSidebar .settingPanelToggle i {
  color: #fff;
}

.theme-white .settingSidebar ul.choose-theme li.active div::after {
  color: #000;
}

.theme-white .sidebar-color .selectgroup-input:checked+.selectgroup-button {
  background-color: #3b03db;
}

.theme-white .navbar .nav-link .feather {
  color: #555556;
}

.theme-white .navbar .form-inline .form-control {
  background-color: #f0f3ff;
}

.theme-white .navbar .form-inline .form-control:focus {
  border-color: transparent;
}

.theme-white .navbar .form-inline .btn {
  background-color: #f0f3ff;
}

.theme-white .custom-switch-input:checked~.custom-switch-indicator {
  background: #3b03db;
}

.theme-white .btn-outline-primary:not([disabled]):not(.disabled):active,
.theme-white .btn-outline-primary.active:not([disabled]):not(.disabled),
.theme-white .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #353c48;
  border-color: #353c48;
}

.menu-icon {
  text-align: end;
}

.menu-icon a {
  padding: 0px;
}

.menu-icon img {
  border: 1px solid #bfbfbf;
  border-radius: 0px 5px 5px 0px;
  transform: rotate(180deg);
  width: 33px;
  height: 33px;
  padding: 5px;
}

.sidebar-brand.profile-image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

.sidebar-mini .sidebar-brand.profile-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.sidebar-brand.profile-image .profile-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
}

.sidebar-brand.profile-image .profile-email {
  font-weight: 400;
  font-size: 12px;
  color: #f8f8f8;
  margin-bottom: 18px;
}

.sidebar-mini .sidebar-brand.profile-image .profile-name {
  font-size: 0px;
  height: 0px;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>svg path {
  fill: rgba(30, 41, 87, 1) !important;
}

.sidebar-mini .sidebar-brand.profile-image .profile-email {
  font-size: 0px;
  height: 0px;
  padding-bottom: 0px;
}

.side-bar-left-menu li svg path {
  fill: white;
}

.side-bar-left-menu li {
  list-style-type: none;
}

.side-bar-left-menu li span {
  font-size: 16px;
  font-weight: 500;
}

.main-sidebar .sidebar-menu li:hover a,
.main-sidebar .sidebar-menu li:hover span {
  color: rgba(30, 41, 87, 1) !important;
}

.main-sidebar .sidebar-menu li:hover svg path {
  fill: rgba(30, 41, 87, 1) !important;
}

.main-sidebar .sidebar-menu li a svg {
  width: 28px;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .main-content {
    width: calc(100% - 215px);
  }

  /* .footer {
      width: calc(100% - 215px);
    } */
}

@media (min-width: 992px) {
  .sidebar-mini .main-content {
    width: 100%;
    margin-left: 0px;
    padding-left: 80px;
  }

  .sidebar-mini .footer {
    width: 100%;
    margin-left: 0px;
    padding-left: 80px;
  }
}

.main-content {
  margin-left: 230px;
  min-height: 100vh !important;
  transition: 0.5s;
  padding: 22px 15px;
}

.footer {
     /* padding: 22px 15px; */
    margin-left: 260px;
    transition: margin-left 300ms ease-in-out 0s;
    text-align: end;
}


@media (max-width: 1024px) {
  .main-content {
    margin-left: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 65px;
    padding-bottom: 15px;
  }

  /* .footer {
    margin-left: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 65px;
    padding-bottom: 15px;
  } */

  .content-logo {
    display: none !important;
  }
}

/* main-content-start */
.main-content .search-bg-sec {
  background: rgba(30, 41, 87, 1);
  padding: 15px 23px;
}

.main-content .search-bg-sec .search-sec .fa {
  left: 20px;
  top: 13px;
  color: rgba(86, 95, 136, 1);
  font-size: 18px;
}

.main-content .search-bg-sec .search-sec .form-control {
  border: 1px solid rgba(86, 95, 136, 1);
  border-radius: 100px;
  padding: 5px 20px 5px 45px;
}

.main-content .search-bg-sec .search-sec ::placeholder {
  color: rgba(86, 95, 136, 1);
  font-size: 14px;
}

.main-content .search-bg-sec .search-sec .search-btn {
  background: linear-gradient(90deg, #4e567b 0%, #8f9de1 100%);
  border: 2px solid rgba(248, 248, 248, 1);
  border-radius: 100px;
  font-size: 17px;
  font-weight: 700;
  padding: 8px 45px;
  color: white;
}

.main-content .form-sec .form-btn {
  background: linear-gradient(90deg, #4e567b 0%, #8f9de1 100%);
  border: 2px solid rgba(248, 248, 248, 1);
  border-radius: 100px;
  font-size: 17px;
  font-weight: 700;
  padding: 6px 40px;
  color: white;
  margin-right: 7px;
  margin-bottom: 20px;
}

.main-content .radio-btn {
  border-bottom: 1px solid rgba(164, 164, 164, 1);
}

.main-content .radio-btn label {
  font-size: 25px;
  font-weight: 700;
  color: rgba(30, 41, 87, 1);
  margin-left: 10px;
}

.form-check-input:checked[type="radio"] {
  background-image: url("../images/radio-check.png") !important;
}

.main-content .form-check-input:checked {
  background-color: white !important;
  border: 2px solid rgba(30, 41, 87, 1) !important;
}

.content-logo img {
  width: 215px;
  height: auto;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .form-check-input {
    width: 15px !important;
    height: 15px !important;
    margin-top: 4px;
  }

  .main-content .radio-btn label {
    font-size: 16px !important;
    margin-left: 7px !important;
  }

  .main-content .search-bg-sec .search-sec .search-btn {
    font-size: 14px !important;
    padding: 5px 40px !important;
  }

  .share-icons img {
    width: 30px !important;
    height: auto;
  }

  .ad-word {
    text-align: center !important;
  }

  .form-sec input,
  textarea {
    width: 100% !important;
  }

  .main-content #form-btn-main {
    text-align: center;
  }

  .main-content .form-sec .form-btn {
    margin-right: 0 !important;
  }
}

/* utality classes start */
.text-colors {
  font-size: 25px;
  font-weight: 700;
  color: rgba(30, 41, 87, 1);
}

/* utality classes end */

/* Favorite page styling start */
.share-icons img {
  width: 45px;
  height: auto;
  margin-right: 7px;
  cursor: pointer;
}

/* Favorite page styling end */

/* Setting-page styling start */
.setting-btns .set-btn {
  background: linear-gradient(90deg, #4e567b 0%, #8f9de1 100%);
  border: 2px solid rgba(248, 248, 248, 1);
  border-radius: 100px;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 40px;
  color: white;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

/* Setting-page styling end */

/* more-apps page styling start */
.discription .apps {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 0;
  border-radius: 10px;
  height: 100%;
}

/* more-apps page styling end */

/* main-content-end */








.main-bg {
  background: #21744C;
  background: #21744C;
  padding: 30px;
}








.repay-card {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 130px; */
}

.repay-card-inner {
  background-color: white !important;
  border: 1px solid #a3a3a3 !important;
  border-radius: 15px !important;
  padding: 70px 50px 70px 50px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

table{
  white-space: nowrap;
}

.table>:not(caption)>*>* {
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .table-responsive {
      display: revert !important;
  }
}
@media (max-width: 576px) {
  .repay-card-inner {
    border-radius: 10px !important;
    padding: 30px 15px !important;
}
}
/* 
/* .footer-sec{
  margin-left: 260px;
  transition: margin-left 300ms ease-in-out 0s;
}
.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small~.footer-sec {
  margin-left: 85px;
} */ */