@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
::-webkit-scrollbar {
   width: 6px;
}
::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
}
::-webkit-scrollbar-thumb {
   background: #4468ab;
   border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
   background: #72b4e0;
}
ul.docListWindow {
  list-style-type: none;
  padding: 0 10px;
  height: 430px;
  overflow: hidden;
}
ul.docListWindow li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 11px;
  padding-bottom: 11px;
}

ul.docListWindow li .prog-avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 25px;
}

ul.docListWindow li .prog-avatar img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

ul.docListWindow .progress {
  height: 10px;
  text-indent: 0;
  margin: 0;
}

ul.docListWindow .progress-bar {
  text-align: right;
  padding-right: 15px;
  line-height: 10px;
  font-size: 10px;
}

/**************************************
			2. NOTIFICATIONS
***************************************/

.noti-information .notification-list {
  padding: 0;
}

.notification-list a:first-child {
  border-top: none;
}

.noti-information .notification-list a {
  padding: 10px 18px 10px 18px;
}
.notification-list a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  color: #2b2b2c;
  text-decoration: none;
  font-size: 14px;
}

.notification-list.not-list a span.icon {
  margin-top: 5px;
}

.notification-list.mail-list a span.icon {
  padding: 3px 10px;
  margin-top: 0px;
  color: white;
}

.notification-list a span.icon {
  margin-right: 15px;
  font-size: 16px;
  float: left;
}

.notification-list.mail-list.not-list {
  height: 360px;
  overflow: hidden;
}

.notification-list p,
.notification-list p small {
  margin: 0;
  padding: 0;
}

.noti-information .mail-list .un-read,
.noti-information .mail-list .read {
  right: 20px;
}
.not-list span.icon {
  width: 40px;
  height: 40px;
  line-height: 33px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
}

/**************************************
			3. EMAIL
***************************************/
.mail-list .single-mail {
  position: relative;
}

a.single-mail.text-center.view-all {
  background: white;
  margin: 20px 0 0 0;
}
.mail-list .un-read,
.mail-list .read {
  position: absolute;
  right: 0px;
  top: 32px;
  font-size: 12px;
  color: #dfdfe2;
}
.vew-mail-header {
  color: #666f7b;
  font-weight: 700;
}
h4.vew-mail-header b {
  font-weight: 700;
}
.compose-editor {
  padding-left: 15px;
}
.mail-label {
  padding: 0.2em 0.6em 0.3em !important;
}
.mail-counter-style {
  padding: 2px 6px 4px !important;
}

/**************************************
			4. SELECT ITEM
***************************************/
.select.control {
  background: #262936;
  border-radius: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  position: relative;
}

.select.control:after {
  content: " ";
  width: 7px;
  height: 9px;
  background: url(images/arrow-down.png);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 1;
}

