/* datepicker css */
.ui-datepicker {
  text-align: center;
}

.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top;
}

.ui-datepicker {
  font-family: Open Sans, Arial, sans-serif;
  margin-top: 2px;
  padding: 0 !important;
  border-color: #015ea2 !important;
}

.ui-datepicker {
  width: 350px;
}

.openemr-calendar .ui-datepicker {
  width: 191px;
}

.ui-datepicker table {
  width: calc(100% - 10px);
  table-layout: fixed;
  margin: 0 5px 5px;
}

.openemr-calendar .ui-datepicker table {
  width: 191px;
  table-layout: fixed;
}

.ui-datepicker-header {
  background: #015ea2 !important;
  background-image: none !important;
  border-radius: 0;
  border: none;
}

.ui-datepicker-title {
  line-height: 35px !important;
  margin: 0 10px !important;
}

.ui-datepicker-title select:active, .ui-datepicker-title select:focus {
  outline: none;
}

.openemr-calendar .ui-datepicker-title {
  line-height: 20px !important;
}

.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-next {
  text-align: center;
}

.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-prev {
  background-color: transparent !important;
  -webkit-box-shadow: 0px 0px 8px 0px #666666;
  box-shadow: 0px 0px 8px 0px #666666;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 20px !important;
  width: 10px !important;
  margin: 14px 12px;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
  padding: 10px;
}

.openemr-calendar .ui-datepicker-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=") !important;
  height: 14px !important;
  width: 9px !important;
  margin: 5px !important;
}

.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-next {
  background-color: transparent !important;
  -webkit-box-shadow: 0px 0px 8px 0px #666666;
  box-shadow: 0px 0px 8px 0px #666666;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 20px !important;
  width: 10px !important;
  margin: 14px 12px;
  display: inline-block;
  right: 0 !important;
  top: 0 !important;
  padding: 10px;
}

.openemr-calendar .ui-datepicker-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC") !important;
  height: 14px !important;
  width: 8px !important;
  margin: 5px;
}

.ui-datepicker-month {
  border-radius: 2px;
  background-color: #fff;
  width: 110px !important;
  padding: 5px;
  font-family: Open Sans, Arial, sans-serif;
  color: #015ea2;
  font-size: 14px !important;
  text-align: left;
  border: none !important;
  margin-right: 17px !important;
}

.openemr-calendar .ui-datepicker-month {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  -webkit-transform: scaleX(1.0029);
          transform: scaleX(1.0029);
}

.ui-datepicker-year {
  border-radius: 2px;
  background-color: #fff;
  width: auto !important;
  padding: 5px;
  border: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #015ea2;
  font-size: 14px !important;
  text-align: left;
}

.openemr-calendar .ui-datepicker-year {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  -webkit-transform: scaleX(1.0029);
          transform: scaleX(1.0029);
}

.ui-datepicker-month option,
.ui-datepicker-year option {
  color: #3985a0 !important;
  background-color: #fff !important;
  font-family: Open Sans !important;
  font-size: 14px !important;
  font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important;
}

.ui-datepicker td {
  vertical-align: top;
}

.ui-datepicker .ui-state-default {
  border-radius: 6px;
  height: 24px;
  padding: 0 !important;
  text-align: center !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #444;
  background: #fff;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 400 !important;
  margin-top: 5px;
  margin-left: 3px;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  background: #008ffd;
  color: #fff;
}

.openemr-calendar .ui-state-default {
  font-size: 10px;
  margin: 0;
}

.ui-datepicker td {
  width: 33px;
}

.openemr-calendar .ui-datepicker td {
  width: 26px;
}

.openemr-calendar .ui-state-default {
  width: 26px;
  height: 20px;
  line-height: 20px;
}

.ui-state-default.ui-state-hover {
  border: 1px solid #008ffd;
  background: #fff;
}

.ui-datepicker .ui-state-active {
  border: 1px solid #008ffd;
  border-radius: 6px;
}

.ui-datepicker-calendar thead tr th {
  font-family: Open Sans, Arial, sans-serif;
  color: #015ea2;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 6px !important;
}

.ui-datepicker-calendar thead tr th:first-child {
  color: #b53343;
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
  font-size: 10px;
}

.openemr-calendar .ui-datepicker thead {
  background: none;
}

.ui-state-default.ui-datepicker-current {
  float: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #fff;
  background: #b53343;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  margin: 0 !important;
  opacity: 1;
}

.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
  background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
  background-color: transparent;
}

.openemr-calendar .ui-state-default {
  border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
  margin-right: 10px !important;
}

.navbar {
  background: #1d3f75;
  padding: 0 30px;
  height: 64px;
  position: relative;
  z-index: 1040;
}

.navbar .navbar-brand {
  margin-right: 30px;
  padding: 0;
}

.navbar .navbar-brand img {
  width: 45px;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #f9fbfe;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 400;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-link {
  cursor: pointer;
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-link img {
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 0;
  height: 20px;
  width: 100%;
  background: inherit;
}

.navbar .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 0;
  height: 4px;
  width: 0;
  background: #b53343;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.navbar .navbar-nav .nav-item.active, .navbar .navbar-nav .nav-item:hover {
  color: #b5b5b5;
}

.navbar .navbar-nav .nav-item.active::after, .navbar .navbar-nav .nav-item:hover::after {
  left: 10%;
  width: 80%;
}

.navbar .navbar-nav .nav-item.active {
  cursor: unset;
}

.navbar .navbar-nav .nav-item.nav-item-parent {
  position: relative;
}

