/* color */

:root {
  --gray-dark: #0f1531;
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-light: #aab2bd;
  --gray-lighter: #e8eff4;
  --gray-lightest: #e6e9ed;
  --black: #000000;
  --primary: #7EDB09;
  --secondary: #EEEEEE;
  --success: #6fd96f;
  --info: #4d7cff;
  --warning: #f29d56;
  --danger: #ff5e5e;
  --light: #f8f9fa;
  --dark: #282f3a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --heavy-blue: #05203E;
  --thinkgray: #F5F8FD;

  --gray: #8B99BF;

  --bandge_grey:#F0F5FD;

  --light-mint: #EAFBFD;
  --mint: #64D1BB;
  --dark-mint: #487a80;

  --primary-color: var(--mint);
  --primary-text-color: #05203F;

  --navlink-active-bg: var(--primary-color);
  --main_badge_color: #F3FFE4;

}



body, html {
  color: var(--primary-text-color);
}

a {
  color: var(--primary-color);
  transition: 0.3s;
}

a:hover {
  color: var(--primary-color);
}

.table-bordered {
  border: 1px solid #f3f3f3;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #f3f3f3;
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f9;
}

.table-hover tbody tr:hover {
  background-color: #f3f3f9;
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #d8d7fd;
}

.table-hover .table-primary:hover {
  background-color: #c0bffc;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #c0bffc;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #f4f5f5;
}

.table-hover .table-secondary:hover {
  background-color: #e7e9e9;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #e7e9e9;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #d7f4d7;
}

.table-hover .table-success:hover {
  background-color: #c3efc3;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #c3efc3;
}

.table-info, .table-info > th, .table-info > td {
  background-color: #cddaff;
}

.table-hover .table-info:hover {
  background-color: #b4c7ff;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #b4c7ff;
}

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fbe4d0;
}

.table-hover .table-warning:hover {
  background-color: #f9d7b9;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #f9d7b9;
}

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #ffd2d2;
}

.table-hover .table-danger:hover {
  background-color: #ffb9b9;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ffb9b9;
}

.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c3c5c8;
}

.table-hover .table-dark:hover {
  background-color: #b6b8bc;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b6b8bc;
}

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .jsgrid .jsgrid-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th, .jsgrid .jsgrid-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #f3f3f3;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

/* btn */

a.btn-primary,
.btn-primary, .wizard > .actions a {
  color: #fff;
  background-color: var(--mint);
  border-color: var(--mint);
  box-shadow: none;
  text-decoration: none;
}

table a.btn-primary {
  color: #fff !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #40BFA4;
  border-color: #40BFA4;
  box-shadow: none;
}

a.btn-primary.disabled,
.btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
  color: #BDD1CE;
  background-color: #EBEFEE;
  border-color: #EBEFEE;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

table a.btn-primary.disabled {
  color: #BDD1CE !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .wizard > .actions .show > a.dropdown-toggle {
  color: #fff;
  background-color: #40BFA4;
  border-color: #40BFA4;
  box-shadow: none;
}

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

.btn-secondary, .wizard > .actions .disabled a {
  color: #212529;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-secondary:hover, .wizard > .actions .disabled a:hover {
  color: #212529;
  background-color: #c5c8ca;
  border-color: #bec2c4;
}

.btn-secondary:focus, .wizard > .actions .disabled a:focus, .btn-secondary.focus, .wizard > .actions .disabled a.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 220, 0.5);
}

.btn-secondary.disabled, .wizard > .actions .disabled a.disabled, .btn-secondary:disabled, .wizard > .actions .disabled a:disabled {
  color: #212529;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-secondary:not(:disabled):not(.disabled):active, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .wizard > .actions .disabled .show > a.dropdown-toggle {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #b8bcbd;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .wizard > .actions .disabled .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 220, 0.5);
}

.btn-success {
  color: #fff;
  background-color: var(--primary-color);;
  border-color: var(--primary-color);;
}

.btn-success:hover {
  color: #fff;
  background-color: #51d151;
  border-color: #47ce47;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #47ce47;
  border-color: #3dcc3d;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.btn-info:hover {
  color: #fff;
  background-color: #2760ff;
  border-color: #1a56ff;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a56ff;
  border-color: #0d4dff;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #f29d56;
  border-color: #f29d56;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ef8832;
  border-color: #ee8227;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f29d56;
  border-color: #f29d56;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ee8227;
  border-color: #ed7b1b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff3838;
  border-color: #ff2b2b;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b2b;
  border-color: #ff1e1e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-dark:hover {
  color: #fff;
  background-color: #181d23;
  border-color: #13171c;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #13171c;
  border-color: #0e1014;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-outline-primary {
  color: var(--primary-color);;
  background-color: transparent;
  background-image: none;
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--light-mint);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5);
}

