@charset "UTF-8";

/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700"); */


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');



/*******************
Global Styles
*******************/
@import '../scss/icons/font-awesome/css/font-awesome.min.css';
@import '../css/spinners.css';

* {
  outline: none;
}

body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #0D173A;
  font-weight: 300;
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1652F0;
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.link {
  color: #455a64;
}

a.link:hover,
a.link:focus {
  color: #0d6efd;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0D173A;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 24px;
}

h3 {
  line-height: 30px;
  font-size: 22px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

h6 {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

/*******************
scrollbar
*******************/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #e4e3e88f;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #8F94AD;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}


/* horizontal scrollbar */

::-webkit-scrollbar-track:horizontal {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #8F94AD;
}

::-webkit-scrollbar-thumb:hover:horizontal {
  background: #888;
}




/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #0d6efd;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

.mb-logo {
  display: none;
}

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

/*******************
Opacity
*******************/
.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700;
}
html body .font-semibold {
  font-weight: 600;
}
html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 500;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-13 {
  font-size: 13px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-15 {
  font-size: 15px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

/*******************
Border
*******************/
html body .b-0 {
  border: none !important;
}

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

/*******************
Text Colors
*******************/
.text-white {
  color: #ffffff !important;
}
.text-black{
  color: #000;
}
.text-danger {
  color: #ff5c6c !important;
}

.text-muted {
  color: #bcc3d3 !important;
}

.text-warning {
  color: #ff9041 !important;
}

.text-success {
  color: #008A00 !important;
}

.text-info {
  color: #0d6efd !important;
}

.text-inverse {
  color: #2f3d4a !important;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #6772e5 !important;
}

html body .text-megna {
  color: #56c0d8;
}

html body .text-dark {
  color: #67757c;
}

html body .text-themecolor {
  color: #151D3F;
}
html body .text-white {
  color: #fff;
}

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #6772e5 !important;
}

.bg-success {
  background-color: #24d2b5 !important;
}

.bg-info {
  background-color: #0d6efd !important;
}

.bg-warning {
  background-color: #ff9041 !important;
}

.bg-danger {
  background-color: #ff5c6c !important;
}

html body .bg-megna {
  background-color: #56c0d8;
}

html body .bg-theme {
  background-color: #0d6efd;
}

html body .bg-inverse {
  background-color: #2f3d4a;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light-part {
  background-color: rgba(0, 0, 0, 0.02);
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #e9edf2;
}

html body .bg-white {
  background-color: #ffffff;
}
html body .bg-transparent {
  background-color: transparent;
}

/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #56c0d8;
}

.label-success {
  background-color: #24d2b5;
}

.label-info {
  background-color: #0d6efd;
}

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

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

.label-megna {
  background-color: #56c0d8;
}

.label-primary {
  background-color: #6772e5;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #2f3d4a;
}

.label-default {
  background-color: #e9edf2;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #24d2b5;
}

.label-light-info {
  background-color: #cfecfe;
  color: #0d6efd;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9041;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff5c6c;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #56c0d8;
}

.label-light-primary {
  background-color: #f1effd;
  color: #6772e5;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}

/*******************
 Badge
******************/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #24d2b5;
}

.badge-info {
  background-color: #0d6efd;
}

.badge-primary {
  background-color: #6772e5;
}

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

.badge-danger {
  background-color: #ff5c6c;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #2f3d4a;
}

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #67757c;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #0d6efd;
}

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #67757c;
}

/*******************
Layouts
******************/
.card-no-border .card {
  border: 0px;
  box-shadow: 0 0 18px rgba(0, 0, 0, .07);
}

.card-no-border .shadow-none {
  box-shadow: none;
}

.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
  background: #ffffff;
}

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}

/*******************/
/*single column*/
/*******************/
.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px;
}

.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.card-body {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

a {
  text-decoration: none;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #e9ecef;
}

small {
  font-size: 80%;
  font-weight: 400;
}

.error-box .error-body .error-title {
  font-size: 210px !important;
  font-weight: 900 !important;
  line-height: 210px !important;
}

.form-control,
.form-select {
  height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control {
  height: auto;
}

select.form-control.form-control-line {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.dropdown-menu:empty {
  display: none;
}

/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Main sidebar
******************/
.left-sidebar {
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0px;
  z-index: 20;
  padding-top: 70px;
  background: #fff;
  /* border-right: 1px solid rgba(120, 130, 140, 0.13); */
}

.fix-sidebar .left-sidebar {
  position: fixed;
}

/*******************
use profile section
******************/
.sidebar-nav .user-profile>a img {
  width: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.sidebar-nav .user-profile>ul {
  padding-left: 40px;
}

/*******************
sidebar navigation
******************/
.scroll-sidebar {
  height: 100%;
  overflow: auto;
}

.scroll-sidebar.ps .ps__scrollbar-y-rail {
  left: 2px;
  right: auto;
  background: none;
  width: 6px;
  /* If using `left`, there shouldn't be a `right`. */
}

.collapse.in {
  display: block;
}

.sidebar-nav {
  background: #F6F8FC;
  padding: 15px 0 15px 0px;
}

.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-nav ul li {
  list-style: none;
}
.sidebar-nav ul li a {
  color: #818181;
  padding: 14px 20px 14px 15px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}


.sidebar-nav>ul>li:hover{
  background: #fff;
  border-radius: 11px;
}
.sidebar-nav>ul>li:hover a, .sidebar-nav>ul>li:hover a i{
  color: #151D3F;
}
.sidebar-nav>ul>li.active{
  background: #fff;
  border-radius: 11px;
}
.sidebar-nav>ul>li>a svg {
  fill: #787f91;
}
.sidebar-nav ul .Deposit svg{
  width: 25px;
  height: 25px;
}
.sidebar-nav ul .Deposit svg path{
  fill: #787f91;
}
.sidebar-nav ul .Deposit.active svg path, .sidebar-nav ul .Deposit:hover svg path{
  fill: #1652F0;
}
.sidebar-nav ul li a.active {
  font-weight: 500;
  color: #049248;
}

.sidebar-nav>ul>li.active>a i {
  /* color: #151D3F; */
  color: #049248;
}
.sidebar-nav ul li ul {
  padding-left: 30px;
}

.sidebar-nav ul li ul li a {
  padding: 7px 9px 7px 10px;
}
.sidebar-nav ul li ul li a i{
  width: 19px;
}
.sidebar-nav ul li ul ul {
  padding-left: 15px;
}

.sidebar-nav ul li.nav-small-cap {
  font-size: 12px;
  margin-bottom: 0px;
  padding: 30px 14px 14px 0px;
  color: #bcc3d3;
  font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 15px 0;
}

.sidebar-nav>ul>li>a {
  border-left: 3px solid transparent;
}

.sidebar-nav>ul>li>a i {
  width: 38px;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #818181;
}

.sidebar-nav>ul>li>a svg {
  margin-right: 8px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: #787f91;
}

.sidebar-nav>ul>li>a .label {
  float: right;
  margin-top: 2px;
}

/* .sidebar-nav>ul>li>a.active {
  font-weight: 400;
  color: #26c6da;
  border-left: 3px solid #0d6efd;
} */

.sidebar-nav>ul>li {
 margin: 9px 6px;
}

/* .sidebar-nav>ul>li.active>a {
  color: #0d6efd;
  font-weight: 500;
} */
/*
.sidebar-nav>ul>li.active>a i {
  color: #0d6efd;
} */

.sidebar-nav .waves-effect {
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

#main-wrapper {
  width: 100%;
  overflow: hidden;
}

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.boxed #main-wrapper .sidebar-footer {
  position: absolute;
}

.boxed #main-wrapper .topbar {
  max-width: 1300px;
}

.boxed #main-wrapper .footer {
  display: none;
}

.page-wrapper {
  background: #F6F8FC;
  padding-bottom: 60px;
  position: relative;
}

.container-fluid {
  padding: 25px 25px;
}

.card {
  margin-bottom: 20px;
}

.card .card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #bcc3d3;
}

.card .card-title {
  position: relative;
  font-weight: 500;
}

/*******************
 Topbar
*******************/
.navbar-nav .dropdown-menu {
  top: 105%;
}

.dropdown-menu.show::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  transition: opacity .6s;
  border-color: #fff transparent transparent transparent;
  transform: rotate(180deg);
}

.fix-header .topbar {
  position: fixed;
  width: 100%;
}

.fix-header .page-wrapper {
  padding-top: 70px;
}

.fix-header .right-side-panel {
  top: 70px;
  height: calc(100% - 70px);
}

.topbar {
  position: relative;
  z-index: 50;
}

