@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  outline: none !important;
}

.mt-15 {
  margin-top: 15px;
}

.flex-nowrap {
  flex-flow: nowrap !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

body {
  font-family: "Ubuntu", sans-serif;
  background-color: #ffffff;
  color: #000000;
}
body:not(.login-pages) {
  padding-top: 81px;
}
body * {
  font-family: "Ubuntu", sans-serif;
}

body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:hover {
  background: #808080;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F6F7F9 inset !important;
}

.mx-w-330 {
  max-width: 330px;
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
  box-shadow: none;
}

.bg-purple {
  background-color: #141162;
}

.bg-grey {
  background-color: #F6F7F9;
}

.btn {
  background-color: #141162;
  color: #ffffff;
  outline: none;
  font-size: 18px;
  min-height: 50px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 15px;
  outline: none;
  box-shadow: none;
}
.btn.btn-link {
  background: transparent;
  color: #8b8b8b;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  color: #3d3d3d !important;
  background-color: #F2F2F6 !important;
}
.btn a {
  color: inherit;
  text-decoration: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover, .btn:active {
  background-color: #827FE4 !important;
  color: #ffffff !important;
}

.text-link {
  color: #141162;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.text-link:hover {
  color: #827FE4;
}

.form-label {
  color: #3D3D3D;
  font-size: 13px;
  line-height: 100%;
}
.form-label span {
  color: #FF3C3C;
}

.select-wrapper {
  position: relative;
  background-color: #ffffff;
}
.select-wrapper i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa1ae;
  font-size: 14px;
  z-index: 1;
}

select.form-control {
  border: 1px solid #EBEDF1;
  padding: 10px 15px;
  width: 100%;
  border-radius: 8px;
  min-height: 48px;
  color: #3D3D3D;
  outline: none;
  box-shadow: none !important;
  position: relative;
}
select.form-control:focus + i {
  color: #827FE4;
}

input.form-control {
  border: 1px solid #EBEDF1;
  padding: 10px 15px;
  min-height: 48px;
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
}
input.form-control + .icon {
  color: #9aa1ae;
}
input.form-control[type=date]::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%239aa1ae" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
input.form-control[type=date]:focus::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23827FE4" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
input.form-control:focus {
  box-shadow: none;
  border-color: #827FE4;
}
input.form-control:focus + .icon {
  color: #141162;
}
input.form-control::placeholder {
  color: #3D3D3D;
  opacity: 1;
}
input.form-control ::-ms-input-placeholder {
  color: #3D3D3D;
}

.sorting_disabled:after,
.sorting_disabled:before {
  display: none !important;
}

.input-wrapper {
	margin-bottom: 20px;
	position: relative;
}

.input-wrapper .input-with-icon .error {
	position: absolute;
	font-size: 12px;
	left: 0;
	bottom: -17px;
}

.error {
	font-size: 12px;
	position: absolute;
	bottom: -20px;
	left: 2px;
}

.input-with-icon .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.input-with-icon .icon.eye {
  cursor: pointer;
}
.input-with-icon .icon.eye .fa-eye {
  display: none;
}
.input-with-icon .icon.eye.show {
  color: #141162;
}
.input-with-icon .icon.eye.show .fa-eye-slash {
  display: none;
}
.input-with-icon .icon.eye.show .fa-eye {
  display: inline-block;
}

.login-pages-wrapper .left-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.login-pages-wrapper .left-section .graphic {
  position: absolute;
}
.login-pages-wrapper .left-section .graphic.top-img {
  width: clamp(60px, 9vw, 117px);
  top: 64px;
  left: 70px;
}
.login-pages-wrapper .left-section .graphic.middle-img {
  width: clamp(40px, 5vw, 53px);
  top: 27.5%;
  right: 24.5%;
}
.login-pages-wrapper .left-section .graphic.bottom-img {
  width: clamp(150px, 21vw, 300px);
  bottom: 0;
  right: 0;
}
.login-pages-wrapper .left-section-inner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-pages-wrapper .right-section {
  max-height: 100vh;
  overflow: auto;
  align-self: center;
}
.login-pages-wrapper .right-section .right-section-inner {
  max-width: 325px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}
.login-pages-wrapper .right-section .right-section-inner .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.login-pages-wrapper .right-section .right-section-inner .section-title p {
  color: #52514C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.login-pages-wrapper .right-section .right-section-inner .section-title h1 {
  font-size: 28px;
  font-weight: 500;
}
.login-pages-wrapper .right-section .right-section-inner .forgot-pass {
  margin-bottom: 15px;
}
.login-pages-wrapper .right-section .other-option {
  color: #3D3D3D;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
}
.login-pages-wrapper .right-section .other-option a {
  font-weight: 500;
}

.password-strength-wrapper {
  margin-bottom: 25px;
}
.password-strength-wrapper ul {
  display: flex;
  grid-gap: 5px;
}
.password-strength-wrapper ul li {
  flex: 1;
  display: inline-flex;
  border-radius: 6px;
  height: 4px;
  background: #000000;
}

/* .password-strength-wrapper ul li:nth-child(1), .password-strength-wrapper ul li:nth-child(2) {
  background-color: #ed281c;
}
.password-strength-wrapper ul li:nth-child(3), .password-strength-wrapper ul li:nth-child(4) {
  background-color: #f4e44f;
}
.password-strength-wrapper ul li:nth-child(5), .password-strength-wrapper ul li:nth-child(6) {
  background-color: #2e9c46;
} */

.password-strength-wrapper ul li.strong{
  background-color: #2e9c46;
}



.password-strength-wrapper p {
  margin-top: 5px;
}
.password-strength-wrapper .strong-password {
  color: #2e9c46;
  font-size: 12px;
  font-weight: 500;
}

header {
  padding: 8px 18px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
header .header-logo {
  max-width: 100px;
  display: inline-block;
}
header .dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  outline: none !important;
  border: 0;
}
header .dropdown .dropdown-toggle:after {
  display: none;
}
header .dropdown .dropdown-toggle .profile-img {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #312e81;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
header .dropdown .dropdown-toggle .profile-img i {
  color: #6e6bc8;
}
header .dropdown .dropdown-toggle .text p {
  text-align: left;
  margin: 0 20px 0 10px;
  font-size: 14px;
  line-height: 1.1;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .dropdown .dropdown-toggle .text p:last-child {
  color: #a09ec9;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

ul.dropdown-menu {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
ul.dropdown-menu li a {
  padding: 0 0 0 0;
  margin-bottom: 15px;
  color: #8f8ea4;
  font-size: 14px;
  cursor: pointer;
}
ul.dropdown-menu li a:hover {
  background: transparent;
  color: #3D3D3D;
}
ul.dropdown-menu li a i {
  margin-right: 10px;
}
ul.dropdown-menu li:last-child a {
  margin-bottom: 0;
}

.main-sidebar {
  border-right: 1px solid #eaeaef;
  background: #ffffff;
  max-width: 250px;
  flex: 1 1 250px;
  padding: 30px;
  min-height: calc(100vh - 81px);
}
.main-sidebar.show .menu-toggle i {
  transform: rotate(180deg);
  top: -2px;
}

.main-content {
  flex: 1;
  padding: 30px 40px 60px 40px;
}

p.menu-heading {
  color: #aaaab1;
  font-size: 12px;
  letter-spacing: 1.4px;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

ul.sidebar-list li:not(:last-child) {
  margin-bottom: 8px;
}
ul.sidebar-list li a {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
ul.sidebar-list li a i {
  margin-right: 10px;
}
ul.sidebar-list li a.active {
  color: #141162;
  background: #F2F2F6;
}
ul.sidebar-list li a:hover {
  color: #141162;
}

.page-heading-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  grid-gap: 15px;
  align-items: center;
}
.page-heading-wrapper.form-heading {
  margin-bottom: 30px;
  justify-content: flex-end;
}
.page-heading-wrapper .title-wrapper {
  flex: 1;
}
.page-heading-wrapper .title-wrapper h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.page-heading-wrapper .title-wrapper h3 {
  font-size: 18px;
  letter-spacing: -0.025rem;
}
.page-heading-wrapper .right-action-wrapper {
  flex: 1;
  text-align: right;
}
.page-heading-wrapper .right-action-wrapper .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  min-height: 40px;
}

.main-wrapper-inner {
  border: 1px solid #eeeef2;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.02);
  padding: 30px;
  border-radius: 15px;
  min-height: calc(100vh - 220px);
}

.table-wrapper tr td, .table-wrapper tr th {
  width: auto !important;
}
.table-wrapper tr td.s-no, .table-wrapper tr th.s-no {
  max-width: 20px !important;
  width: 20px !important;
}
.table-wrapper tr td.date, .table-wrapper tr th.date {
  max-width: 100px !important;
  width: 100px !important;
}
.table-wrapper tr td.amt, .table-wrapper tr th.amt {
  max-width: 120px !important;
  width: 120px !important;
}
.table-wrapper tr td.action, .table-wrapper tr th.action {
  max-width: 40px !important;
  width: 40px !important;
  text-align: center;
}
.table-wrapper tr:last-child {
  width: 30px;
  max-width: 40px;
}

.table-wrapper .dataTables_scrollBody th {
  display: none;
}
.table-wrapper th {
  color: #363543;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: transparent;
  padding: 9px 30px !important;
  border: 0;
}
.table-wrapper thead {
  border-radius: 6px;
  background: #F2F2F6;
}
.table-wrapper th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table-wrapper th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.table-wrapper td {
  padding: 20px 30px !important;
  min-height: 48px;
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}
.table-wrapper .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 0;
}
.table-wrapper .page-item:first-child .page-link:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}
.table-wrapper .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 0;
}
.table-wrapper .page-item:last-child .page-link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}
.table-wrapper .page-item.disabled .page-link {
  color: #969696;
}
.table-wrapper .page-item.active .page-link {
  background: #F2F2F6;
  border-color: #F2F2F6;
  color: #3D3D3D;
}
.table-wrapper .page-item .page-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  outline: none;
  box-shadow: none;
}
.table-wrapper .dataTables_length > label {
  display: none;
}
.table-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 44px;
}
.table-wrapper button.dropdown-toggle.table-action {
  background: #f6f6f9;
  width: 30px;
  height: 30px;
  border: 0;
  outline: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(20, 17, 98, 0.4392156863);
}
.table-wrapper button.dropdown-toggle.table-action i {
  color: rgba(20, 17, 98, 0.4392156863);
}
.table-wrapper button.dropdown-toggle.table-action:after {
  display: none;
}