.btn-outline-secondary, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel {
  color: #EEEEEE;
  background-color: transparent;
  background-image: none;
  border-color: #EEEEEE;
}

.btn-outline-secondary:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:hover {
  color: #212529;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-secondary:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:focus, .btn-outline-secondary.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-cancel {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 220, 0.5);
}

.btn-outline-secondary.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-cancel, .btn-outline-secondary:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:disabled {
  color: #EEEEEE;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel {
  color: #212529;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 220, 0.5);
}

.btn-outline-success, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit {
  color: #6fd96f;
  background-color: transparent;
  background-image: none;
  border-color: #6fd96f;
}

.btn-outline-success:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:hover {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.btn-outline-success:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:focus, .btn-outline-success.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-submit {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.btn-outline-success.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-submit, .btn-outline-success:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:disabled {
  color: #6fd96f;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-submit {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.btn-outline-info {
  color: #4d7cff;
  background-color: transparent;
  background-image: none;
  border-color: #4d7cff;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4d7cff;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.btn-outline-warning {
  color: #f29d56;
  background-color: transparent;
  background-image: none;
  border-color: #f29d56;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f29d56;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.btn-outline-danger {
  color: #ff5e5e;
  background-color: transparent;
  background-image: none;
  border-color: #ff5e5e;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5e5e;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #282f3a;
  background-color: transparent;
  background-image: none;
  border-color: #282f3a;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #282f3a;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--primary-color);
  background-color: transparent;
}

.btn-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* badge */
.badge {
  display: inline-block;
  padding: .5rem .8rem;

  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;

  color: #909ec2;
  background-color: var(--thinkgray);
}

.badge--primary {
  color: #fff;
  background-color: var(--primary-color);
}

.badge--primary-light {
  color: var(--dark-mint);
  background-color: var(--light-mint);
}

.badge--warning {
  color: #853131;
  background-color: #ffdfdf;
}

.preview-list .preview-item .preview-thumbnail .badge.badge-online {
  color: #212529;
  background-color: var(--mint);
}

.preview-list .preview-item .preview-thumbnail .badge.badge-online[href]:hover, .badge-success[href]:focus, .preview-list .preview-item .preview-thumbnail .badge.badge-online[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: var(--mint);
}

.preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  color: #fff;
  background-color: #4d7cff;
}

.preview-list .preview-item .preview-thumbnail .badge.badge-offline[href]:hover, .badge-info[href]:focus, .preview-list .preview-item .preview-thumbnail .badge.badge-offline[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a56ff;
}

.preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  color: #212529;
  background-color: #f29d56;
}

.preview-list .preview-item .preview-thumbnail .badge.badge-busy[href]:hover, .badge-warning[href]:focus, .preview-list .preview-item .preview-thumbnail .badge.badge-busy[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ee8227;
}

/* alert */

.alert-primary {
  color: #3d3b81;
  background-color: #e3e3fe;
  border-color: #d8d7fd;
}

.alert-primary hr {
  border-top-color: #c0bffc;
}

.alert-primary .alert-link {
  color: #2c2b5e;
}

.alert-secondary {
  color: #717272;
  background-color: #f7f8f8;
  border-color: #f4f5f5;
}

.alert-secondary hr {
  border-top-color: #e7e9e9;
}

.alert-secondary .alert-link {
  color: #585858;
}

.alert-success {
  color: #3a713a;
  background-color: #e2f7e2;
  border-color: #d7f4d7;
}

.alert-success hr {
  border-top-color: #c3efc3;
}

.alert-success .alert-link {
  color: #294f29;
}

.alert-info {
  color: #284085;
  background-color: #dbe5ff;
  border-color: #cddaff;
}

.alert-info hr {
  border-top-color: #b4c7ff;
}

.alert-info .alert-link {
  color: #1c2d5e;
}
.alert{
  z-index: 3;
}
.alert h5{
  margin-bottom: 0px;
}
.alert-warning {
  color: #7e522d;
  background-color: #fcebdd;
  border-color: #fbe4d0;
}

.alert-warning hr {
  border-top-color: #f9d7b9;
}

.alert-warning .alert-link {
  color: #583a20;
}

.alert-danger {
  color: #853131;
  background-color: #ffdfdf;
  border-color: #ffd2d2;
}

.alert-danger hr {
  border-top-color: #ffb9b9;
}

.alert-danger .alert-link {
  color: #602323;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #15181e;
  background-color: #d4d5d8;
  border-color: #c3c5c8;
}

.alert-dark hr {
  border-top-color: #b6b8bc;
}

