@charset "UTF-8";

/*
* Bootim Master Style
* Version V2.11.14
* Author: Bootim Group Inc
* Last modifications by -> Gmumpe
*/

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --lime: #7dc246;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #023833;
  --bootim-color: #ff5e14;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Ubuntu", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

sub,
sup {
  text-transform: lowercase;
}

.rel {
  position: relative;
}

a {
  color: hsl(303, 91%, 48%);
  font-weight: inherit;
  transition: 0.2s color;
  -moz-transition: 0.2s color;
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  -ms-transition: 0.2s color;
  text-decoration: none;
  position: relative;
}

a:hover,
a:focus {
  color: #023833;
  text-decoration: none;
  outline: none;
}

.loading {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(2, 56, 51, 0.019);
  background-color: rgba(2, 56, 51, 0.016);
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 3s ease-in-out;
  border-radius: 5px;
}

.loading:before,
.loading:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-color: #023833;
  animation: motion 0.9s infinite ease;
  border-radius: 5px;
}

.loading:after {
  animation-delay: 1000ms;
}

@keyframes motion {
  0% {
    left: 0;
    width: 0;
  }
  20% {
    left: 20%;
    width: 60%;
  }
  40% {
    left: 30%;
    width: 20%;
  }
  60% {
    left: 60%;
    width: 10%;
  }
  80% {
    left: 70%;
    width: 30%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  margin: 7px 0;
}

blockquote {
  line-height: 1.2em;
  font-style: italic;
  margin: 20px 0;
  padding: 20px;
  text-align: justify;
  cursor: pointer;
}

table {
  margin: 0 !important;
  padding: 0 !important;
}

table thead tr th {
  cursor: pointer;
}

.grow-hover:hover,
.glow-hover:hover,
.hover-grow:hover,
.hover-glow:hover,
.grow,
.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.bip {
  -webkit-animation: flash 1s ease-in-out infinite alternate;
  -moz-animation: flash 1s ease-in-out infinite alternate;
  animation: flash 1s ease-in-out infinite alternate;
}

.ibip {
  -webkit-animation: fadeIn 1s ease-in-out infinite alternate;
  -moz-animation: fadeIn 1s ease-in-out infinite alternate;
  animation: fadeIn 1s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073;
  }

  to {
    text-shadow: 0 0 5px #fff, 0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6;
  }
}

.rose-color {
  color: #023833 !important;
}

.rose-bg {
  background-color: #023833 !important;
  color: #fff;
}

.hidden {
  display: none !important;
}

.rose-primary {
  background-color: #023833 !important;
  color: #fff;
}

.rose-text-primary {
  color: #023833 !important;
}

.rose-pale-primary {
  background-color: rgba(2, 56, 51, 0.8) !important;
  color: #fff;
}

.rose-hover-pale-primary:hover {
  background-color: rgba(2, 56, 51, 0.8) !important;
  color: #fff;
}

.rose-pale-text-primary {
  color: rgba(2, 56, 51, 0.8) !important;
}

.border-primary {
  border-color: #023833 !important;
}

figure {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.img-fluid,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-style: none;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  cursor: pointer;
}

.img-fluid:hover,
img:hover {
  opacity: 1;
}

svg:not(:root) {
  overflow: hidden;
}

@media (min-width: 768px) {
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .app-sidebar {
    left: -50px;
  }

  .app.sidenav-toggled .app-sidebar-overlay {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .app {
    overflow-x: hidden;
  }

  .app .app-sidebar {
    left: -230px;
  }

  .app .app-sidebar-overlay {
    visibility: hidden;
  }

  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .app-sidebar {
    left: 0;
  }

  .app.sidenav-toggled .app-sidebar-overlay {
    visibility: visible;
  }
}

textarea {
  scrollbar-width: thin;
}

.editable input {
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 34px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 3px;
  padding: 0 10px;
}

.editable input:focus {
  border: 2px solid #ff3c00;
}

.app-content {
  min-height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 50px;
  padding: 20px;
  background-color: #f6f8fb;
  -webkit-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  -ms-transition: margin-left 0.3s ease;
}

@media (min-width: 768px) {
  .app-content {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .app-content {
    margin-top: 50px;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .app-content {
    padding: 15px;
  }
}

@media print {
  .app-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}

.light-text {
  font-weight: 300 !important;
}

.semibold-text {
  font-weight: 600 !important;
}

.line-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.line-head .btn,
.line-head button,
.line-head span {
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.email {
  word-break: break-all;
  cursor: pointer;
  text-transform: lowercase;
  color: inherit;
}

.email a {
  color: inherit;
}

.fa-print,
.email a:hover {
  color: var(--orange);
}

.line-head .fa-print {
  float: right;
}

.app-header {
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #023833;
  z-index: 2012;
  padding: 5px 20px 5px 10px;
  border-bottom: 3px groove rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .app-header {
    padding: 0px 30px 0px 0px;
  }
}

@media print {
  .app-header {
    display: none;
  }
}

.app-header-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #fff;
  padding: 5px 10px;
  font-size: 25px;
  font-weight: 900;
  max-width: 230px;
  width: auto;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .app-header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: auto;
    background-color: inherit;
  }
}

.app-header-logo:focus,
.app-header-logo:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(0, 0, 0, 0.35);
}

.app-sidebar-toggle {
  padding: 0 10px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .app-sidebar-toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.app-sidebar-toggle:before {
  font-size: 21px;
}

.app-sidebar-toggle:focus,
.app-sidebar-toggle:hover {
  color: #fff;
  background-color: #023833;
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.app-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3px 0;
  list-style: none;
}

@media (min-width: 768px) {
  .app-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.app-nav-item {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin: 0 15px;
}

.app-nav-item a {
  color: #fff;
}

.app-nav-item a:hover {
  color: #fff;
  text-decoration: none;
}

.app-nav-item i {
  text-shadow: 0 0 1px #fff;
  font-size: 20px;
}

.app-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 15px;
  padding: 7px 0;
  overflow-x: hidden;
}

.app-search-input {
  min-width: 246px !important;
  font-size: 13px !important;
  outline: 0;
  border: none !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
}

.app-search .input-group-text {
  border: none;
}

.app-search-input:focus {
  border-color: transparent !important;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.app-search-button {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(2, 56, 51, 0.9);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0.9;
  border: none;
}

.app-search-button:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}

.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 57px;
  width: 230px;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #023833;
  -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
}

.app-sidebar::-webkit-scrollbar {
  width: 6px;
}

.app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

@media print {
  .app-sidebar {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .app-sidebar {
    overflow-y: hidden;
  }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
  .app-sidebar {
    overflow-y: auto;
  }
}

@media screen and (min-width: 200px) and (max-width: 568px) {
  .app-sidebar {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .app-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
}

.app-sidebar-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.app-sidebar-user-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.app-sidebar-user-name {
  font-size: 17px;
  line-height: 1.3;
}

.app-sidebar-user-name,
.app-sidebar-user-designation {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.app-menu {
  margin: 0 0 10px 0;
  padding: 0 0 60px 0;
  border-bottom-color: #ffffff;
  list-style: none;
}

.app-menu li a {
  font-weight: 500;
}

.app-menu li ul {
  position: relative;
  width: inherit;
  list-style: none;
  margin-left: -30px;
  background-color: rgba(233, 244, 255, 0.3);
  display: none;
}

.app-menu ul li i,
.app-menu li ul li i:last-child {
  width: auto;
}

.app-menu li ul li a {
  padding-left: 40px;
  font-size: 14px;
}

.app-menu-item .menu-open {
  display: block;
}

.app-menu-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid;
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  color: #fff;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}

.app-menu-item.active,
.app-menu-item:hover,
.app-menu-item:focus {
  background: #ff5e14;
  border-left-color: #023833;
  text-decoration: none;
  color: #fff;
}

.app-menu-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px; 
  font-size: 20px;
}

.app-menu-label {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.treeview.is-expanded [data-toggle="treeview"] {
  border-left-color: #023833;
  background: #ff5e14;
}

.treeview.is-expanded .treeview-menu {
  max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.treeview-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background: #2a383e;
}

.treeview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 1em;
  color: #fff;
}

.treeview-item.active,
.treeview-item:hover,
.treeview-item:focus {
  background: #ff5e14;
  text-decoration: none;
  color: #fff;
}

.treeview-item .icon {
  margin-right: 5px;
}

.treeview-indicator {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled .app-sidebar-user-name,
  .sidebar-mini.sidenav-toggled .app-sidebar-user-designation,
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar-user-avatar {
    width: 30px;
    height: 30px;
  }

  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 0px;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 1px;
    overflow: hidden;
  }

  .app-sidebar .content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    scrollbar-width: thin;
    padding: 0;
    margin: 0;
  }

  .app-sidebar .content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
    border: #023833 solid 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .app-sidebar .content::-webkit-scrollbar {
    width: 6px;
  }

  .app-sidebar .content .content {
    position: relative;
    height: auto;
    width: 100%;
  }

  .sample .content:hover,
  .app-sidebar .content:hover {
    overflow-y: auto;
  }

  .sidebar-mini.sidenav-toggled .app-menu-item {
    overflow: hidden;
  }

  .sidebar-mini.sidenav-toggled .app-menu-item:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu-item:hover .app-menu-label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .app-menu-item:hover + .treeview-menu {
    visibility: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu-label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    min-width: 180px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #ff5e14;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu-item {
    overflow: visible;
    background: #ff5e14;
    border-left-color: #023833;
    color: #fff;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu-label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .sidebar-mini.sidenav-toggled .treeview .app-menu-label {
    border-bottom-right-radius: 0;
  }

  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    min-width: 180px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease;
    -o-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
  }
}

.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-item .fa,
.dropdown-item .icon {
  margin: 0 5px;
  vertical-align: middle;
}

.btn span,
.btn icon,
.btn i,
.btn .fa {
  margin: 0 5px;
  vertical-align: middle;
}

.app-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 10px 10px 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.app-title a {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

.app-title div a:before {
  font-family: "icomoon";
  content: "\f104";
  padding: 0 7px 0 0;
  font-size: 17px;
}

.app-title h4 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #023833;
  text-transform: uppercase;
  font-size: 25px;
}

@media print {
  .app-title {
    display: none;
  }
}

@media (max-width: 480px) {
  .app-title {
    margin: -15px -15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.app-title h4 i {
  margin-right: 10px;
  font-size: 30px;
}

.app-title p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 480px) {
  .app-title p {
    display: none;
  }
}

.app-title input {
  width: 500px;
  font-size: 13px;
  height: 30px;
  padding: 3px 10px;
  display: block;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(100, 120, 98, 0.4);
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.app-title input:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(2, 56, 51, 0.9);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 0 5px rgba(2, 56, 51, 0.5);
}

.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

.app-breadcrumb .breadcrumb-item {
  cursor: pointer;
  opacity: 0.9;
}

.app-breadcrumb .breadcrumb-item.active {
  color: #ff5e14;
}

.app-breadcrumb .breadcrumb-item:hover {
  opacity: 1;
}

@media (max-width: 480px) {
  .app-breadcrumb {
    margin-top: 10px;
  }
}

.tile {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tile.small {
  padding: 0;
}

.tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0px;
}

.tile .overlay .l-text {
  font-size: 24px;
  margin-top: 15px;
}

.tile .tile-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.tile .tile-title-w-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.tile .tile-title-w-btn p {
  margin: 0;
}

.tile .tile-title-w-btn .title {
  margin: 0;
}

.tile .tile-title-w-btn .side {
  margin-bottom: 0;
  padding-left: 0;
}

.tile .tile-title-w-btn .btn-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tile .tile-header {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.inline-text {
  position: absolute;
  left: 10px;
  top: -10px;
}

.tile .tile-body {
  position: relative;
  padding: 0;
  margin: 0;
}

.tile .tile-footer {
  border-top: 1px solid #f0f0f0;
  background-color: #fefefe;
  padding: 15px;
  margin: 0;
  position: relative;
  overflow: hidden auto;
}

.tile-fixed {
  padding: 0;
}

.tile-fixed .tile-body img {
  padding: 3px;
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 3px double rgba(0, 0, 0, 0.1);
}

.tile-body .display {
  position: absolute;
  z-index: 1;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 100, 220, 0.75);
  top: 0;
  left: 0;
  overflow: hidden;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--black);
}

.tile-body .display:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

.tile-body .display span:first-child {
  padding-top: 30px;
}

.tile-body .display span:last-child {
  padding-bottom: 30px;
}

.tile-body .display span {
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
  width: 100%;
  padding: 5px;
}

.tile-body .display b {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  float: left;
}

.selftrill {
  position: relative;
}