.topbar .navbar-collapse {
  padding: 0px;
  /* border-bottom: 1px solid rgba(120, 130, 140, 0.13); */
  /* box-shadow: 0 6px 6px -6px #00000038; */
}

.topbar .top-navbar {
  min-height: 70px;
  padding: 0px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.table td, .table th{
  vertical-align: middle !important;
}
.table td a.btn{
  padding: 3px 9px !important;
}
.topbar .top-navbar .dropdown-toggle::after {
  display: none;
}

.topbar .top-navbar .navbar-header {
  line-height: 72px;
  padding-left: 10px;
  /* border-right: 1px solid rgba(120, 130, 140, 0.13); */
}

.topbar .top-navbar .navbar-header .navbar-brand {
  margin-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
  /* line-height: 70px;
  display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 54px;
}

.topbar .top-navbar .navbar-nav>.nav-item>span {
  line-height: 65px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 10px;
}

.topbar .top-navbar .navbar-nav>.nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}

.topbar .u-pro {
  margin-left: 10px;
}

.topbar .profile-pic {
  white-space: nowrap;
  padding-left: 15px;
  /* border-left: 1px solid rgba(120, 130, 140, 0.13); */
}

.topbar .profile-pic img {
  width: 40px;
  border-radius: 100%;
}

.topbar .profile-pic span {
  font-size: 14px;
  white-space: nowrap;
  color: #000000;
  font-weight: 500;
}

.topbar .profile-pic i {
  font-size: 16px;
}

.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
}

.topbar .dropdown-menu .dropdown-item {
  padding: 6px 13px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.topbar .dropdown-menu .dropdown-item a {
  color: #000;
  font-weight: 500;
}

.topbar ul.dropdown-user {
  padding: 0px;
  min-width: 270px;
}

.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}

.topbar ul.dropdown-user li .dw-user-box {
  padding: 10px 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.topbar ul.dropdown-user li .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
  margin: 0px;
  font-size: 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
  margin-bottom: 2px;
  font-size: 12px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
  background: #e6294b;
}

.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #67757c;
}

.topbar ul.dropdown-user li a:hover {
  background: #e9edf2;
  color: #0d6efd;
  text-decoration: none;
}

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}

.search-box .app-search input {
  width: 100.5%;
  padding: 35px;
  border-radius: 0px;
  font-size: 17px;
  transition: 0.5s ease-in;
}

.search-box .app-search input:focus {
  border-color: #ffffff;
}

.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}

.mini-sidebar .top-navbar .navbar-header {
  width: 70px;
  text-align: center;
  flex-shrink: 0;
  padding-left: 0px;
}

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -28px;
  right: -7px;
}

.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #ff5c6c;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

.notify .point {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #ff5c6c;
  position: absolute;
  right: 6px;
  top: -10px;
}

/*******************
 Horizontal-navabar
*******************/
.hdr-nav-bar .navbar {
  background: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding: 0 15px;
}

.hdr-nav-bar .navbar .navbar-nav>li {
  padding: 0 10px;
}

.hdr-nav-bar .navbar .navbar-nav>li>a {
  padding: 25px 5px;
  transition: 0.2s ease-in;
  border-bottom: 2px solid transparent;
}

.hdr-nav-bar .navbar .navbar-nav>li.active>a,
.hdr-nav-bar .navbar .navbar-nav>li:hover>a,
.hdr-nav-bar .navbar .navbar-nav>li>a:focus {
  border-color: #0d6efd;
}

.hdr-nav-bar .navbar .navbar-nav .dropdown-toggle:after {
  display: none;
}

.hdr-nav-bar .navbar .navbar-brand {
  padding: 20px 5px;
}

.hdr-nav-bar .navbar .navbar-toggler {
  border: 0px;
  cursor: pointer;
}

.hdr-nav-bar .navbar .custom-select {
  border-radius: 60px;
  font-size: 14px;
  padding: 0.375rem 40px 0.375rem 18px;
}

.hdr-nav-bar .navbar .call-to-act {
  padding: 15px 0;
}

/*******************
 Breadcrumb and page title
*******************/
.page-titles {
  background: transparent;
  margin-bottom: 24px;
  padding: 0px;
}

.page-titles h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 600;
}

.page-titles .breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
}

.page-titles .breadcrumb li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-titles .breadcrumb li a {
  color: #67757c;
  font-weight: 400;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  font-family: FontAwesome;
  color: #a6b7bf;
  font-size: 11px;
}

.page-titles .breadcrumb .breadcrumb-item.active {
  color: #263238;
  font-weight: 500;
}

.p-relative {
  position: relative;
}

.lstick {
  width: 2px;
  background: #0d6efd;
  height: 30px;
  margin-left: -20px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}

/*******************
 Right side toggle
*******************/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.right-side-toggle {
  position: relative;
}

.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: transform;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 18px;
  left: 18px;
}

.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #ffffff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
  display: block;
  padding: 24px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  background: #0d6efd;
}

.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
  color: #ffffff;
}

.right-sidebar .r-panel-body {
  padding: 20px;
}

.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}

.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

.shw-rside {
  right: 0px;
  width: 240px;
  display: block;
}

.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px;
}

.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%;
}

.chatonline li a span {
  color: #67757c;
}

.chatonline li a span small {
  display: block;
  font-size: 10px;
}

/*******************
 Right side toggle
*******************/
ul#themecolors {
  display: block;
}

ul#themecolors li {
  display: inline-block;
}

ul#themecolors li:first-child {
  display: block;
}

ul#themecolors li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}

ul#themecolors li a.working:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
}

.default-theme {
  background: #bcc3d3;
}

.green-theme {
  background: #24d2b5;
}

.yellow-theme {
  background: #ff9041;
}

.red-theme {
  background: #ff5c6c;
}

.blue-theme {
  background: #0d6efd;
}

.purple-theme {
  background: #7460ee;
}

.megna-theme {
  background: #56c0d8;
}

.default-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #bcc3d3 23%, #bcc3d3 99%);
}

.green-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #24d2b5 23%, #24d2b5 99%);
}

.yellow-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #ff5c6c 23%, #ff5c6c 99%);
}

.blue-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #0d6efd 23%, #0d6efd 99%);
}

.purple-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
}

.megna-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
}

.red-dark-theme {
  background: #263238;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #ff5c6c 23%, #ff5c6c 99%);
}

/*******************
 Footer
*******************/
.footer {
  bottom: 0;
  color: #67757c;
  left: 0px;
  padding: 17px 15px;
  font-weight: 400;
  position: absolute;
  right: 0;
  /* border-top: 1px solid rgba(120, 130, 140, 0.13); */
  background: #F6F8FC;
}

/*******************
 scrollbar
*******************/
.slimScrollBar {
  z-index: 10 !important;
}

/*******************
Megamenu
******************/
.mega-dropdown {
  position: static;
  width: 100%;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
}

.mega-dropdown ul {
  padding: 0px;
}

.mega-dropdown ul li {
  list-style: none;
}

.mega-dropdown .carousel-item .container {
  padding: 0px;
}

.mega-dropdown .nav-accordion .card {
  margin-bottom: 1px;
}

.mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}

.mega-dropdown .nav-accordion .card-header h5 {
  margin: 0px;
}

.mega-dropdown .nav-accordion .card-header h5 a {
  text-decoration: none;
  color: #67757c;
}

/*******************
Wave Effects
*******************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.1s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

html body .waves-notransition {
  transition: none;
}

.waves-circle {
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/*******************
List inline
*******************/
ul.list-inline li {
  display: inline-block;
  padding: 0 8px;
}

/*******************
Table td vertical middle
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle;
}

.no-th-brd.table th {
  border: 0px;
}

.table.no-border tbody td {
  border: 0px;
}

/*******************
Other comon js for all pages
*******************/
.calendar-events {
  padding: 8px 10px;
  border: 1px solid #ffffff;
  cursor: move;
}

.calendar-events:hover {
  border: 1px dashed rgba(120, 130, 140, 0.13);
}

.calendar-events i {
  margin-right: 8px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px !important;
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #67757c;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #0d6efd;
  color: #0d6efd;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #0d6efd;
}

html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #263238;
  color: #ffffff;
  padding: 5px 10px;
}

body .jqstooltip {
  border-color: transparent;
  border-radius: 60px;
}

/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
  background-color: #0d6efd;
  color: #ffffff;
}

.jq-icon-success {
  background-color: #24d2b5;
  color: #ffffff;
}

.jq-icon-error {
  background-color: #ff5c6c;
  color: #ffffff;
}

.jq-icon-warning {
  background-color: #ff9041;
  color: #ffffff;
}