.alert-dark .alert-link {
  color: black;
}

/* a */

.bg-primary {
  background-color: var(--primary-color) !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #4540f7 !important;
}

.bg-secondary {
  background-color: #EEEEEE !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #bec2c4 !important;
}

.bg-success, .datepicker-custom .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.day.today:before, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm {
  background-color: #6fd96f !important;
}

a.bg-success:hover, .swal2-modal .swal2-buttonswrapper a.swal2-styled.swal2-confirm:hover, a.bg-success:focus, .swal2-modal .swal2-buttonswrapper a.swal2-styled.swal2-confirm:focus, button.bg-success:hover, .swal2-modal .swal2-buttonswrapper button.swal2-styled.swal2-confirm:hover, button.bg-success:focus, .swal2-modal .swal2-buttonswrapper button.swal2-styled.swal2-confirm:focus {
  background-color: #47ce47 !important;
}

.bg-info {
  background-color: #4d7cff !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #1a56ff !important;
}

.bg-warning, .datepicker-custom .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.day.active:before {
  background-color: #f29d56 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #ee8227 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #ff2b2b !important;
}

.bg-light {
  /*background-color: #f8f9fa !important;*/
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #282f3a !important;
}

.bg-grey {
  background-color: lightgrey !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #13171c !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border, .loader-demo-box {
  border: 1px solid #f3f3f3 !important;
}

.border-top {
  border-top: 1px solid #f3f3f3 !important;
}

.border-right {
  border-right: 1px solid #f3f3f3 !important;
}

.border-bottom {
  border-bottom: 1px solid #f3f3f3 !important;
}

.border-left {
  border-left: 1px solid #f3f3f3 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.border-secondary, .loader-demo-box {
  border-color: #EEEEEE !important;
}

.border-success, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm {
  border-color: #6fd96f !important;
}

.border-info {
  border-color: #4d7cff !important;
}

.border-warning {
  border-color: #f29d56 !important;
}

.border-danger {
  border-color: #ff5e5e !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #282f3a !important;
}

.border-white {
  border-color: #ffffff !important;
}

/* text */

.text-white {
  color: #ffffff !important;
}

.text-primary, .list-wrapper .completed .remove, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.mega-menu .submenu .category-heading {
  color: #7EDB09 !important;
}

.text-heavy-blue {
  color: var(--heavy-blue) !important;
}

a.text-primary:hover, .list-wrapper .completed a.remove:hover, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.mega-menu .submenu a.category-heading:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.mega-menu .submenu a.category-heading:focus {
  color: #4540f7 !important;
}

.text-secondary, .list-wrapper .remove {
  color: #D9DBDC !important;
}

a.text-secondary:hover, .list-wrapper a.remove:hover, a.text-secondary:focus, .list-wrapper a.remove:focus {
  color: #bec2c4 !important;
}

.text-success {
  color: var(--mint) !important;
}

a.text-success:hover, a.text-success:focus {
  color: var(--mint) !important;
}

.text-info {
  color: #4d7cff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1a56ff !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ee8227 !important;
}

.text-danger {
  color: #ff5e5e !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff2b2b !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #282f3a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #13171c !important;
}

.text-body {
  color: #222222 !important;
}