.selftrill span {
  display: block;
  float: left;
  text-align: center;
  min-width: 50px;
  cursor: pointer;
  margin: 5px;
  padding: 0 0 10px 0;
  font-weight: 500;
  color: #7171a6;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.selftrill span.active,
.selftrill span:hover {
  border-bottom: 2px solid #ff9800;
  color: #ff9800;
}

/* Custom Checkbox and Radio Buttons */
.animated-checkbox {
  display: flex;
  align-items: center;
}

.animated-checkbox input[type="checkbox"] {
  display: none;
}

.animated-checkbox input[type="checkbox"] + .label-text {
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.animated-checkbox input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}

.animated-checkbox input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #023833;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

.animated-checkbox input[type="checkbox"]:disabled + .label-text {
  cursor: not-allowed !important;
}

.animated-checkbox input[type="checkbox"]:disabled + .label-text:before {
  content: "\f146";
  color: #ccc;
}

.animated-radio-button input[type="radio"] {
  display: none;
}

.animated-radio-button input[type="radio"] + .label-text {
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.animated-radio-button input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}

.animated-radio-button input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #023833;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

.animated-radio-button input[type="radio"]:disabled + .label-text {
  cursor: not-allowed !important;
}

.animated-radio-button input[type="radio"]:disabled + .label-text:before {
  content: "\f056";
  color: #ccc;
}

@-webkit-keyframes tick {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tick {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.toggle.lg input[type="checkbox"] + .button-indecator:before {
  font-size: 30px;
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle input[type="checkbox"] + .button-indecator {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle input[type="checkbox"] + .button-indecator:before {
  content: "\f096";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}

.toggle input[type="checkbox"]:checked + .button-indecator:before {
  content: "\f14a";
  color: #023833;
  -webkit-animation: toggleBtn 0.3s ease-in-out;
  animation: toggleBtn 0.3s ease-in-out;
}

.toggle input[type="checkbox"]:disabled + .button-indecator {
  cursor: not-allowed !important;
}

.toggle input[type="checkbox"]:disabled + .button-indecator:before {
  color: #ccc;
}

.toggle-flip input[type="checkbox"] {
  display: none;
}

.toggle-flip input[type="checkbox"] + .flip-indecator {
  position: relative;
  width: 60px;
  height: 30px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 90px;
  perspective: 90px;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:before,
.toggle-flip input[type="checkbox"] + .flip-indecator:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:before {
  content: attr(data-toggle-off);
  background-color: #ddd;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:after {
  content: attr(data-toggle-on);
  background-color: #023833;
  color: #fff;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.toggle-flip input[type="checkbox"]:checked + .flip-indecator:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.toggle-flip input[type="checkbox"]:disabled + .flip-indecator {
  cursor: not-allowed !important;
  color: #ccc;
}

@-webkit-keyframes toggleBtn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes toggleBtn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.material-half-bg {
  height: 100vh;
  background-color: #e7e7e7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.material-half-bg .cover {
  background-color: #023833;
  height: 50vh;
  background-attachment: fixed;
  background-image: url(../images/inner-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: rgba(2, 56, 51, 0.5) solid 2px;
}

.m-loader {
  position: relative;
  width: 40px;
}

.m-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m-circular {
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 1.5s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2020;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 143, 119, 0.2);
}

@media screen and (max-width: 568px) and (min-width: 200px) {
  .custom-modal .modal-content {
    width: 97%;
  }
}

@media screen and (max-width: 2000px) and (min-width: 568px) {
  .custom-modal .modal-content {
    width: 60%;
  }
}

.bg-fix {
  background-position: center center;
  height: 100%;
  position: relative;
  object-fit: cover;
  background-size: 100%;
  background-repeat: no-repeat;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #023833;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.btn-spinner {
  display: inline-block;
  z-index: 2000;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  -webkit-animation: bSpinner 0.8s linear infinite;
  animation: bSpinner 0.8s linear infinite;
}

@-webkit-keyframes bSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.widget-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(0, 0, 0, 0.1);
  border: rgba(0, 0, 0, 0.1) solid 2px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.widget-small:hover {
  opacity: 0.9;
}

.widget-small .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
  font-size: 2.5rem;
  text-shadow: 0 0 3px #fff;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.45);
}

.widget-small .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
  background-color: #fff;
  color: #000;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  border: rgba(0, 0, 0, 0.1) solid 1px;
}

.widget-small .info h5 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-small .info a {
  color: inherit;
}

.widget-small .info p {
  margin: 0;
  font-size: 15px;
}

.widget-small.primary {
  background-color: #023833;
}

.widget-small.primary.coloured-icon {
  background-color: #fff;
  color: #2a2a2a;
}

.widget-small.primary.coloured-icon .icon {
  background-color: #023833;
  color: #fff;
}

.widget-small.info {
  background-color: #17a2b8;
}

.widget-small.info.coloured-icon {
  background-color: #fff;
  color: #2a2a2a;
}

.widget-small.info.coloured-icon .icon {
  background-color: #17a2b8;
  color: #fff;
}

.widget-small.warning {
  background-color: #ffc107;
}

.widget-small.warning.coloured-icon {
  background-color: #fff;
  color: #2a2a2a;
}

.widget-small.warning.coloured-icon .icon {
  background-color: #ffc107;
  color: #fff;
}

.widget-small.danger {
  background-color: #dc3545;
}

.widget-small.danger.coloured-icon {
  background-color: #fff;
  color: #2a2a2a;
}

.widget-small.danger.coloured-icon .icon {
  background-color: #dc3545;
  color: #fff;
}

.messanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.messanger .messages {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  padding: 0 10px;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

.messanger .messages .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.messanger .messages .message.me {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.messanger .messages .message.me img {
  margin-right: 0;
  margin-left: 15px;
}

.messanger .messages .message.me .info {
  background-color: #023833;
  color: #fff;
}

.messanger .messages .message.me .info:before {
  display: none;
}

.messanger .messages .message.me .info:after {
  position: absolute;
  right: -13px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #023833 transparent transparent;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.messanger .messages .message img {
  border-radius: 50%;
  margin-right: 15px;
}

.messanger .messages .message .info {
  margin: 0;
  background-color: #ddd;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.messanger .messages .message .info:before {
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #ddd transparent transparent;
}

.messanger .sender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.messanger .sender input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #023833;
  outline: none;
  padding: 5px 10px;
}

.messanger .sender button {
  border-radius: 0;
}

.login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

.login-content .logo {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-content .logo h1 {
  font-size: 52px;
  font-weight: 400;
}

.login-logo {
  position: absolute;
  top: -70px;
  width: 120px;
  height: 120px;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0px 0px 100px rgba(2, 56, 51, 0.911);
  border-radius: 100%;
}

.login-logo:hover {
  opacity: 1;
}

.login-content .login-box {
  position: relative;
  min-width: 400px;
  min-height: 470px;
  background-color: #fff;
  -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(2, 56, 51, 0.3), 0px 29px 95px 0px rgba(2, 56, 51, 0.16);
  box-shadow: 0px 29px 147.5px 102.5px rgba(2, 56, 51, 0.3), 0px 29px 95px 0px rgba(2, 56, 51, 0.16);
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  border: rgba(2, 56, 51, 1) solid 2px;
}

.login-content .login-box .login-head {
  margin-top: -15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(2, 56, 51, 0.65);
  text-align: center;
}

.login-content .login-box label {
  color: #666;
  display: inline-block;
  width: 100%;
}

.login-content .login-box .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-content .login-box .utility span {
  font-weight: 600;
  cursor: pointer;
}

.login-content .login-box .utility span:hover {
  color: var(--primary);
}

.login-content .login-box .btn-container {
  margin-bottom: 0;
}

.login-content .login-box .login-form,
.login-content .login-box .forget-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.login-content .login-box .forget-form {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.login-content .login-box.flipped {
  min-height: 350px;
}

.login-content .login-box.flipped .login-form {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.login-content .login-box.flipped .forget-form {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

@media (max-width: 351px) {
  .login-content .login-box {
    min-width: 100%;
  }
  .login-content .login-box .login-form,
  .login-content .login-box .forget-form {
    width: 100%;
  }
}

.lockscreen-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

.lockscreen-content .logo {
  margin-bottom: 40px;
  color: #fff;
}

.lockscreen-content .logo h1 {
  font-size: 52px;
  font-weight: 400;
}

.lockscreen-content .lock-box {
  position: relative;
  min-width: 320px;
  padding: 20px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lockscreen-content .lock-box .user-image {
  border: 3px solid #fff;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

.lockscreen-content .lock-box .user-name {
  margin-bottom: 2px;
}

.lockscreen-content .lock-box label {
  color: #666;
  font-weight: 700;
}

.page-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 110px);
  margin-bottom: 0;
}

.page-error h1 {
  margin: 10px;
  color: #dc3545;
  font-size: 42px;
}

.folder-head {
  padding: 10px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd;
}

.mailbox-controls {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mailbox-controls .animated-checkbox .label-text:before {
  vertical-align: -7px !important;
}

.mail-nav > li > a {
  display: block;
  background-color: #fff;
  color: #2a2a2a;
  border-radius: 0;
  font-weight: 500;
}

.mailbox-messages table tr td {
  border: 0;
  padding: 5px;
}

.mailbox-messages .mail-subject {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px;
}

.user .profile {
  margin: -30px -30px 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user .profile .info {
  padding: 30px 60px;
  text-align: center;
  background-color: #fff;
  white-space: nowrap;
  background-color: #404040;
  color: #fff;
}

.user .profile .info img {
  border-radius: 50%;
  max-width: 110px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.user .profile .cover-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url(../images/inner-bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.user .user-tabs {
  margin-top: 20px;
}

.user .user-tabs .nav-link {
  border-left: 3px solid transparent;
  padding: 12px 15px;
  border-bottom: 0;
  font-size: 15px;
  border-radius: 0;
}

.user .user-tabs .nav-link.active {
  border-left-color: #023833;
  border-bottom: 0;
}

.user .user-tabs .nav-link:hover,
.user .user-tabs .nav-link:active {
  background-color: #eee !important;
  border-bottom: 0;
}

.user .tab-content {
  margin: 20px -10px -10px;
}

.user .timeline-post {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.user .timeline-post .post-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.user .timeline-post .post-media img {
  margin-right: 10px;
}

.user .timeline-post .post-media h5 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 15px;
}

.user .timeline-post .post-content {
  margin-bottom: 20px;
}

.user .timeline-post .post-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.user .timeline-post .post-utility .likes,
.user .timeline-post .post-utility .shares {
  margin-right: 10px;
}

.user .timeline-post .post-utility .likes a,
.user .timeline-post .post-utility .shares a {
  color: #555;
}

.user .timeline-post .post-utility .comments {
  color: #555;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.user .user-settings .line-head {
  font-size: 18px;
  margin-bottom: 30px;
  color: inherit;
}

.sector {
  position: relative;
  min-height: 100px;
  width: 100%;
}

/* Preloader */
#logoder {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  left: auto;
  top: -110px;
  width: 200px;
  height: 200px;
  cursor: wait;
  border-radius: 100%;
  z-index: 100;
  background: transparent;
  padding: 0;
}

.logoder {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

#loder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

#loder i {
  font-size: 70px;
  color: #023833;
  font-weight: 500;
}

.loder {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 60px;
  animation: loder 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 6px solid rgba(2, 56, 51, 0.4);
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 6px solid rgba(2, 56, 51, 0.6);
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 6px solid rgba(2, 56, 51, 0.9);
    border-left-color: transparent;
  }
}

#preloader,
.please-wait {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 3000;
  background-color: #ffffff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/load-1.gif");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.preloader {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 3000;
  background-color: #ffffff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/load-1.gif");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.searching {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 500px;
  width: 100%;
  z-index: 3000;
  background-color: #ffffff;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/searching.gif");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.print-head {
  display: none;
  height: auto;
  position: relative;
  text-align: center;
  background: #fff;
}

.print-head p {
  color: var(--black);
}

.print-head h1,
.print-head h2,
.print-head h3,
.print-head h5,
.print-head h4,
.print-head h6 {
  color: var(--primary);
  font-weight: 500;
}

.print-head small {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--bootim-color);
  font-weight: 400;
}

.hide-for-print {
  display: none;
}

.selected {
    border: 3px solid rgba(0, 117, 106, 0.9);
    box-shadow: 0 0 10px rgba(0, 117, 106, 0.9);
}

.selected:hover {
    box-shadow: 0 0 0 0.25rem rgba(0, 117, 106, 0.9);
    transition: border ease-in-out 1s;
}

@media print {
  .print {
    display: block !important;
  }
  .line-head .right,
  .tile-header .btn,
  .line-head .btn,
  .line-head button,
  .line-head span,
  .line-head i,
  .line-head small,
  .movable,
  .closable,
  .app-window,
  .inner-window,
  .pagination,
  input,
  select,
  textarea,
  .fa,
  .fab,
  .fas,
  .far,
  .breadcrumb-nav,
  .tile-footer,
  .no-print,
  .dropdown,
  .app-title {
    display: none !important;
  }

  a {
    text-decoration: none !important;
    color: var(--primary);
  }

  .print-head {
    display: block;
  }
  
  .card,.tile, .print-head .tile {
    border: none;
    box-shadow: none;
  }
  
  body,
  .app-content,
  .card-header,
  .tile-header {
    background: #fff !important;
  }

  .print-head > div {
    border-bottom: 7px groove #ccc;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

  .hide-for-print {
    display: block;
  }

  .tile-header,
  .line-head {
    border: none;
    padding: 13px 0;
    text-transform: uppercase;
  }
}

.small {
  font-size: 11px;
  font-weight: 500;
  color: #777;
  padding: 2px 0;
}

.required b {
  margin-left: 10px;
}

.auto-board {
  min-height: 400px;
}
/* jQuery UI - v1.12.1 - 2016-09-14

Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 1em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.1rem;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 1px;
  background: #fff;
}

.ui-datepicker .ui-datepicker-next {
  right: 1px;
  background: #fff;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: -8px 0 0 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  background-color: transparent;
  border-top: 3px double rgba(255, 255, 255, 0.1);
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 0.375rem 1rem;
  line-height: 1.5;
  background: transparent url("../images/down-arrow-alt.png") no-repeat right 0.75rem center;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: 0 solid #D8D6DE;
}

.ui-datepicker .ui-datepicker-title select:focus {
  color: #0b1c39;
  font-weight: 600;
  background-color: #fff;
}

.ui-datepicker select.ui-datepicker-month {
  text-align: left;
  width: 50%;
  padding-left: 30px;
  border-right: 3px double rgba(255, 255, 255, 0.1);
}

.ui-datepicker select.ui-datepicker-year {
  text-align: left;
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker thead tr {
  border-top: 3px double rgba(255, 255, 255, 0.1);
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 500;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.ui-datepicker th:hover {
  opacity: 0.9;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  position: relative;
  display: block;
  margin-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -8px;
  top: 0px;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #3c3f45;
  color: #9ea0a9;
  background: #3c3f45;
  padding: 10px 15px 10px 30px;
  transition: all 500ms ease;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 5px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  font-size: 12px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: inherit;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
  font-size: 1em;
}

.ui-widget-content {
  background: #023833;
  color: #333;
  transition: all 500ms ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), inset 0 0 170px rgba(0, 0, 0, 0.4);
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 10px;
  margin: 0;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: none;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border-radius: none;
}

.ui-widget-header a {
  color: #ff5e14;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #023833;
  font-weight: normal;
  color: #ffffff;
  box-shadow: none;
  text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: normal;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #989898;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #3c3f45;
  background: #3c3f45;
  font-weight: normal;
  color: #9ea0a9;
}

.select-box .ui-widget-header .ui-state-active,
.select-box a.ui-button:active,
.select-box .ui-button:active,
.select-box .ui-button.ui-state-active:hover,
.select-box .ui-button:focus {
  border: 1px solid #cda274;
  background: #ffffff;
  font-weight: normal;
  color: #9b9fa6;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #ff5e14;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: transparent;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #023833;
  color: #ffffff;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 18px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_888888_256x240.png");
}

.ui-icon {
  background-image: url(../images/ui-icons_888888_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px 5px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.section-display {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: row;
  top: 0;
  left: 0;
}

.section-display .ds-header {
  background: var(--primary);
  color: var(--white);
  width: 30%;
  text-align: center;
  padding: 10px;
  border: 3px double rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 100px 100px;
  border-bottom-right-radius: 100px 100px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .message-sacket-menu,
  .notification-sacket-menu,
  .section-display {
    display: none;
  }
}

.closeup {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  color: inherit;
  font-weight: 600;
}

.closeup:hover {
  opacity: 0.9;
}

.client-box {
  position: fixed;
  right: 3px;
  bottom: 3px;
  height: 35%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.756);
  border: 0 0 20px rgba(0, 0, 0, 0.756);
  z-index: 20;
  padding: 0;
  cursor: default;
  display: inline-block;
  overflow: hidden;
}

.client-box header {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1756);
  font-weight: 600;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-overflow: hidden;
  text-transform: uppercase;
  z-index: 99;
}

.client-box header:hover {
  white-space: normal;
}

.client-box address {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.client-box address img {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 100%;
  margin: 5px 0;
}

.client-box .content {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 55%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1751);
}

.client-box .content span {
  width: 100%;
  display: inline-block;
  padding: 5px 3px;
  margin: 0;
}

.board {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.board .board-header {
  position: relative;
  padding: 10px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #023833;
  color: #fff;
  cursor: move;
}

.board .board-header i {
  float: right;
  position: absolute;
  right: 20px;
  top: 15px;
}

.board .body {
  background-color: transparent;
  padding: 10px;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
}

.board .body div div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
}

.board .body div div i {
  font-size: 40px;
  color: rgba(0, 16, 40, 0.65);
  opacity: 0.9;
}

.board .body div div img {
  width: 50px;
  height: 50px;
  opacity: 0.9;
}

.board .body div div img:hover,
.board .body div div i:hover {
  opacity: 1;
}

.board .body div div a,
.board .body div div span {
  color: #2191f3;
  padding: 10px;
  white-space: normal;
  width: 70%;
  cursor: pointer;
  opacity: 0.9;
  font-size: 1rem;
  line-height: 1.3rem;
}

.board .body div div a:hover,
.board .body div div span:hover {
  opacity: 1;
}

.board .body .body-items {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  padding: 0px 0px 5px 0px;
}

.board .body .body-items label {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board .body .body-items span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board .body .body-items:last-child {
  border: none;
}

.board .body .body-items select {
  height: 30px;
  padding: 1px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-transform: capitalize;
}

.board .body .body-items select:focus {
  border-color: rgba(0, 0, 0, 0.1);
}

.side-board .board {
  border-radius: 0;
}

.side-board .board .board-header {
  border-radius: 0;
}

.help-board {
  position: fixed;
  bottom: 0;
  height: 100%;
  background: var(--primary);
  color: #fff;
  padding: 0;
  margin: 0;
  z-index: 2060;
  border: 1px solid var(--primary);
  min-width: 250px;
  right: -250px;
}

.help-board.toggled {
  animation-name: slideInRight;
  animation-duration: 1000ms;
  right: 0;
}

.help-board header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.help-board .body {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 10%;
  bottom: 10%;
  padding: 10px;
  margin: 0;
  overflow: hidden;
  scrollbar-width: thin;
}

.help-board .body:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

.help-board .body p {
  line-height: 28px;
  text-align: justify;
}

.help-board footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.help-board .xon {
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 20px;
  width: 20px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.7;
}

.help-board .xon:hover {
  opacity: 1;
}

.tile-body ol {
  padding: 0 0 0 40px;
  line-height: 2em;
}

.tile-body ol li {
  color: rgba(0, 0, 0, 0.7);
}

.user {
  color: #2191f3 !important;
  text-transform: capitalise !important;
  cursor: pointer !important;
}

.user:hover {
  color: #ff5e14 !important;
  text-decoration: underline !important;
}

.b-post {
  position: relative;
  max-height: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.b-post .b-post-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.b-post .b-post-header .b-poster-img {
  padding: 0 20px 0 10px;
}

.b-post .b-post-header .b-poster-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #a70000;
  padding: 3px;
}

.b-post .b-post-header .b-poster-name {
  display: flex;
  flex-direction: column;
}

.b-post .b-post-header .b-poster-name name {
  font-weight: 600;
  width: 100%;
}

.b-post .b-post-header .b-poster-name date {
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  font-size: 12px;
}

.b-post .b-post-header .b-poster-actions {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
}

.b-post .b-post-media {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.1);
  object-fit: cover;
  padding: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.b-post .b-post-media img {
  position: relative;
  object-fit: cover;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.b-post-media .owl-prev,
.b-post-media .owl-next {
  border-radius: 100%;
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
  z-index: 10;
  top: 50%;
  margin-top: -28px;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
  animation-delay: 600ms;
  animation-name: zoom;
  animation-duration: 1000ms;
}

.b-post-media:hover .owl-next,
.b-post-media:hover .owl-prev {
  display: block;
}

.b-post-media .owl-prev {
  right: auto;
  left: 0;
}

.b-post-media .owl-next {
  left: auto;
  right: 0;
}

.b-post-media .owl-prev:hover,
.b-post-media .owl-next:hover {
  color: #a70000 !important;
  opacity: 1;
}

.b-post-controls {
  position: relative;
  height: 50px;
  background-color: #fff;
  padding: 0 10px;
  margin: 10px 0;
}

.b-post .b-post-controls .b-post-icons {
  padding: 5px 0;
}

.b-post .b-post-controls .b-post-icons i {
  margin: 0 10px;
  font-size: 20px;
}

.b-post .b-post-description .b-post-content {
  overflow: hidden;
  max-height: 201px;
  font-weight: 400 !important;
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 26px;
  position: relative;
}

.b-post .b-post-description .b-post-content .read-more {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 165px;
  background: #fff;
  padding: 3px 20px;
  color: #2191f3;
  font-size: 13px;
  cursor: pointer;
  display: none;
}

.b-post .b-post-description .b-post-content .read-more:hover {
  color: #a70000;
  text-decoration: underline;
}

.b-post .b-post-description .b-post-comments {
  padding: 10px;
}

.b-post .b-post-description .b-post-comments .comments-view {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.b-post .b-post-description .b-post-comments .sample-comments {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}

.b-post .b-post-description .b-post-comments .sample-comments .single-comment {
  position: relative;
  width: 100%;
  padding: 5px 0;
}

.b-post .b-post-footer {
  position: relative;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.b-post .b-post-footer .comment-field {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
  left: 0;
  top: 0;
  padding: 10px 20px;
  margin: 0;
  font-size: 13px;
}

.b-post .b-post-footer .comment-form button {
  background: #fff;
  border: none;
  color: #2191f3;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 99;
  cursor: pointer;
}

.media {
  display: flex;
  flex-direction: column;
  position: relative;
}

.media header {
  width: 100%;
  padding: 0 0 10px 0;
}

.media header small {
  float: right;
  color: #2191f3;
  font-weight: 600;
  cursor: pointer;
}

.media header small:hover {
  color: #006fbb;
}

.media content {
  height: 300px;
  width: 100%;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  vertical-align: bottom;
  opacity: 0.5;
}

.media content:hover {
  opacity: 1;
}

.media content img {
  width: 260px;
  height: auto;
  margin: 0 0 20px 0;
}

.media content span {
  margin: 0 0 10px 0;
  padding: 3px 20px;
}

.media .dribble {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  -os-transition: all ease-in-out 500ms;
  line-height: 1rem;
  background-color: #fff;
  cursor: pointer;
}

.media .media-block figure {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5px;
  border-radius: 5px;
}

.media .media-block figure .block-show,
.media .media-block figure .block {
  position: absolute;
  height: 100%;
  width: 98%;
  z-index: 90;
  background-color: transparent;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
}

.media .media-block figure .block:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.media .media-block figure img {
  width: 100%;
  height: auto;
  position: relative;
  padding: 10px;
}

.media .media-block .upload-box {
  margin: 5px;
  width: 150px;
  height: 150px;
  position: relative;
  float: left;
  border: 2px dashed rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  -os-transition: all ease-in-out 500ms;
  line-height: 1rem;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media .media-block .upload-box:hover {
  background-color: rgba(0, 0, 0, 0.01);
  border: 2px dashed rgba(2, 56, 51, 0.2);
}

.media .media-block .upload-box small {
  font-size: 13px;
  width: 100%;
  position: relative;
}

.media .media-block .upload-box span {
  color: #2191f3;
  padding: 10px 0;
}

.bg-fix {
  background-position: center center;
  height: 100%;
  position: relative;
  object-fit: cover;
  background-size: 100%;
  background-repeat: no-repeat;
}

.request-window {
  position: fixed;
  z-index: 2013;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 120, 255, 0.1);
  bottom: 0;
  right: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 120, 255, 0.1);
  background-color: rgba(0, 120, 255, 0.3);
}

.request-window .request-counter {
  position: absolute;
  z-index: 1;
  width: 47.5px;
  height: 47.5px;
  border: 1px solid rgba(0, 120, 255, 0.1);
  top: 110px;
  left: 50px;
  box-shadow: 0 0 0 0.1rem rgba(0, 120, 255, 0.1);
  background-color: rgba(0, 120, 255, 0.5);
  border-radius: 100%;
  color: #ff3c00;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.request-window .window-mirror {
  position: fixed;
  z-index: 2013;
  width: 400px;
  min-height: 40%;
  max-height: 80%;
  border: 1px solid rgba(0, 120, 255, 0.1);
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 0 0.1rem rgba(255, 20, 25, 0.91);
  background-color: #fefefe;
  color: #555;
}

.request-window header {
  background-color: rgba(15, 90, 121, 0.9);
  color: #fff;
  padding: 10px;
  margin: 0;
  z-index: 99;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  cursor: move;
}

.request-window header .dropdown {
  position: absolute;
  right: 15px;
  top: 15px;
}

.request-window header .dropdown .dropdown-menu {
  right: 20px;
}

.request-window header .dropdown .dropdown-menu li {
  color: #666;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.request-window header .dropdown .dropdown-menu li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.001);
}

.request-window header .dropdown .dropdown-menu li:hover {
  background-color: rgba(15, 90, 121, 0.9);
  color: #fff;
  border-color: rgba(15, 90, 121, 0.9);
}

.request-window footer {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0;
  z-index: 99;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.request-window footer span {
  padding: 3px 10px;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  width: auto;
  min-width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  user-select: none;
  -moz-user-select: none;
  text-transform: capitalize;
  font-size: inherit;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  white-space: nowrap;
  overflow: hidden;
}

.request-window footer span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  border-radius: 1px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  color: #fff;
}

.request-window footer span:hover::before {
  transform: scaleX(1);
  z-index: -1;
}

.selection-box,
.suggestion-box {
  position: absolute;
  z-index: 99;
  width: 100%;
  border: 1px solid #023833;
  padding: 1px 0;
  margin: 0;
  left: 0;
  top: 100%;
  border-radius: 3px;
  animation-name: fade;
  animation-duration: 600ms;
  transition: all ease-in-out 300ms;
  max-height: 300px;
  overflow: hidden auto;
  scrollbar-width: thin;
  outline: 0;
  color: #71748d;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, 0.75);
}

.search-box {
  background-color: #fefefe;
  background-image: url(../images/search.gif);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.search-box.no-match {
  background-size: 200px;
  background-position: center center;
  background-image: url(../images/search-no-match.gif);
}

.search-box span {
  padding: 40px 0;
  font-size: 20px;
  color: rgba(2, 56, 51, 0.2);
}

.selection-box ul,
.suggestion-box ul {
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5px;
}

.selection-box ul li,
.suggestion-box ul li {
  list-style: none;
  padding: 5px 10px;
  border: 1px solid #023833;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  transition: all ease-in-out 500ms;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.selection-box ul li:hover,
.suggestion-box ul li:hover {
  background: rgba(2, 56, 51, 0.0756);
  border-color: rgba(2, 56, 51, 0.4);
}

.save-board {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0;
  color: #454545;
  z-index: 2020;
  height: 3.375rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.save-board:hover {
  color: #fff;
  background: -webkit-linear-gradient(to right, #023833, #008090);
  background: linear-gradient(to right, #023833, #008090);
}

.save-board div {
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.save-board .board-logo {
  cursor: pointer;
  opacity: 0.9;
}

.save-board .board-logo:hover {
  opacity: 1;
}

.save-board .board-logo img {
  width: 50%;
}

.save-board .board-text i {
  width: 30px;
  color: inherit;
}

.save-board .board-btns span {
  color: #fff;
  text-transform: capitalize;
  user-select: none;
  -moz-user-select: none;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  transition: color 0.4s linear;
  z-index: 1;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
  width: auto;
  padding: 5px 30px;
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
}

.save-board .board-btns span:first-child {
  background: -webkit-linear-gradient(to right, #ff3c00, #ff5e14);
  background: linear-gradient(to right, #ff3c00, #ff5e14);
}

.save-board .board-btns span:last-child {
  background: -webkit-linear-gradient(to right, #008090, #023833);
  background: linear-gradient(to right, #008090, #023833);
}

.save-board .board-btns span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}

.save-board .board-btns span:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

.rich-btn {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0.9;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms;
  display: flex;
  min-width: 200px;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  color: #023833;
  font-style: italic;
}

.rich-btn:hover {
  opacity: 1;
  background-color: #fff;
  border-color: #023833;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.display-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  text-align: center;
  padding: 0;
  position: relative;
  min-height: calc(100vh - 50px);
}

.display-box .display-pic {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}

.display-box .display-pic img {
  border-radius: 100%;
  cursor: pointer;
}

.display-box .display-header {
  padding: 0 10px 0 10px;
  position: relative;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
}

.display-box .display-content {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}

.display-box .display-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 4px 20px 50px 20px;
}

@media screen and (max-width: 568px) and (min-width: 200px) {
  .display-box .display-header {
    padding: 10px;
    font-size: 16px;
  }

  .display-box .display-footer {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 30px;
  }

  .display-box .display-content {
    padding: 10px;
    font-size: 13px;
  }
}

.autocrumb {
  width: 100%;
  display: table;
  position: relative;
  background: inherit;
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.autocrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autocrumb ul li {
  float: left;
  padding: 10px 0;
  margin: 0;
}

.autocrumb ul li a {
  border: 1px solid transparent;
  padding: 0 0 10px 0;
}

.autocrumb ul li a.active {
  border-bottom-color: #023833;
}

.custom-units {
  position: absolute;
  border: none;
  right: 5px;
  top: 0;
  z-index: 9;
  width: 70px !important;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-units:focus {
  box-shadow: none !important;
}

table.input {
  min-width: 130px;
}

table img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  opacity: 0.9;
}

table img:hover {
  opacity: 1;
}

div input.options {
  position: absolute;
  right: 10px;
  top: 0;
}

div span.option {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  float: left;
  background-color: var(--primary);
  color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  margin: 2px;
  padding: 1px 20px 1px 5px;
  z-index: 1;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  align-self: center;
}

div span.option i {
  cursor: pointer;
  opacity: 0.5;
  padding: 3px;
  right: 7px;
  position: absolute;
  width: 10px;
  font-size: 12px;
}

div span.option i:hover {
  opacity: 1;
}

.currency.input {
  position: absolute;
  z-index: 99;
  left: 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  top: 20px;
  text-transform: uppercase;
}

.bootim-settings .tile-section {
  position: relative;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.02);
  width: 100%;
  display: table;
  padding: 10px 20px;
  margin: 10px 0;
  background-color: rgba(0, 20, 100, 0.03);
  border-radius: 5px;
  cursor: pointer;
}

.bootim-settings .tile-section:hover {
  background-color: rgba(0, 20, 100, 0.1);
}

.bootim-settings .settings-icon {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 12%;
  position: relative;
  float: left;
  background-color: rgba(0, 20, 100, 0.1);
  z-index: 1;
}

.bootim-settings .settings-icon svg {
  width: 25px;
  height: 25px;
}

.bootim-settings .settings-icon:hover {
  background-color: rgba(0, 20, 100, 0.5);
}

.bootim-settings .settings-header {
  position: relative;
  float: right;
  width: 86%;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 60px;
  vertical-align: middle;
}

.bootim-settings .tile-section header {
  color: #2191f3;
  font-size: 20px;
}

.bootim-settings .tile-section small {
  color: rgba(0, 20, 110, 0.75);
  font-size: 14px;
}

@media screen and (max-width: 568px) and (min-width: 200px) {
  .bootim-settings .settings-header {
    padding: 10px;
  }
  .bootim-settings .tile-section small {
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .bootim-settings .settings-icon {
    width: 20%;
  }

  .bootim-settings .settings-header {
    width: 79%;
  }
}

@media screen and (max-width: 900px) and (min-width: 568px) {
  .bootim-settings .settings-header {
    padding: 10px;
  }
  .bootim-settings .tile-section small {
    font-size: 11px;
  }
  .bootim-settings .settings-icon {
    width: 13%;
  }

  .bootim-settings .settings-header {
    width: 86%;
  }
}

@media screen and (min-width: 900px) {
  .bootim-settings .settings-header {
    padding: 10px;
  }
  .bootim-settings .tile-section small {
    font-size: 11px;
  }
  .bootim-settings .settings-icon {
    width: 12%;
  }

  .bootim-settings .settings-header {
    width: 88%;
  }
}

.trial-block {
  padding: 20px;
  margin: 0;
  border-radius: 4px;
}

.rose-pale {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.collapse-group {
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.076);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
  opacity: 0.9;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms;
}

.collapse-group:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.collapse-group svg,
.collapse-group i {
  margin: 0 20px;
  font-size: 20px;
}

.collapse-group i,
.collapse-group span {
  color: rgba(0, 0, 0, 0.6);
}

.collapse-group.active {
  padding: 30px 20px;
  border-left: 3px solid var(--primary);
  border-right: 0px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.collapse-block {
  position: relative;
  width: 100%;
  padding: 20px;
  display: none;
}

.collapse-block.active {
  display: block;
}

label i {
  position: absolute;
  right: 20px;
  font-style: normal;
  color: #777;
}

.no-wrap {
  white-space: nowrap !important;
}

.no-wrap.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.no-wrap.clip {
  overflow: hidden;
  text-overflow: clip !important;
}

.out,
.strike,
.cross {
  text-decoration: line-through !important;
}

.unbold {
  font-weight: 400 !important;
}

.o-auto {
  overflow: auto !important;
}

/*-----------------------
2.14 Pagination
-------------------------*/

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0px;
  margin-right: 5px;
  line-height: 1.25;
  color: #71748d;
  background-color: #fff;
  border: 1px solid #e6e6f2;
  border-radius: 3px;
  line-height: 1;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #023833;
  border-color: #023833;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #023833;
  border-color: #023833;
}

.round {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 25px !important;
}

.rounder {
  border-radius: 50px !important;
}

.roundest {
  border-radius: 100px !important;
}

.hover-round,
.hover-round-alt {
  border: 2px solid #fff;
  padding: 2px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}

.hover-round:hover {
  border-radius: 100% !important;
}

.hover-round-alt:hover {
  border-radius: 5px !important;
}

.no-border {
  border: none !important;
}

.transparent {
  background: transparent !important;
}

.abs-right {
  position: absolute;
  right: 0;
  top: auto;
}

.abs-right-10 {
  position: absolute;
  right: 10px;
  top: auto;
}

.abs-right-20 {
  position: absolute;
  right: 20px;
  top: auto;
}

.abs-right-30 {
  position: absolute;
  right: 30px;
  top: auto;
}

.abs-right-40 {
  position: absolute;
  right: 40px;
  top: auto;
}

.abs-left {
  position: absolute;
  left: 0;
  top: auto;
}

.abs-left-10 {
  position: absolute;
  left: 10px;
  top: auto;
}

.abs-left-20 {
  position: absolute;
  left: 20px;
  top: auto;
}

.abs-left-30 {
  position: absolute;
  left: 30px;
  top: auto;
}

.abs-left-40 {
  position: absolute;
  left: 40px;
  top: auto;
}

.profile-picture,
.profile-image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  object-fit: cover;
}

.profile-picture:hover,
.profile-image:hover {
  border-radius: 5%;
}

.cp {
  cursor: pointer !important;
}

.ban,
.cb {
  cursor: not-allowed !important;
}

.rose-hover-underline,
.hover-underline {
  transition: all ease-in-out 1000ms;
  -webkit-transition: all ease-in-out 1000ms;
  -ms-transition: all ease-in-out 1000ms;
}

.rose-hover-underline:hover,
.hover-underline:hover {
  transition: all ease-in-out 1000ms;
  -webkit-transition: all ease-in-out 1000ms;
  -ms-transition: all ease-in-out 1000ms;
  text-decoration: underline;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.login-card {
  background-color: rgba(36, 105, 92, 0.1);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 12px;
  position: relative;
}

.login-form {
  padding: 30px;
  width: 450px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #e6edef;
  border-radius: 10px;
}

.login-form h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 20px;
  line-height: 0;
  font-size: 25px;
  color: #555;
}

.login-form h6 {
  font-size: 16px;
  color: #999;
}

.login-form .btn {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  display: block;
}

.login-form p {
  font-weight: 600;
  text-align: center;
  margin-bottom: unset;
}

.login-form .form-group {
  position: relative;
}

.login-form .form-group label {
  font-weight: 500;
  text-transform: normal;
  margin-bottom: 5px;
}

.login-form .form-group .input-group-text {
  background-color: rgba(2, 56, 51, 0.1);
  color: #023833;
  font-size: inherit;
}

.login-form .form-group input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
}

.login-form .form-group .form-control::-webkit-input-placeholder {
  font-weight: 500;
}

.login-form .form-group .form-control::-moz-placeholder {
  font-weight: 500;
}

.login-form .form-group .form-control:-ms-input-placeholder {
  font-weight: 500;
}

.login-form .form-group .form-control::-ms-input-placeholder {
  font-weight: 500;
}

.login-form .form-group .form-control::placeholder {
  font-weight: 500;
}

.login-form .form-group .form-control:focus {
  -webkit-box-shadow:  0 0 0 0.2rem rgba(2, 56, 51, 0.075);
  box-shadow: 0 0 0 0.2rem rgba(2, 56, 51, 0.075);
  border-color: #023833;
}

.login-form .form-group .checkbox {
  display: inline-block;
}

.login-form .form-group .checkbox label {
  padding-top: 0;
  margin-top: 0;
  color: #999;
}

.login-form .form-group .checkbox label span {
  color: rgba(2, 56, 51, 0.5);
}

.login-form .form-group .link {
  float: right;
  font-weight: 500;
}

.login-form .form-group .small-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form .form-group .small-group .input-group:nth-child(n + 2) {
  margin-left: 10px;
}

.login-form ul.login-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-form ul.login-social li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(36, 105, 92, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}
.login-form ul.login-social li a {
  line-height: 1;
}
.login-form ul.login-social li a svg {
  width: 16px;
  height: auto;
}
.login-form ul.login-social li:nth-child(n + 2) {
  margin-left: 10px;
}
.login-form .login-social-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.login-form .login-social-title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
  z-index: -1;
}
.login-form .login-social-title h5 {
  font-weight: 600;
  font-size: 16px;
  color: #999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .login-form .form-group .link {
    float: unset;
  }
  .login-form .btn {
    margin-left: unset;
  }
}

@media (max-width: 480px) {
  .login-form {
    width: 100%;
  }
}

.theme-form .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 56, 51, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(2, 56, 51, 0.05);
}

.theme-form.sm-form .form-group {
  margin-bottom: 14px;
}

.theme-form .form-group {
  margin-bottom: 20px;
}

.theme-form .form-group textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.theme-form .form-group input[type="text"],
.theme-form .form-group input[type="email"],
.theme-form .form-group input[type="search"],
.theme-form .form-group input[type="password"],
.theme-form .form-group input[type="number"],
.theme-form .form-group input[type="tel"],
.theme-form .form-group input[type="date"],
.theme-form .form-group input[type="datetime-local"],
.theme-form .form-group input[type="time"],
.theme-form .form-group input[type="datetime-local"],
.theme-form .form-group input[type="month"],
.theme-form .form-group input[type="week"],
.theme-form .form-group input[type="url"],
.theme-form .form-group input[type="file"],
.theme-form .form-group select {
  font-size: 16px;
}

.theme-form .form-group input[type="text"]::-webkit-input-placeholder,
.theme-form .form-group input[type="email"]::-webkit-input-placeholder,
.theme-form .form-group input[type="search"]::-webkit-input-placeholder,
.theme-form .form-group input[type="password"]::-webkit-input-placeholder,
.theme-form .form-group input[type="number"]::-webkit-input-placeholder,
.theme-form .form-group input[type="tel"]::-webkit-input-placeholder,
.theme-form .form-group input[type="date"]::-webkit-input-placeholder,
.theme-form .form-group input[type="datetime-local"]::-webkit-input-placeholder,
.theme-form .form-group input[type="time"]::-webkit-input-placeholder,
.theme-form .form-group input[type="datetime-local"]::-webkit-input-placeholder,
.theme-form .form-group input[type="month"]::-webkit-input-placeholder,
.theme-form .form-group input[type="week"]::-webkit-input-placeholder,
.theme-form .form-group input[type="url"]::-webkit-input-placeholder,
.theme-form .form-group input[type="file"]::-webkit-input-placeholder,
.theme-form .form-group select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}
.theme-form .form-group select.form-control:not([size]):not([multiple]) {
  font-size: 14px;
}

.theme-form .checkbox label {
  padding-left: 10px;
}

.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}

.theme-form .form-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  content: "Or Signup With";
  color: #2b2b2b;
  background: #fff;
}

.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}

.theme-form .login-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  color: #2b2b2b;
  background: #fff;
  content: "Or Login With";
}