.select.control select {
  padding: 10px 30px;
  width: 110%;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  color: white;
}
/**************************************
			5. THEME CHANGE WINDOW
***************************************/
.control-sidebar-btn.btn {
  position: absolute;
  left: -53px;
  padding: 25px;
  z-index: 999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-color: #2f323e;
  background-color: #2f323e;
  margin: 0;
}
.control-sidebar-btn i {
  position: absolute;
  top: 18px;
  left: 15px;
}
.display-none {
  display: none;
}
.control-sidebar-btn.btn {
  position: absolute;
  left: -53px;
  padding: 25px;
  z-index: 999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-color: #2f323e;
  background-color: #2f323e;
  margin: 0;
}
.control-sidebar-btn i {
  position: absolute;
  top: 18px;
  left: 15px;
}
.settingSidebar {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 250px;
  top: 60px;
  right: -250px;
  z-index: 999;
  transition: 0.3s ease-in;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.settingSidebar .settingPanelToggle {
  background: #6777ef;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: -40px;
  width: 40px;
  border-radius: 10px 0 0 10px;
}
.settingSidebar.showSettingPanel {
  right: 0;
}
.settingSidebar .settingSidebar-body {
  position: relative;
  height: 100% !important;
}
.settingSidebar .settingSidebar-tab {
  display: flex;
}
.settingSidebar .settingSidebar-tab .nav-item {
  width: 33.33%;
  text-align: center;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link {
  padding: 15px 12px;
  color: #6a7a8c;
  border-bottom: 3px solid transparent;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link.active {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link:hover {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.settingSidebar ul.choose-theme li {
  display: inline-block;
}
.settingSidebar ul.choose-theme li:hover {
  cursor: pointer;
}
.settingSidebar ul.choose-theme li div {
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: relative;
  margin: 1px;
}
.settingSidebar ul.choose-theme li div.purple {
  background: #6777ef;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.orange {
  background: #ffa117;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.cyan {
  background: #3dc7be;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.green {
  background: #4caf4f;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.red {
  background: #ea5455;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.white {
  background: #ece8e8;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.black {
  background: #343a40;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li.active div::after {
  content: "\f00c";
  color: #fff;
  top: 4px;
  left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.settingSidebar .setting-panel-header {
  display: block;
  padding: 15px 20px;
  color: #212529;
  font-size: 15px;
  border: 1px solid #eae9e9;
  background: #e9ecef;
}
.settingSidebar .disk-server-setting .progress {
  height: 8px;
}
.settingSidebar .disk-server-setting p {
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: left;
  padding-bottom: 5px;
}
.settingSidebar .rt-sidebar-last-ele {
  margin-bottom: 70px !important;
}
.settingList {
  list-style-type: none;
  padding-left: 15px;
}
.sidebarSettingTitle {
  padding-top: 10px;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .settingSidebar {
    display: none;
  }
}

.quick-setting-main {
  float: left;
  position: fixed;
  top: 25%;
  z-index: 99999;
  right: 0;
}
.quick-setting {
  float: left;
  margin-top: -15px;
  max-width: 380px;
  padding: 20px;
}
.quick-setting ul#themecolors li {
  list-style: none;
}
.quick-setting ul#themecolors {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  max-width: 330px;
}
.quick-setting ul#themecolors li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
  background-color: #eaeef3;
}
.quick-setting ul#themecolors li a.green-theme {
  background-color: #0f0;
}
.quick-setting ul#themecolors li a.turquoise {
  background-color: #00c5cd;
}
.theme-color a {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 8px 5px 0;
  -webkit-box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
  overflow: hidden;
  width: 35px;
  height: 30px;
}
.theme-color a[data-theme="white"] .head:before,
.theme-color a[data-theme="white"] .head:after,
.theme-color a[data-theme="dark"] .head:before,
.theme-color a[data-theme="blue"] .head:before,
.theme-color a[data-theme="indigo"] .head:before,
.theme-color a[data-theme="red"] .head:before,
.theme-color a[data-theme="cyan"] .head:before,
.theme-color a[data-theme="logo-white"] .head:before,
.theme-color a[data-theme="logo-white"] .head:after,
.theme-color a[data-theme="logo-dark"] .head:before,
.theme-color a[data-theme="logo-blue"] .head:before,
.theme-color a[data-theme="logo-indigo"] .head:before,
.theme-color a[data-theme="logo-cyan"] .head:before,
.theme-color a[data-theme="logo-green"] .head:before,
.theme-color a[data-theme="logo-red"] .head:before,
.theme-color a[data-theme="header-white"] .head:before,
.theme-color a[data-theme="header-white"] .head:after {
  background: #fff;
}
.theme-color a[data-theme="white"] .cont:after {
  background: #fff;
}
.theme-color a[data-theme="dark"] .cont:after,
.theme-color a[data-theme="header-dark"] .head:before,
.theme-color a[data-theme="header-dark"] .head:after {
  background: #303548;
}
.theme-color a[data-theme="blue"] .cont:after,
.theme-color a[data-theme="blue"] .head:after,
.theme-color a[data-theme="logo-blue"] .head:after,
.theme-color a[data-theme="header-blue"] .head:before,
.theme-color a[data-theme="header-blue"] .head:after {
  background: #5093eb;
}
.theme-color a[data-theme="indigo"] .cont:after,
.theme-color a[data-theme="indigo"] .head:after,
.theme-color a[data-theme="logo-indigo"] .head:after,
.theme-color a[data-theme="header-indigo"] .head:before,
.theme-color a[data-theme="header-indigo"] .head:after {
  background: #6673fc;
}
.theme-color a[data-theme="cyan"] .cont:after,
.theme-color a[data-theme="cyan"] .head:after,
.theme-color a[data-theme="logo-cyan"] .head:after,
.theme-color a[data-theme="header-cyan"] .head:before,
.theme-color a[data-theme="header-cyan"] .head:after {
  background: #4abad2;
}
.theme-color a[data-theme="green"] .cont:after,
.theme-color a[data-theme="green"] .head:after,
.theme-color a[data-theme="logo-green"] .head:after,
.theme-color a[data-theme="header-green"] .head:before,
.theme-color a[data-theme="header-green"] .head:after {
  background: #49d075;
}
.theme-color a[data-theme="red"] .cont:after,
.theme-color a[data-theme="red"] .head:after,
.theme-color a[data-theme="logo-red"] .head:after,
.theme-color a[data-theme="header-red"] .head:before,
.theme-color a[data-theme="header-red"] .head:after {
  background: #e44f56;
}
.theme-color a[data-theme="dark"] .head:after,
.theme-color a[data-theme="logo-dark"] .head:after {
  background: #303548;
}
.layout-theme a[data-theme="dark"] .cont {
  background: #464545;
}
.layout-theme a[data-theme="dark"] .head:before {
  background: #242b3a;
}
.layout-theme a[data-theme="light"] .cont {
  background: #ffffff;
}
.layout-theme a[data-theme="light"] .head:before {
  background: #ffffff;
}
.layout-theme a[data-theme="light"] .head:after {
  background: #6673fc;
}

.theme-color a .head {
  height: 10px;
}
.theme-color a .cont,
.theme-color a .head {
  display: block;
  position: relative;
}
.theme-color a .cont:before,
.theme-color a .head:before {
  width: 60%;
  right: 0;
}
.theme-color a .cont:after,
.theme-color a .cont:before,
.theme-color a .head:after,
.theme-color a .head:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
.theme-color a .cont {
  height: 40px;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
/**************************************
			6. SOCIAL BUTTONS
***************************************/
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}
/**************************************
			7. PROGRESS BAR
***************************************/
.progress {
  border: 0;
  background-image: none;
  filter: none;
  box-shadow: none;
  height: 8px;
  border-radius: 10px !important;
  padding: 0px;
}
.progress-bar-success {
  background-color: #36c6d3;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.work-monitor .states {
  width: 90%;
}
.progress-line {
  background: #e7ecf1;
}
.work-monitor .states .info {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: 500;
}

.progress.progress-sm {
  height: 8px;
}

.work-monitor .title {
  margin: 0 0 40px 0;
}
/**************************************
			8. MEGA MENU
***************************************/
.megamenu-header {
  display: block;
  padding: 0px 20px 5px 0px;
  font-size: 22px;
  line-height: 1.428571429;
  color: #fafafa;
}
.mega-menu-item-name {
  color: #fafafa;
  padding: 10px 0px 10px 0px;
}
.mega-menu-dropdown .material-icons {
  float: left;
  line-height: 24px;
}
.mega-menu-dropdown .dropdown-toggle {
  line-height: 24px;
}

/**************************************
			9. WIDGET
***************************************/
.stat-item {
  display: inline-block;
  padding-right: 15px;
}
.stats-row {
  margin-bottom: 20px;
}
.widget-gradient,
.widget-wrap-img {
  min-height: 350px;
  border-radius: 2px;
}
.analysis-box {
  padding: 2px 20px 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.legend table {
  border-spacing: 5px;
}

.clsAvailable {
  color: #0cc745;
  font-size: 13px;
  font-weight: 600;
}

.clsNotAvailable {
  color: #ff0000;
  font-size: 13px;
  font-weight: 600;
}

.clsOnLeave {
  color: #32c5d2;
  font-size: 13px;
  font-weight: 600;
}

.table-padding {
  padding-bottom: 20px;
  padding-top: 20px;
}
.doctitle {
  padding-bottom: 5px;
}
.user-bg {
  margin: -25px;
  overflow: hidden;
  position: relative;
}
.user-bg .overlay-box {
  background: #9675ce;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
}
.user-bg .overlay-box .user-content {
  padding: 15px;
}
.user-btm-box {
  padding: 40px 0 10px;
  clear: both;
  overflow: hidden;
}
.input-group-btn .btn {
  box-shadow: none;
}
.addr-font-h1 span {
  font-size: 14px;
  vertical-align: text-top;
}
.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}
.text-stat span {
  font-size: 13px !important;
}

.overflow-h {
  overflow: hidden;
}
.rt-code {
  padding: 3px;
  color: #e43a45;
  border-radius: 4px !important;
  display: inline;
  word-wrap: normal;
}
.caption-desc {
  font-size: 13px;
  margin-top: 0.5em;
  line-height: 2.3em;
}

h4.media-heading {
  color: #3d3d3d;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
.fa-comments-o:before {
  content: "\f0e6";
}
.panel-body {
  padding: 15px;
}
.form-group {
  margin-bottom: 15px;
}

.md {
  line-height: inherit;
  vertical-align: bottom;
}

.md-refresh:before {
  content: "\f2a4";
}

.card .btn-collapse {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-angle-down:before {
  content: "\f107";
}
section.panel.tab-border {
  border: 1px solid #e5e5e5;
}
.language-switch a {
  color: #1e2629;
}
.notification-label {
  float: right;
  border-radius: 10px;
  padding: 0px 10px;
  color: #fff;
}

.task-body .list-group-item {
  border-width: 0 0 1px 0;
  margin: 0;
}

span.notificationtime {
  display: block;
}
span.online-status {
  display: block;
  margin-bottom: 0;
  padding: 0 22px;
  color: #9d9f9e;
  font-size: 11px;
  margin-top: 0px;
}
.addr-font-h3 {
  font-size: 24px;
}
.addr-font-h4 {
  font-size: 18px;
}
.close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: 0;
  background-image: url(../img/remove-icon-small.png) !important;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}
.input-mini,
.input-xxs {
  width: 45px !important;
}

.state-overview .addr-font-h1 {
  font-size: 36px;
  float: left;
  width: auto;
}
.no-pad-left {
  padding-left: 0 !important;
}
.text-purple .fa-facebook {
  font-size: 20px;
}
.text-success .fa-twitter {
  font-size: 20px;
}
.text-danger .fa-instagram {
  font-size: 20px;
}

.app-search {
  position: relative;
}
.contact-detail {
  float: left;
  width: 100%;
}
.contact-detail .fa {
  float: left;
  width: 30px;
  font-size: 20px;
  margin-top: 5px;
}
.contact-detail span {
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 20px;
}
.contact-detail .fa-envelope {
  font-size: 15px;
}
.contact-detail .fa-mobile {
  font-size: 25px;
}
.item img {
  max-width: 100%;
}
.dataTables_wrapper {
  margin-top: 15px;
}
tr.group,
tr.group:hover {
  background-color: #ddd !important;
}
.profile-userpic {
  float: left;
  width: 100%;
  text-align: center;
}

.selector-title {
  margin-top: 0px !important;
  color: #000000;
}
.note-icon-font {
  background-color: transparent !important;
}
.course-likes {
  float: right;
  margin-right: 20px;
}
.course-picture {
  float: left;
  width: 100%;
  text-align: center;
}
.bg-warning {
  color: #fff;
  background-color: #ffd200;
}
.bg-success {
  background: #5fc29d;
}

.bg-orange {
  background: #e67d21;
}

.bg-blue {
  background: #3598dc;
}

.bg-purple {
  background: #8e44ad;
}

.bg-danger {
  color: #fff;
  background-color: #e55957;
}
.green-color {
  color: green;
}

.bg-danger {
  background: #e55957;
}
.bg-b-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}
.bg-b-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}
.bg-b-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}
.bg-b-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.bg-blue {
  background-color: #007bff !important;
  color: #fff;
}
.bg-blue .content .number,
.bg-blue .content .text {
  color: #fff !important;
}
.bg-indigo {
  background-color: #6610f2 !important;
  color: #fff;
}
.bg-indigo .content .number,
.bg-indigo .content .text {
  color: #fff !important;
}
.bg-purple {
  background-color: #6f42c1 !important;
  color: #fff;
}
.bg-purple .content .number,
.bg-purple .content .text {
  color: #fff !important;
}
.bg-pink {
  background-color: #e83e8c !important;
  color: #fff;
}
.bg-pink .content .number,
.bg-pink .content .text {
  color: #fff !important;
}
.bg-red {
  background-color: #dc3545 !important;
  color: #fff;
}
.bg-red .content .number,
.bg-red .content .text {
  color: #fff !important;
}
.bg-orange {
  background-color: #fd7e14 !important;
  color: #fff;
}
.bg-orange .content .number,
.bg-orange .content .text {
  color: #fff !important;
}
.bg-yellow {
  background-color: #ffc107 !important;
  color: #fff;
}
.bg-yellow .content .number,
.bg-yellow .content .text {
  color: #fff !important;
}
.bg-green {
  background-color: #28a745 !important;
  color: #fff;
}
.bg-green .content .number,
.bg-green .content .text {
  color: #fff !important;
}
.bg-teal {
  background-color: #20c997 !important;
  color: #fff;
}
.bg-teal .content .number,
.bg-teal .content .text {
  color: #fff !important;
}
.bg-cyan {
  background-color: #17a2b8 !important;
  color: #fff;
}
.bg-cyan .content .number,
.bg-cyan .content .text {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
  color: #fff;
}
.bg-white .content .number,
.bg-white .content .text {
  color: #fff !important;
}
.bg-gray {
  background-color: #6c757d !important;
  color: #fff;
}
.bg-gray .content .number,
.bg-gray .content .text {
  color: #fff !important;
}
.bg-gray-dark {
  background-color: #343a40 !important;
  color: #fff;
}
.bg-gray-dark .content .number,
.bg-gray-dark .content .text {
  color: #fff !important;
}
.l-bg-green {
  background: linear-gradient(90deg, #56ab2f, #a8e063) !important;
  color: #fff;
}
.l-bg-green .content .number,
.l-bg-green .content .text {
  color: #fff !important;
}
.l-bg-orange {
  background: linear-gradient(90deg, #f7971e, #ffd200) !important;
  color: #fff;
}
.l-bg-orange .content .number,
.l-bg-orange .content .text {
  color: #fff !important;
}
.l-bg-blue {
  background: linear-gradient(90deg, #00b4db, #0083b0) !important;
  color: #fff;
}
.l-bg-blue .content .number,
.l-bg-blue .content .text {
  color: #fff !important;
}
.l-bg-cyan {
  background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
  color: #fff;
}
.l-bg-cyan .content .number,
.l-bg-cyan .content .text {
  color: #fff !important;
}
.l-bg-red {
  background: linear-gradient(316deg, #fc5286, #fbaaa2) !important;
  color: #fff;
}
.l-bg-red .content .number,
.l-bg-red .content .text {
  color: #fff !important;
}
.l-bg-purple {
  background: linear-gradient(90deg, #834d9b, #d04ed6) !important;
  color: #fff;
}
.l-bg-purple .content .number,
.l-bg-purple .content .text {
  color: #fff !important;
}
.l-bg-purple-dark {
  background: linear-gradient(45deg, #a52dd8, #e29bf1) !important;
  color: #fff;
}
.l-bg-purple-dark .content .number,
.l-bg-purple-dark .content .text {
  color: #fff !important;
}
.col-blue {
  color: #007bff !important;
}
.col-indigo {
  color: #6610f2 !important;
}
.col-purple {
  color: #6f42c1 !important;
}
.col-pink {
  color: #e83e8c !important;
}
.col-red {
  color: #dc3545 !important;
}
.col-orange {
  color: #fd7e14 !important;
}
.col-yellow {
  color: #ffc107 !important;
}
.col-green {
  color: #28a745 !important;
}
.col-teal {
  color: #20c997 !important;
}
.col-cyan {
  color: #17a2b8 !important;
}
.col-white {
  color: #fff !important;
}
.col-gray {
  color: #6c757d !important;
}
.col-gray-dark {
  color: #343a40 !important;
}

/*----- Custom Changes -----*/
body{
  background: url('../images/body-bg.jpg') no-repeat!important;
  background-attachment: fixed!important;
  background-size: cover!important;
}
.white-sidebar-color .page-container, .page-container, .page-content, .page-content-white .page-bar, .page-bar, .white-sidebar-color .page-container{
  background: transparent!important;
  background-color: transparent!important;
}
.page-content-wrapper .page-content{
  min-height: calc(100vh - 42px)!important;
}
a{transition: .5s ease;}
.logo-indigo .page-header.navbar .page-logo {
  background: #fff!important;
}
.sidemenu-closed .sidemenu-container.fixed-menu{
  height: calc(100vh - 112px);
}
.sidemenu-container .sidemenu li.sidebar-user-panel{
  position: relative;
  background: rgb(114,180,224);
  background: linear-gradient(155deg, rgba(114,180,224,1) 0%, rgba(68,104,171,1) 100%);
}
.sidemenu-container .sidemenu li.sidebar-user-panel .edit{
  position: absolute;
  right: 10px;
  top: 10px;
}
.sidemenu-container .sidemenu li.sidebar-user-panel .edit svg{
  display: inline-block;
  width: 18px;
  stroke: #fff;
}
.sidebar-user .sidebar-user-details .user-name, .sidebar-user .sidebar-user-details .user-role{
  color: #fff;
}
.page-header.navbar .page-logo .logo-default img{
  height: 42px;
}
.page-footer{
  padding: 10px 5px;
  background: rgb(114,180,224);
  background: linear-gradient(155deg, rgba(114,180,224,1) 0%, rgba(68,104,171,1) 100%);
}
.page-footer .page-footer-inner{
  color: #fff;
}
.card .card-header{
  margin: 0;
}
.card-body{
  padding: 15px;
}
.card-bg1{
  background: rgb(133,206,216);
  background: linear-gradient(155deg, rgba(133,206,216,1) 0%, rgba(44,81,151,1) 100%);
  color: #fff;
}
.card-bg2{
  background: rgb(170,123,177);
  background: linear-gradient(155deg, rgba(170,123,177,1) 0%, rgba(96,93,161,1) 100%);
  color: #fff;
}
.page-content-white .page-title{
  margin: 0;
}
.search-row{
  position: relative;
}
.search-row .form-control{
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-row .search-btn{
  position: absolute;
  right: 40px;
  top: 5px;
  font-size: 18px;
  color: #666;
  background: transparent;
  border: 0;
  padding: 0;
}
.search-row .micro-icon{
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 18px;
}
.view-by a{
  border: solid 1px #ddd;
  padding: 1px 8px;
  border-radius: 3px;
  font-size: 20px;
}
.view-by a:hover, .view-by a.active{
  background: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.document-list-view{
  position: relative;
  margin-bottom: 10px;
}
.document-list-view .list-view-link{
  position: relative;
  display: flex;
  color: #fff;
  padding: 15px;
  align-items: center;
  border-radius: 5px;
  background: rgb(171,192,225);
  background: linear-gradient(155deg, rgba(171,192,225,1) 0%, rgba(113,146,199,1) 100%);
}
.document-list-view .list-view-link img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.document-list-view .dropdown{
  position: absolute;
  right: 20px;
  top: 34%;
}
.document-list-view .dropdown .dropdown-toggle{
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.document-list-view .dropdown ul li{
  margin-bottom: 0;
  border-bottom: solid 1px #ebebeb;
}
.document-list-view .dropdown ul li:last-child{
  border-bottom: 0;
}
.document-list-view .dropdown ul li a{
  font-size: 13px;
}
.document-list-view .dropdown ul li a:hover{
  background: rgb(1 153 253 / 10%);
}
/*.document-grid-view{
  text-align: center;
}
.document-grid-view .list-view-link, .document-grid-view .list-view-link span{
  display: block;
}
.document-grid-view .list-view-link{
  height: 100%;
}
.document-grid-view .list-view-link span{
  margin-top: 10px;
}
.document-grid-view .dropdown{
  top: 10px;
}
.document-grid-view .list-view-link img{
  width: 120px;
  height: 120px;
}*/
.document-grid-view{
  text-align: center;
}
.document-grid-view .list-view-link{
  position: relative;
  padding: 0;
  background: transparent;
  border: solid 2px #ddd;
  height: 100%;
}
.document-grid-view .list-view-link, .document-grid-view .list-view-link span{
  display: block;
  padding: 10px 15px 30px;
}
.document-grid-view .list-view-link span{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-size: 13px;
  background: rgb(0 0 0 / 40%);
  text-shadow: 0 0 10px #333;
  border-radius: 0 0 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.document-grid-view .dropdown{
  background: rgb(0 0 0 / 20%);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 3px;
  right: 15px;
  line-height: 24px;
}
.document-grid-view .list-view-link img{
  width: 100%;
  height: 145px;
  padding: 0;
  background: transparent;
  object-fit: contain;
  margin-right: 0;
}
.document-grid-view .merge-chk, .document-list-view .merge-chk{
  position: relative;
  background: rgb(114 180 224 / 40%);
  border-color: #568cb6;
}
.document-grid-view .merge-chk:before, .document-list-view .merge-chk:before, .document-grid-view .active-mrg:before, .document-list-view .active-mrg:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(114 180 224 / 40%);
  z-index: 20;
}
.document-grid-view .active-mrg:before, .document-list-view .active-mrg:before{
  background: rgb(0 0 0 / 20%);
}
.document-grid-view .merge-chk:after, .document-list-view .merge-chk:after{
  font-family: 'Font Awesome 5 Pro';
  content: '\f058';
  font-size: 65px;
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  z-index: 21;
  color: #fff;
  filter: drop-shadow(2px 8px 10px rgb(0 0 0 / 30%));
}
.document-grid-view .merge-chk:after{
  top: 15%;
}
.sidebar-user .sidebar-user-picture img{
  height: 70px;
  object-fit: cover;
}

/*----- Index Stylesheet -----*/
.body-line:before{
  content: '';
  background: url('../images/bg-line.png') no-repeat left center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.front-container{
  display: flex;
  align-items: center;
  min-height: calc(100vh - 75px);
}
.front-header{
  border-bottom: solid 1px rgb(0 0 0 / 5%);
}
.front-header .logo{
  height: 50px;
}
.front-header .nav li a{
  color: #333;
  margin-right: 0;
  text-align: center;
}
.front-header .nav li a:hover{
  color: #0199fd;
  background: rgb(1 153 253 / 5%);
}
.front-header .nav li a:before{
  content: '';
  width: 0%;
  height: 2px;
  background: #0199fd;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s ease;
}
.front-header .nav li a:hover:before{
  width: 100%;
}
.qrcode-img{
  background: #fff;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.login-screen{
  padding: 40px;
  box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}
.login-screen .otp-div{
  position: relative;
}
.login-screen .otp-div .otp-btn{
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.img-box{
  background: #fff;
  border-radius: 15px;
  padding: 12px;
  box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}
.img-box h5{
  font-weight: 600;
}
.img-box img{
  height: 80px;
}
.started-btn{
  font-size: 16px;
}
.started-btn i{
  position: absolute;
  right: 10px;
  font-size: 22px;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
.owl-nav button span {
  font-size: 50px;
  height: 100%;
  display: block;
  width: 100%;
  background: rgb(0 0 0 / 10%);
  line-height: 35px;
  border-radius: 50%;
  color: #3abaf4;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev.disabled span, .owl-carousel .owl-nav button.owl-next.disabled span{
  background: rgb(0 0 0 / 3%);
}
.dash-folder{
  position: relative;
}
.dash-folder .title{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  user-select: none;
}
.dash-folder .title h4{
  font-family: "Oswald", sans-serif;
  font-size: 22px!important;
  font-weight: 500;
  color: #49a8d7;
}
.dash-folder .title h5{
  color: #545454;
  font-weight: 500;
}
.dash-tag .title{
  height: 78%;
}
.dash-tag .title h4, .dash-tag .title h5{
  color: #fff;
  text-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.select2-container .select2-selection--multiple{
  height: 32px!important;
  overflow: auto;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  padding-top: 0!important;
}
#st-1 .st-btn{
  display: inline-block!important;
}
.notes li {
    position: relative;
    font-size: 12px;
    padding-left: 15px;
    color: #626262;
}
.notes li:before{
    font-family: 'Font Awesome 5 Pro';
    content: '\f101';
    position: absolute;
    left: 0;
}
.logo-icon{
  padding-right: 0;
  display: none;
  line-height: 36px;
}
.sidemenu-closed .logo-icon{
  display: block;
}
.error-span{
  color: red !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-left: 17px !important;
}
.table thead th{
  background: #4468ab;
  color: #fff;
}
.sidebar-user{
  margin: 10px 0;
}
.sidebar-user .sidebar-user-details .user-name span{
  font-size: 18px;
  display: block;
}
.sidemenu-container .sidemenu > li > a, .sidemenu-closed.sidemenu-container-fixed .sidemenu-container:hover .sidemenu > li > a{
  padding: 12px 15px;
}
.sidemenu-container .sidemenu li > a > .arrow:before, .sidemenu-closed.sidemenu-container-fixed .sidemenu-container:hover .sidemenu li > a > .arrow:before{
  font-family: 'Font Awesome 5 Pro';
}
.table tbody td:last-child .btn{
  padding: 8px 10px;
  border-radius: 5px;
}
.pagination li a{
  color: #333;
  padding: 2px 10px;
  font-size: 14px;
}
.pagination li.active a{
  background: #4468ab;
  border-color: #4468ab;
}
select{
  appearance: auto !important;
}
.search-group{
  position: relative;
}
.search-group .form-control{
  padding-right: 65px;
}
.search-group a{
  position: absolute;
  right: 50px;
  top: 8px;
}
.search-group .btn{
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  box-shadow: none;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
  background: #f1f6ff;
  --bs-table-bg-type: transparent;
}
.dash-card{
  position: relative;
  padding: 10px;
  height: 100%;
  border-radius: 5px;
  border: solid 1px rgba(114,180,224,.5);
  box-shadow: 0 0 10px rgba(114,180,224,.5);
  cursor: pointer;
  transition: .5s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash-card:hover{
  box-shadow: 0 0 20px rgba(114,180,224,.5);
}
.dash-card .icon{
  position: absolute;
  top: 2px;
  right: 5px;
  color: rgb(68,104,171);
}
.dash-card .content{
  text-align: center;
}
.dash-card .content h4{
  font-family: 'Oswald';
  font-size: 28px !important;
  font-weight: 600;
  color: rgb(68,104,171);
}
.dash-card .content h5{
  font-size: 12px !important;
  font-weight: 500;
  word-break: break-word;
}
.dt-container select.dt-input, .dt-container .dt-search input{background-color: #fff !important;}
.dt-container .dt-search input{padding: 5px 10px !important;}
.dt-container .dt-search input:focus{outline: 0;}
.dt-container .dt-length label{margin-left: 10px;}
.dt-container .dt-paging{display: none;}

.profile-card .card{text-align: center;}
.profile-card .card img{height: 200px; max-width: fit-content; margin: auto; border-radius: 5px;}

@media (max-width: 768px){}
@media (min-width: 768px){
  .qrcode-img{
    height: 190px;
  }
}
@media (min-width: 998px){
  .qrcode-img{
    height: 298px;
  }
}

li[data-title]:before {
  content: attr(data-title);
  display: block;
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 2000;
  background: #000d;
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #fff;
}


.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:rgba(0,0,0,0) !important}.swal2-container.swal2-top-start,.swal2-container.swal2-center-start,.swal2-container.swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}.swal2-container.swal2-top,.swal2-container.swal2-center,.swal2-container.swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}.swal2-container.swal2-top-end,.swal2-container.swal2-center-end,.swal2-container.swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-start>.swal2-popup,.swal2-container.swal2-center-left>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-start>.swal2-popup,.swal2-container.swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-row>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none !important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,120,129,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:none}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:rgba(0,0,0,0);color:#f27474}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em 2em 3px}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}.swal2-radio,.swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}