.text-muted, .preview-list .preview-item .preview-item-content p .content-category, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation, .email-wrapper .mail-list-container .mail-list .content .message_text, .email-wrapper .mail-list-container .mail-list .details .date {
  color: #9c9fa6 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* gradient */

.bg-gradient-primary {
  background: linear-gradient(230deg, #759bff, #843cf6);
}

.bg-gradient-secondary {
  background: linear-gradient(to right, #e7ebf0, #868e96);
}

.bg-gradient-success {
  background: linear-gradient(45deg, #7bffce, #30c93e);
}

.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc480, #ff763b);
}

.bg-gradient-danger {
  background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

.bg-gradient-light {
  background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

.bg-gradient-dark {
  background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* card */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f3f3f3;
  border-radius: 0.625rem;
}

.card--whited {

}

.card--primary {
  color: #fff;
  background-color: var(--primary-color);
}

.card.card-outline-success {
  border: 1px solid #6fd96f;
}

.card.card-outline-primary {
  border: 1px solid #7EDB09;
}

.card.card-outline-warning {
  border: 1px solid #f29d56;
}

.card.card-outline-danger {
  border: 1px solid #ff5e5e;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #f3f3f3;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #f3f3f3;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 576px) {
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

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

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

@media (min-width: 576px) {
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

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

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

@media (min-width: 576px) {
  .card-group > .card:only-child {
    border-radius: 0.625rem;
  }
}

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

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

@media (min-width: 576px) {
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 576px) {
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card {
  border: 0;
  box-shadow: 6px 11px 41px -28px #a99de7;
  -webkit-box-shadow: 6px 11px 41px -28px #a99de7;
  -moz-box-shadow: 6px 11px 41px -28px #a99de7;
  -ms-box-shadow: 6px 11px 41px -28px #a99de7;
}

.card .card-body {
  padding: 1.88rem 1.81rem;
}

.card .card-body + .card-body {
  padding-top: 1rem;
}

.card .card-title {
  color: #737373;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  font-size: 1.125rem;
}

.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.card .card-description {
  margin-bottom: 2.25rem;
  font-weight: 400;
  color: #76838f;
}

.card.card-rounded {
  border-radius: 5px;
}

.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}

.card.card-circle-progress {
  color: #ffffff;
  text-align: center;
}

.card.card-img-holder {
  position: relative;
}

.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.card.card-weather .weather-daily .weather-day {
  opacity: .5;
  font-weight: 900;
}

.card.card-weather .weather-daily i {
  font-size: 20px;
}

.card.card-weather .weather-daily .weather-temp {
  margin-top: .5rem;
  margin-bottom: 0;
  opacity: .5;
  font-size: .75rem;
}

.card-inverse-primary {
  background: rgba(117, 113, 249, 0.2);
  border: 1px solid #6c68e5;
  color: #5956bd;
}

.card-inverse-secondary {
  background: rgba(217, 219, 220, 0.2);
  border: 1px solid #c8c9ca;
  color: #a5a6a7;
}

.card-inverse-success {
  background: rgba(111, 217, 111, 0.2);
  border: 1px solid #66c866;
  color: #54a554;
}

.card-inverse-info {
  background: rgba(77, 124, 255, 0.2);
  border: 1px solid #4772eb;
  color: #3b5ec2;
}

.card-inverse-warning {
  background: rgba(242, 157, 86, 0.2);
  border: 1px solid #df904f;
  color: #b87741;
}

.card-inverse-danger {
  background: rgba(255, 94, 94, 0.2);
  border: 1px solid #eb5656;
  color: #c24747;
}

.card-inverse-light {
  background: rgba(248, 249, 250, 0.2);
  border: 1px solid #e4e5e6;
  color: #bcbdbe;
}

.card-inverse-dark {
  background: rgba(40, 47, 58, 0.2);
  border: 1px solid #252b35;
  color: #1e242c;
}

.telegram_info{
  display: flex;
    align-items: center;
  cursor: pointer;
}
.telegram_info .mdi-help-circle-outline::before{
  content: "\F0625";
  font-size: 20px;
  background: var(--mint);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 19px;
  margin-left: 8px;
}

/* overflow */

.overflow-hidden {
  overflow: hidden;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .demo-modal .modal-dialog, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .rtl .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .rtl .preview-list .preview-item .preview-thumbnail .preview-icon i, .rtl .list-wrapper .remove, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .template-demo > .btn-group, .fc .template-demo > .fc-button-group, .template-demo > .btn-group-vertical, .template-demo .circle-progress, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .template-demo > .btn, .fc .template-demo > button, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .template-demo > .swal2-styled, .wizard > .actions .template-demo > a, .template-demo > .btn-group, .fc .template-demo > .fc-button-group, .template-demo > .btn-group-vertical, .template-demo > .dropdown, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .btn-toolbar .btn-group + .btn-group, .btn-toolbar .fc .fc-button-group + .btn-group, .fc .btn-toolbar .fc-button-group + .btn-group, .btn-toolbar .fc .btn-group + .fc-button-group, .fc .btn-toolbar .btn-group + .fc-button-group, .btn-toolbar .fc .fc-button-group + .fc-button-group, .fc .btn-toolbar .fc-button-group + .fc-button-group, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .template-demo > .btn, .fc .template-demo > button, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .template-demo > .swal2-styled, .wizard > .actions .template-demo > a, .template-demo > .btn-toolbar, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .template-demo > .btn-toolbar, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .template-demo .circle-progress-block, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2, .template-demo .circle-progress-block {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2, .template-demo .circle-progress-block {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .rtl .list-wrapper .remove, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .list-wrapper .remove, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* nav */

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #ebedf2;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ebedf2 #ebedf2 #ebedf2;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #222222;
  background-color: #ffffff;
  border-color: #ebedf2 #ebedf2 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  padding: 5px 17.5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* Pills color variations */

.nav-pills-primary .nav-link {
  color: #8D9ABB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  border-radius: 40px !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.nav-pills-primary .nav-link.active {
  background: var(--p);
}

.nav-pills-secondary .nav-link {
  color: #EEEEEE;
}

.nav-pills-secondary .nav-link.active {
  background: #EEEEEE;
}

.nav-pills-success .nav-link {
  color: #6fd96f;
}

.nav-pills-success .nav-link.active {
  background: #6fd96f;
}

.nav-pills-info .nav-link {
  color: #4d7cff;
}

.nav-pills-info .nav-link.active {
  background: #4d7cff;
}

.nav-pills-warning .nav-link {
  color: #f29d56;
}

.nav-pills-warning .nav-link.active {
  background: #f29d56;
}

.nav-pills-danger .nav-link {
  color: #ff5e5e;
}

.nav-pills-danger .nav-link.active {
  background: #ff5e5e;
}

.nav-pills-light .nav-link {
  color: #f8f9fa;
}

.nav-pills-light .nav-link.active {
  background: #f8f9fa;
}

.nav-pills-dark .nav-link {
  color: #282f3a;
}

.nav-pills-dark .nav-link.active {
  background: #282f3a;
}

.tab-content {
  border: 1px solid #f3f3f3;
  border-top: 0;
  padding: 2rem 1rem;
  text-align: justify;
}

.tab-content.tab-content-vertical {
  border-top: 1px solid #f3f3f3;
}

.tab-content.tab-content-vertical-custom {
  border: 0;
  padding-top: 0;
}

.tab-content.tab-content-custom-pill {
  border: 0;
  padding-left: 0;
}


/* select */

.select2-container--krajee .select2-selection:focus, .select2-container--krajee.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-color: var(--mint);
}
.select2-container--krajee .select2-dropdown{
  border-color: var(--mint);
}

.main-content {
  background: #f3f3f9;
  padding: 20px 0 100px;
}

.icon-verify {
  display: inline-block;
  vertical-align: middle;
}

.profile-image {
  border: 1px solid #ccc;
}

.rounded-circle {
  border-radius: 50% !important;
}

/* labels */

.label-success {
  color: #fff;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.label-success:hover {
  color: #fff;
  background-color: #51d151;
  border-color: #47ce47;
}

.label-success:focus, .label-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.label-success.disabled, .label-success:disabled {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.label-success:not(:disabled):not(.disabled):active, .label-success:not(:disabled):not(.disabled).active, .show > .label-success.dropdown-toggle {
  color: #212529;
  background-color: #47ce47;
  border-color: #3dcc3d;
}

.label-success:not(:disabled):not(.disabled):active:focus, .label-success:not(:disabled):not(.disabled).active:focus, .show > .label-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.label-info {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.label-info:hover {
  color: #fff;
  background-color: #2760ff;
  border-color: #1a56ff;
}

.label-info:focus, .label-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.label-info.disabled, .label-info:disabled {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.label-info:not(:disabled):not(.disabled):active, .label-info:not(:disabled):not(.disabled).active, .show > .label-info.dropdown-toggle {
  color: #fff;
  background-color: #1a56ff;
  border-color: #0d4dff;
}

.label-info:not(:disabled):not(.disabled):active:focus, .label-info:not(:disabled):not(.disabled).active:focus, .show > .label-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.label-warning {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56;
}

.label-warning:hover {
  color: #212529;
  background-color: #ef8832;
  border-color: #ee8227;
}

.label-warning:focus, .label-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.label-warning.disabled, .label-warning:disabled {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56;
}

.label-warning:not(:disabled):not(.disabled):active, .label-warning:not(:disabled):not(.disabled).active, .show > .label-warning.dropdown-toggle {
  color: #212529;
  background-color: #ee8227;
  border-color: #ed7b1b;
}

.label-warning:not(:disabled):not(.disabled):active:focus, .label-warning:not(:disabled):not(.disabled).active:focus, .show > .label-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.label-danger {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.label-danger:hover {
  color: #fff;
  background-color: #ff3838;
  border-color: #ff2b2b;
}

.label-danger:focus, .label-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.label-danger.disabled, .label-danger:disabled {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.label-danger:not(:disabled):not(.disabled):active, .label-danger:not(:disabled):not(.disabled).active, .show > .label-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b2b;
  border-color: #ff1e1e;
}

.label-danger:not(:disabled):not(.disabled):active:focus, .label-danger:not(:disabled):not(.disabled).active:focus, .show > .label-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.label-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.label-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.label-light:focus, .label-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.label-light.disabled, .label-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.label-light:not(:disabled):not(.disabled):active, .label-light:not(:disabled):not(.disabled).active, .show > .label-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.label-light:not(:disabled):not(.disabled):active:focus, .label-light:not(:disabled):not(.disabled).active:focus, .show > .label-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.label-dark {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.label-dark:hover {
  color: #fff;
  background-color: #181d23;
  border-color: #13171c;
}

.label-dark:focus, .label-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.label-dark.disabled, .label-dark:disabled {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.label-dark:not(:disabled):not(.disabled):active, .label-dark:not(:disabled):not(.disabled).active, .show > .label-dark.dropdown-toggle {
  color: #fff;
  background-color: #13171c;
  border-color: #0e1014;
}

.label-dark:not(:disabled):not(.disabled):active:focus, .label-dark:not(:disabled):not(.disabled).active:focus, .show > .label-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.label-outline-primary {
  color: #7EDB09;
  background-color: transparent;
  background-image: none;
  border-color: #7EDB09;
}

.label-outline-primary:hover {
  color: #fff;
  background-color: #7EDB09;
  border-color: #7EDB09;
}

.label-outline-primary:focus, .label-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5);
}

.label-outline-primary.disabled, .label-outline-primary:disabled {
  color: #7EDB09;
  background-color: transparent;
}

.label-outline-primary:not(:disabled):not(.disabled):active, .label-outline-primary:not(:disabled):not(.disabled).active, .show > .label-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #7EDB09;
  border-color: #7EDB09;
}

.label-outline-primary:not(:disabled):not(.disabled):active:focus, .label-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .label-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5);
}

.label-outline-secondary, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel {
  color: #EEEEEE;
  background-color: transparent;
  background-image: none;
  border-color: #EEEEEE;
}

.label-outline-secondary:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:hover {
  color: #212529;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.label-outline-secondary:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:focus, .label-outline-secondary.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-cancel {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 220, 0.5);
}

.label-outline-secondary.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-cancel, .label-outline-secondary:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:disabled {
  color: #EEEEEE;
  background-color: transparent;
}

.label-outline-secondary:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active, .label-outline-secondary:not(:disabled):not(.disabled).active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled).active, .show > .label-outline-secondary.dropdown-toggle, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel {
  color: #212529;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.label-outline-secondary:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active:focus, .label-outline-secondary:not(:disabled):not(.disabled).active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled).active:focus, .show > .label-outline-secondary.dropdown-toggle:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 219, 220, 0.5);
}

.label-outline-success, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit {
  color: #6fd96f;
  background-color: transparent;
  background-image: none;
  border-color: #6fd96f;
}

.label-outline-success:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:hover {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.label-outline-success:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:focus, .label-outline-success.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-submit {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.label-outline-success.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-submit, .label-outline-success:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:disabled {
  color: #6fd96f;
  background-color: transparent;
}

.label-outline-success:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled):active, .label-outline-success:not(:disabled):not(.disabled).active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled).active, .show > .label-outline-success.dropdown-toggle, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-submit {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f;
}

.label-outline-success:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled):active:focus, .label-outline-success:not(:disabled):not(.disabled).active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:not(:disabled):not(.disabled).active:focus, .show > .label-outline-success.dropdown-toggle:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5);
}

.label-outline-info {
  color: #4d7cff;
  background-color: transparent;
  background-image: none;
  border-color: #4d7cff;
}

.label-outline-info:hover {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.label-outline-info:focus, .label-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.label-outline-info.disabled, .label-outline-info:disabled {
  color: #4d7cff;
  background-color: transparent;
}

.label-outline-info:not(:disabled):not(.disabled):active, .label-outline-info:not(:disabled):not(.disabled).active, .show > .label-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff;
}

.label-outline-info:not(:disabled):not(.disabled):active:focus, .label-outline-info:not(:disabled):not(.disabled).active:focus, .show > .label-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5);
}

.label-outline-warning {
  color: #f29d56;
  background-color: transparent;
  background-image: none;
  border-color: #f29d56;
}

.label-outline-warning:hover {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56;
}

.label-outline-warning:focus, .label-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.label-outline-warning.disabled, .label-outline-warning:disabled {
  color: #f29d56;
  background-color: transparent;
}

.label-outline-warning:not(:disabled):not(.disabled):active, .label-outline-warning:not(:disabled):not(.disabled).active, .show > .label-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56;
}

.label-outline-warning:not(:disabled):not(.disabled):active:focus, .label-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .label-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5);
}

.label-outline-danger {
  color: #ff5e5e;
  background-color: transparent;
  background-image: none;
  border-color: #ff5e5e;
}

.label-outline-danger:hover {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.label-outline-danger:focus, .label-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.label-outline-danger.disabled, .label-outline-danger:disabled {
  color: #ff5e5e;
  background-color: transparent;
}

.label-outline-danger:not(:disabled):not(.disabled):active, .label-outline-danger:not(:disabled):not(.disabled).active, .show > .label-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.label-outline-danger:not(:disabled):not(.disabled):active:focus, .label-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .label-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5);
}