.theme-form .btn-fb {
  background-color: #50598e;
  color: #fff;
  width: 100%;
}

.theme-form .btn-twitter {
  background-color: #6fa2d8;
  color: #fff;
  width: 100%;
}

.theme-form .btn-google {
  background-color: #c64e40;
  color: #fff;
  width: 100%;
}

.login-footer {
  text-align: center;
  position: relative;
  bottom: 0;
  padding-top: 70px;
  z-index: 1;
}

.login-footer p {
  text-align: center;
  font-size: 13px;
}

.login-footer p a {
  text-decoration: underline;
  font-weight: 600;
}

.login-footer p a:hover {
  color: orange;
}

[logo-btn] {
  position: absolute;
  top: 5%;
  left: 10px;
  width: 70px;
  cursor: pointer;
}

[close-btn] {
  position: absolute;
  top: 4%;
  right: 30px;
  color: rgba(0, 0, 0, 0.46);
  cursor: pointer;
  font-size: 40px;
}

[close-btn]:hover {
  color: rgba(0, 0, 0, 0.7);
}

[help-btn] {
  position: absolute;
  bottom: 50px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding: 10px 20px !important;
}

[help-btn] i {
  margin-right: 5px;
  font-size: 25px;
}

.bs-btn {
  background: #04aa6d;
  color: #fff;
  padding: 13px 40px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 0 0.2rem rgba(0, 233, 106, 0.1);
  transition: all ease-in-out 0.1s;
}