.modal-dialog {
  max-width: 550px;
  width: 100%;
}
.modal-dialog .modal-content {
  border-radius: 20px;
  border: 1px solid #eeeef2;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.02);
  max-width: 580px;
  width: 100%;
}
.modal-dialog .modal-body {
  padding: 60px 60px 30px 60px;
}
.modal-dialog h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 20px;
  max-width: 400px;
}
.modal-dialog p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #666;
}
.modal-dialog p:last-child {
  margin-bottom: 0;
}
.modal-dialog .modal-footer {
  padding: 0 30px 30px 30px;
  border: 0;
  justify-content: center;
}
.modal-dialog .modal-footer > * {
  margin-bottom: 0;
}
.modal-dialog .modal-footer .btn {
  padding: 5px 20px;
  min-width: 100px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 500;
}
.modal-dialog .modal-footer .btn.btn-link {
  background: transparent;
  color: #8b8b8b;
}

.main-wrapper-inner .form-label {
  font-size: 15px;
  font-weight: 500;
}

.radio-group {
  border-radius: 8px;
  border: 1px solid #f1f3f5;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.radio-group.without-border {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.radio-group .amt {
  color: #141162;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  margin: 0;
  top: 10px;
  right: 10px;
}
.radio-group .form-check {
  padding-right: 20px;
  padding-left: 0;
  display: flex;
  grid-gap: 6px;
  min-width: 80px;
}
.radio-group .form-check .form-check-input {
  margin-left: 0;
  float: none;
  width: 20px;
  height: 20px;
  border-color: #e0e3e9;
  box-shadow: none;
  outline: none;
}
.radio-group > .form-label {
  margin-bottom: 20px;
}
.radio-group .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23141162'/%3e%3c/svg%3e") !important;
  border-color: #141162;
  background-color: transparent !important;
  background-size: 20px;
}