.label-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.label-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.label-outline-light:focus, .label-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.label-outline-light.disabled, .label-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.label-outline-light:not(:disabled):not(.disabled):active, .label-outline-light:not(:disabled):not(.disabled).active, .show > .label-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.label-outline-light:not(:disabled):not(.disabled):active:focus, .label-outline-light:not(:disabled):not(.disabled).active:focus, .show > .label-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.label-outline-dark {
  color: #282f3a;
  background-color: transparent;
  background-image: none;
  border-color: #282f3a;
}

.label-outline-dark:hover {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.label-outline-dark:focus, .label-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.label-outline-dark.disabled, .label-outline-dark:disabled {
  color: #282f3a;
  background-color: transparent;
}

.label-outline-dark:not(:disabled):not(.disabled):active, .label-outline-dark:not(:disabled):not(.disabled).active, .show > .label-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.label-outline-dark:not(:disabled):not(.disabled):active:focus, .label-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .label-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

/* hr */

hr.black {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/* width */

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.d-inline-block {
  display: inline-block;
}

.wall-date {
  color: #bbb!important;
}

.text-gray {
  color: #bbb!important;
}

.auth .auth-form-transparent .form-group.has-error .input-group-text,
.auth .auth-form-transparent .form-group.has-error .form-control {
  border-color: #ff5e5e;
}

.auth .login-half-bg {
  position: relative;
  background: none;
}

.login-half-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-half-content__text {
  padding: 0 3rem;
}

.login-half-content__text p {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  color: #EEEEEE;
}

.login-half-content__text a {
  color: #EEEEEE;
  text-decoration: underline;
}


.login-half-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../../images/login-bg.jpg");
  background-size: cover;

  z-index: 0;
}

.text-dark-primary {
  color: var(--dark-mint) !important;
}

.text-bold {
  font-weight: 500 !important;
}

.alert-primary {
  background-color: var(--light-mint);
  color: var(--dark-mint);
  border-color: var(--light-mint);
}


.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link:before,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a:hover:before,
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before
{
  background-color: var(--primary-color);
}

.footer a,
.main-menu a:hover,
.main-menu a.active,
.order-filter-tab-selected,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a:hover,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.show-submenu > .nav-link i,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.show-submenu > .nav-link .menu-title,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover > .nav-link i,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover > .nav-link .menu-title,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a.active
{
  color: var(--primary-color);
}

.text-primary,
.order-filter-tab-selected,
.table-order > thead > tr > th a,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.mega-menu .submenu .category-heading {
  color: var(--primary-color) !important;
}





.partner-link-row.new-link,
.form-check-primary.form-check label input[type="radio"] + .input-helper:before,
.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
select {
  border-color: var(--primary-color);
}

.pagination > li > a, .pagination > li > span {
  color: var(--primary-color);
}
.pagination > li.active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.plain-text-sm {
  font-size: 14px;
}

.partner-card {
  background-image: linear-gradient(53deg, #70F2FE, #B6FF62);
  background-size: 100% 110px;
  background-repeat: no-repeat;
  padding-top: 20px;
}

#toggle {
  display: flex;
  align-items: center;
  text-align:center;
}

.ios-toggle,.ios-toggle:active {
  position:absolute;
  top:-5000px;
  height:0;
  width:0;
  opacity:0;
  border:none;
  outline:none;
}

.em-checkbox {
  display: flex;
  align-items: center;
  text-align: center;
}

.em-checkbox__label {

}

.em-checkbox__input {
  height:0;
  width:0;
  opacity:0;
  border:none;
  outline:none;
}

.em-checkbox__input:checked + .em-checkbox__toggler:before {
  left:calc(100% - 19px);
}

.em-checkbox__input:checked + .em-checkbox__toggler:after {
  content: '';
  left:60px;
  width:18px;
}

.em-checkbox__toggler {
  display:block;
  position:relative;
  padding:10px;
  margin: 0 10px;
  font-size:12px;
  line-height:16px;
  width:40px;
  height:18px;
  border-radius:18px;
  background: red;
  box-shadow: inset 0 0 0 18px red,0 0 0 2px red;
  cursor:pointer;

}

.em-checkbox__toggler:before {
  content:'';
  display:block;
  position:absolute;
  z-index:1;
  line-height:18px;
  text-indent:18px;
  height:18px;
  width:18px;
  border-radius:100%;
  top:1px;
  left:1px;
  right:auto;
  background:white;
  -webkit-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  transition:.25s ease-in-out;
}

.em-checkbox__input:checked + .em-checkbox__toggler {
  box-shadow:inset 0 0 0 18px var(--mint),0 0 0 2px var(--mint);
  background: var(--mint);
}

.checkbox-label {
  display:block;
  position:relative;
  padding:10px;
  margin: 0 10px;
  font-size:12px;
  line-height:16px;
  width:40px;
  height:18px;
  border-radius:18px;
  background:var(--mint);
  cursor:pointer;
}

.checkbox-label:before {
  content:'';
  display:block;
  position:absolute;
  z-index:1;
  line-height:18px;
  text-indent:18px;
  height:18px;
  width:18px;
  border-radius:100%;
  top:1px;
  left:1px;
  right:auto;
  background:white;
  -webkit-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  transition:.25s ease-in-out;
}


.ios-toggle:checked + .checkbox-label:before {
  left:calc(100% - 19px);
}

.ios-toggle:checked + .checkbox-label:after {
  content:attr(data-on);
  left:60px;
  width:18px;
}

.gradient-text {
  background: -webkit-linear-gradient(0deg, #B5FF62, #6FF2FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#cabinet-view + .checkbox-label {
  box-shadow:inset 0 0 0 18px var(--mint),0 0 0 2px var(--mint);
}

#cabinet-view:checked + .checkbox-label {
  box-shadow:inset 0 0 0 18px var(--mint),0 0 0 2px var(--mint);
}

#cabinet-view:checked + .checkbox-label:after {
  color:var(--mint);
}

