@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-ms-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-o-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  -moz-animation: slide-down 5s 3;
  -ms-animation: slide-down 5s 3;
  -o-animation: slide-down 5s 3;
  animation: slide-down 5s 3;
}
@media only screen and (max-width: 1919px) {
  .feedback-page + .feedback-footer {
    position: relative;
  }
  .feedback-page + script + .feedback-footer {
    position: relative;
  }
  .dataTables_wrapper td,
  .dataTables_wrapper th {
    font-size: 0.95rem;
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-content {
    padding: 25px 15px;
  }
  .dataTables_wrapper td,
  .dataTables_wrapper th {
    font-size: 0.9rem;
    padding: 15px;
  }
  .charts-section {
  }
  .charts-section .amount-col {
    padding: 15px 5px;
  }
  .charts-section .amount-img {
    width: 45px;
    height: 45px;
  }
  .charts-section .amount-img img {
    max-width: 90%;
  }
  .charts-section .amount {
    font-size: 16px;
  }
  .charts-section .amount-title {
    font-size: 12px;
  }
  .page.feedback-page .white-box {
    padding: 30px;
    margin-bottom: 50px;
  }
  .page.feedback-page .feeback-logo {
    width: 96px;
    height: 96px;
    margin-bottom: 30px;
  }
  .page.feedback-page .feeback-desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .dashboard-filters .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dashboard-filters .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .header .navbar-brand span.header-brand-name {
    font-size: 15px;
  }
  .page-password .left-side-background-color ul li a {
    font-size: 14px;
  }
  .section-white .col-md-4 {
    margin-bottom: 0;
  }
  .section-white span[style="color: green"],
  .section-white span[style="margin-left: 10px; color: green"] {
    display: block;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .side-navbar.show-sm,
  .side-navbar.shrink {
    width: 270px;
    text-align: left !important;
  }
  .side-navbar.show-sm #toggle-btn-wrap #toggle-btn,
  .side-navbar.shrink #toggle-btn-wrap #toggle-btn {
    color: #41a541;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .side-navbar.show-sm .main-menu,
  .side-navbar.shrink .main-menu {
    width: 100%;
  }
  .side-navbar.show-sm .main-menu ul li.dashboard-link a,
  .side-navbar.shrink .main-menu ul li.dashboard-link a {
    color: #41a541;
  }
  .navbar-brand span.d-none.d-md-inline-block {
    display: none !important;
  }
  .side-navbar.show-sm {
    width: 220px;
  }
  .side-navbar.show-sm .main-menu {
    width: 220px;
  }
  .page.active-sm {
    width: calc(100% - 74px);
  }
  .side-navbar ul li a[data-toggle="collapse"]:before {
    right: 20px;
    top: 5px;
  }
  .side-navbar #toggle-btn-wrap a#toggle-btn,
  .side-navbar #toggle-btn-wrap a#toggle-btn:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .side-navbar.show-sm #toggle-btn-wrap a#toggle-btn,
  .side-navbar.show-sm #toggle-btn-wrap a#toggle-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 1024px) {
  .side-navbar {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .side-navbar.show-sm {
    width: 270px;
    left: 0;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .side-navbar {
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
    }
    .side-navbar .sidenav-header-logo {
      left: 0;
    }
    .side-navbar .main-menu {
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
    }
    .side-navbar .main-menu ul li.dashboard-link {
      left: -196px;
    }
    .side-navbar.show-sm {
      width: 270px;
      left: 0;
    }
    .side-navbar.show-sm .sidenav-header-logo {
      left: 192px;
    }
    .side-navbar.show-sm .main-menu ul li.dashboard-link {
      left: 0;
    }
  }
  .header .navbar-brand span.header-brand-name {
    display: none;
  }
  .responsiveRow [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .chosen-container {
    width: 100% !important;
  }
  .datatableSection {
    background-color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .fd-page-content .datatable-title,
  .fd-page-content .datatableSection {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 992px) {
  .header .user-navbar ul li {
    margin: 0 0 0 15px;
  }
  .dashboard-counts .alert-count,
  .dashboard-counts .alert-name,
  .dashboard-counts .dashboard-tab {
    text-align: center;
    margin: 5px 0;
  }
  .charts-section .card .card-header h4 {
    font-size: 12px;
    text-transform: capitalize;
  }
  .addRecordSec,
  .dashboard-section,
  .pageViewSection {
    padding: 30px 15px;
  }
  label {
    font-size: 0.8rem;
  }
  .help-block {
    font-size: 0.8rem;
  }
  .charts .card-header h4 {
    font-size: 1rem;
  }
  .dataTables_wrapper .dataTables_info {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .dataTables_paginate {
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  .dataTables_paginate .pagination {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .page.feedback-page {
    position: relative;
    height: auto;
    padding-bottom: 60px;
  }
  .feedback-page + .feedback-footer {
    position: relative;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-filters .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dashboard-filters .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header {
    padding: 12px 15px;
  }
  .header .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .header .navbar-brand img {
    margin-left: 0;
  }
  .header .navbar-header img.img-fluid.mr-2 {
    max-width: 50px;
  }
  .header nav.navbar .dropdown-menu {
    right: -80px;
    margin-top: 0;
  }
  .header .navbar .nav-menu li {
    margin-right: 0.3rem;
  }
  .header .navbar .nav-menu li a {
    padding: 0.5rem;
  }
  .header .col-md-2,
  .header .col-md-5 {
    width: auto;
  }
  .header .col-md-2 + .col-md-5 {
    width: 100%;
  }
  .header .user-navbar ul li {
    margin: 0 0 0 15px;
  }
  .header .user-navbar ul li:first-child {
    margin-left: 0;
  }
  .header .user-navbar ul li.user-dropdown a:after {
    margin-left: 10px;
  }
  .header .user-navbar ul li.user-dropdown.show .dropdown-menu {
    margin: 10px 0 0 -10px;
  }
  .header .user-navbar ul li.user-dropdown.show .dropdown-menu:before {
    top: -14px;
    right: 26px;
  }
  .header .user-navbar ul li .user-name {
    margin-right: 15px !important;
  }
  .charts-section .amount-row {
    margin: 0;
  }
  .charts-section .amount-img {
    height: 55px;
    margin-bottom: 1rem;
  }
  .charts-section .amount {
    margin-bottom: 1rem;
  }
  .charts-section .card {
    margin-bottom: 2rem !important;
  }
  .dashboard-counts .dashboard-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-content {
    padding: 20px 0;
  }
  .page-password .col-lg-3.col-md-5 {
    margin-bottom: 30px;
  }
  .page-password .right-side-content .page-heading h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
  }
  .page-password .right-side-content h4 {
    font-size: 16px;
  }
  .page-password {
    padding: 20px 10px;
  }
  .dashboard-counts .alert {
    padding: 0.5rem;
  }
  .dashboard-counts .statsIcons + strong {
    font-size: 0.8em;
  }
  .dashboard-counts .panel.panel-default a {
    position: absolute;
    bottom: 12px;
  }
  div#record_table_paginate {
    overflow-y: auto;
    white-space: nowrap;
    min-width: 500px;
  }
  .dataTables_wrapper .dataTables_paginate .ellipsis,
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
  }
  .dataTables_wrapper .dataTables_paginate .ellipsis.next,
  .dataTables_wrapper .dataTables_paginate .ellipsis.previous,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next,
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    height: auto;
    padding: 0.28rem 0.5rem;
  }
  .fa-2x {
    font-size: 1.2em;
  }
  .charts .card-header h4 {
    font-size: 0.8rem;
  }
  .datatable-title {
    position: static;
    top: 0;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px;
    margin: 0;
  }
  .dataTables_wrapper {
  }
  .dataTables_wrapper .dt-buttons.btn-group {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 9px 10px;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dt-buttons.btn-group:empty {
    display: none;
  }
  .dataTables_wrapper .dt-buttons.btn-group a {
    float: left;
    margin: 0;
  }
  .dataTables_wrapper .dataTables_length {
    background-color: #fff;
    float: left;
    width: 100%;
    min-height: 68px;
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_length select {
    width: 100px;
  }
  .datatableSection:before {
    display: none;
  }
  .dataTables_paginate .ellipsis.next,
  .dataTables_paginate .ellipsis.previous,
  .dataTables_paginate .paginate_button.next,
  .dataTables_paginate .paginate_button.previous {
    font-size: 0;
  }
  .advancedModal .modal-header {
    display: inline-block;
  }
  .advancedModal .modal-title {
    width: 100%;
  }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
  }
  .table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
  .advancedTable {
    width: 800px;
  }
  .timeline {
    width: 100%;
    border: 0;
    padding: 20px 0;
    margin: 0;
  }
  .timeline-count {
    left: 20px;
    top: -15px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    z-index: 1;
  }
  .modal-open .modal {
    padding: 30px 25px !important;
  }
  .modal-open .modal .modal-content {
    height: 90vh;
    overflow-y: auto;
  }
  .modal-open .modal .modal-content::-webkit-scrollbar {
    width: 0.3em;
  }
  .modal-open .modal .modal-content::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .modal-open .modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #495057;
    outline: 1px solid #212529;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .feedback-detail-page-login,
  .page.feedback-detail-page {
    padding: 30px 10px;
  }
  .feedback-detail-page-login .container,
  .page.feedback-detail-page .container {
    padding: 0;
  }
  .feedback-detail-page-login .fd-page-wrap,
  .page.feedback-detail-page .fd-page-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .feedback-detail-page-login .fd-page-content,
  .page.feedback-detail-page .fd-page-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 20px;
  }
  .page.feedback-page .feeback-logo {
    width: 215px;
    height: 215px;
    padding: 30px;
  }
}
@media only screen and (max-width: 616px) {
  .page {
    padding-bottom: 30px;
  }
  footer.main-footer {
    padding: 1rem 0 0;
  }
  footer.main-footer .col-sm-6 {
    text-align: center !important;
  }
  .notification-header {
    display: inline-block !important;
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
  }
  .notification-header .notification-head-title {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .notification-header .notification-head-title .notification-head-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 34px;
  }
  .notification-header .notification-head-title .notification-head-icon img {
    max-width: 15px;
  }
  .notification-header .notification-head-text {
    width: 100%;
  }
  .timeline-description .card-header h2 .notification-title {
    float: left;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .timeline-description .card-header h2 .badge-danger,
  .timeline-description .card-header h2 .badge-success {
    float: left;
  }
  .timeline-description .card-body > * {
    font-size: 14px;
  }
  .timeline + .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
  }
  .timeline + .pagination li {
    width: 20%;
  }
  .timeline + .pagination li .page-link {
    text-align: center;
  }
  .page.feedback-page {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .button {
    width: 100%;
    margin: 0 0 0.8rem !important;
  }
}