.bs-btn:hover {
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 16, 0.5);
  background: orange;
}

.files-handler {
  width: 100%;
  padding: 10px;
  position: relative;
}

.files-handler .file-upload-cancel {
  position: absolute;
  right: -20px;
  top: 41%;
  color: #555;
  font-size: 20px;
}

.files-handler .file-name {
  font-weight: 600;
  padding: 10px 0;
  color: #000;
  font-size: 17px;
}

.files-handler .file-stats {
  font-weight: 600;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}

.doc-tree {
  padding: 20px 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.doc-tree li {
  padding: 10px;
  cursor: pointer;
  color: #111;
  font-weight: 600;
  opacity: 0.9;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
}

.doc-tree li.list-file {
  padding-left: 25px;
}
.doc-tree li.list-file:before {
  content: "";
  left: 0px;
  width: 20px;
  position: absolute;
  height: 1px;
  top: 23px;
  background: rgba(0, 0, 0, 0.4);
}

.doc-tree li:hover {
  opacity: 1;
}

.doc-tree li i,
.doc-tree li img {
  margin-right: 10px;
  font-size: 20px;
}

pagination {
  display: flex;
  align-items: center;
  justify-content: start;
}

pagination a {
  background-color: #fefefe;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.19);
  border-radius: 1px;
}

pagination a:first-child,
pagination a:last-child {
  width: 40px;
  background-color: #fcfcfc;
}

pagination a:hover,
pagination a.active {
  background-color: #023833;
  color: #fff !important;
}

pagination a.disabled i,
pagination a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn--cart,
.btn--wish,
.btn--donate,
.btn--primary,
.btn--primary-sm {
  padding: 0.375rem 2rem;
  background-color: #023833;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.25rem !important;
}

.btn--wish {
  background-color: #ff9800;
}

.btn--secondary,
.btn--secondary-sm,
.btn--secondary-sm-jd,
.editable-banner a {
  color: #023833;
  border: 1px solid #023833;
  background-color: transparent;
  text-align: center;
  top: 1px;
}

.btn--cart:hover,
.btn--wish:hover,
.btn--donate:hover,
.btn--primary:hover,
.btn--primary-sm:hover,
.btn--primary:active,
.btn--primary-sm:active,
.btn--primary:focus,
.btn--primary-sm:focus {
  -webkit-box-shadow: 0 9px 30.5px 1.5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 9px 30.5px 1.5px rgba(0, 0, 0, 0.35);
  color: #fff;
  border-color: #023833 !important;
}

.btn--cart:before,
.btn--wish:before,
.btn--donate:before,
.btn--primary:before,
.btn--primary-sm:before,
.btn--primary:after,
.btn--primary-sm:after {
  content: url("../images/arrow.svg");
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 52%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  max-width: 10px;
}

.btn--cart:before {
  content: "\f217";
  font-family: "icomoon";
  top: 45%;
}

.btn--wish:before {
  content: "\f004";
  font-family: "icomoon";
  top: 45%;
}

.btn--donate:before {
  content: "\f4b9";
  font-family: "Font Awesome 5 Free";
  top: 45%;
}

.btn--donate:after,
.btn--primary:after,
.btn--primary-sm:after {
  opacity: 0;
}

.btn--cart:hover:before,
.btn--wish:hover:before,
.btn--donate:hover:before,
.btn--primary:hover:before,
.btn--primary-sm:hover:before,
.btn--primary:active:before,
.btn--primary-sm:active:before,
.btn--primary:focus:before,
.btn--primary-sm:focus:before {
  -webkit-animation: arrow1 0.6s linear infinite;
  animation: arrow1 0.6s linear infinite;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.btn--donate:hover:after,
.btn--primary:hover:after,
.btn--primary-sm:hover:after,
.btn--primary:active:after,
.btn--primary-sm:active:after,
.btn--primary:focus:after,
.btn--primary-sm:focus:after {
  -webkit-animation: arrow2 0.6s linear infinite;
  animation: arrow2 0.6s linear infinite;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.btn--secondary:hover,
.btn--secondary-sm:hover,
.btn--secondary-sm-jd:hover,
.editable-banner a:hover {
  color: #18a369;
  border: 1px solid #18a369;
}

.btn--secondary-sm,
.btn--secondary-sm-jd,
.editable-banner a {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 43.2px;
  line-height: 2.4rem;
  height: auto;
  padding: 13px 20px;
}

.btn--outline-white {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  text-align: center;
  min-width: auto;
  background-color: transparent;
}

.btn--outline-white:hover,
.btn--outline-white:focus,
.btn--outline-white:active {
  color: #979ad3;
  border: 1px solid #979ad3;
}

.btn--download {
  max-width: 187px;
  width: 100%;
}

.btn--download:after {
  content: url("../images/download.svg");
  display: block;
  width: 17px;
  height: 18px;
  float: right;
}

.btn--secondary-sm-jd {
  text-decoration: none !important;
}

.btn--secondary-sm-jd:hover {
  color: #18a369 !important;
}

@-webkit-keyframes arrow1 {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(8px, -50%, 0);
    transform: translate3d(8px, -50%, 0);
    opacity: 0;
  }
}
@keyframes arrow1 {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(8px, -50%, 0);
    transform: translate3d(8px, -50%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-8px, -50%, 0);
    transform: translate3d(-8px, -50%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
}
@keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-8px, -50%, 0);
    transform: translate3d(-8px, -50%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
}

.prefooter {
  background-image: -webkit-gradient (linear, left top, left bottom, from(transparent), to(transparent)), url("../images/prefooter-bg.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/prefooter-bg.png");
  background-image: linear-gradient(transparent, transparent), url("../images/prefooter-bg.png");
  background-size: 1377px 520px;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
}

.prefooter .bg-white-shadow {
  top: calc(104px - 10px);
}

.bg-white-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 29px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 29px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.btn-browse {
  height: calc(1.5em + 0.75rem + 2px);
  border-top: 1px solid rgba(89, 45, 255, 0.1);
  border-right: 1px solid rgba(89, 45, 255, 0.1);
  border-bottom: 1px solid rgba(89, 45, 255, 0.1);
  border-left: 0px solid rgba(89, 45, 255, 0.1);
  background-color: #fff;
  display: block;
  width: 100%;
  color: #71748d;
  background-color: #fff;
  background-image: none;
  border-left: 0px solid #D8D6DE;
  border-top: 1px solid #D8D6DE;
  border-right: 1px solid #D8D6DE;
  border-bottom: 1px solid #D8D6DE;
  border-top-left-radius: 0px 0px;
  border-bottom-left-radius: 0px 0px;
  border-top-right-radius: 2px 2px;
  border-bottom-right-radius: 2px 2px;
}

.btn-browse:hover {
  background-color: rgba(0, 0, 0, 0.0456);
}

.connection-alert,
.rich-icon {
  position: fixed;
  bottom: 13px;
  right: 13px;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #023833;
  border-radius: 100%;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: transparent solid 1px;
  cursor: pointer;
  opacity: 0.2;
  z-index: 2059;
}

.rich-icon:focus,
.rich-icon:hover {
  opacity: 1;
  color: #fff;
}

.connection-alert:focus,
.connection-alert:hover {
  opacity: 1;
  color: yellow;
}

.connection-alert {
  bottom: 10px;
  left: 10px;
  opacity: 1;
  font-size: 30px;
  color: orange;
}

.video-poll {
  border: 3px double rgba(0, 120, 90, 0.1819);
  box-shadow: 0 0 5rem rgba(0, 120, 90, 0.0819);
  position: relative;
}

.video-poll img {
  opacity: 0.6;
}

.video-poll a.link {
  position: absolute;
  top: 40%;
  left: 43%;
  font-size: 70px;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  background: #96000e;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #96000e, 0 0 5px #96000e;
  box-shadow: 0 0 10px #96000e, 0 0 5px #96000e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace-inactive {
  display: none;
}

.feed-content-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2020;
  background-color: rgba(248, 249, 252);
  min-height: calc(100vh - 50px);
  margin-top: 50px;
  overflow: hidden;
  cursor: wait;
}

@media screen and (max-width: 768px) {
  .feed-content-container {
    margin-left: 0;
  }
}

@keyframes delay-overflow {
  from {
    overflow-y: auto !important;
  }
}

.content-loader {
  background: rgba(94, 103, 155, 0.1);
}

@keyframes loading-placeholder {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.move-loading {
  position: relative;
  overflow: hidden;
}

.move-loading::after {
  content: "";
  display: block;
  background: rgba(2, 56, 51, 0.19);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  animation: 1.5s loading-placeholder ease-in-out infinite;
}

.loading-ball {
  width: 100px;
  height: 100px;
  border-radius: 3px;
}

.feed-content-containerr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2022;
  background-color: rgba(248, 249, 252, 9);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@keyframes delay-overflow {
  from {
    overflow-y: auto !important;
  }
}

.content-loaderr {
  background: rgba(2, 56, 51, 0.1);
}

@keyframes loading-placeholder {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.loading-top,
.loading-menu,
.loading-product {
  height: 100%;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.loading-product::after {
  content: "";
  display: block;
  background: rgba(2, 56, 51, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  animation: 1.2s fadeIn ease-in-out infinite;
}

.loading-menu::after {
  content: "";
  display: block;
  background: rgba(2, 56, 51, 0.19);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  animation: 5s slideInLeft ease-in-out infinite;
}

.loading-top::after {
  content: "";
  display: block;
  background: rgba(2, 56, 51, 0.19);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  animation: 3s slideInRight ease-in-out infinite;
}

.img-fluid {
  position: relative;
}

.fixed-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: static;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.9;
}

.account-avatar {
  top: -50px;
}

.profile-image.dis {
  width: 50px;
  height: 50px;
  border: 5px solid transparent;
  border-radius: 100%;
  cursor: pointer;
}

.profile-image.active,
.profile-image.dis:focus,
.profile-image.dis:hover {
  border-color: rgba(2, 56, 51, 0.1);
}

.file-upload-block .file-block {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.file-upload-block .dropper-btn {
  position: relative;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  background-color: #00bb9a;
  color: white;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.9;
}

.file-upload-block .dropper-btn:hover {
  opacity: 1;
}

.file-upload-block .file-block img {
  width: 50%;
  margin: 0 0 30px 0;
}

.myTitleText {
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: poiter;
  opacity: 0.9;
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
}

.yourdocx-block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.yourdocx-block .yourdocx-header {
  position: relative;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  background-color: #526e7c;
  color: white;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  opacity: 0.9;
}

.doc {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
}

.doc .file-item {
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -ms-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
  position: relative;
  width: 100%;
  display: flex;
  margin: 10px 0;
  height: 4rem;
  align-items: center;
  background: #f0f0f8;
  border-radius: 5px;
  padding: 0 10px 0 0;
}

.doc .file-item .file-icon {
  position: absolute;
  left: 0;
  width: 50px;
  position: absolute;
}

.doc .file-item img {
  position: relative;
  width: 50px;
}

.doc .file-item .file-title {
  padding: 0 55px;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.doc .file-item:hover .file-title,
.doc .file-item .file-title:hover {
  text-decoration: underline;
  color: #794dce;
}

.doc .file-item .file-actions {
  width: 20px;
  position: absolute;
  right: 10px;
}

.cromo {
  background: #f6f8fb;
  height: 110%;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 250px;
  position: absolute;
  -ms-transform: rotate(50deg); /* IE 9 */
  -webkit-transform: rotate(50deg); /* Safari prior 9.0 */
  transform: rotate(40deg);
}

.big-circle {
  background: rgba(255, 94, 20, 0.1);
  height: 300px;
  width: 300px;
  border-radius: 100%;
  position: absolute;
  top: 30%;
  left: 0;
}

.pyramid {
  background: rgba(255, 94, 20, 0.1);
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: absolute;
  top: 60%;
  right: -100px;
}

.comic-circle {
  background: rgba(255, 94, 20, 0.1);
  height: 200px;
  width: 200px;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  right: -100px;
}

.app-show,
.accounts-menu {
  min-width: 200px;
  min-height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: none;
  padding: 0 20px;
  background-image: -webkit-linear-gradient(360deg, rgba(255, 255, 248) 40%, rgba(248, 255, 255) 60%);
  background-image: linear-gradient(360deg, rgba(255, 255, 248) 40%, rgba(248, 255, 255) 60%);
}

.app-show {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.app-show .b-app {
  width: 29.5%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  float: left;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  line-height: 2rem;
}

.app-show .b-app:hover {
  border-color: rgba(2, 56, 51, 0.1);
  background-color: rgba(2, 56, 51, 0.1);
}

.app-show .b-app span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.accounts-menu .section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
}

.section a {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section a i {
  margin: 0 7px;
}

.section.prof {
  padding: 20px 0;
}

.section.prof img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.19);
}

.section.prof .absolute-camera-launcher {
  position: absolute;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  bottom: 0px;
  right: -5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
}

.section.prof .profile-board {
  position: relative;
}

.section.prof .accounts-names {
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: 900;
}

.section.prof .accounts-mail {
  color: #888;
  font-size: 14px;
}

.section.prof a {
  text-align: center;
  margin: 15px 0 0 0;
  font-weight: 600 !important;
}

.section.ad a {
  color: #555;
}

.section.si {
  padding: 10px 0;
}

.section.si a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 20px;
  color: #555;
  border-radius: 5px;
}

.section.fu {
  flex-direction: row;
  justify-content: space-around;
}

.section.fu a {
  margin: 0 10px;
  white-space: nowrap;
  color: #555;
  font-size: 12px;
}

.profile-image-block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 1000;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0s;
}

.profile-image-block .profile-image-content {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  background-color: #f6f8fb;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-self: center;
  border: 1px solid rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.profile-image-block .profile-image-content .prifle-block-footer,
.profile-image-block .profile-image-content .prifle-block-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 20px;
}

.profile-image-block .profile-image-content .headers span {
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.profile-image-block .profile-image-content .headers span.active {
  border-color: rgba(2, 56, 51, 1);
}

.profile-image-block .profile-image-content .prifle-block-footer span.fade {
  opacity: 0.4;
  cursor: not-allowed;
}

.profile-image-block .prifle-block-body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.profile-image-block .prifle-block-body .headers {
  padding: 10px 10px 0 10px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.profile-image-block .prifle-block-body .headers span {
  padding: 0 0 5px 0;
  margin: 0 10px;
}

.profile-image-block .profile-image-content .upload-block,
.profile-image-block .profile-image-content .photo-collection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding: 50px 20px;
  position: relative;
  height: 300px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.profile-image-block .profile-image-content .photo-collection {
  display: inline-block;
  padding: 20px;
}

.media-block .img-box,
.profile-image-block .profile-image-content .photo-collection .img-box {
  width: 180px;
  height: 200px;
  float: left;
  margin: 10px;
  border-radius: 2px;
  border: 3px solid rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
  cursor: pointer;
  opacity: 0.9;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.media-block .img-box:hover,
.profile-image-block .profile-image-content .photo-collection .img-box:hover {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.19);
  transition: border ease-in-out 1s;
}

.media-block .img-box.selected,
.profile-image-block .profile-image-content .photo-collection .img-box.selected {
  border: 3px solid rgba(2, 56, 51, 0.9);
  box-shadow: 0 0 10px rgba(2, 56, 51, 0.9);
}

.media-block .img-box.selected:hover,
.profile-image-block .profile-image-content .photo-collection .img-box.selected:hover {
  box-shadow: 0 0 0 0.25rem rgba(2, 56, 51, 0.9);
  transition: border ease-in-out 1s;
}

.profile-image-block .profile-image-content .upload-block img {
  width: 100px;
}

/*============= cookie bot area =================*/

.cookie-bot {
  position: fixed;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2010;
  background-color: rgba(2, 56, 51, 0.9);
  bottom: 0;
  left: 0;
  color: #fff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  font-weight: 500;
}

.cookie-bot div {
  float: left;
}

.cookie-bot .cookie-content {
  width: 80%;
  padding: 0;
  margin: 0;
}

.cookie-bot .cookie-button {
  width: 60px;
  text-align: center;
  margin: 0;
  padding: 8px 0 0 0;
}

.confirm-alert {
  position: relative;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  width: 100%;
  backface-visibility: auto;
  background-color: rgba(22, 194, 120, 0.3);
  border: 3px double rgba(22, 194, 120, 0.3);
  border-radius: 5px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.confirm-alert i {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 25px;
}

/*--------------------
 Form
---------------------*/

label {
  margin: 10px 0;
}

.form-control {
 display:block;
 padding:.571rem 1rem;
 font-size:1rem;
 background-clip:padding-box;
 border:1px solid #D8D6DE;
 appearance:none;
 border-radius:.358rem;
 width: 100%;
 -webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.fdate2[readonly] {
  background: #fff;
}

select.form-control:focus,
.form-control:focus {
  color: #71748d;
  background-color: #fff;
  border-color: #023833;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, 0.75);
}

input[type="file"] {
  color: #71748d;
  background-color: #fff;
  outline: 0;
  display: block;
  width: 100%;
  background-image: none;
  border: 1px solid #D8D6DE;
  padding: 5px;
  border-radius: 2px;
  height: calc(1.5rem + 0.75rem + 2px);
}

input[type="file"]:focus {
  border-color: #023833;
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, 0.75);
}

.col-form-label {
  font-size: 15px;
}

button:focus {
  outline: 0;
}

select.form-control {
  color: #71748d;
  background-position: 96% 52%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/down-arrow.png);
  padding-right: 20px;
  border: 1px solid #D8D6DE;
  border-radius: 2px;
}

textarea.form-control {
  height: auto;
  color: #71748d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8D6DE;
  border-radius: 2px;
  padding: 12px 16px;
}

.form-group {
  position: relative;
}

.form-control-lg {
  padding: 12px;
}

.phone-code {
	border: none !important;
	box-shadow: none !important;
	background-image: none !important;
	border-radius: 20px;
}

/* Custom-Chekbox
-------------------------------------------------------------- */

.custom-control {
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input:checked ~ input[type="checkbox"] {
  background: #3d404e;
  border: #7f83a2 1px solid;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #023833;
  border-color: #023833;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #023833;
}

.custom-control-label::after {
  position: absolute;
  top: 5px;
  left: -25px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-label::before {
  position: absolute;
  top: 5px;
  left: -25px;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: 2px solid #D8D6DE;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #023833;
  border-color: #023833;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efeff6;
}

.custom-select-font-size {
  font-size: 14px;
}

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

.custom-valid.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
  border-color: #34ce57;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #ffdadd;
  border-color: #efa2a9;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #9295b0;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #c6ffd3;
  border: 2px solid #68df83;
}

.input-group {
  position: relative;
}

/*-----------------------
Borders
-------------------------*/

.border-top-primary {
  border-top-color: #023833 !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-secondary {
  border-color: #ff407b !important;
}

.border-brand {
  border-color: #ffc750 !important;
}

.border-info {
  border-color: #25d5f2 !important;
}

/*-----------------------
Social Color
-------------------------*/

.facebook-color {
  color: #3c73df;
}

.twitter-color {
  color: #1ea2f2;
}

.instagram-color {
  color: #9361fa;
}

.rss-color {
  color: #ee802f;
}

.pinterest-color {
  color: #c8232c;
}

.youtube-color {
  color: #ff0000;
}

.medium-color {
  color: #00ab6c;
}

.googleplus-color {
  color: #d34836;
}

.snapchat-color {
  color: #fffb00;
}

/*-----------------------
Social bg Color
-------------------------*/

.facebook-bgcolor {
  background-color: #3b5898;
  color: #fff;
}

.twitter-bgcolor {
  background-color: #1ea2f2;
  color: #fff;
}

.instagram-bgcolor {
  background-color: #9361fa;
  color: #fff;
}

.rss-bgcolor {
  background-color: #ee802f;
  color: #fff;
}

.pinterest-bgcolor {
  background-color: #c8232c;
  color: #fff;
}

.youtube-bgcolor {
  background-color: #ff0000;
  color: #fff;
}

.googleplus-bgcolor {
  background-color: #d34836;
  color: #fff;
}

/*-----------------------
Progress bar
-------------------------*/

.progress-bar {
  background-color: #023833;
}

.primary-progress-bar {
  background-color: #023833;
}

.progress-sm {
  height: 5px;
}

.progress-sm {
  height: 5px;
}

.progress-md {
  height: 8px;
}

.progress-lg {
  height: 12px;
}

.progress-xl {
  height: 15px;
}

.f-icon,
.if-icon,
.m-icon,
.sl-icon,
.t-icon,
.w-icon {
  cursor: pointer;
  padding: 13px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-icon {
  width: 33%;
  display: inline-block;
}

.f-icon:hover,
.if-icon:hover,
.m-icon:hover,
.sl-icon:hover,
.t-icon:hover,
.w-icon:hover {
  background-color: #f8f9fa;
}

.subsection-wrapper {
  padding: 10px;
  position: relative;
}

.subsection-wrapper .wrapper-text {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.47);
  cursor: pointer;
  opacity: 0.9;
  background-color: transparent;
  width: 100%;
}

.subsection-wrapper .wrapper-text:hover {
  opacity: 1;
  background-color: #fff;
}

.subsection-wrapper span {
  top: 21px;
}

.bootbox-body {
  line-height: 1.8em;
}

.bootbox .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.bootbox-close-button {
  font-size: 30px;
  font-weight: 500;
  background: transparent;
  line-height: 1rem;
}

.link {
  font-size: 12px;
  color: #007185;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.6;
  cursor: pointer;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.popover {
  border: 1px solid #e6edef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popover-header {
  background-color: rgba(2, 56, 51, 0.1);
  border-color: #e6edef;
  color: #023833;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.5em;
}

.popover-body {
  border-color: #e6edef;
  background-color: #fff;
}

.popover-main .btn-showcase a {
  color: #fff;
}

.popover-main .btn-showcase button:last-child {
  margin-right: 0;
}

/*-----------------------
Splash Container / Wrapper
-------------------------*/

.splash-container {
  width: 100%;
  max-width: 375px;
  padding: 15px;
  margin: auto;
}

.splash-container .card-header {
  padding: 20px;
}

.splash-description {
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.splash-title {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.splash-container .card-footer-item {
  padding: 12px 28px;
}

@keyframes spin-animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shots-related-goods-container {
  max-height: 700px;
  padding: 0 20px;
  overflow-x: scroll;
  background-color: #f6f8fc;
}
@media (min-width: 920px) {
  .shots-related-goods-container {
    padding: 0 120px;
  }
}
.good-loading-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 920px) {
  .good-loading-container {
    padding: 64px 80px 64px 0px;
  }
}
@media (min-width: 1200px) {
  .good-loading-container {
    padding-left: 80px;
  }
}
.good-loading-container .good-loading-description {
  margin-top: 40px;
}
.good-loading-container .good-loading-description .bar {
  margin-top: 8px;
}
.good-loading-container .good-loading-header {
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-left: 32px;
}
.good-loading-container .good-loading-header .good-loading-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  border-radius: 50%;
}
.good-loading-container .good-loading-header .good-loading-attributes {
  width: 100%;
  margin-left: 16px;
}
.good-loading-container .good-loading-header .good-loading-attributes .bar {
  margin-top: 8px;
}
.good-loading-container .good-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 920px) {
  .good-loading-container .good-loading {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.good-loading-container .good-loading .good-loading-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  max-width: 740px;
}
.good-loading-container .good-loading-widget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 250px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 34px 32px;
  border-radius: 8px;
}
@media (min-width: 920px) {
  .good-loading-container .good-loading-widget {
    -ms-flex: 0 0 364px;
    flex: 0 0 364px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 32px;
  }
}
.good-loading-container.legacy-styles .good-loading-details {
  max-width: 100%;
}
.good-loading-container.legacy-styles .good-loading-content {
  max-width: 1200px;
}
.good-loading-container.legacy-styles .good-loading-widget {
  height: 360px;
}
@media (min-width: 920px) {
  .good-loading-container.legacy-styles .good-loading-widget {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
  }
}
.shot-loading-template-container {
  position: relative;
  height: 100%;
  padding: 32px 16px;
}
@media (min-width: 920px) {
  .shot-loading-template-container {
    padding: 64px 120px;
  }
}
@media (min-width: 920px) {
  .shot-loading-template-container.has-sidebar {
    padding-right: 420px;
    padding-left: 40px;
  }
}
@media (min-width: 920px) {
  .shot-loading-template-container.has-sidebar .shot-sidebar-loading-container {
    display: block;
  }
}
@media (min-width: 920px) {
  .shot-loading-template-container .shot-heading-loading,
  .shot-loading-template-container .shot-header-loading-container,
  .shot-loading-template-container .shot-description-loading-container {
    max-width: 768px;
    margin: 0 auto;
  }
}
.shot-loading-template-container .mobile-actions-loading-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 920px) {
  .shot-loading-template-container .mobile-actions-loading-container {
    display: none;
  }
}
.shot-loading-template-container .shot-heading-loading {
  width: 50%;
  height: 28px;
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .shot-loading-template-container .shot-heading-loading {
    display: none;
  }
}
.shot-loading-template-container .shot-header-loading-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.shot-loading-template-container .shot-attributes-loading-container {
  width: 100%;
  margin-left: 16px;
}
.shot-loading-template-container .shot-attributes-loading-container .bar:not(:first-child) {
  margin-top: 8px;
}
.shot-loading-template-container .shot-description-loading-container {
  margin-top: 56px;
}
.shot-loading-template-container .shot-description-loading-container .bar:not(:first-child) {
  margin-top: 8px;
}
.shot-loading-template-container .shot-sidebar-loading-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
  height: 100%;
  padding: 30px 40px;
  border-left: 1px solid #e7e7e9;
}
.shot-loading-template-container .loading-template.avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.shot-loading-template-container .loading-template.shot {
  width: 100vw;
  margin: 40px -16px 0;
}
@media (max-width: 919px) {
  .shot-loading-template-container .loading-template.shot {
    border-radius: 0;
  }
}
@media (min-width: 920px) {
  .shot-loading-template-container .loading-template.shot {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1010px) {
  .shot-loading-template-container .loading-template.shot {
    max-width: 98vh;
  }
}
@media (min-width: 1800px) and (min-height: 1100px) {
  .shot-loading-template-container .loading-template.shot {
    max-width: 1400px;
  }
}

.login-board {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.login-tier {
  width: 370px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

.login-board .login-tier form input {
  height: 45px;
  border-width: 2px;
}

.login-board .login-tier .login-tier-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 100px;
}

/***
====================================================================
Error-Page
====================================================================
***/

.error-section {
  position: relative;
  padding: 78px 0px 96px 0px;
  text-align: center;
}

.error-section .error-title {
  position: relative;
  display: inline-block;
  font-size: 600%;
  line-height: 200px;
  font-weight: 700;
}

.error-section .error-text {
  position: relative;
  font-size: 200%;
  line-height: 52px;
  color: #888888;
  font-weight: 800;
  margin-bottom: 21px;
}

.error-section .text a {
  color: #ff5e14;
}

.linked {
  color: #023833;
  cursor: pointer;
}

.linked:hover {
  color: #ff5e14;
}

.contact-row {
  width: 100%;
  overflow: hidden;
  margin: 5px 0;
  cursor: pointer;
  padding: 5px;
  border: 3px solid transparent;
}

.contact-row:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.contact-row.selected {
  background-color: rgba(0, 106, 90, 0.1);
  box-shadow: none;
  border-color: rgba(0, 106, 98, 0.36);
}

.contact-row .img-sec {
  width: 20%;
  float: left;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-row .center-sec {
  width: 80%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-left: 7px;
}

.contact-row .center-sec name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-row .center-sec email {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-item {
  height: 200px;
  width: 150px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(2, 56, 51, 0.09);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  object-fit: contain;
  overflow: hidden;
  margin: 5px 0;
  cursor: pointer;
}

.featured-item.selected {
  box-shadow: 0 0 0 0.25rem rgba(2, 56, 51, 0.9);
  transition: border ease-in-out 1s;
}

.featured-item small {
  width: 80%;
  text-align: left;
  padding: 5px;
  font-size: 10px;
}

.featured-item small:last-child {
  text-align: center;
  width: 100%;
}

.overlay-block {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2013;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.overlay-block .ov-cont {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: #f6f6f7;
  position: absolute;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
}

.overlay-block .ov-cont .hb-index {
  width: 100%;
  display: flex;
  padding: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.overlay-block .ov-cont .hb-index .hb-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.overlay-block .ov-cont .hb-index .hb-title heading {
  margin: 0 15px;
}

.overlay-block .ov-cont .hb-index .hb-title i {
  font-size: 25px;
}

.overlay-block .ov-cont .hb-index .hb-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.overlay-block .ov-cont .hb-index .hb-set small {
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.overlay-block .ov-cont .hb-index .hb-set small:hover {
  opacity: 1;
}

.overlay-block .ov-cont .hb-index .hb-set guide {
  margin-left: 10px;
}

.overlay-block .ov-cont .hb-index .hb-set close {
  margin-left: 20px;
  font-size: 20px;
  cursor: pointer;
}

.overlay-block .ov-cont .ct-index {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 10px 10px 100px 10px;
}

.overlay-block .ov-cont .ct-index .left-board {
  width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 0px;
  left: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
  background-color: #f6f6f7;
  position: relative;
  transition: all ease-in-out 0.5s;
  float: left;
  z-index: 1;
}

.overlay-block .ov-cont .ct-index .left-board .title-span {
  display: flex;
  flex-direction: column;
  line-height: 1rem;
  padding: 20px;
  background-color: transparent;
  align-items: center;
  justify-content: start;
}

.overlay-block .ov-cont .ct-index .left-board .title-span heading {
  font-size: 25px;
  text-align: left;
  width: 100%;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overlay-block .ov-cont .ct-index .left-board .title-span url {
  filter: grayscale(50%);
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  width: 100%;
}

.overlay-block .ov-cont .ct-index .left-board .title-span url text {
  text-decoration: underline;
  margin-right: 5px;
}

.overlay-block .ov-cont .ct-index .left-board .title-span url text:hover {
  filter: brightness(5);
}

.overlay-block .ov-cont .ct-index .left-board ul {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.overlay-block .ov-cont .ct-index .left-board ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}

.overlay-block .ov-cont .ct-index .left-board ul li i {
  width: 50px;
  text-align: center;
  font-size: 20px;
  color: #5c5f62;
}

.overlay-block .ov-cont .ct-index .left-board ul li span {
  font-size: 14px;
}

.overlay-block .ov-cont .ct-index .left-board ul li.active,
.overlay-block .ov-cont .ct-index .left-board ul li:hover {
  background-color: rgba(2, 56, 51, 0.05);
  color: #023833 !important;
}

.overlay-block .ov-cont .ct-index .left-board ul li:hover i,
.overlay-block .ov-cont .ct-index .left-board ul li:hover span,
.overlay-block .ov-cont .ct-index .left-board ul li.active i,
.overlay-block .ov-cont .ct-index .left-board ul li.active span {
  color: #023833 !important;
}

.overlay-block .ov-cont .ct-index .right-board {
  width: calc(100% - 320px);
  position: relative;
  float: right;
  padding: 0px;
  right: 0px;
  background-color: transparent;
  transition: all ease-in-out 0.5s;
}

@media (max-width: 767px) {
  .overlay-block .ov-cont .ct-index .left-board {
    left: -310px;
    position: absolute;
  }
  .overlay-block .ov-cont .ct-index .left-board.toggled {
    left: 0;
  }
  .overlay-block .ov-cont .ct-index .right-board {
    width: 100%;
  }
}

.overlay-block .ov-cont .ct-index .right-board .tile {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  box-shadow: none;
}

tilt {
  background: #023833;
  z-index: 1;
  width: 20px;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: -15px;
}

.group-add-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 9;
  font-size: 15px;
  color: #023833;
  border: 2px solid #023833;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  opacity: 0.4;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
.group-add-btn i {
  margin-right: 10px;
}

.group-add-btn:hover {
  background-color: #023833;
  color: #fff;
  opacity: 1;
  padding: 0px 15px;
}

.selected-group {
  position: absolute;
  right: 4px;
  top: 40px;
  z-index: 9;
  font-size: 15px;
  color: #2191f3;
  border: 1px solid #2191f3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  opacity: 0.4;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  background: #fff;
  cursor: default;
}

.selected-group:hover {
  opacity: 1;
  background: #2191f3;
  color: #fff;
  padding: 0px 20px;
}

.group-add-btn small {
  display: none;
  margin-left: 5px;
}

.group-add-btn:hover small {
  display: block;
}

.zigzag {
  height: 50px;
  width: 300px;
  background: linear-gradient(135deg, white 35%, transparent 25%) -25px 0, linear-gradient(225deg, white 35%, transparent 25%) -25px 0, linear-gradient(315deg, white 35%, transparent 25%), linear-gradient(45deg, white 35%, transparent 25%);
  background-size: 50px 50px;
  background-color: black;
}

readmore {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  color: #ff9800;
  opacity: 0.9;
}

readmore:hover {
  opacity: 1;
  color: #2191f3;
}

.pollern {
  margin: 0;
  padding: 0;
}

.pollern .pollern-pic {
  float: left;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.8;
  border: 3px solid #023833;
}

.pollern .pollern-pic:hover {
  opacity: 1;
}

.pollern .pollern-heading {
  width: 85%;
  float: right;
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.pollern .pollern-heading p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.3rem;
  width: 100%;
  cursor: pointer;
  color: black;
  transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
}

.pollern .pollern-heading date,
.pollern .pollern-heading p:hover {
  color: rgba(2, 56, 51, 0.9);
}

.pollern .pollern-heading date {
  font-size: 10px;
  text-align: left;
  color: #2191f3;
  font-weight: 600;
  width: 100%;
  transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
}

.pollern .pollern-heading actions {
  position: absolute;
  bottom: 12px;
  font-size: 9px;
  color: grey;
  letter-spacing: 0.4rem;
  left: 35%;
}

.pollern .pollern-actions {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.pollern .pollern-actions [data-toggle="dropdown"] {
  font-size: 20px;
}

.pollern .pollern-actions .dropdown-menu {
  border-radius: 10px;
  left: -150px !important;
  top: 10px !important;
  overflow: hidden;
}

.pollern .pollern-actions .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0px 10px !important;
  margin: 0 !important;
}

.hobbies-list {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.new-hobbies-list {
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 100%;
  left: 0;
  height: 200px;
  background: #fff;
  border: 1px solid #02a95c;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: auto;
}

.new-hobbies-list hobby,
.hobbies-list hobby {
  background-color: #02a95c;
  color: #fff;
  font-weight: 600;
  padding: 1px 10px;
  border-radius: 30px;
  cursor: default;
  display: flex;
  flex-direction: row;
  width: auto;
  max-width: 250px;
  text-align: center;
  float: left;
  align-items: center;
  justify-content: space-between;
  margin: 3px;
  border: 2px solid transparent;
  font-size: 12px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}

.hobbies-list hobby i {
  margin-left: 5px;
}

.new-hobbies-list hobby,
.hobbies-list hobby[add] {
  border-color: #02a95c;
  color: #02a95c;
  background-color: transparent;
  cursor: pointer;
}

.new-hobbies-list hobby i,
.hobbies-list hobby[add] i {
  margin-right: 5px;
  margin-left: 0px;
}

.hobbies-list hobby:hover,
.new-hobbies-list hobby[active],
.new-hobbies-list hobby:hover,
.hobbies-list hobby[add]:hover {
  border-color: transparent;
  color: #fff;
  background-color: #02a95c;
  box-shadow: 0 0 30px rgba(2, 56, 51, 0.5);
}

.ilyeogseo[default] {
  width: 100%;
  position: relative;
}

.ilyeogseo[default] .segsyeon-hana {
  position: relative;
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 20px;
}

.ilyeogseo[default] .segsyeon-hana-overlay {
  height: 230px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(2, 56, 51, 0.7);
  z-index: 9;
  position: absolute;
  z-index: 2;
}

.ilyeogseo[default] .segsyeon-hana .pyoji-sajin {
  height: 230px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.ilyeogseo[default] .segsyeon-hana [change-cover] {
  position: absolute;
  right: 20px;
  bottom: 160px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.5;
}

.ilyeogseo[default] .segsyeon-hana [change-cover]:hover {
  opacity: 1;
}

.ilyeogseo[default] .segsyeon-hana .sajin {
  height: 200px;
  width: 200px;
  top: 100px;
  left: 100px;
  border: 7px solid #f1f1f1;
  cursor: pointer;
  z-index: 3;
  position: absolute;
}

.ilyeogseo[default] .segsyeon-hana .eleum {
  position: absolute;
  top: 20%;
  left: 40%;
  font-size: 70px;
  line-height: 4rem;
  color: #a70000;
  font-weight: 900;
  z-index: 3;
}

.ilyeogseo[default] .segsyeon-hana .eleum:first-line {
  color: #fff;
}

.ilyeogseo[default] .segsyeon-hana .jig-eob {
  font-size: 30px;
  line-height: 4rem;
  color: #676767;
  font-weight: 900;
  width: auto;
  margin-left: 10%;
  text-align: center;
}

.ilyeogseo[default] .segsyeon-hana .contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 6rem;
}

.ilyeogseo[default] .segsyeon-hana .contacts phone {
  display: flex;
  flex-direction: column;
  line-height: 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 30px;
  border-right: 2px dotted #676767;
  height: 70%;
}

.ilyeogseo[default] .segsyeon-hana .contacts phone::before {
  font-family: "icomoon";
  content: "\f10b";
  position: absolute;
  font-size: 60px;
  left: 0px;
}

.ilyeogseo[default] .segsyeon-hana .contacts address {
  display: flex;
  flex-direction: column;
  line-height: 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 30px;
  border-right: 2px dotted #676767;
  height: 70%;
}

.ilyeogseo[default] .segsyeon-hana .contacts address::before {
  font-family: "icomoon";
  content: "\f041";
  position: absolute;
  font-size: 50px;
  left: 0px;
}

.ilyeogseo[default] .segsyeon-hana .contacts email {
  display: flex;
  flex-direction: column;
  line-height: 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  height: 70%;
}

.ilyeogseo[default] .segsyeon-hana .contacts email::before {
  font-family: "icomoon";
  content: "\f003";
  position: absolute;
  font-size: 40px;
  left: 0px;
}

.ilyeogseo[default] .segsyeon-dul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.9);
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-header {
  width: 100%;
  padding: 10px 40px;
  font-size: 25px;
  text-transform: uppercase;
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
  font-weight: 700;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-list {
  padding: 10px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-list:last-child {
  border-bottom: 0px dotted rgba(0, 0, 0, 0.5);
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-list pos {
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: rgba(255, 0, 0, 0.7);
  font-weight: 600;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-list dtrange {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-list description {
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-skill {
  border: 5px solid rgba(255, 0, 0, 0.8);
  height: 80px;
  width: 80px;
  margin: 10px;
  padding: 10px;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  float: left;
  font-weight: 700;
  font-size: 10px;
  overflow: hidden;
  word-break: break-word;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-skill-length {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-direction: row;
  padding: 5px 0;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-skill-length app {
  font-weight: 600;
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-skill-length skill {
  width: 300px;
  background: rgba(255, 0, 0, 0.7);
  height: 7px;
  border-radius: 10px;
  position: relative;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-skill-length skill range {
  background: #000;
  height: 7px;
  border-radius: 10px;
  position: absolute;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .hobby {
  height: 90px;
  width: 90px;
  margin: 5px;
  padding: 5px;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  float: left;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .hobby i {
  font-size: 30px;
  color: #000000;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .hobby hobby {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-award {
  padding: 5px 10px;
  width: 200px;
  float: left;
  margin: 10px 0;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-award award {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 20px;
  position: relative;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-award award i {
  position: absolute;
  left: 0;
  top: 7px;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-award award word {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 0, 0, 0.7);
  font-weight: 600;
  margin: 5px;
  line-height: 1rem;
}

.ilyeogseo[default] .segsyeon-dul .exp-work-sheet .exp-work-sheet-award text {
  width: 100%;
  text-align: left;
  font-size: 11px;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.action-items {
  position: absolute;
  right: 3px;
  top: 0px;
  list-style: none;
}

.action-items .dropdown-menu {
  top: 25px !important;
  right: 3px;
}

.terace {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 9;
  color: #234d7c;
}

.terace .terace-icon {
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.terace .terace-para {
  left: 0;
  width: 100%;
  font-size: 10px;
  line-height: 0.8rem;
  padding: 5px 5px 5px 40px;
  font-weight: 600;
}
.template {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.02);
  border: 2px solid rgba(0, 0, 0, 0.07);
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}

.template:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.template .owl-prev,
.template .owl-next {
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0.01) !important;
  border: 2px solid rgba(0, 0, 0, 0.01) !important;
  width: 50px !important;
  height: 80px !important;
  line-height: 0px !important;
  color: #fff !important;
  font-size: 30px !important;
  opacity: 0.076;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px !important;
}

.template .owl-next i {
  margin: 0 !important;
}

.template .owl-prev:hover,
.template .owl-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.02) !important;
  color: #fff !important;
  opacity: 1;
}

.template .template-body {
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.template .template-body header {
  display: flex;
  flex-direction: column;
  line-height: 1rem;
  padding: 5px 5px 10px 0px;
}

.template .template-body header a {
  font-size: 14px;
  width: 100%;
  font-weight: 600;
}

.template .template-body header a:hover {
  text-decoration: underline;
  color: #ff45c3;
}

.template .template-body price {
  font-weight: 900;
}

.template .template-body .ratings {
}

.template .template-body .ratings stars {
  text-align: left;
  width: 100%;
}

.template .template-body star {
  font-size: 10px;
}

.template .template-body star-lebel {
  font-size: 12px;
}

.template .template-body .small-text {
  font-size: 11px;
  width: 100%;
}

.logo-block,
.logo-pole {
  position: relative;
}

.storage-reel {
  position: relative;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: rgba(181, 188, 202, 0.84);
  border-radius: 30px;
}
.storage-reel .inner-px {
  height: 10px;
  z-index: 1;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: auto;
}
.inner-pc {
  position: relative;
  width: 100%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.inner-pc span {
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0 20px;
  width: auto;
  text-align: left;
  font-size: 13px;
}

.inner-pc span:first-child {
  width: 15px !important;
  height: 15px !important;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 100%;
  padding: 0;
}

.inner-pc span:last-child {
  position: absolute;
  right: 0;
  top: auto;
}

.posteques {
  margin: 0;
  padding: 0;
}

.posteques div {
  padding: 13px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.filesection {
  position: relative;
  height: calc(20px + 100vh);
  width: 100%;
}

.filesection .headerofics {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.filesection .headerofics span {
  padding: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.9;
  color: #888;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  border-top: 2px solid transparent;
}

.filesection .headerofics span:hover {
  opacity: 1;
  color: #000;
}

.filesection .headerofics span.active {
  opacity: 1;
  color: #000;
  border-color: #000;
}

.filesection .headerofics span i {
  padding: 0 10px;
}

.filesection .mediarofic-blocks {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.filesection .mediarofic-blocks:hover {
  overflow: hidden auto;
}

.filesection .mediarofic-blocks .media-block {
  width: 100%;
  height: 300px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.filesection .mediarofic-blocks .media-block .block-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
}

.filesection .mediarofic-blocks .media-block:hover .block-cover {
  visibility: visible;
}

.media-block-view-mode {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2013;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.media-block-view-mode .media-block-backdrop {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  cursor: default;
  height: 100%;
  width: 100%;
}

.media-block-view-mode .media-block-close-view-mode {
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  cursor: pointer;
  z-index: 3;
}

.media-block-view-mode .media-block-close-view-mode:hover {
  color: rgba(255, 255, 255, 1);
}

.media-block-view-mode .media-block-view-mode-body {
  min-width: 350px;
  min-height: 300px;
  width: 85%;
  background: #fff;
  border-radius: 20px;
  height: 70%;
  padding: 0;
  overflow: hidden;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager,
.media-block-view-mode .media-block-view-mode-body .media-image-block {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
}

.media-block-view-mode .media-block-view-mode-body .media-image-block {
  width: 55%;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager {
  width: 45%;
  background: #fff;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager headers {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager headers pic {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager headers user {
  width: 80%;
  position: absolute;
  left: 60px;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager headers more {
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager footers {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager footers emojis {
  font-size: 23px;
  text-align: center;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager footers input {
  height: 40px;
  font-size: 14px;
  width: 81%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0 40px 0 0;
  text-align: left;
}

.media-block-view-mode .media-block-view-mode-body .media-block-manager footers button {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 50px;
  text-align: center;
  background: #fff;
  color: #2191f3;
  font-weight: 600;
}

[scroll-left],
[scroll-right] {
  background: rgba(0, 0, 0, 0.19);
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

[scroll-left]:hover,
[scroll-right]:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
}

[scroll-left] {
  left: 0;
}

[scroll-right] {
  right: 0;
}

.scroller:hover [scroll-left],
.scroller:hover [scroll-right] {
  visibility: visible;
  opacity: 1;
}

.scroller {
  position: relative;
}

.temp-act {
  visibility: hidden;
}

tr:hover .temp-act {
  visibility: visible;
}

/*/ client board /*/
.client-board {
	position: fixed;
	background-color: transparent;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 2010;
	width: 100%;
	padding: 0;
	display: none;
}

.board-cover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	opacity: .4;
}

.board-body {
	position: absolute;
	background-color: #fff;
	right: 0;
	bottom: 0;
	min-height: 50%;
	max-height: 90%;
	z-index: 2;
	border: 1px solid #ddd;
	padding: 0px;
	overflow: hidden auto;
}

.board-body .upper-profile {
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-origin: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}

.board-body .upper-profile .proimg {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-origin: center;
	border: 3px solid var(--bs-success);
	margin-bottom: -20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.board-body .upper-profile .close {
	position: absolute;
	right: 20px;
	top: 5px;
	cursor: pointer;
}

.board-body header {
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

.board-body [class^="col-"], 
.board-body [class*=" col-"] {
	margin: 1px auto;
	padding: 8px 30px;
}
/*/ /// client board /*/

.removable small {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	flex-direction: row;
}

.removable small i,
.removable small svg {
	margin-right: 7px;
}

.change-colors {
  animation:  color-change 6s ease-in-out infinite;
}

@keyframes color-change {
  100%,
  0% {
    color: #d62d20;
  }
  40% {
    color: #0057e7;
  }
  66% {
    color: #008744;
  }
  80%,
  90% {
    color: #ffa700;
  }
}

.access-text {
	font-weight: 900;
	font-size: 30px;
	font-family: "Georgia", sans-serif;
	animation: fadeIn 1s ease-in-out infinite alternate;
	text-transform: uppercase;
	color: red;
	font-style: italic;
}