.info-wrapper {
  border-radius: 4px;
  border: 1px solid #f6f7f9;
  background: #f6f7f9;
  color: rgba(61, 61, 61, 0.7);
  text-align: center;
  font-family: Ubuntu;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  padding: 10px;
  line-height: 1.1;
}
.info-wrapper p {
  margin-bottom: 0;
}

hr.from-section-separator {
  margin: 10px 0;
  background: #ebedf1;
  opacity: 1;
  color: #ebedf1;
}

.form-section-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 20px 0;
}

.add-form-wrapper {
	color: #3D3D3D;
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.add-form-wrapper button.btn.btn-grey, .add-form-wrapper span.btn.btn-grey {
  color: #141162;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  background: #efefef;
  padding: 6px 8px;
  min-height: unset;
  margin-right: 12px;
}

.data-view-wrapper .nav-tabs {
  border: 0;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
}
.data-view-wrapper .nav-tabs .nav-link {
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding: 11px 30px;
  line-height: 1.12;
}
.data-view-wrapper .nav-tabs .nav-link.active {
  color: #141162;
  border-color: #141162;
  font-weight: 500;
}
.data-view-wrapper .view-wrapper-with-border {
  border-radius: 14px;
  border: 1px solid #ebedf1;
  padding: 40px 30px 20px 40px;
  margin: 15px 0 0 0;
}
.data-view-wrapper .view-wrapper-with-border:first-of-type {
  margin-top: 25px;
}
.data-view-wrapper .view-wrapper-with-border label {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  grid-gap: 5px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-flow: wrap;
}
.data-view-wrapper .view-wrapper-with-border label .amt {
  margin: 0;
  color: #141162;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.data-view-wrapper .view-wrapper-with-border .data-value {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
  margin-bottom: 20px;
}
.data-view-wrapper h3.data-view-wrapper-heading {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: -5px;
}

.btn-edit {
  color: #141162;
  border-radius: 8px;
  border: 1px solid rgba(20, 17, 98, 0.15);
  background: #f4f3f9;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.btn-edit a {
  color: inherit;
  text-decoration: none;
}
.btn-edit i {
  margin-right: 5px;
}
.btn-edit:hover {
  background-color: #827FE4;
  border-color: #827FE4;
  color: #fff;
}

.offcanvas-start {
  visibility: visible !important;
}

.menu-toggle {
  position: absolute;
  right: -27px;
  top: 83px;
  width: 26px;
  height: 28px;
  padding: 0;
  transform: none;
  font-style: normal;
  border-radius: 0 20px 20px 0;
}
.menu-toggle:hover {
  background-color: #1b187b !important;
}
.menu-toggle i {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  position: relative;
  top: -1px;
  display: inline-block;
  left: -2px;
}

div.dataTables_wrapper table {
  min-width: 800px;
}

#table2_wrapper table.table.dataTable.no-footer {
  min-width: 550px;
}