.brand-switcher {
  z-index: 1040;
}

.caret {
  display: none !important;
}

.table-responsive > .table-bordered {
  border: 1px solid #f3f3f3
}

.text-underline {
  text-decoration: underline !important;
}
.btn-copy-black {
  margin: 2px 4px 0 0;
}

.btn-content-copy {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23000'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.nav-link.disabled.tokenized {
  pointer-events: all;
  cursor: pointer;
}

.doubleScroll-scroll-wrapper {
  position: relative;
  z-index: 3;
}

.panel > .table-responsive > .table-bordered > thead > tr > td {
  background-color: #fff;
}

.table-order {
  margin-top: 0 !important;
}

select.form-control.muted {
  background-color: #efefef !important;
  color: #999 !important;
}

#newsNoticeTopBanner {
  background-color: #FFF7F5;
  border-bottom: 2px solid #FFCABB;
  color: #000;
}


.input-group-new .input-group-prepend .input-group-text{
  padding-left: 1.5rem !important;
  padding-right: 0.5rem;
}

.input-group-new .input-group-append .input-group-text{
  padding-right: 1.5rem !important;
  padding-left: 0.5rem;
}

.input-group-new .form-control{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.auth-brand-logo {

}

a.nav-link-new:after {
  content: 'new';
  color: white;
  background: var(--mint);
  display: inline-block;
  padding: 0 6px;
  border-radius: 10px;
  font-size: 10px;
  width: 31px;
  position: absolute;
  right: 10px;
}

.auth {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  overflow-y: auto;
}

.auth-form-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.auth-form-wrapper {
  margin: auto;
  width: 1000px;
}

.auth-form {
  display: flex;
  flex-direction: row;
}

.auth-form__left {
  flex: 0 0 45%;
  padding: 20px 0;

  color: #ffffff;
}

.auth-form__left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 50px;

  background-image: linear-gradient(45deg, rgba(181,255,102, 0.7), rgba(112,242,253, 0.7));
}