/*******************
c3 chart global
******************/
.c3 text {
  fill-opacity: 0.5;
}

.no-shrink {
  flex-shrink: 0;
}

.up-img {
  background-size: cover;
  background-position: center center;
  min-height: 340px;
}


/*******************
Pagination
*******************/
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  color: #263238;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #e9edf2;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.pager li>a,
.pager li>span {
  border-radius: 4px;
  color: #263238;
}

/*******************
Pagination
******************/
.pagination-circle li.active a {
  background: #24d2b5;
}

.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #e9edf2;
  border: 0px;
  text-align: center;
  border-radius: 100%;
}

.pagination-circle li a:first-child,
.pagination-circle li a:last-child {
  border-radius: 100%;
}

.pagination-circle li a:hover {
  background: #24d2b5;
  color: #ffffff;
}

.pagination-circle li.disabled a {
  background: #e9edf2;
  color: rgba(120, 130, 140, 0.13);
}




/*******************
Custom-select
******************/
.custom-select {
  background: url(../images/icons/custom-select.png) right 0.75rem center no-repeat;
}

/*******************
textarea
******************/
textarea {
  resize: none;
}

/*******************
Form-control
******************/
.form-control {
  color: #67757c;
  min-height: 42px;
  display: initial;
  border-radius: 23px;
}

.form-control-sm {
  min-height: 20px;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.5;
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #24d2b5;
}

form label {
  font-weight: 400;
}



.form-horizontal label {
  margin-bottom: 0px;
}

.form-control-static {
  padding-top: 0px;
}

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

/*******************
Form Dropzone
******************/
.dropzone {
  border: 1px dashed #b1b8bb;
}

.dropzone .dz-message {
  padding: 5% 0;
  margin: 0px;
}

/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px;
}

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0;
}

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}

table th {
  font-weight: 400;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0d6efd;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #0d6efd;
  color: #ffffff;
}

.datepicker td,
.datepicker th {
  padding: 5px 10px;
}

/*******************
Form summernote
******************/
.note-popover,
.note-icon-caret {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #b1b8bb;
}

.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
  display: inline-block;
}

/*==============================================================
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #67757c;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #0d6efd;
  background: #e9edf2;
}

.bootstrap-select .show>.dropdown-menu {
  display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  padding: 9px 10px;
}

.select2-container--default .select2-selection--single {
  border-color: #b1b8bb;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #ffffff;
  margin-right: 0px;
  margin-left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #0d6efd;
  color: #ffffff;
  border-color: #0d6efd;
}

.input-form .btn {
  padding: 8px 12px;
}

/*==============================================================
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
  overflow: hidden;
}

.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#0d6efd, #0d6efd), linear-gradient(#e9edf2, #e9edf2);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  transition-duration: 0.3s;
}

.form-control-line .form-group {
  overflow: hidden;
}

.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #f6f9ff;
}

.form-control-line .form-control:focus {
  border-bottom: 1px solid #0d6efd;
}

/*******************
Form validation error
******************/
.error .help-block {
  color: #fb3a3a;
}

/*******************
File Upload
******************/
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*******************
This is for the checkbox radio button and switch
******************/
/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:not(:checked)+label,
[type=radio]:checked+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  user-select: none;
}

[type=radio]+label:before,
[type=radio]+label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked)+label:before,
[type=radio]:not(:checked)+label:after,
[type=radio]:checked+label:before,
[type=radio]:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio].with-gap:checked+label:after {
  border-radius: 50%;
}

[type=radio]:not(:checked)+label:before,
[type=radio]:not(:checked)+label:after {
  border: 1px solid #b1b8bb;
}

[type=radio]:not(:checked)+label:after {
  z-index: -1;
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked+label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards;
}

[type=radio]:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio].with-gap:checked+label:after {
  border: 2px solid #26a69a;
}

[type=radio]:checked+label:after,
[type=radio].with-gap:checked+label:after {
  background-color: #0d6efd;
  z-index: 0;
}

[type=radio]:checked+label:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked+label:after {
  transform: scale(0.5);
}

/* Focused styles */
[type=radio].tabbed:focus+label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked+label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap:disabled:checked+label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type=radio]:disabled:not(:checked)+label:before,
[type=radio]:disabled:checked+label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

[type=radio]:disabled+label {
  color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:not(:checked)+label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:checked+label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}


/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #0d6efd;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled)~.lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus~.lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled]+.lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
  background-color: #BDBDBD;
}

.scale-up {
  transition: all 0.3s ease;
  transform: scale(0);
  display: inline-block;
  transform-origin: right 0px;
}

.scale-up-left {
  transition: all 0.3s ease;
  transform: scale(0);
  display: inline-block;
  transform-origin: left 0px;
}

.show>.scale-up {
  transform: scale(1);
  transform-origin: right 0px;
}

.show>.scale-up-left {
  transform: scale(1);
  transform-origin: left 0px;
}

/*panels*/
.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.well,
pre {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.page-titles .justify-content-end:last-child .d-flex {
  margin-right: 10px;
}

.btn-circle.right-side-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 25px;
  z-index: 10;
}

/*Radio button*/
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0px 0px 0px 15px transparent;
  }
}

/*Floating label*/
/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.demo-checkbox label,
.demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px;
}

.demo-swtich .demo-switch-title,
.demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}


[type=radio]:not(:checked)+label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

[type=radio]:checked+label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

[type=radio].radio-col-red:checked+label:after {
  background-color: #fb3a3a;
  border-color: #fb3a3a;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-pink:checked+label:after {
  background-color: #E91E63;
  border-color: #E91E63;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-purple:checked+label:after {
  background-color: #7460ee;
  border-color: #7460ee;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-deep-purple:checked+label:after {
  background-color: #673AB7;
  border-color: #673AB7;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-indigo:checked+label:after {
  background-color: #3F51B5;
  border-color: #3F51B5;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-blue:checked+label:after {
  background-color: #02bec9;
  border-color: #02bec9;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-light-blue:checked+label:after {
  background-color: #03A9F4;
  border-color: #03A9F4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-cyan:checked+label:after {
  background-color: #00BCD4;
  border-color: #00BCD4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-teal:checked+label:after {
  background-color: #009688;
  border-color: #009688;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-green:checked+label:after {
  background-color: #26c6da;
  border-color: #26c6da;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-light-green:checked+label:after {
  background-color: #8BC34A;
  border-color: #8BC34A;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-lime:checked+label:after {
  background-color: #CDDC39;
  border-color: #CDDC39;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-yellow:checked+label:after {
  background-color: #ffe821;
  border-color: #ffe821;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-amber:checked+label:after {
  background-color: #FFC107;
  border-color: #FFC107;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-orange:checked+label:after {
  background-color: #FF9800;
  border-color: #FF9800;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-deep-orange:checked+label:after {
  background-color: #FF5722;
  border-color: #FF5722;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-brown:checked+label:after {
  background-color: #795548;
  border-color: #795548;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-grey:checked+label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-blue-grey:checked+label:after {
  background-color: #607D8B;
  border-color: #607D8B;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-black:checked+label:after {
  background-color: #000000;
  border-color: #000000;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-white:checked+label:after {
  background-color: #ffffff;
  border-color: #ffffff;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-red:checked+label:before {
  border: 2px solid #fb3a3a;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-red:checked+label:after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-pink:checked+label:before {
  border: 2px solid #E91E63;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-pink:checked+label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-purple:checked+label:before {
  border: 2px solid #7460ee;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-purple:checked+label:after {
  background-color: #7460ee;
  border: 2px solid #7460ee;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-purple:checked+label:before {
  border: 2px solid #673AB7;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-purple:checked+label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-indigo:checked+label:before {
  border: 2px solid #3F51B5;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-indigo:checked+label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue:checked+label:before {
  border: 2px solid #02bec9;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue:checked+label:after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-blue:checked+label:before {
  border: 2px solid #03A9F4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-blue:checked+label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-cyan:checked+label:before {
  border: 2px solid #00BCD4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-cyan:checked+label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-teal:checked+label:before {
  border: 2px solid #009688;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-teal:checked+label:after {
  background-color: #009688;
  border: 2px solid #009688;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-green:checked+label:before {
  border: 2px solid #26c6da;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-green:checked+label:after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-green:checked+label:before {
  border: 2px solid #8BC34A;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-green:checked+label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-lime:checked+label:before {
  border: 2px solid #CDDC39;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-lime:checked+label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-yellow:checked+label:before {
  border: 2px solid #ffe821;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-yellow:checked+label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-amber:checked+label:before {
  border: 2px solid #FFC107;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-amber:checked+label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-orange:checked+label:before {
  border: 2px solid #FF9800;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-orange:checked+label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-orange:checked+label:before {
  border: 2px solid #FF5722;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-orange:checked+label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-brown:checked+label:before {
  border: 2px solid #795548;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-brown:checked+label:after {
  background-color: #795548;
  border: 2px solid #795548;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-grey:checked+label:before {
  border: 2px solid #9E9E9E;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-grey:checked+label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue-grey:checked+label:before {
  border: 2px solid #607D8B;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue-grey:checked+label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-black:checked+label:before {
  border: 2px solid #000000;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-black:checked+label:after {
  background-color: #000000;
  border: 2px solid #000000;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-white:checked+label:before {
  border: 2px solid #ffffff;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-white:checked+label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  animation: ripple 0.2s linear forwards;
}