@media (min-width: 768px) {
  .page-heading-wrapper.form-heading.footer .right-action-wrapper {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .main-sidebar {
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
    visibility: visible !important;
    top: 81px !important;
  }
  .main-wrapper {
    padding-left: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-sidebar {
    padding: 15px;
  }
  .main-sidebar {
    max-width: 200px;
  }
  .main-wrapper {
    padding-left: 200px;
  }
  .main-content {
    padding: 20px;
  }
  .main-wrapper-inner {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .dataTables_scrollBody {
    padding-bottom: 15px;
  }
  .table-wrapper th {
    padding: 9px 15px !important;
    white-space: nowrap;
  }
  .table-wrapper td {
    padding: 9px 15px !important;
  }
}
@media (max-width: 767px) {
  .mx-w {
    max-width: calc(100% - 55px);
  }
  .page-heading-wrapper.form-heading {
    margin-bottom: 15px;
  }
  .radio-group {
    margin-bottom: 15px;
  }
  .top-header .right-action-wrapper {
    display: none;
  }
  .btn-edit a {
    font-size: 0;
  }
  .btn-edit a i {
    font-size: 15px;
    margin: 0;
  }
  .page-heading-wrapper.form-heading.footer {
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-heading-wrapper.form-heading.header-top {
    margin-bottom: 15px;
  }
  .page-heading-wrapper.form-heading.header-top .right-action-wrapper {
    display: none;
  }
  .login-pages-wrapper .right-section .right-section-inner .section-title h1 {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  #table2_wrapper table.table.dataTable.no-footer {
    min-width: 450px;
  }
  .data-view-wrapper .btn-edit {
    position: absolute;
    top: -60px;
    width: auto;
    white-space: nowrap;
    right: -10px;
    font-size: 15px;
    padding: 9px 15px;
    line-height: 1;
  }
  .data-view-wrapper {
    position: relative;
  }
  .page-heading-wrapper {
    flex-flow: wrap;
  }
  .page-heading-wrapper.footer {
    margin: 20px 0 0 0;
    justify-content: flex-end;
  }
  .page-heading-wrapper .title-wrapper {
    flex: unset;
    width: 100%;
  }
  .page-heading-wrapper .right-action-wrapper {
    flex: unset;
  }
  .main-sidebar {
    padding: 20px;
  }
  ul.dropdown-menu {
    padding: 12px;
  }
  ul.dropdown-menu li a {
    margin-bottom: 8px;
  }
  p.menu-heading {
    margin: 10px 0 10px 0;
  }
  input.form-control {
    font-size: 14px;
    min-height: 40px;
    padding: 8px 10px;
  }
  .data-view-wrapper .view-wrapper-with-border {
    padding: 10px;
  }
  .data-view-wrapper .view-wrapper-with-border .data-value {
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .data-view-wrapper .view-wrapper-with-border label .amt {
    font-size: 14px;
  }
  .data-view-wrapper .nav-tabs li {
    max-width: 50%;
  }
  .data-view-wrapper .nav-tabs .nav-link {
    font-size: 16px;
    padding: 8px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
  }
  .main-wrapper-inner .form-label {
    font-size: 14px;
  }
  .modal-dialog .modal-body {
    padding: 20px 15px 15px 20px;
  }
  .modal-dialog .modal-footer {
    padding: 0 15px 15px 15px;
  }
  .modal-dialog h3 {
    max-width: 100%;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .modal-dialog p {
    font-size: 14px;
  }
  .modal-dialog .modal-footer .btn {
    font-size: 14px;
    min-height: unset;
    padding: 5px 10px;
    min-width: 80px;
  }
  .modal-dialog {
    width: 90%;
    margin: auto;
  }
  .page-heading-wrapper .title-wrapper h1 {
    font-size: 18px;
  }
  .page-heading-wrapper .right-action-wrapper .btn {
    padding: 6px 10px;
    min-height: unset;
  }
  header .dropdown .dropdown-toggle .profile-img {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  header .row > div:last-child {
    padding-left: 0;
  }
  header .dropdown .dropdown-toggle .text p {
    margin-right: 5px;
  }
  header {
    padding: 8px;
    min-height: 82px;
  }
  .main-content {
    padding: 30px 16px;
  }
  .login-pages-wrapper .left-section {
    height: auto;
    padding: 10px;
    min-height: 85px;
  }
  .login-pages-wrapper .left-section .graphic.bottom-img {
    display: none;
  }
  .login-pages-wrapper .left-section .graphic.middle-img {
    display: none;
  }
  .login-pages-wrapper .left-section .graphic.top-img {
    display: none;
  }
  .login-pages-wrapper .left-section .left-section-inner {
    min-height: auto;
  }
  .login-pages-wrapper .left-section .left-section-inner img {
    max-width: 120px;
  }
  .login-pages-wrapper .right-section {
    min-height: calc(100vh - 85px);
    display: flex;
    align-items: center;
  }
  .login-pages-wrapper .right-section .right-section-inner {
    padding: 50px 0;
  }
  .login-pages-wrapper .right-section .right-section-inner .section-title {
    margin-bottom: 40px;
  }
  .main-wrapper-inner {
    padding: 15px 10px;
    min-height: 60vh;
  }
  .btn {
    font-size: 16px;
    min-height: unset;
  }
}
@media (max-width: 374px) {
  header .dropdown .dropdown-toggle .text p {
    max-width: 100px;
  }
  .login-pages-wrapper .right-section .right-section-inner .section-title p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  header .dropdown .dropdown-toggle .text p {
    max-width: 83px;
  }
  .login-pages-wrapper .right-section .right-section-inner .section-title h1 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