.navbar .navbar-nav .nav-item.nav-item-parent .sub-menu-nav {
  position: absolute;
  top: 51px;
  left: -50%;
  min-width: 200px;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .navbar-nav .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item {
  padding: 10px;
  background: #27559e;
}

.navbar .navbar-nav .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item .sub-menu-link {
  display: block;
  margin-left: 30px;
  color: #fff;
  font-size: 15px;
}

.navbar .navbar-nav .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item .sub-menu-link:hover {
  text-decoration: none;
}

.navbar .navbar-nav .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item:hover {
  background: #1d3f75;
}

.navbar .navbar-nav .nav-item.nav-item-parent:hover .dropdown-link img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar .navbar-nav .nav-item.nav-item-parent:hover .sub-menu-nav {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .info-user .dropdown-language {
  margin-right: 30px;
  position: relative;
}

.navbar .info-user .dropdown-language .btn-language {
  border: none;
  background: none;
  outline: none;
  padding: 0;
}

.navbar .info-user .dropdown-language .btn-language .flag-language .flag-item {
  width: 30px;
  border-radius: 3px;
  display: none;
}

.navbar .info-user .dropdown-language .btn-language .flag-language .flag-item.selected {
  display: inline-block;
}

.navbar .info-user .dropdown-language .btn-language .dropdown-icon {
  width: 8px;
  -webkit-transition: .25s;
  transition: .25s;
}

.navbar .info-user .dropdown-language .btn-language .dropdown-icon.focus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar .info-user .dropdown-language .language-menu {
  position: absolute;
  top: 47px;
  right: -50%;
  background: #27559e;
  min-width: 200px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar .info-user .dropdown-language .language-menu .language-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.navbar .info-user .dropdown-language .language-menu .language-item img {
  width: 30px;
  margin-right: 10px;
}

.navbar .info-user .dropdown-language .language-menu .language-item span {
  color: #fff;
  font-size: 14px;
}

.navbar .info-user .dropdown-language .language-menu .language-item + .language-item {
  margin-top: 10px;
}

.navbar .info-user .dropdown-language .language-menu .language-item:hover {
  background: #1d3f75;
}

.navbar .info-user .dropdown-language .language-menu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}

.navbar .info-user .dropdown-profile {
  position: relative;
}

.navbar .info-user .dropdown-profile .info-name {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.navbar .info-user .dropdown-profile .info-name p {
  margin-bottom: 0;
  color: #ccc;
  font-size: 14px;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0 7px;
}

.navbar .info-user .dropdown-profile .info-name > img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.navbar .info-user .dropdown-profile .info-name span img {
  width: 8px;
  -webkit-transition: .25s;
  transition: .25s;
}

.navbar .info-user .dropdown-profile .info-name span img.select {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar .info-user .dropdown-profile .profile-menu {
  position: absolute;
  right: -10px;
  top: 47px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar .info-user .dropdown-profile .profile-menu .profile-item {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  background: #27559e;
  text-decoration: none;
}

.navbar .info-user .dropdown-profile .profile-menu .profile-item img {
  width: 17px;
  margin-right: 5px;
}

.navbar .info-user .dropdown-profile .profile-menu .profile-item span {
  color: #fff;
  font-size: 14.5px;
  margin-top: 2px;
}

.navbar .info-user .dropdown-profile .profile-menu .profile-item:hover {
  background: #1d3f75;
}

.navbar .info-user .dropdown-profile .profile-menu.selected {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
}

.navbar .navbar-mobile {
  display: none;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  position: fixed;
  top: 64px;
  left: 0;
  height: 100%;
  z-index: 999;
  background: #27559e;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .navbar-mobile .nav-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar .navbar-mobile .nav-item .nav-link {
  padding: 20px 40px;
  color: #d6eeff;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar .navbar-mobile .nav-item:hover {
  background: #1d3f75;
}

.navbar .navbar-mobile .nav-item.nav-item-logo .nav-link {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #5687d5;
  border-bottom: 1px solid #5687d5;
  background: #1d3f75;
}

.navbar .navbar-mobile .nav-item.nav-item-logo .nav-link img {
  height: 70px;
  width: auto;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .nav-link .img-link {
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .nav-link .img-link img {
  width: 17px;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .nav-link .img-link.rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navbar .navbar-mobile .nav-item.nav-item-parent .sub-menu-nav {
  list-style-type: none;
  padding-left: 50px;
  display: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item .sub-menu-link {
  padding: 10px 10px 10px 50px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item::before {
  content: '';
  position: absolute;
  left: 29px;
  top: 46%;
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar .navbar-mobile .nav-item.nav-item-parent .sub-menu-nav .sub-menu-item:hover::before {
  width: 13px;
}

.navbar .navbar-mobile.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}

.backdrop.show {
  display: block;
}

.btn-hamburger {
  cursor: pointer;
  display: none;
}

.btn-hamburger .bar1,
.btn-hamburger .bar2,
.btn-hamburger .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
}

.btn-hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.btn-hamburger.change .bar2 {
  opacity: 0;
}

.btn-hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 1199px) {
  .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar .navbar-brand.navbar-brand--desktop {
    display: none;
  }
  .navbar .navbar-nav.navbar-desktop {
    display: none;
  }
  .navbar .navbar-mobile {
    display: block;
  }
  .navbar .btn-hamburger {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .navbar .info-user .dropdown-profile .info-name p {
    display: none;
  }
  .navbar .info-user .dropdown-profile .info-name > img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .navbar .info-user .dropdown-profile .profile-menu {
    top: 44px;
  }
  .navbar .info-user .dropdown-language .language-menu {
    top: 44px;
  }
}

.footer {
  margin-top: 30px;
}

.footer .footer-content {
  padding: 0;
}

.footer .footer-info {
  background: #2d3747;
  padding: 10px;
}

.footer .footer-info .footer-text {
  color: #e8ecf1;
  font-size: 14px;
  margin-right: 10px;
}

.footer .footer-info .footer-logo {
  width: 100px;
}

.wrapper {
  height: 100vh;
}

.wrapper .login-logo {
  padding: 20px 10px;
}

.wrapper .login-logo img {
  width: auto;
  height: auto;
}

.wrapper .login-container {
  max-width: 1440px;
  margin: 0 auto;
  min-height: calc(100vh - 188px);
}

.wrapper .login-container .login-title {
  margin: 20px 0;
  color: #015ea2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.wrapper .login-container .login-content {
  position: relative;
  height: 100%;
}

.wrapper .login-container .login-content .nav-login {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e4e9f6;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.wrapper .login-container .login-content .nav-login .nav-item {
  position: relative;
  cursor: pointer;
}

.wrapper .login-container .login-content .nav-login .nav-item .nav-link {
  padding: 10px 20px;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .login-container .login-content .nav-login .nav-item .nav-link img {
  width: 17px;
  display: block;
  margin: auto;
  margin-right: 5px;
}

.wrapper .login-container .login-content .nav-login .nav-item .nav-link img:first-child {
  display: none;
}

.wrapper .login-container .login-content .nav-login .nav-item .nav-link.active {
  border-top: 4px solid #b53343;
  color: #444;
  background: #fff;
  margin-top: -4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #b53343;
}

.wrapper .login-container .login-content .nav-login .nav-item .nav-link.active img:first-child {
  display: block;
}

.wrapper .login-container .login-content .nav-login .nav-item .nav-link.active img:nth-child(2) {
  display: none;
}

.wrapper .login-container .login-content .tab-content {
  min-height: 350px;
  padding: 40px 20px 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.wrapper .login-container .login-content .tab-content .tab-pane {
  margin: auto 0;
}

.wrapper .login-container .login-content .tab-content .tab-pane .form-title {
  color: #4d4d4d;
}

.wrapper .login-container .login-content .tab-content .login-employee {
  text-align: center;
}

.wrapper .login-container .login-content .tab-content .login-employee .login-employee-title {
  margin-bottom: 20px;
  color: #526484;
  font-size: 18px;
}

.wrapper .login-container .login-content .tab-content .login-employee .btn-employee {
  border: none;
  outline: none;
  background: none;
  padding: 10px 20px;
  font-size: 15px;
  position: relative;
}

.wrapper .login-container .login-content .tab-content .login-employee .btn-employee .text-login {
  color: #015ea2;
}

.wrapper .login-container .login-content .tab-content .login-employee .btn-employee .solar-id {
  background: #015ea2;
  color: #fff;
  padding: 3px;
}

.wrapper .login-container .login-content .tab-content .login-employee .btn-employee .solar-id span {
  background: #ef2424;
  padding: 2px;
}

.wrapper .login-container .login-content .login-form,
.wrapper .login-container .login-content .register-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.wrapper .login-container .login-content .login-form .form,
.wrapper .login-container .login-content .register-form .form {
  width: 70%;
  position: relative;
}

.wrapper .login-container .login-content .login-form .form .form-group,
.wrapper .login-container .login-content .register-form .form .form-group {
  margin-bottom: 20px;
}

.wrapper .login-container .login-content .login-form .form .form-group .form-control,
.wrapper .login-container .login-content .register-form .form .form-group .form-control {
  border-radius: 10px;
  background: rgba(228, 233, 246, 0.4);
}

.wrapper .login-container .login-content .login-form .form .form-group .form-control:focus, .wrapper .login-container .login-content .login-form .form .form-group .form-control:active,
.wrapper .login-container .login-content .register-form .form .form-group .form-control:focus,
.wrapper .login-container .login-content .register-form .form .form-group .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapper .login-container .login-content .login-form .form .form-group .form-control:focus,
.wrapper .login-container .login-content .register-form .form .form-group .form-control:focus {
  border-color: #015ea2;
}

.wrapper .login-container .login-content .login-form .form .form-group .form-lable,
.wrapper .login-container .login-content .register-form .form .form-group .form-lable {
  font-size: 14px;
  color: #666;
  width: 100%;
  text-align: left;
}

.wrapper .login-container .login-content .login-form .form .form-group:last-child,
.wrapper .login-container .login-content .register-form .form .form-group:last-child {
  margin-top: 30px;
}

.wrapper .login-container .login-content .login-form .form .form-fogot,
.wrapper .login-container .login-content .register-form .form .form-fogot {
  text-align: right;
}

.wrapper .login-container .login-content .login-form .form .form-fogot .fogot-password,
.wrapper .login-container .login-content .register-form .form .form-fogot .fogot-password {
  font-size: 14px;
  color: #015ea2;
}

.wrapper .login-container .login-content .login-form .form::before,
.wrapper .login-container .login-content .register-form .form::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.wrapper .login-container .login-content .login-form .register,
.wrapper .login-container .login-content .register-form .register {
  cursor: pointer;
  font-size: 14px;
  color: #b53343;
  margin-top: 10px;
}

.wrapper .login-container .login-content .login-form .register .not-account,
.wrapper .login-container .login-content .register-form .register .not-account {
  color: #015ea2;
}

.wrapper .login-container .login-content .login-form .register:hover,
.wrapper .login-container .login-content .register-form .register:hover {
  text-decoration: none;
}

.wrapper .login-container .login-content .login-form .register.register-change,
.wrapper .login-container .login-content .register-form .register.register-change {
  color: #015ea2;
}

.wrapper .login-container .login-description {
  height: calc(100vh - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .login-container .login-description img {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .wrapper .login-content .login-form {
    text-align: center;
  }
  .wrapper .login-content .login-form .form {
    width: 90%;
  }
  .wrapper .login-content .register-form .form {
    width: 90%;
  }
  .form-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .login-description-content {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .wrapper .login-container .login-content {
    padding-right: -15px;
    padding-left: -15px;
  }
  .wrapper .login-container .login-content .nav-login .nav-item {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .wrapper .login-container .login-content .nav-login .nav-item .nav-link {
    font-size: 15px;
  }
  .wrapper .login-container .login-content .tab-content {
    padding: 40px 15px 30px;
  }
  .wrapper .login-container .login-content .login-form .form,
  .wrapper .login-container .login-content .register-form .form {
    width: 100%;
  }
}

.home-container {
  margin-top: 30px;
  min-height: calc(100vh - 168px);
}

.home-container .support-total,
.home-container .support-request,
.home-container .support-projects,
.home-container .support-rating {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.home-container .support-total .support-value,
.home-container .support-request .support-value,
.home-container .support-projects .support-value,
.home-container .support-rating .support-value {
  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;
  margin-top: 35px;
}

.home-container .support-total .support-value img,
.home-container .support-request .support-value img,
.home-container .support-projects .support-value img,
.home-container .support-rating .support-value img {
  height: 80px;
  width: 80px;
}

.home-container .support-total .support-value .support-num,
.home-container .support-request .support-value .support-num,
.home-container .support-projects .support-value .support-num,
.home-container .support-rating .support-value .support-num {
  margin-left: 20px;
  color: #015ea2;
}

.home-container .support-total .value-text,
.home-container .support-request .value-text,
.home-container .support-projects .value-text,
.home-container .support-rating .value-text {
  margin-top: 30px;
  text-align: center;
}

.home-container .support-total .btn-more,
.home-container .support-request .btn-more,
.home-container .support-projects .btn-more,
.home-container .support-rating .btn-more {
  position: relative;
  border: 1px solid #b53343;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: initial;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home-container .support-total .btn-more img,
.home-container .support-request .btn-more img,
.home-container .support-projects .btn-more img,
.home-container .support-rating .btn-more img {
  height: 15px;
  width: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home-container .support-total .btn-more .toggle-detail,
.home-container .support-request .btn-more .toggle-detail,
.home-container .support-projects .btn-more .toggle-detail,
.home-container .support-rating .btn-more .toggle-detail {
  position: absolute;
  width: 50px;
  margin-bottom: 0;
  margin-right: 5px;
  color: #b53343;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
}

.home-container .support-total .btn-more:hover,
.home-container .support-request .btn-more:hover,
.home-container .support-projects .btn-more:hover,
.home-container .support-rating .btn-more:hover {
  width: 70px;
}

.home-container .support-total .btn-more:hover img,
.home-container .support-request .btn-more:hover img,
.home-container .support-projects .btn-more:hover img,
.home-container .support-rating .btn-more:hover img {
  opacity: 0;
}

.home-container .support-total .btn-more:hover .toggle-detail,
.home-container .support-request .btn-more:hover .toggle-detail,
.home-container .support-projects .btn-more:hover .toggle-detail,
.home-container .support-rating .btn-more:hover .toggle-detail {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.home-container .home-notification {
  margin-top: 50px;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.home-container .home-notification .home-notification-title {
  font-size: 24px;
  font-weight: 700;
  color: #015ea2;
}

.home-container .home-notification .notification-item {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin: 20px auto 0;
}

.home-container .home-notification .notification-item .notification-item--title {
  font-weight: 700;
}

.home-container .home-notification .notification-item .notification-item-content {
  text-indent: 15px;
}

.home-container .home-notification .notification-item .notification-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-container .home-notification .notification-item .notification-item-control .notification-link {
  font-size: 14px;
}

.home-container .home-notification .notification-item .notification-item-control .notification-item-create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #4f4646;
  font-size: 13px;
}

.home-container .home-notification .notification-item .notification-item-control .notification-item-create .create-text {
  margin-right: 5px;
}

.home-container .home-notification .notification-item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1199px) {
  .home-container .support-right .col-sm-6:nth-child(3), .home-container .support-right .col-sm-6:nth-child(4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .home-container .support-left {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .home-container .support-right .col-sm-6:nth-child(2) {
    margin-top: 20px;
  }
  .home-container .support-total,
  .home-container .support-request,
  .home-container .support-projects,
  .home-container .support-rating {
    padding: 15px;
  }
  .home-container .support-total .support-value,
  .home-container .support-request .support-value,
  .home-container .support-projects .support-value,
  .home-container .support-rating .support-value {
    margin-top: 20px;
  }
  .home-container .support-total .value-text,
  .home-container .support-request .value-text,
  .home-container .support-projects .value-text,
  .home-container .support-rating .value-text {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .home-container .home-notification .notification-item {
    padding: 5px;
  }
}

.wrapper-home .wrapper-content {
  min-height: calc(100vh - 138px);
}

.wrapper-home .wrapper-content .sidebar {
  width: 230px;
  position: fixed;
  height: 100%;
}

.wrapper-home .wrapper-content .home-container {
  margin-left: 230px;
  padding: 20px;
}

.wrapper-home .support {
  height: 100%;
}

.wrapper-home .support .support-right .support-form {
  padding: 10%;
  padding-bottom: 50px;
  margin-top: 10%;
}

.wrapper-home .support .support-right .support-form button {
  margin-top: 30px;
}

.wrapper-home .support .support-right .support-form input,
.wrapper-home .support .support-right .support-form textarea {
  background: rgba(228, 233, 246, 0.4);
}

.wrapper-home .support .support-right .support-form input:focus, .wrapper-home .support .support-right .support-form input:active,
.wrapper-home .support .support-right .support-form textarea:focus,
.wrapper-home .support .support-right .support-form textarea:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapper-home .support .support-right .support-form input:focus,
.wrapper-home .support .support-right .support-form textarea:focus {
  border-color: #015ea2;
}

.wrapper-home .support .support-right .support-form .form-group label {
  color: #666;
  font-size: 14px;
}

.wrapper-home .support .support-right .support-form .form-group.group-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-home .support .support-right .support-form .form-group.group-select .form-select {
  background: rgba(228, 233, 246, 0.4);
  margin-top: 2px;
}

.wrapper-home .support .support-right .support-form .form-group.group-select .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #015ea2;
}

.wrapper-home .support .support-right .support-form .create-support-notification {
  color: #555;
  font-size: 13px;
  margin-left: 15px;
}

.wrapper-home .support-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -15%;
  color: #015ea2;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .wrapper-home .support .support-right .support-form {
    padding: 20px;
    margin-top: 0;
  }
  .wrapper-home .support-heading {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-home .support-left {
    display: none;
  }
}

.list-support-create {
  margin: 40px 0 50px;
  min-height: calc(100vh - 198px);
}

.list-support-create .support-create-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-support-create .support-create-header .support-create-title {
  color: #015ea2;
}

.list-support-create .support-create-header .support-create-btn {
  margin-bottom: 0;
  padding: 8px 15px;
  margin-right: 20%;
}

.list-support-create .support-create-header .modal .modal-content .modal-header {
  border-bottom: none;
}

.list-support-create .support-create-header .modal .modal-content .modal-header .modal-title {
  color: #015ea2;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.list-support-create .support-create-header .modal .modal-content .modal-header button:active, .list-support-create .support-create-header .modal .modal-content .modal-header button:focus {
  outline: none;
}

button.close-create-form {
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  background: #b53343;
  color: #fff;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.close-create-form span{
  font-size: 26px;
  margin-top: -4px;
  height: 100%;
}

button.close-create-form:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.list-support-create .support-create-header .modal .modal-content .modal-body {
  padding-bottom: 30px;
}

.list-support-create .support-create-header .modal .modal-content .modal-body input,
.list-support-create .support-create-header .modal .modal-content .modal-body textarea {
  background: rgba(228, 233, 246, 0.4);
}

.list-support-create .support-create-header .modal .modal-content .modal-body input:focus, .list-support-create .support-create-header .modal .modal-content .modal-body input:active,
.list-support-create .support-create-header .modal .modal-content .modal-body textarea:focus,
.list-support-create .support-create-header .modal .modal-content .modal-body textarea:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-support-create .support-create-header .modal .modal-content .modal-body input:focus,
.list-support-create .support-create-header .modal .modal-content .modal-body textarea:focus {
  border-color: #015ea2;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .form-group label {
  color: #666;
  font-size: 14px;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .form-group.group-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .form-group.group-select .form-select {
  background: rgba(228, 233, 246, 0.4);
  margin-top: 2px;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .form-group.group-select .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #015ea2;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .form-group .custom-file label:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #015ea2;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .form-group .custom-file input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #015ea2;
}

.list-support-create .support-create-header .modal .modal-content .modal-body .create-support-notification {
  color: #555;
  font-size: 13px;
  margin-left: 15px;
}

.list-support-create .list-support-content {
  margin-top: 30px;
}

.list-support-create .list-support-content .nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e4e9f6;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.list-support-create .list-support-content .nav .nav-item {
  position: relative;
}

.list-support-create .list-support-content .nav .nav-item .nav-link {
  padding: 10px 40px;
  color: #444;
  cursor: pointer;
}

.list-support-create .list-support-content .nav .nav-item .nav-link.active {
  border-top: 4px solid #b53343;
  color: #444;
  background: #fff;
  margin-top: -4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #b53343;
}

.list-support-create .list-support-content .nav .nav-item:not(:last-child) ::before {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #fff;
}

.list-support-create .list-support-content .tab-content {
  padding: 40px 20px 10px;
  background: #fff;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.list-support-create .list-support-content .tab-content .support-item-create {
  border: 1px solid #ccc;
  padding: 20px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-item-header .support-item-title {
  margin-bottom: 15px;
  display: inline-block;
  color: #015ea2;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-item-header .support-item-title .support-item-link span {
  font-size: 18px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-item-header .support-item-note {
  text-align: right;
  padding-bottom: 10px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-item-header .support-item-note .date-action-create span {
  opacity: 0.8;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-item-header .support-item-note .date-action-create span:first-child {
  margin-right: 5px;
}

.list-support-create .list-support-content .tab-content .support-item-create + .support-item-create {
  margin-top: 20px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback a {
  cursor: pointer;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback a:hover {
  text-decoration: none;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback a.comments-rating i {
  color: #fdc102;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback a.support-content i {
  color: #b53343;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body {
  position: relative;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .close-rating {
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  background: #b53343;
  color: #fff;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .close-rating span {
  font-size: 26px;
  margin-top: -4px;
  height: 100%;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .close-rating:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .modal-body-title {
  text-align: center;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .modal-target-id {
  margin-bottom: 30px;
  text-align: center;
  color: #015ea2;
  font-size: 18px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .rating-stars-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  background: #e7e9f0;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .rating-details-support {
  margin-top: 20px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .rating-details-support .rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 8px auto;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .rating-details-support .rating-item .line-propress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .rating-details-support .rating-item .line-propress .progress-bar {
  background: #fdc102;
}

.list-support-create .list-support-content .tab-content .support-item-create .support-control-feedback .modal .modal-body .total-rating {
  margin-top: 7px;
  text-align: center;
  display: block;
  color: #333;
}

.list-support-create .list-support-content .tab-content .not-support .skeleton-img img {
  width: 350px;
  display: block;
  margin: auto;
}

.list-support-create .list-support-content .tab-content .not-support .skeleton-img img:last-child {
  margin-top: 20px;
}

.list-support-create .list-support-content .tab-content .not-support .not-support-text {
  margin-top: 30px;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 992px) {
  .list-support-create .modal-create-support .modal-support-img {
    display: none;
  }
  .list-support-create .support-left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .list-support-create .support-create-header .support-create-btn {
    margin-right: 0;
  }
  .list-support-create .list-support-content .nav .nav-item .nav-link {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 575px) {
  .list-support-create .support-create-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-support-create .support-create-header .support-create-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .list-support-create .list-support-content .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .list-support-create .list-support-content .nav .nav-item .nav-link {
    padding: 10px;
    font-size: 15px;
  }
  .list-support-create .list-support-content .tab-content .support-item-create .support-item-feedback {
    width: 100%;
    margin-left: 0;
  }
  .list-support-create .list-support-content .tab-content .support-item-create .support-item-comments {
    margin-left: 20px;
  }
  .list-support-create .list-support-content .tab-content .not-support .skeleton-img img {
    width: 100%;
  }
}

.support-detail {
  margin-top: 30px;
  min-height: calc(100vh - 168px);
}

.support-detail .detail-wrapper .detail-title {
  margin-bottom: 30px;
  color: #015ea2;
}

.support-detail .detail-wrapper .detail-content .table tbody {
  border: 1px solid #a2a2a2;
}

.support-detail .detail-wrapper .detail-content .table tbody tr td {
  border-top: none;
  vertical-align: middle;
}

.support-detail .detail-wrapper .detail-content .table tbody tr td:first-child {
  background: #efefef;
  width: 220px;
  color: #4f4f4f;
}

.support-detail .detail-wrapper .detail-content .table tbody tr:nth-child(2n) {
  background: #fafafa;
}

.support-detail .detail-wrapper .history-title {
  margin: 20px 0;
}

.support-detail .detail-wrapper .history-content {
  padding: 15px;
  background: #fafafa;
}

.support-detail .detail-wrapper .history-content .history-item {
  border-bottom: 1px solid #e6e4e4;
}

.support-detail .detail-wrapper .history-content .history-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.support-detail .detail-wrapper .history-content .history-item .item-header .item-avatar {
  height: 40px;
  width: 40px;
  border-radius: 30px;
  background: #015ea2;
  color: #fff;
}

.support-detail .detail-wrapper .history-content .history-item .item-header .item-name {
  margin: 0 10px;
}

.support-detail .detail-wrapper .history-content .history-item .item-header .item-time-update {
  font-size: 13px;
  color: #5c5c5c;
}

.support-detail .detail-wrapper .history-content .history-item .item-body .item-text {
  font-size: 15px;
}

.support-detail .detail-wrapper .history-content .history-item + .history-item {
  margin-top: 15px;
}

.support-detail .detail-wrapper .history-feedback {
  margin-top: 15px;
  display: none;
}

.support-detail .detail-wrapper .history-feedback .form-feedback .form-group label {
  font-size: 14px;
}

.support-detail .detail-wrapper .history-feedback .form-feedback .form-group input[type='file'] {
  font-size: 14px;
}

.support-detail .detail-wrapper .history-feedback .form-feedback .form-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.support-detail .detail-wrapper .history-feedback .form-feedback .btn-feedback {
  padding: 4px 20px;
  margin-top: 20px;
}

.support-detail .detail-wrapper .history-feedback .form-feedback .btn-feedback.btn-cancel {
  background: #fff;
  border: 1px solid #b53343;
  color: #b53343;
}

.support-detail .detail-wrapper .history-feedback .form-feedback .btn-feedback.btn-cancel:hover {
  -webkit-box-shadow: 0px 0px 4px 0px #b53343;
  box-shadow: 0px 0px 4px 0px #b53343;
}

.support-detail .detail-wrapper .history-control {
  margin: 30px 0;
  text-align: right;
}

.support-detail .detail-wrapper .history-control .btn-edit {
  padding: 7px 15px;
}

.support-detail .support-timeline {
  padding: 15px;
}

.support-detail .support-timeline .support-timeline-content {
  background: #eaf6ff;
  padding: 10px;
  border-radius: 15px;
}

.support-detail .support-timeline .support-timeline-content .timeline-title {
  text-align: center;
  color: #015ea2;
}

.support-detail .support-timeline .support-timeline-content .support-sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
  list-style-type: none;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.support-detail .support-timeline .support-timeline-content .support-sessions .timeline-item {
  padding-bottom: 20px;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

.support-detail .support-timeline .support-timeline-content .support-sessions .timeline-item p {
  margin-bottom: 10px;
  font-size: 14.5px;
}

.support-detail .support-timeline .support-timeline-content .support-sessions .timeline-item .writer {
  font-size: 13px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px;
  background: #fff;
  border-radius: 5px;
}

.support-detail .support-timeline .support-timeline-content .support-sessions .timeline-item:last-child {
  border: 0px;
  padding-bottom: 0;
}

.support-detail .support-timeline .support-timeline-content .support-sessions .timeline-item:before {
  content: '';
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  -webkit-box-shadow: 3px 3px 0px #bab5f8;
          box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

.support-detail .support-timeline .support-timeline-content .support-sessions .time-popup {
  color: #015ea2;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .container-details {
    width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .support-detail .support-timeline .support-timeline-content {
    width: 100%;
  }
  .support-detail .detail-wrapper .detail-content .table tbody tr td:first-child {
    width: 150px;
  }
}

.wrapper-question {
  margin-top: 30px;
}

.wrapper-question .image-question {
  height: 100%;
}

.wrapper-question .image-question img {
  margin-top: 150px;
}

.wrapper-question .list-questions {
  height: calc(100vh - 168px);
  padding: 15px;
  -webkit-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.52);
}

.wrapper-question .list-questions .question-search {
  text-align: right;
  margin-bottom: 20px;
}

.wrapper-question .list-questions .question-search .input-group {
  width: 70%;
  margin-left: auto;
  height: 40px;
}

.wrapper-question .list-questions .question-search .input-group .form-control {
  border-radius: 10px;
  height: 100%;
  font-size: 14.5px;
}

.wrapper-question .list-questions .question-search .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #015ea2;
}

.wrapper-question .list-questions .question-search .input-group .btn-search {
  position: absolute;
  right: 0;
  padding: 5px 10px;
  height: 100%;
  width: auto;
  z-index: 100;
  background: #b53343;
  color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-question .list-questions .question-search .input-group .btn-search img {
  height: 100%;
  width: auto;
}

.wrapper-question .list-questions .question-search .input-group .btn-search:hover {
  background: #cd4e5e;
}

.wrapper-question .list-questions .questions-list-content {
  height: calc(100% - 120px);
  overflow-y: scroll;
  padding: 10px;
}

.wrapper-question .list-questions .questions-list-content .question-item .btn-question {
  border: none;
  background: none;
  outline: none;
  color: #015ea2;
  font-size: 18px;
  width: 100%;
  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;
}

.wrapper-question .list-questions .questions-list-content .question-item .btn-question img {
  width: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.wrapper-question .list-questions .questions-list-content .question-item .btn-question[aria-expanded='true'] img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.wrapper-question .list-questions .questions-list-content .question-item .text-question {
  font-size: 18px;
  margin-bottom: 15px;
  color: #015ea2;
}

.wrapper-question .list-questions .questions-list-content .question-item .text-answer {
  text-indent: 20px;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .day-create-question {
  color: #666;
  font-size: 13px;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .like-feedback,
.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .dislike-feedback {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .like-feedback {
  margin-right: 15px;
  border-color: #015ea2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .like-feedback i {
  color: #015ea2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .like-feedback:hover {
  background: #015ea2;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .like-feedback:hover i {
  color: #fff;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .dislike-feedback {
  border-color: #b53343;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .dislike-feedback i {
  color: #b53343;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .dislike-feedback:hover {
  background: #b53343;
}

.wrapper-question .list-questions .questions-list-content .question-item .day-create-control .dislike-feedback:hover i {
  color: #fff;
}

.wrapper-question .list-questions .questions-list-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.wrapper-question .list-questions .questions-list-content::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.wrapper-question .list-questions .questions-list-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #015ea2;
}

.wrapper-question .list-questions .question-pagination {
  margin: 15px 0;
}

.wrapper-question .list-questions .question-pagination .pagination {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper-question .list-questions .question-pagination .pagination .page-item {
  margin-right: 5px;
}

.wrapper-question .list-questions .question-pagination .pagination .page-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapper-question .list-questions .question-pagination .pagination .page-item.active .page-link {
  background: #015ea2;
  color: #fff;
}

.wrapper-question .list-questions .question-pagination .pagination .page-item .page-link {
  font-size: 14px;
  color: #015ea2;
  border-color: #015ea2;
}

.wrapper-question .list-questions .question-pagination .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapper-question .list-questions .question-pagination .pagination .page-item:first-child .page-link, .wrapper-question .list-questions .question-pagination .pagination .page-item:last-child .page-link {
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .wrapper-question .question-list-description {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .wrapper-question {
    margin-top: 30px;
  }
  .wrapper-question .list-questions .question-search .input-group {
    width: 100%;
  }
}

.progress {
  height: 12px;
}

.progress .progress-bar {
  color: #005ea2;
}

.wrapper-rating {
  min-height: calc(100vh - 138px);
}

.wrapper-rating .image-rating-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-rating .rating-content {
  margin-top: 80px;
}

.wrapper-rating .rating-content .rating-feedback {
  padding: 0 10px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-select {
  margin-bottom: 50px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-select .select-rating-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current {
  padding-right: 30px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .feedback-custom {
  font-size: 17px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-value {
  font-weight: 700;
  margin-bottom: 0;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-note {
  color: #888;
  font-size: 12px;
  margin-top: -5px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-stars-feedback {
  margin-bottom: 10px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-stars-feedback i {
  color: #fdc102;
  font-size: 22px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-stars-feedback i.hidden {
  color: #ccc;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-details .rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-details .rating-item .start-num {
  color: #666;
  margin-right: 10px;
}

.wrapper-rating .rating-content .rating-feedback .rating-control .rating-current .rating-details .rating-item .line-propress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrapper-rating .rating-content .rating-description .customer-used {
  margin-bottom: 15px;
}

.wrapper-rating .rating-content .rating-description .description-content {
  height: auto;
  padding: 5px;
  padding: 10px;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .stars-value i {
  color: #fdc102;
  font-size: 16px;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .stars-value i.hidden {
  color: #ccc;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .services-title {
  margin: 10px 0;
  font-weight: 700;
  cursor: pointer;
  display: block;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .services-description {
  font-size: 14px;
  margin-bottom: 10px;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .staff-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .staff-date .staff-action {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question .staff-date span {
  margin: 0 5px;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question.selected {
  background: #fff4d6;
  border-color: #fdc102;
}

.wrapper-rating .rating-content .rating-description .description-content .rating-question:hover {
  background: #fff4d6;
  border-color: #fdc102;
}

.rating-stars {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating-star {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 3.4em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating-star i {
  color: #ccc;
}

.rating-star .selected {
  display: none;
  color: #fdc102;
}

.rating-star.select i,
.rating-star.highlight i {
  display: none;
}

.rating-star.select .selected,
.rating-star.highlight .selected {
  display: block;
}

.rating-star:focus {
  outline: none;
}

@media screen and (max-width: 1199px) {
  .wrapper-rating .rating-content .rating-feedback .rating-star {
    font-size: 38px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-rating .image-rating {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-rating .rating-content .rating-feedback .rating-control .rating-select {
    margin-top: 20px;
  }
  .wrapper-rating .rating-content .rating-feedback .rating-control .rating-select .select-rating-title {
    text-align: center;
  }
  .wrapper-rating .rating-content .rating-feedback .rating-control .rating-select .rating-stars {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper-rating .rating-content .rating-feedback .rating-control .rating-select .rating-stars i {
    font-size: 55px;
  }
}

.wrapper-product .product {
  margin-top: 30px;
  min-height: calc(100vh - 168px);
}

.wrapper-product .product-title {
  margin-bottom: 50px;
  color: #015ea2;
}

.wrapper-product .product .products-list {
  background: #eaf6ff;
  padding: 20px;
}

.wrapper-product .product .products-list .table-product {
  border-collapse: separate;
  margin-bottom: 0;
}

.wrapper-product .product .products-list .table-product td,
.wrapper-product .product .products-list .table-product th {
  text-align: center;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
}

.wrapper-product .product .products-list .table-product th {
  color: #015ea2;
  font-size: 14.5px;
}

.wrapper-product .product .products-list .table-product .product-header {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wrapper-product .product .products-list .table-product .product-header tr th {
  border-top: none;
}

.wrapper-product .product .products-list .table-product .product-header tr .status-title {
  text-align: left;
  padding-left: 25px;
}

.wrapper-product .product .products-list .table-product tbody {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 20px;
}

.wrapper-product .product .products-list .table-product tbody .product-item {
  background: #fff;
}

.wrapper-product .product .products-list .table-product tbody .product-item .product-item-control .btn-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.wrapper-product .product .products-list .table-product tbody .product-item .product-item-control .btn-item-detail img {
  width: 20px;
  display: block;
  margin: auto;
}

.wrapper-product .product .products-list .table-product tbody tr:first-child td:first-child {
  border-top: none;
}

.wrapper-product .product .products-list .table-product tbody .quantity-img {
  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;
}

.wrapper-product .product .products-list .table-product tbody .quantity-img .img-description {
  margin-right: 20px;
}

.wrapper-product .product .products-list .table-product tbody .quantity-img .img-description img {
  height: 60px;
  width: auto;
}

.wrapper-product .product .products-list .table-product tbody .quantity-img .quantity-product {
  margin-bottom: 0;
}

.wrapper-product .product .products-list .table-product tbody .quantity-img .quantity-product span:first-child {
  opacity: 0.8;
}

.wrapper-product .product .products-list .table-product tbody .quantity-img .quantity-product span:last-child {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .wrapper-product .product .product-img {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .wrapper-product .product .products-list .table-product th,
  .wrapper-product .product .products-list .table-product td {
    padding: 10px;
    font-size: 14.5px;
  }
  .wrapper-product .product .products-list .table-product tbody .quantity-img .img-description img {
    width: 35px;
    height: auto;
  }
  .wrapper-product .product .products-list .table-product tbody .quantity-img .quantity-product span:last-child {
    font-size: 17px;
  }
}

.warranty {
  height: calc(100vh - 168px);
  margin-top: 30px;
}

.warranty .warranty-check .warranty-check-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #015ea2;
}

.warranty .warranty-check .warranty-check-content {
  padding: 30px;
  margin-top: 80px;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.warranty .warranty-check .warranty-check-content .form-check-content {
  width: 50%;
  margin: 0 auto;
}

.warranty .warranty-check .warranty-check-content .form-check-content .form-title {
  margin-bottom: 20px;
  color: #526484;
  font-size: 18px;
  text-align: center;
}

.warranty .warranty-check .warranty-check-content .form-check-content .form-check-warranty .form-group label {
  font-size: 15px;
}

.warranty .warranty-check .warranty-check-content .form-check-content .form-check-warranty .form-group input:active, .warranty .warranty-check .warranty-check-content .form-check-content .form-check-warranty .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.warranty .warranty-check .warranty-check-content .form-check-content .form-check-warranty .form-group.group-submit {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .warranty .warranty-description {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .warranty .warranty-check .warranty-check-content {
    padding: 30px 10px;
  }
  .warranty .warranty-check .warranty-check-content .form-check-content {
    width: 100%;
  }
}

.profile-user {
  margin-top: 30px;
  min-height: calc(100vh - 168px);
}

.profile-user .profile-contact {
  background: #eaf6ff;
  height: 100%;
  padding: 30px;
  padding-top: 80px;
  border-radius: 10px;
}

.profile-user .profile-contact .profile-content {
  width: 80%;
  margin: 0 auto;
}

.profile-user .profile-contact .profile-content .profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.profile-user .profile-contact .profile-content .profile-header .profile-avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 20px;
  position: relative;
}

.profile-user .profile-contact .profile-content .profile-header .profile-avatar .profile-image {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.profile-user .profile-contact .profile-content .profile-header .profile-avatar .profile-image img {
  width: 70%;
  margin-top: 25%;
}

.profile-user .profile-contact .profile-content .profile-header .profile-avatar .image-change {
  height: 25px;
  width: 25px;
  background: #b53343;
  padding: 3px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 70%;
  cursor: pointer;
}

.profile-user .profile-contact .profile-content .profile-header .profile-avatar .image-change img {
  width: 70%;
}

.profile-user .profile-contact .profile-content .profile-header .profile-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.profile-user .profile-contact .profile-content .profile-header .profile-name .name {
  margin-bottom: 0;
}

.profile-user .profile-contact .profile-content .profile-header .profile-name p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}

.profile-user .profile-contact .profile-content .profile-form .form .form-group {
  margin-bottom: 20px;
}

.profile-user .profile-contact .profile-content .profile-form .form .form-group label {
  color: #666;
  font-size: 15px;
}

.profile-user .profile-contact .profile-content .profile-form .form .form-group input:focus, .profile-user .profile-contact .profile-content .profile-form .form .form-group input:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-user .profile-contact .profile-content .profile-form .form button {
  margin-top: 30px;
}

.profile-user .profile-img-description {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .profile-user .profile-img-description {
    display: none;
  }
}

.project-create {
  margin-top: 30px;
  min-height: calc(100vh - 168px);
}

.project-create .project-control {
  margin-top: 20px;
}

.project-create .project-control .nav-progress {
  width: 100%;
  background: #e4e9f6;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.project-create .project-control .nav-progress .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  pointer-events: none;
}

.project-create .project-control .nav-progress .nav-item img {
  position: absolute;
  bottom: 6px;
  right: 14px;
  width: 15px;
  display: none;
}

.project-create .project-control .nav-progress .nav-item .nav-link {
  color: #444;
  height: 100%;
  border-left: 1px solid #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-create .project-control .nav-progress .nav-item .nav-link span,
.project-create .project-control .nav-progress .nav-item .nav-link p {
  color: #666;
}

.project-create .project-control .nav-progress .nav-item .nav-link p {
  margin-bottom: 0;
}

.project-create .project-control .nav-progress .nav-item .nav-link .fa {
  font-size: 26px;
}

.project-create .project-control .nav-progress .nav-item .nav-link small {
  color: #666;
}

.project-create .project-control .nav-progress .nav-item .nav-link.active {
  border-top: 4px solid #b53343;
  border-radius: 4px 4px 0 0;
  color: #444;
  background: #fff;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #b53343;
  height: calc(100% + 4px);
}

.project-create .project-control .nav-progress .nav-item .nav-link.active .fa,
.project-create .project-control .nav-progress .nav-item .nav-link.active small,
.project-create .project-control .nav-progress .nav-item .nav-link.active p {
  color: #b53343;
}

.project-create .project-control .nav-progress .nav-item.pass img {
  display: block;
}

.project-create .project-control .tab-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.project-create .project-control .tab-content .tab-pane .create-project-1,
.project-create .project-control .tab-content .tab-pane .create-project-2,
.project-create .project-control .tab-content .tab-pane .create-project-3,
.project-create .project-control .tab-content .tab-pane .create-project-4 {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-create .project-control .tab-content .tab-pane .create-project-1 .text-left,
.project-create .project-control .tab-content .tab-pane .create-project-2 .text-left,
.project-create .project-control .tab-content .tab-pane .create-project-3 .text-left,
.project-create .project-control .tab-content .tab-pane .create-project-4 .text-left {
  margin-top: auto;
}

.project-create .project-control .tab-content .tab-pane .form .form-group {
  margin-bottom: 20px;
}

.project-create .project-control .tab-content .tab-pane .form .form-group label {
  color: #777;
  font-size: 14px;
}

.project-create .project-control .tab-content .tab-pane .form .form-group input:focus, .project-create .project-control .tab-content .tab-pane .form .form-group input:active,
.project-create .project-control .tab-content .tab-pane .form .form-group select:focus,
.project-create .project-control .tab-content .tab-pane .form .form-group select:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check p {
  margin-bottom: 0;
  font-size: 16px;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check input:checked ~ .checkmark {
  background-color: #015ea2;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check input:checked ~ .checkmark::after {
  display: block;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #ccc;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check:hover input:checked ~ .checkmark {
  background-color: #015ea2;
}

.project-create .project-control .tab-content .tab-pane .form .form-group .form-check:hover input ~ .checkmark {
  background-color: #eee;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 {
  padding: 10px;
  padding-bottom: 0;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .create-project-3--header {
  text-align: right;
  margin-bottom: 20px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .create-project-3--header .btn-add-device {
  padding: 6px 15px;
  border-radius: 3px;
  background: #015ea2;
  border: none;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device th,
.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td {
  text-align: center;
  vertical-align: middle;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device th {
  border-top: none;
  font-size: 13px;
  color: #015ea2;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td {
  color: #555;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td .btn-group-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td .btn-group-control .btn-control {
  border: none;
  background: transparent;
  outline: none;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td .btn-group-control .btn-control + .btn-control {
  margin-left: 5px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td .btn-group-control .btn-control img {
  width: 25px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .table-add-device td.serial-number {
  font-size: 14px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-header,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-header {
  position: relative;
  border-bottom: none;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-header .modal-title,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-header .modal-title {
  text-align: center;
  width: 100%;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-header .btn-close-modal,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-header .btn-close-modal {
  position: absolute;
  top: -11px;
  right: -9px;
  padding: 0;
  height: 25px;
  width: 25px;
  background: #b53343;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-header .btn-close-modal .fa,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-header .btn-close-modal .fa {
  font-size: 18px;
  margin-top: 3px;
  margin-right: -1px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-header .btn-close-modal:hover,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-header .btn-close-modal:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .form-group,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .form-group {
  text-align: left;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .form-group textarea:focus,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .form-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .guide-device-input,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input {
  background: #eaf6ff;
  padding: 15px;
  margin-bottom: 20px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-text,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-text {
  text-align: left;
  margin-bottom: 0;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-image,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-image {
  padding: 10px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-image img,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-image img {
  width: 60px;
}

.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-add-device .modal-content .modal-body .form-add-device .guide-device-input p,
.project-create .project-control .tab-content .tab-pane .create-project-3 .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input p {
  margin-bottom: 5px;
  font-size: 15px;
  text-align: center;
}

.project-create .project-control .tab-content .tab-pane .create-project-4 .create-project-4--title {
  margin-top: 20px;
  color: #312b2b;
}

.project-create .project-control .tab-content .tab-pane .create-project-4 .form .form-group .custom-file .custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-create .project-control .tab-content .tab-pane .create-project-4 .form .form-group .custom-file .custom-file-label {
  height: 60px;
}

.project-create .project-control .tab-content .tab-pane .create-project-4 .form .form-group .custom-file .custom-file-label::after {
  content: none;
}

.project-create .project-control .tab-content .tab-pane .create-project-4 .form .form-group .custom-file .custom-file-label .image-add-file {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 5px;
}

.project-create .project-control .tab-content .tab-pane .create-project-4 .form .form-group .custom-file .custom-file-label .image-add-file img {
  height: 100%;
  width: auto;
}

.project-create .create-project-description .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .project-create .create-project-description {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .project-create .project-control .nav-progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-create .project-control .nav-progress .nav-item .nav-link.active {
    border-left: 4px solid #b53343;
    border-top: none;
    margin-bottom: 0;
    border-radius: 4px 0 0 4px;
    margin-left: -3px;
  }
}

.project-list {
  min-height: calc(100vh - 168px);
  margin-top: 30px;
}

.project-list .project-list-title {
  color: #015ea2;
  margin-bottom: 30px;
}

.project-list .project-list-content {
  background: #eaf6ff;
  padding: 20px;
}

.project-list .project-list-content .table-propject-list {
  border-collapse: separate;
  margin-bottom: 0;
}

.project-list .project-list-content .table-propject-list th,
.project-list .project-list-content .table-propject-list td {
  text-align: center;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
}

.project-list .project-list-content .table-propject-list th {
  color: #015ea2;
  font-size: 14.5px;
}

.project-list .project-list-content .table-propject-list .project-list-header {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.project-list .project-list-content .table-propject-list .project-list-header tr th {
  border-top: none;
}

.project-list .project-list-content .table-propject-list .project-list-header tr .status-title {
  text-align: left;
  padding-left: 25px;
}

.project-list .project-list-content .table-propject-list tbody {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 20px;
}

.project-list .project-list-content .table-propject-list .project-item {
  background: #fff;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-capacity p {
  margin-bottom: 0;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-capacity small {
  color: #666;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-status .dot-status {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #70ff00;
  border-radius: 10px;
  margin-right: 5px;
  position: relative;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-status .dot-status::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  background: inherit;
  border-radius: 10px;
  z-index: 0;
  -webkit-animation: effect infinite 1.5s;
          animation: effect infinite 1.5s;
}

@-webkit-keyframes effect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0.1;
  }
}

@keyframes effect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0.1;
  }
}

.project-list .project-list-content .table-propject-list .project-item .project-item-status .status-text {
  font-size: 14.5px;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-address {
  width: 25%;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-address p {
  margin-bottom: 0;
  font-size: 14.5px;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-control .btn-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  box-shadow: 0 15.5px 31px -7.5px rgba(108, 126, 142, 0.22), 0 1px 2px 0 rgba(198, 209, 220, 0.27);
  -webkit-box-shadow: 4px 4px 10px 0px #cccccc;
  box-shadow: 4px 4px 10px 0px #cccccc;
}

.project-list .project-list-content .table-propject-list .project-item .project-item-control .btn-item-detail img {
  width: 20px;
  display: block;
  margin: auto;
}

.project-list .project-list-description {
  height: calc(100vh - 168px);
}

.project-list .project-list-description .img-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-list .project-list-description .img-content img {
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .project-list .project-list-description {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .project-list .project-list-content {
    padding: 10px;
  }
  .project-list .project-list-content .table-propject-list .project-list-header .address-title {
    display: none;
  }
  .project-list .project-list-content .table-propject-list .project-item .project-item-capacity small {
    display: none;
  }
  .project-list .project-list-content .table-propject-list .project-item .project-item-status .dot-status {
    display: block;
    margin: auto;
  }
  .project-list .project-list-content .table-propject-list .project-item .project-item-address {
    display: none;
  }
}

.project-detail {
  min-height: calc(100vh - 168px);
  width: 88%;
  margin: 0 auto;
  margin-top: 30px;
}

.project-detail .project-detail-title {
  color: #015ea2;
}

.project-detail .project-detail-content {
  background: #eaf6ff;
  padding: 20px;
}

.project-detail .project-detail-content .detail-item {
  background: #fff;
  padding: 15px;
}

.project-detail .project-detail-content .detail-item + .detail-item {
  margin-top: 20px;
}

.project-detail .project-detail-content .project-detail-info .project-info-title {
  color: #015ea2;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group {
  margin-bottom: 20px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 20px);
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group label {
  color: #777;
  font-size: 14px;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group input:focus, .project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group input:active,
.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group select:focus,
.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group select:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group input {
  font-size: 15px;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check p {
  margin-bottom: 0;
  font-size: 16px;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check input:checked ~ .checkmark {
  background-color: #015ea2;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check input:checked ~ .checkmark::after {
  display: block;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #ccc;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check:hover input:checked ~ .checkmark {
  background-color: #015ea2;
}

.project-detail .project-detail-content .project-detail-info .project-info-content .form-info .form-group .form-check:hover input ~ .checkmark {
  background-color: #eee;
}

.project-detail .project-detail-content .project-detail-asset .project-asset-title .info-title {
  color: #015ea2;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device th,
.project-detail .project-detail-content .project-detail-asset .table-detail-device td {
  text-align: center;
  vertical-align: middle;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device th {
  border-top: none;
  font-size: 13px;
  color: #015ea2;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device td {
  font-size: 14px;
  color: #555;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device td .btn-group-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device td .btn-group-control .btn-control {
  border: none;
  background: transparent;
  outline: none;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device td .btn-group-control .btn-control + .btn-control {
  margin-left: 5px;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device td .btn-group-control .btn-control img {
  width: 20px;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-device td.serial-number {
  font-size: 14px;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile {
  display: none;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device {
  padding: 10px;
  background: #fff;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device .item-text p,
.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device .item-value p {
  margin-bottom: 0;
  font-size: 16px;
  color: #555;
  padding: 5px;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device .item-text {
  width: 40%;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device .item-text p {
  color: #666;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device .item-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .assset-device .item-value p {
  text-align: right;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .item-assset-control .item-text,
.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .item-assset-control .item-value {
  text-align: center;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .item-assset-control .btn-control {
  border: none;
  background: none;
  outline: none;
  padding: 5px 15px;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device .item-assset-control .btn-control img {
  width: 25px;
}

.project-detail .project-detail-content .project-detail-asset .table-detail-mobile .item-asset-device + .item-asset-device {
  margin-top: 10px;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-header {
  position: relative;
  border-bottom: none;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-header .modal-title {
  text-align: center;
  width: 100%;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-header .btn-close-modal {
  position: absolute;
  top: -11px;
  right: -9px;
  padding: 0;
  height: 25px;
  width: 25px;
  background: #b53343;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-header .btn-close-modal .fa {
  font-size: 18px;
  margin-top: 3px;
  margin-right: -1px;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-header .btn-close-modal:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .form-group {
  text-align: left;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .form-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input {
  background: #eaf6ff;
  padding: 15px;
  margin-bottom: 20px;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-text {
  text-align: left;
  margin-bottom: 0;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-image {
  padding: 10px;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input .guide-title .guide-image img {
  width: 60px;
}

.project-detail .project-detail-content .project-detail-asset .modal-edit-device .modal-content .modal-body .form-add-device .guide-device-input p {
  margin-bottom: 5px;
  font-size: 15px;
  text-align: center;
}

.project-detail .project-detail-content .project-detail-attack-file .project-attack-file .attack-file-title {
  color: #015ea2;
}

.project-detail .project-detail-content .project-detail-attack-file .attack-file-content .attack-file-content-title {
  font-size: 14.5px;
}

.project-detail .project-detail-content .project-detail-control {
  margin-top: 30px;
  text-align: center;
}

.project-detail .project-detail-content .project-detail-control .btn-detail-return {
  display: inline-block;
}

.project-detail .project-detail-content .project-detail-control .btn-detail-return:hover {
  text-decoration: none;
  color: #b53343;
  background: #fff;
}

.project-detail .project-detail-description {
  height: calc(100vh - 168px);
}

.project-detail .project-detail-description .img-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-detail .project-detail-description .img-content img {
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .project-detail .project-detail-description {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .project-detail {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .project-detail .project-detail-content {
    background: #fff;
    padding: 20px 10px;
  }
  .project-detail .project-detail-content .project-detail-asset .table-detail-desktop {
    display: none;
  }
  .project-detail .project-detail-content .project-detail-asset .table-detail-mobile {
    display: block;
  }
  .project-detail .project-detail-content .detail-item {
    background: #eaf6ff;
  }
  .project-detail .project-detail-content .detail-item h5 {
    margin-bottom: 20px;
  }
}

.wrapper-not-found {
  background: #eaf6ff;
}

.wrapper-not-found .not-found {
  min-height: calc(100vh - 74px);
}

.wrapper-not-found .not-found .not-found-content {
  padding: 50px;
  border-radius: 10px;
}

.wrapper-not-found .not-found .not-found-content .not-found-title {
  color: #015ea2;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper-not-found .not-found .not-found-content .not-found-image img {
  width: 600px;
}

.wrapper-not-found .not-found .not-found-content .control-return {
  text-align: center;
  margin-top: 50px;
}

.wrapper-not-found .not-found .not-found-content .control-return .btn-go-back:hover {
  text-decoration: none;
  color: #fff;
}

.wrapper-not-found .not-found .not-found-content .control-return .btn-go-back img {
  width: 18px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.wrapper-not-found .not-found .not-found-content .control-return .btn-go-back span {
  margin-top: 3px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .wrapper-not-found .not-found .not-found-content {
    padding: 10px 35px;
  }
  .wrapper-not-found .not-found .not-found-content .not-found-title {
    font-size: 24px;
  }
  .wrapper-not-found .not-found .not-found-content .not-found-image img {
    width: 100%;
  }
}

@font-face {
  src: url(./fonts/Gilroy-Medium.otf) format("otf");
  font-family: Gilroy;
}

body {
  margin: 0;
  font-family: 'Gilroy', sans-serif;
}

body.fixed {
  overflow: hidden;
}

img {
  width: 100%;
}

.container-custom {
  width: 88%;
  margin: 0 auto;
}

.flex-center {
  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;
}

.btn-solar, .btn-solar--secondary {
  color: #fff;
  border: 1px solid #b53343;
  background: #b53343;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 50px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-solar:hover, .btn-solar--secondary:hover {
  background: #d36270;
}

.btn-solar:focus, .btn-solar--secondary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-solar--secondary {
  background: #fff;
  color: #b53343;
}

.btn-solar--secondary:hover {
  background: none;
  -webkit-box-shadow: 0px 0px 4px 0px #b53343;
          box-shadow: 0px 0px 4px 0px #b53343;
}

.btn-solar--small {
  padding: 7px 15px;
}

.custom-file {
  font-size: 14px;
}

.custom-file label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-file .file-select {
  display: block;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.custom-file .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.custom-file .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.custom-file .file-select:hover {
  border-color: #015ea2;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.custom-file .file-select:hover .file-select-button {
  background: #015ea2;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.custom-file .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.custom-file .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.custom-file .file-select.file-select-disabled:hover .file-select-button {
  background: rgba(228, 233, 246, 0.4);
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.custom-file .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.custom-file.active .file-select {
  border-color: #015ea2;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.custom-file.active .file-select .file-select-button {
  background: #015ea2;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
/*# sourceMappingURL=index.css.map */
.language-item {
  padding-left: 80px;
  font-size: .8em;
}