.switch label {
  font-weight: normal;
  font-size: 13px;
}

.switch label .lever {
  margin: 0 14px;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
  background-color: #fb3a3a;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink:after {
  background-color: #E91E63;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
  background-color: rgba(116, 96, 238, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
  background-color: #7460ee;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple:after {
  background-color: #673AB7;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-indigo:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo:after {
  background-color: #3F51B5;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
  background-color: rgba(2, 190, 201, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
  background-color: #02bec9;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue:after {
  background-color: #03A9F4;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-cyan:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
  background-color: rgba(0, 188, 212, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan:after {
  background-color: #00BCD4;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-teal:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal:after {
  background-color: #009688;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green {
  background-color: rgba(38, 198, 218, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
  background-color: #26c6da;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green:after {
  background-color: #8BC34A;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-lime:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime:after {
  background-color: #CDDC39;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-yellow:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow:after {
  background-color: #ffe821;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-amber:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber:after {
  background-color: #FFC107;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange:after {
  background-color: #FF9800;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
  background-color: rgba(255, 87, 34, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange:after {
  background-color: #FF5722;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-brown:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown:after {
  background-color: #795548;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey:after {
  background-color: #9E9E9E;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey:after {
  background-color: #607D8B;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-black:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black:after {
  background-color: #000000;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-white:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white:after {
  background-color: #ffffff;
}

/*Form Validation*/
.help-block ul {
  padding: 0px;
  margin: 0px;
}

.help-block ul li {
  list-style: none;
}

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

.validate .form-control {
  border-color: #24d2b5;
}

/*
Template Name: Admin pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%;
}

.table.no-border tbody td {
  border: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.table td,
.table th {
  border-color: #D9D9D9;
}

.table thead th,
.table th {
  font-weight: 500 !important;
}

.table-hover tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}

.nowrap {
  white-space: nowrap;
}

.lite-padding td {
  padding: 5px;
}

.v-middle td,
.v-middle th {
  vertical-align: middle;
}

/*******************
Table-Layout
******************/
.table thead th,
.table th {
  border: 0px;
}

.color-table.primary-table thead th {
  background-color: #6772e5;
  color: #ffffff;
}
.table thead{
  background: #F9F9F9;
  color: #808080;
}
.table tbody tr:nth-of-type(odd) {
  background: transparent;
}
.table tbody td{
  padding: 15px 15px;
  font-weight: 400;
  word-break: break-all;
}
.table .show-api-response td {
  padding:15px;
  font-size: 14px;
}
.role_table td label{
  margin-bottom: 0;
}
.color-table.success-table thead th {
  background-color: #24d2b5;
  color: #ffffff;
}

.color-table.info-table thead th {
  background-color: #0d6efd;
  color: #ffffff;
}

.color-table.warning-table thead th {
  background-color: #ff9041;
  color: #ffffff;
}

.color-table.danger-table thead th {
  background-color: #ff5c6c;
  color: #ffffff;
}

.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-table.dark-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-table.purple-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-table.muted-table thead th {
  background-color: #bcc3d3;
  color: #ffffff;
}

.color-bordered-table.primary-bordered-table {
  border: 2px solid #6772e5;
}

.color-bordered-table.primary-bordered-table thead th {
  background-color: #6772e5;
  color: #ffffff;
}

.color-bordered-table.success-bordered-table {
  border: 2px solid #24d2b5;
}

.color-bordered-table.success-bordered-table thead th {
  background-color: #24d2b5;
  color: #ffffff;
}

.color-bordered-table.info-bordered-table {
  border: 2px solid #0d6efd;
}

.color-bordered-table.info-bordered-table thead th {
  background-color: #0d6efd;
  color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
  border: 2px solid #ff9041;
}

.color-bordered-table.warning-bordered-table thead th {
  background-color: #ff9041;
  color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
  border: 2px solid #ff5c6c;
}

.color-bordered-table.danger-bordered-table thead th {
  background-color: #ff5c6c;
  color: #ffffff;
}

.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a;
}

.color-bordered-table.inverse-bordered-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238;
}

.color-bordered-table.dark-bordered-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}

.color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-bordered-table.purple-bordered-table {
  border: 2px solid #7460ee;
}

.color-bordered-table.purple-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-bordered-table.muted-bordered-table {
  border: 2px solid #bcc3d3;
}

.color-bordered-table.muted-bordered-table thead th {
  background-color: #bcc3d3;
  color: #ffffff;
}

.full-color-table.full-primary-table {
  background-color: #f1effd;
}

.full-color-table.full-primary-table thead th {
  background-color: #6772e5;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-primary-table tbody td {
  border: 0;
}

.full-color-table.full-primary-table tr:hover {
  background-color: #6772e5;
  color: #ffffff;
}

.full-color-table.full-success-table {
  background-color: #e8fdeb;
}

.full-color-table.full-success-table thead th {
  background-color: #24d2b5;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-success-table tbody td {
  border: 0;
}

.full-color-table.full-success-table tr:hover {
  background-color: #24d2b5;
  color: #ffffff;
}

.full-color-table.full-info-table {
  background-color: #cfecfe;
}

.full-color-table.full-info-table thead th {
  background-color: #0d6efd;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-info-table tbody td {
  border: 0;
}

.full-color-table.full-info-table tr:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

.full-color-table.full-warning-table {
  background-color: #fff8ec;
}

.full-color-table.full-warning-table thead th {
  background-color: #ff9041;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-warning-table tbody td {
  border: 0;
}

.full-color-table.full-warning-table tr:hover {
  background-color: #ff9041;
  color: #ffffff;
}

.full-color-table.full-danger-table {
  background-color: #f9e7eb;
}

.full-color-table.full-danger-table thead th {
  background-color: #ff5c6c;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-danger-table tbody td {
  border: 0;
}

.full-color-table.full-danger-table tr:hover {
  background-color: #ff5c6c;
  color: #ffffff;
}

.full-color-table.full-inverse-table {
  background-color: #f6f6f6;
}

.full-color-table.full-inverse-table thead th {
  background-color: #2f3d4a;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-inverse-table tbody td {
  border: 0;
}

.full-color-table.full-inverse-table tr:hover {
  background-color: #2f3d4a;
  color: #ffffff;
}

.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}

.full-color-table.full-dark-table thead th {
  background-color: #263238;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-dark-table tbody td {
  border: 0;
  color: #ffffff;
}

.full-color-table.full-dark-table tr:hover {
  background-color: #263238;
  color: #ffffff;
}

.full-color-table.full-red-table {
  background-color: #f9e7eb;
}

.full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-red-table tbody td {
  border: 0;
}

.full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
  color: #ffffff;
}

.full-color-table.full-purple-table {
  background-color: #f1effd;
}

.full-color-table.full-purple-table thead th {
  background-color: #7460ee;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-purple-table tbody td {
  border: 0;
}

.full-color-table.full-purple-table tr:hover {
  background-color: #7460ee;
  color: #ffffff;
}

.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.2);
}

.full-color-table.full-muted-table thead th {
  background-color: #bcc3d3;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-muted-table tbody td {
  border: 0;
}

.full-color-table.full-muted-table tr:hover {
  background-color: #bcc3d3;
  color: #ffffff;
}

/*******************
Table-Data Table
******************/
.dataTables_wrapper {
  padding-top: 10px;
}

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px;
}

.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #0d6efd;
  color: #ffffff;
  margin-right: 3px;
}

.dt-buttons .dt-button:hover {
  background: #2f3d4a;
}

.dataTables_info,
.dataTables_length {
  display: inline-block;
}

.dataTables_length {
  margin-top: 10px;
}

.dataTables_length select {
  border: 0;
  /* background-image: linear-gradient(#0d6efd, #0d6efd), linear-gradient(#b1b8bb, #b1b8bb); */
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  padding-bottom: 5px;
}