.auth-form__right {
  flex: 1 0 0;
  box-shadow: -10px 0px 50px -10px rgba(0, 0, 0, 0.5);
}

.auth-form__right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 550px;
  max-width: 550px;
  min-height: 630px;
  padding: 45px 50px;

  background-color: #fff;
}

.auth-footer {
  text-align: right;
}
.ch-comment-info-form .input-group-addon{
  width: auto;
}


@media (max-width: 1200px) {

  .auth-form-wrapper {
    width: auto;
  }

  .auth-form {
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .auth.auth-img-bg {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .auth-form__left-content {
    padding: 50px;
  }

  .auth-form__right-content {
    min-height: auto;
    height: auto;
  }

  .auth-footer {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

@media (max-width: 600px) {

  .auth-form__right-content {
    width: 100%;
  }

  .auth.auth-img-bg {
    padding: 50px 20px;
  }

  .auth-form__right-content,
  .auth-form__left-content {
    padding: 30px;
  }
}


@media (min-width: 991px) {
  .login-half-bg-hovered:before {
    filter: blur(10px);
  }

  .login-half-bg-hovered:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    opacity: 0.15;
    filter: blur(10px);
    z-index: 0;
  }
}

@media (max-width: 991.98px) {
  .horizontal-menu--notice ~ .page-body-wrapper > .main-panel {
    padding-top: 110px;
  }
}