.dataTables_length select:focus {
  outline: none;
  background-image: linear-gradient(#0d6efd, #0d6efd), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}
.card-header {
    border-bottom:0px !important ;
}
.dataTables_filter {
  float: right;
  margin-top: 10px;
}

.dataTables_filter input {
  border: 0;
  /* background-image: linear-gradient(#0d6efd, #0d6efd), linear-gradient(#b1b8bb, #b1b8bb); */
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 10px;
}

.dataTables_filter input:focus {
  outline: none;
  background-image: linear-gradient(#0d6efd, #0d6efd), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
  content: "";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
}

table.dataTable thead .sorting:after {
  content: "";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #67757c;
  border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #0d6efd;
  background-color: #0d6efd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #67757c;
  border: 1px solid #ddd;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #0d6efd;
  background-color: #0d6efd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #67757c;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #67757c !important;
}





/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
  align-items: normal;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #24d2b5;
}

.has-success .form-control-success {
  background-image: url(../../assets/images/icon/success.svg);
}

.has-success .form-control {
  border-color: #24d2b5;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9041;
}

.has-warning .form-control-warning {
  background-image: url(../../assets/images/icon/warning.svg);
}

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

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff5c6c;
}

.has-danger .form-control-danger {
  background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
  border-color: #ff5c6c;
}

.input-group-addon [type=radio]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=checkbox]:checked {
  position: initial;
  opacity: 1;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}


.hidden-xl-down {
  display: none !important;
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #ffffff;
}


/* dashboard css */
.sub-title{
  font-size: 20px;
  font-weight: 600;
  color:#000;
  margin: 0;
}
.collapsible {
  background-color: transparent;
  cursor: pointer;
  padding: 12px 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 2px dotted #000;
  font-weight: 600;
}

.collapsible:after {
  content: '\f107';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-family: FontAwesome;
  line-height: 40px;
}

.collapsible.active:after {
  content: "\f106";
  font-family: FontAwesome;
}

.balances_box .content {
  padding: 26px 16px;
  max-height: 152px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  border-radius: 12px;
}
.balances_box h4{
  font-size: 18px;
  font-weight: 500;
  color:#0D173A;
  margin: 0;
}
.balances_box h5{
  font-size:20px;
}
.balances_box p{
  font-size: 16px;
  font-weight: 400;
  color:#616161;
  margin: 0;
}
.balance_item>div{
  padding-bottom:10px;
}
.balance_item .fa-info-circle{
  font-size: 16px;
  color: #0d6efd;
  cursor: pointer;
}
.overall_balance{
  /* border-top:1px solid #ccc6;  */
  padding-top: 16px;
  /* margin-top: 5px; */
}
.balances_box .overall_info{
  /* background: #F1F1F3; */
  padding: 16px;
  border-radius:10px;
  /* margin-top: 15px; */
}
.overall_info .money_in_blog{
  border-right: 1px solid #C0C0C0;
  padding-right: 30px;
  margin-right: 30px;
}
.overall_info .money_in_blog p, .overall_info .money_out_blog p{
  font-weight: 400;
  color: #000;
}
.overall_info h3{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: #E7EDFF;
  width: 100%;
  margin: auto;
  max-width: 170px;
  padding: 10px 10px;
  border-radius: 30px;
}

.recent_activity_box .recent-title{
  padding: 12px 16px;
  border-bottom:1px solid #ccc6;
}
.recent_activity_box .recent-title a{
  font-size: 15px;
  font-weight: 600;
  color: #616161;
}
.recent_activity_box .recent-title a svg{
  transform: rotate(-90deg);
}

.fund_account_box .text-white:hover{
  color: #fff !important;
}
.fund_account_box p{
  font-size: 15px;
  font-weight: 400;
  color: #616161;
  margin: 0;
  padding-top: 5px;
  padding-bottom:15px;
}
.fund_account_box a{
  background: #E7EDFF;
  border-radius: 30px;
  font-weight: 600;
  padding: 14px 10px;
  max-width: 225px;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}
.fund_account_box a:hover{
  color: #0d6efd;
}
.fund_account_box a svg{
  transform: rotate(-90deg);
}
.app_img img{
  width: 100%;
  height: 100%;
}
.booking_taxes{
  max-width: 448px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, .07);
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.booking_taxes .icon{
  padding-right: 20px;
}
.booking_taxes .icon img{
  width: 70px;
  height: 70px;
}
.booking_text h5{
  font-size: 18px;
  font-weight: 700;
  color: #0D173A;
  margin: 0;
}
.table-responsive-xl {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.booking_text p{
  font-size: 15px;
  font-weight: 500;
  color: #0D173A;
  padding: 5px 0;
  margin: 0;
}
.booking_taxes .close{
  position: absolute;
  top: 7px;
  right: 7px;
  color: #868B9D;
  cursor: pointer;
}
.tab {
  overflow: hidden;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 14px 8px;
  transition: 0.3s;
  font-size: 17px;
  font-weight:500;
  color: #868B9D;
  border-bottom: 3px solid transparent;
}
.tab button span{
  font-size: 12px;
  font-weight: 600;
  background: #d6e4ff;
  color: #3873ff;
  border-radius: 0.25rem;
  padding: 2px 4px;
  margin-left: 4px;
}
.tab button.active {
  border-bottom: 2px solid #1652F0;
  color: #000;
}

.tabcontent {
  display: none;
}
.modal-title{
  color: #0D173A;
  font-weight: 500;
  font-size: 20px;
}
.modal-body{
  font-size: 15px;
  font-weight: 500;
}
.custome_label{
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2px;
}
.not-found{
  font-size: 16px;
  font-weight: 400;
  color: #B2BDD4;
  background: #F7F8FB;
  border-radius: 20px;
  padding: 30px 10px;
  margin: 30px 0;
}
.empty-result{
  font-size: 16px;
  font-weight: 400;
  color: #B2BDD4;
}
.transactions_daterange{
  padding: 0 7px;
}
.transactions_daterange>div{
  width: 33.33%;
}
.back-text a{
  color: #67757c;
  font-weight: 400;
}
.back-text a::before {
  content: "\f104";
  font-family: FontAwesome;
  color: #9EA2B0;
  padding-right: 3px;
  font-size: 16px;
}
.bookkeeping_section h3{
  font-size: 18px;
  font-weight: 700;
}
.bookkeeping_section p{
  font-size: 15px;
  font-weight: 500;
}
.bookkeeping_info{
  max-width: 650px;
  margin: 30px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}
.bookkeeping_info h5{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 20px;
}

.radio-tabs-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
  position: relative;
}
.radio-tabs-wrapper .label_redio p:first-child{
  font-weight: 600;
  font-size: 18px;
}
.radio-tabs-wrapper .label_redio p:last-child{
  font-size: 14px;
  color: #746e6bd1;
  font-weight: 600;
}

.radio-tab {
  position: absolute;
  left: -99999em;
  top: -99999em;
}
.radio-tab + label {
  cursor: pointer;
  background-color: #f7f7f7;
  color: #3d4561;
  padding: 15px !important;
  text-align: center;
  position: relative;
  width: 100%;
  height: auto !important;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.radio-tab + label p{
  margin: 0;
  text-align: left;
}
.radio-tab:checked + label {
  background-color: #d6e4ff;
  color: #3873ff;
  border: 1px solid #3873ff;
  z-index: 1;
}
.bookkeeping_info label:before, .bookkeeping_info label::after{
  content: unset;
}
.bookkeeping_section button{
  max-width: 170px;
  width: 100%;
  margin: auto;
}
.change_pass_section{
  max-width: 350px;
}
.change_pass_section button{
  max-width: 200px;
  width: 100%;
  margin-top: 30px;
}
.get_start_btn{
  font-size: 15px;
  color: #fff;
  line-height: 38px;
  background: #1652F0;
  border-radius: 9999px;
  display: block;
  width: 100%;
  border: 0;
  font-weight: 700;
  border: 1px solid #1652F0;
  transition: all .5s ease 0s;
  text-align: center;
  cursor: pointer;
}
.get_start_btn:hover{
  background: #1652F0;
  color: #fff !important;
  background-color: #1652F0
}
.grey-btn{
  background: #F6F5FA;
  border: 1px solid #F6F5FA;
  color: #151D3F;
}
.grey-btn:hover{
  background: #F6F5FA;
  border: 1px solid #F6F5FA;
  color: #151D3F !important;
}
.tran_btn{
  background: #fff;
  color: #1652F0;
  border: 1px solid #1652F0;
}
.tran_btn:hover{
  background: #fff;
  color: #1652F0 !important;
  border: 1px solid #1652F0;
}
.event-btn {
  font-size: 15px;
  padding: 7px 26px;
  text-decoration: none !important;
  line-height: 26px !important;
  font-weight: 500;
}
.page_btn{
  display: flex;
  justify-content: end;
  list-style-type: none;
  margin-bottom: 0;
}
.page_btn li{
  margin-right: 10px;
}
.page_btn li:last-child{
  margin-right: 0;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.form-group p{
  font-size: 12px;
  font-weight: 400;
  color: #9EA2B0;
  margin-bottom: 0;
}
.avail_tag{
  background: #f1f1f3;
  padding: 8px 16px;
  border-radius: 5px;
  width: fit-content;
}
.avail_tag p{
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.form-group label span{
  /* color: #9EA2B0; */
  font-size: 12px;
}

.deposit_item{
  /* border:1px solid #e7e8eb; */
  border-radius: 10px;
  padding: 16px;
  position: relative;
  /* margin-bottom: 15px; */
}

.deposit_item .deposit_icon{
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.deposit_item .deposit_title{
  width: calc(100% - 63px);
}
.deposit_item .deposit_title h4{
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}
.deposit_item .deposit_title p{
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.deposit_tag span{
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  background:#f1f1f3;
  border-radius: 12px;
  color: #9EA2B0;
}
.deposit_popup h6{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.deposit_tag .bg-success{
  background-color: #E2F5E2 !important;
}
.deposit_tag .bg-info{
  background-color: #d6e4ff !important;
}
.deposit_item .right-arrow{
  position: absolute;
  right: 9px;
  top: 35%;
  font-size: 22px;
  color: #9EA2B0;
}
.make_deposit .deposit_item .deposit_icon{
  margin: auto;
}
.make_deposit .deposit_item .deposit_title{
  width: 100%;
}
.fund_text{
  border-top:1px solid #e7e8eb;
  padding-top: 10px;
}
.fund_text .app_btn a{
  width: 113px;
  height: 38px;
  margin-right: 10px;
}
.fund_text .app_btn a img{
  height: 100%;
}
.deposit_text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.account_section .account_group{
  padding: 15px 5px;
  border-bottom: 1px solid #e7e8eb;
}
.account_section .account_group:last-child{
  border-bottom: 0;
}
.account_section .form-group i{
  position: absolute;
  right: 20px;
  top: 38px;
  color: #A8A8A8;
}
.account_group .info_item .icon{
  width: 41px;
  height: 36px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-right: 15px;
}
.account_group .info_item .icon img{
  height: 100%;
  width: 100%;
}
.account_group .account_detail p{
  font-size: 13px;
  font-weight: 500;
  color: #9EA2B0;
  margin-bottom: 0px;
}
.account_group .account_detail{
  width: calc(100% - 56px);
}
.account_group .account_detail h3{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
.account_group .edit_icon{
  border: 1px solid;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}
.transfer_section .card{
  min-height: 330px;
}
.transfer_box .transfer_group .transfer_icon{
  font-size: 2.125rem;
  line-height: 2.25rem;
  margin-right: 15px;
}
.transfer_box .transfer_group .transfer_icon img{
  width: 32px;
  height: 36px;
}
.transfer_box .transfer_group .transfer_detail h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.transfer_box .transfer_group .transfer_detail p{
  font-size: 13px;
  font-weight: 600;
  color: #9EA2B0;
  margin-bottom: 0;
}
.transfer_list p{
  font-size: 13px;
  font-weight: 500;
  color: #9EA2B0;
  margin-bottom: 0;
}
.transfer_list h5{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.transfer_list>div{
  border-bottom: 1px solid #e7e8eb;
  padding: 8px 0;
}
.transfer_list>div:last-child{
  border-bottom: 0;
}
.transfer_sub_group .transfer_icon{
  font-size: 1.5rem;
  line-height: 2rem;
  margin-right: 15px;
}
.transfer_sub_group .transfer_detail h4{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}
.request_limit .request_group label{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 38px;
}
.request_limit .request_group label p{
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #9EA2B0;
  margin-bottom: 0;
}
.request_limit [type=radio]+label:before, .request_limit [type=radio]+label:after{
  width: 20px;
  height: 20px;
}
.request_limit h5{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.request_group{
  border: 1px solid #e7e8eb;
  border-radius: 10px;
  padding: 10px;
}
.request_group .group_item{
  border-bottom: 1px solid #e7e8eb;
  padding: 12px 0;
}
.request_group .group_item:last-child{
  border: 0;
}
.request_limit p{
  font-size: 12px;
  font-weight: 600;
  color: #9EA2B0;
  margin-bottom: 10px;
}
.bank_letter_section p{
  color: #9EA2B0;
  margin-bottom: 0;
}
.bank_letter_section .bank_group h4{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 230px;
}
.bank_letter_section .bank_group .bank_item{
  border-bottom: 1px solid #e7e8eb;
  padding: 12px 0;
}
.bank_letter_section .bank_group .bank_item:last-child{
  border-bottom: 0;
}
.user_group{
  border-bottom: 1px solid #e7e8eb;
  padding: 16px;
}
.user_group:hover{
  background: #f7f7f7;
}
.user_text h4{
  font-size: 15px;
  font-weight:600;
}
.user_list .user_icon p{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #0d173a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.user_list .user_icon img{
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.user_list .user_info h5{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.user_list .user_info p{
  font-size: 13px;
  font-weight: 600;
  color: #9EA2B0;
  margin-bottom: 0;
}
.add_user_form h5{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.statements_box .content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
.statements_box .collapsible{
  border: 1px solid #e7e8eb;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
}
.statements_box .collapsible:after {
  font-weight: 400;
  font-size: 26px;
  line-height: 19px;
}
.statements_box .statements_item p{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.statements_box .statements_item{
  padding: 18px 16px;
  border-top:1px solid #e7e8eb;
  border-right:1px solid #e7e8eb;
  border-left:1px solid #e7e8eb;
}
.statements_box .statements_item:last-child{
  border-radius: 0 0 12px 12px;
  border-bottom:1px solid #e7e8eb;
}
.statements_box .collapsible.active{
  border-bottom: 0;
  border-radius: 12px 12px 0 0 ;
}
.statements_box .content{
  border-top: 0;
}

.virtual-card-viewer .VCG_card {
  background: #1308fe;
  background: url(../images/icons/virtual-card-debit.svg),linear-gradient(135deg, #1308fe 0%, #9025fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1308fe', endColorstr='#9025FC', GradientType=1);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  padding: 20px;
  color: #ffffff;
  max-width: 100%;
  /* width: 300px; */
  height: 200px;
  position: relative;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.virtual-card-viewer .VCG_cardStatus-active{
  background: #00c586;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%), inset 0px 1px 3px rgb(182 255 192 / 50%);
  border-radius: 2px;
  padding: 4px 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  top: 20px;
  font-size: 10px;
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.virtual-card-viewer .VCG_card .VCG_cardNumber{
  width: 228px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 50px;
}
.VCG_card .VCG_cardName{
  width: 215px;
  font-size: 14px;
  font-weight: 700;
}
.VCGcard-footer span{
  font-size: 13px;
  font-weight: 600;
  color: #9EA2B0;
}
.virtual_card_tran{
  border: 1px solid #e7e8eb;
  border-radius: 12px;
  height: 100%;
  padding: 8px 10px;
}
.virtual_card_tran h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.virtual_card_tran p{
  font-size: 15px;
  font-weight: 600;
  color: #9EA2B0;
  line-height: 20px;
  margin-bottom: 0;
}


.debit_card_blog h6{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.debit_card_blog .close_icon{
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}
.progress-indicator>li{
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.progress-indicator>li.indicator-green .bubble {
  background-color: #0EC55A;
  color: #0EC55A;
}
.progress-indicator>li .bubble {
  border-radius: 50%;
  width: 16px;
  height: 15px;
  display: block;
  position: relative;
}
.indicator_text{
  color: #868b9d;
  font-size: 13px;
  font-weight: 600;
  padding-left: 12px;
}
.progress-indicator>li .bubble:before, .progress-indicator>li .bubble:after {
  display: block;
  position: absolute;
  top: 6.5px;
  width: 32px;
  height: 1px;
  content: '';
  background-color: #edf0f2;
}
.progress-indicator.stacked>li .bubble:before, .progress-indicator.stacked>li .bubble:after {
  left: 7px;
  top: 15px;
  width: 1px;
  height: 32px;
}
.progress-indicator>li .bubble:after {
  right: 0;
}
.progress-indicator .text{
  font-size: 13px;
  font-weight: 500;
}
.activate_blog img{
  width:60px;
}
.activate_blog h6, .report_blog h6{
  font-size: 18px;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 15px;
}
.activate_blog p, .report_blog p{
  font-size: 13px;
  font-weight: 600;
  color: #9EA2B0;
  margin-bottom: 15px;
}
.report_blog b{
  font-size: 13px;
  font-weight: 500;
}
.activation_instructions h6{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.activation_instructions ul{
  padding-left: 17px;
  margin: 20px 0;
  font-weight: 600;
}
.activation_instructions ul li{
  padding-bottom: 5px;
}
.activation_instructions p{
  font-size: 13px;
  font-weight: 600;
  color: #9EA2B0;
}
.common_text{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #999999;
}
.large_deposit_blog{
  background: #fff;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .07);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 16px;
  border-radius: 13px;
  margin-top: 15px;
}
.large_deposit_blog span{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.large_deposit_blog p{
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.large_deposit_blog div:first-child{
  border-right: 1px solid #D9D9D9;
  padding-right:25px;
  margin-right: 25px;
}
.deposit_item.border-bottom{
  border-bottom: 2px dotted #000 !important;
  border-radius: 0;
}
.funds_reserves{
  background: #f1f1f3;
  padding: 20px;
  border-radius: 15px;
}
.funds_text{
  margin-left: 15px;
}
.funds_text h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
}
.funds_text p{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #868B9D;
  max-width: 594px;
  margin-bottom: 0;
}
.reserves_item{
  border: 1px solid #e7e8eb;
  border-radius: 12px;
  padding: 24px;
}
.reserves_item .create_icon{
  background: #f1f1f3;
  border: 1px solid #0d6efd;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.reserves_item .create_text{
  width: calc(100% - 92px);
}
.reserves_item .create_text h5{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.reserves_item .create_text h5 span{
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #ff3b30;
  padding: 3px 4px;
  border-radius: 0.25rem;
}
.reserves_item .right_arrow{
  transform: rotate(-90deg);
  position: absolute;
  right: 14px;
}
.future_income h6{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
::placeholder{
  color: #AFAFAF !important;
  font-weight: 400;
}
.input_Per{
  position: absolute;
  right: 16px;
  top: 29px;
  font-weight: 600;
  color: #9e9e9e;
  font-size: 16px;
}


/* custome toggle */
.custome_toggle .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}
.custome_toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custome_toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.custome_toggle .slider:before {
  position: absolute;
  content: "No";
  height: 20px;
  width: 32px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 9999px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}
.custome_toggle input:checked + .slider {
  background-color: #00c586;
}
.custome_toggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.custome_toggle input:checked + .slider:before {
  content:"Yes";
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.under_balances h5{
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
}
.under_balances p{
  font-size: 13px;
  font-weight: 600;
  color: #0D173A;
}
.referrals_dashboard_section h4{
  padding: 16px 96px 16px 24px;
  border-bottom: 1px solid #e7e8eb;
}
.referrals_dashboard_section .business_info{
  padding: 24px;
}
.referrals_dashboard_section .referral_form, .referrals_dashboard_section .referral_code, .referrals_dashboard_section .you_earned{
  padding: 24px;
}
.referrals_dashboard_section .referral_item{
  padding: 8px 12px;
  border: 1px solid #e7e8eb;
  border-radius: 0.25rem;
  margin-bottom: 22px;

}
.referrals_dashboard_section .referral_item:last-child{
  margin-bottom: 0;
}
.referrals_dashboard_section .referral_item h6{
  font-size: 15px;
  font-weight: 500;
  color: #3D4561;
  line-height: 20px;
  margin-bottom: 0;
  word-break: break-all;
  max-width: 270px;
}
.you_earned .earned_code{
  padding: 20px;
  background: #f1f1f3;
  border-radius: 0.5rem;
  text-align: center;
}
.you_earned .invites_blog{
  border: 1px solid #e7e8eb;
  border-radius: 0.5rem;
}
.you_earned .invites_blog h6{
  font-size: 12px;
  font-weight: 600;
  padding: 12px;
  color: #868B9D;
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 0;
}
.you_earned .no_invites{
  padding: 22px;
  text-align: center;
}
.you_earned .no_invites img{
  width: 160px;
  height: 160px;
  margin: auto;
}
.you_earned .no_invites p{
  font-size: 16px;
  font-weight: 600;
  color: #9EA2B0;
  margin-bottom: 0;
  margin: auto;
  margin-top: 15px;
  max-width: 325px;
}
.discover_section h6{
  font-size: 15px;
  font-weight: 600;
}
.discover_group .discover_item{
  padding: 6px 10px;
  background: #f1f1f3;
  border-radius: 9999px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.discover_group .discover_item img{
  width: 24px;
  height: 24px;
}
.discover_group .discover_item span{
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}
.app_item{
  border: 1px solid #e7e8eb;
  border-radius: 12px;
  margin-bottom: 20px;
}
.app_item .app_info{
  padding: 16px;
  border-bottom: 1px solid #e7e8eb;
}
.app_info .app_icon img{
  width: 64px;
  height: 64px;
  border-radius: 8px;
}
.app_info .app_text h6{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.app_info .app_text p{
  font-size: 12px;
  font-weight: 600;
  color: #9EA2B0;
  margin-bottom: 0;
}
.app_item .text{
  padding: 16px;
}
.app_item .text{
  font-size: 12px;
  font-weight: 600;
  color: #9EA2B0;
}
.app_item .text p{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.discover_section h5{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3;
}
.Percentage{
  display: none;
}
.Percentage.show{
  display: block;
}
.invoices_section{
  padding: 30px;
}
.invoices_section .invoice_img img{
  background: #f7f7f7;
  border-radius: 12px;
  padding: 30px 30px 0 30px;
  max-width: 100%;
  margin: auto;
  display: flex;
}
.invoices_section .start_getting h6{
  font-size: 20px;
  font-weight: 700;
  margin-bottom:10px;
  margin-top: 8px;
}
.invoices_section .start_getting p{
  max-width: 290px;
  font-size: 13px;
}
.invoices_section .start_getting .paid_info p{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 8px;
  max-width: 100%;
}
.invoice_title{
  font-size: 20px;
  font-weight: 700;
  border-top: 2px solid #e7e8eb;
  padding-top: 26px;
  margin-top: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.invoice_title span{
  color: #1652F0;
  border: 1px solid #1652F0;
  padding: 8px 10px;
  border-radius:20px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 8px;
}
.DBA_info{
  background: #f1f1f3;
  padding: 20px;
  border-radius: 12px;
}
.DBA_info p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.recent_activity_info .table tbody td p:first-child{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-bottom: 5px;
}
.recent_activity_info .table tbody td p b{
  color: #000;
  font-weight: 400;
}
.recent_activity_info .table tbody td p:last-child{
  font-size: 14px;
  color: #6B6B6B;
  font-weight: 400;
  margin: 0;
}
.recent_activity_info .table tbody td .recent-desc p:first-child{
  font-weight: 500;
}
.recent_activity_info .table tbody td{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.recent_activity_info .table tbody td span{
  font-size: 17px;
  font-weight: 500;
}
.table td, .table th{
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.table tr:last-child td{
  border-bottom:0;
}
.user_profile{
  width: 50px;
  height: 50px;
  background: #E3EAFD;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1652F0;
  font-weight: 500;
  font-size: 18px;
}
.action_btn{
  background: #F6F5FA;
  border-radius:8px;
  width: 35px;
  height: 35px;
  color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F6F5FA;
}
.search {
  background: url(../images/icons/search.png);
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: 13px;
  height: auto;
  padding-left: 40px !important;
}
.other_details p{
  font-size: 13px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 0;
  padding-right: 10px;
}
.other_details p b{
  font-weight: 400;
  color: #000;
}



/* media query */
@media (max-width: 1168px) {
  .mb-logo {
    display: block;
  }
  .navbar-header {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  /* .mini-sidebar .sidebar-nav #sidebarnav li {
    position: relative;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
    position: absolute;
    left: 70px;
    top: 46px;
    width: 220px;
    padding-bottom: 10px;
    z-index: 1001;
    background: #edf0f5;
    display: none;
    padding-left: 1px;
  }

  .mini-sidebar .user-profile .profile-img {
    width: 45px;
  }

  .mini-sidebar .user-profile .profile-img .setpos {
    top: -35px;
  }

  .mini-sidebar.fix-sidebar .left-sidebar {
    position: fixed;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
    height: auto !important;
    overflow: auto;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
    display: block;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
    display: none;
  }

  .mini-sidebar .left-sidebar {
    width: 70px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav .user-profile>a {
    padding: 12px 20px;
  }

  .mini-sidebar .scroll-sidebar {
    padding-bottom: 0px;
    position: absolute;
  }

  .mini-sidebar .hide-menu,
  .mini-sidebar .nav-small-cap,
  .mini-sidebar .sidebar-footer,
  .mini-sidebar .user-profile .profile-text,
  .mini-sidebar>.label {
    display: none;
  }

  .mini-sidebar .nav-devider {
    width: 70px;
  }

  .mini-sidebar .sidebar-nav {
    background: transparent;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a {
    padding: 12px 20px;
    width: 70px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
    width: 220px;
    background: #edf0f5;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
    display: inline;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .label {
    display: none;
  } */
}

@media (max-width: 767px) {

  .transactions_daterange>div{
    width: 100%;
  }
  .mini-sidebar .left-sidebar {
    position: fixed;
    box-shadow: -4px -2px 20px 0px rgb(0 0 0 / 12%), 0px -1px 0px 0px rgb(0 0 0 / 7%);
  }


}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (min-width: 1600px) {

  .col-xlg-1,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9 {
    float: left;
  }

  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xlg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xlg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xlg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xlg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xlg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.66666667%;
  }

  .col-xlg-push-7 {
    left: 58.33333333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.66666667%;
  }

  .col-xlg-push-4 {
    left: 33.33333333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.66666667%;
  }

  .col-xlg-push-1 {
    left: 8.33333333%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .offset-xlg-12 {
    margin-left: 100%;
  }

  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }

  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }

  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }

  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }

  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }

  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }

  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }

  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }

  .offset-xlg-0 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .fund_account_box a{
    position: static;
  }
  .referrals_dashboard_section .referral_item{
    display: block !important;
  }
  .referrals_dashboard_section .referral_item h6{
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .referrals_dashboard_section .referral_item a{
    margin: auto;
  }
  .booking_taxes{
    display: block !important;
  }
  .bookkeeping_info{
    padding: 15px;
  }
  .hidden-xs-down {
    display: none !important;
  }

  .topbar .profile-pic img {
    width: 30px;
  }

  .topbar .profile-pic span {
    font-size: 12px;
  }

  .topbar .profile-pic i {
    font-size: 14px;
  }

  .topbar .dropdown-menu .dropdown-item {
    padding: 4px 8px;
    font-size: 13px;
  }

  .topbar .top-navbar .navbar-nav .dropdown-menu {
    left: -30px;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 867px) {
  .mini-sidebar .left-sidebar,
  .mini-sidebar .sidebar-footer {
    left: -260px;
  }
  .mini-sidebar.show-sidebar .left-sidebar,
  .mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px;
  }
  .mini-sidebar .page-wrapper{
    margin-left: 0 !important;
  }
}
@media (min-width: 868px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .invoices_section{
    padding: 10px;
  }
  .invoices_section .row{
    flex-direction: column-reverse;
  }
  .start_getting{
    padding-left: 0 !important;
    max-width: 500px;
    margin: auto;
  }
  .hidden-md-down {
    display: none !important;
  }
  .activate_blog, .report_blog {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (min-width: 1650px) {
  .widget-app-columns {
    column-count: 3;
  }

  .website-visitor {
    height: 445px;
  }

  .auto-height {
    max-height: 315px;
  }
}

@media (max-width: 1600px) {
  .website-visitor {
    height: 333px;
  }

  .auto-height {
    min-height: 240px;
  }
}

@media (max-width: 1370px) {
  .widget-app-columns {
    column-count: 2;
  }

  .website-visitor {
    height: 353px;
  }

  .auto-height {
    min-height: 186px;
  }
}

@media (min-width: 1024px) {
  .page-wrapper {
    margin-left: 250px;
  }
}

@media (max-width: 1023px) {
  .page-wrapper {
    margin-left: 70px;
    transition: 0.2s ease-in;
  }

  .widget-app-columns {
    column-count: 1;
  }

  .inbox-center a {
    width: 200px;
  }

  .hdr-nav-bar .navbar .navbar-nav>li a {
    padding: 12px 15px;
    border-bottom: 0px solid transparent;
    border-left: 2px solid transparent;
  }

  .hdr-nav-bar .navbar .navbar-nav>li:hover a {
    padding: 12px 20px;
  }

  .hdr-nav-bar .call-to-act .custom-select {
    margin-bottom: 10px;
  }

  .d-flex.no-block {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    /* width: 220px; */
    flex-shrink: 0;
  }

  .navbar-header .navbar-brand {
    padding-top: 0px;
  }

  /*This is for the breeadcrumd*/
  .page-titles .breadcrumb {
    text-transform: uppercase;
  }

  .card-group .card:first-child,
  .card-group .card:not(:first-child):not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
  }

  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px;
  }

  .mini-sidebar .page-wrapper {
    margin-left: 250px;
  }


}

@media (max-width: 767px) {
  .container-fluid {
    padding: 25px 15px 25px 15px;
  }

  /*Header*/
  .topbar {
    position: fixed;
    width: 100%;
  }

  .topbar .top-navbar {
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: center;
  }

  .topbar .top-navbar .navbar-collapse {
    display: flex;
    width: 100%;
  }

  .topbar .top-navbar .navbar-nav {
    flex-direction: row;
  }

  .topbar .top-navbar .navbar-nav>.nav-item.show {
    position: static;
  }

  .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
    width: 100%;
    margin-top: 0px;
  }

  .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .topbar .top-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto;
  }

  /*Sidebar and wrapper*/
  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 70px;
  }

  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0;
  }

  .vtabs .tabs-vertical {
    width: auto;
  }

  /*Footer*/
  .material-icon-list-demo .icons div {
    width: 100%;
  }

  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10;
  }

  .error-box {
    position: relative;
    padding-bottom: 60px;
  }

  .error-body {
    padding-top: 10%;
  }

  .error-body h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
  }

  .login-register {
    position: relative;
    overflow: hidden;
  }

  .login-box {
    width: 90%;
  }

  .login-sidebar {
    padding: 10% 0;
  }

  .login-sidebar .login-box {
    position: relative;
  }

  /*This is for chat page*/
  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    transition: 0.5s ease-in;
    background: #ffffff;
  }

  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }

  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }

  .chat-main-box .chat-right-aside {
    width: 100%;
  }

  /*Timeline*/
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }

  /*Contact app page*/
  .left-aside {
    width: 100%;
    position: relative;
    border: 0px;
  }

  .right-aside {
    margin-left: 0px;
  }

  .flex-wrap {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
  }

  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }

  /*Calendar*/
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .page_btn{
    display: block;
    margin-top: 20px;
  }
  .page_btn li{
    margin-bottom: 10px;
  }
  .statements_item{
    display: block !important;
    text-align: center;
  }
  .statements_item a{
    margin: auto;
    margin-top: 10px;
  }
}

.signup-page .referral-trigger {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.signup-page .referral-info-icon{
  display: flex;
}

.w-800{
  width: 800px !important;
}
.w-150{
  width: 150px;
}
.alert-success {
  border-color: #43cb83;
  color: #43cb83;
  background-color: transparent;
  font-weight: 500;
}

.pass-val-check {
  font-size: 12px;
  color: #a8acb9;
}

.input-group-addon {
  background-color: transparent;
  border-width: 0 0 1px 0;
  cursor: pointer;
  color: #a8acb9;
  padding: 8px 0px;
}

@media (max-width: 1269px){
  .navbar-collapse.collapse.show~.main-nav-extra-content .header-bttn-wrapper{
    display: block !important;
    margin-left: 0 !important;
    margin-right:0  !important;
  }
}

@media (max-width: 376px){
  .logo_box {
    margin: auto;
  }
  .right_button {
    margin: auto;
    padding-top: 5px;
  }
}
.alert .close {
  position: absolute;
  right: 3px;
  top: 0px;
  bottom: 0px;
}
.error_icon{
  color:red !important;
  font-size: 14px !important;
  margin-left: 2px;
}

.add_top_margin{
    margin-top: 100px;
/*    padding-top: 100px;*/
/*    margin-top: 30px ;*/
}
.label_css
{
    padding-left: 30px;
}
   .error {
        color: red;
    }

.get_cancle_btn{
    font-size: 15px;
    color: red;
    line-height: 38px;
    background: white;
    border-radius: 9999px;
    display: block;
    /* width: 100%; */
    border: 0;
    font-weight: 700;
    border: 1px solid red;
    transition: all .5s ease 0s;
    text-align: center;
    cursor: pointer;
}
.get_cancle_btn:hover{
    color: red !important;
    background: white;
    border: 1px solid red;
}
.image_preview_show{
    height: 5rem;
    width: 5rem;
    object-fit: cover;
}
.image_view{
    height: 4rem !important;
    width: 4rem;
    object-fit: cover;

}
