@font-face {
  font-family: proxima-nova-reg;
  src: url(../fonts/proxima-nova-regular.otf);
}

@font-face {
  font-family: lato-regular;
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: lato-bold;
  src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: arimo-regular;
  src: url(../fonts/Arimo-Regular.ttf);
}

@font-face {
  font-family: arimo-bold;
  src: url(../fonts/Arimo-Bold.ttf);
}

html {
  background: #f4f6f9;
}

body {
  font-family: arimo-regular;
}

.font-title {
  font-family: arimo-bold;
}

h3 {
  text-transform: uppercase;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.company-text {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8) !important;
}

.control-sidebar {
  display: none !important;
}

.navbar-expand .navbar-nav .dropdown:last-child .dropdown-menu {
  min-width: 13rem;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

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

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

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

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

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

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

li.tree-opened>.toggler:before,
li.tree-closed>.toggler:before {
  color: #fff;
}

li.tree-closed>.toggler:before {
  font-family: FontAwesome;
  content: "\f07b";
  margin-right: 10px;
  color: #fff;
}

li.tree-opened>.toggler:before {
  font-family: FontAwesome;
  content: "\f07b";
  margin-right: 10px;
  color: #fff;
}

li.tree-empty>.toggler {
  opacity: 1;
}

li.tree-empty>.toggler:before {
  font-family: FontAwesome;
  content: "\f07b";
  margin-right: 10px;
  color: #fff;
}

.nav-sidebar .nav-item>.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-sidebar .nav-item>.nav-link {
  text-transform: lowercase;
  font-size: 14px;
}

.nav-sidebar .nav-item>.nav-link p:first-letter {
  text-transform: uppercase;
}

.sidebar .nav-link p {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-9pt {
  font-size: 9px !important;
}

.font-10pt {
  font-size: 10px !important;
}

.font-11pt {
  font-size: 11px !important;
}

.font-12pt {
  font-size: 12px !important;
}

.font-13pt {
  font-size: 13px !important;
}

.font-14pt {
  font-size: 14px !important;
}

.font-15pt {
  font-size: 15px !important;
}

.font-16pt {
  font-size: 16px !important;
}

.font-17pt {
  font-size: 17px !important;
}

.font-18pt {
  font-size: 18px !important;
}

.font-19pt {
  font-size: 19px !important;
}

.font-20pt {
  font-size: 20px !important;
}

.font-21pt {
  font-size: 21px !important;
}

.font-22pt {
  font-size: 22px !important;
}

.font-23pt {
  font-size: 23px !important;
}

.font-24pt {
  font-size: 24px !important;
}

.font-25pt {
  font-size: 25px !important;
}

.radius-xs {
  border-radius: 0.3rem !important;
}

.pd-bt-0 {
  padding-bottom: 0 !important;
}

.bg-light-secondary {
  background-color: #b23cfd17;
  color: #b23cfd !important;
}

.radius-sm {
  border-radius: 0.5rem !important;
}

.w-9r {
  width: 9rem;
}

.w-7r {
  width: 7rem;
}

.w-60 {
  width: 60%;
}

.border-5pt-white {
  border: 5px solid !important;
}

.radius-md {
  border-radius: 1rem !important;
}

.radius-025 {
  border-radius: 0.25rem;
}

.radius-lg {
  border-radius: 1.5rem !important;
}

.radius-xl {
  border-radius: 2rem !important;
}

.bg-light-primary {
  color: #00bcd0 !important;
  background-color: #e1f0ff !important;
}

.bg-light-warning {
  color: #ffa800 !important;
  background-color: #fff4de !important;
}

.border-primary {
  border: 1px solid #00bcd0 !important;
}

.border-secondary {
  border: 1px solid #6c757d !important;
}

.border-danger {
  border: 1px solid #dc3545 !important;
}

.bg-light-success {
  background-color: #c9f7f5 !important;
  color: #1bc5bd !important;
}

.detail-text {
  width: 580px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bg-light-danger {
  color: #f64e60 !important;
  background-color: #ffe2e5 !important;
}

.bg-light-warning {
  color: #ffa800 !important;
  background-color: #fff4de !important;
}

.bg-light-info {
  color: #8950fc !important;
  background-color: #eee5ff !important;
}

.overflow-hidden {
  overflow: hidden;
}

.tooltip .tooltip-inner {
  white-space: unset !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #E1F0FF !important;
  color: #3a3a3a !important;
}

.tooltip {
  opacity: 1 !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #E1F0FF !important;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #E1F0FF !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-right-color: #E1F0FF !important;
}

.tooltip .tooltiptext::after {
  border-color: black transparent transparent transparent;
}

.btn-default {
  background-color: #f0f0f0;
  color: #444;
  border-color: #ddd;
}

.mytree {
  margin-top: 15px;
  padding: 0px 5px;
  background: #59698d;
  border-radius: 5px;
  overflow-x: auto;
}

.mytree::-webkit-scrollbar {
  height: 5px;
}

.mytree::-webkit-scrollbar-track {
  background: #1c2331;
}

.mytree::-webkit-scrollbar-thumb {
  background: #888;
}

.mytree::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mytree a {
  color: #fff;
}

.mytree .tree-opened {
  color: #fff;
  padding-right: 0px;
}

.mytree .tree-opened a {
  white-space: nowrap;
  color: #fff;
}

.mytree>li>ul>li>ul>li>.toggler:before {
  content: none;
}

.mytree>li>ul>li>ul>li>a:before {
  font-family: FontAwesome;
  content: "\f07b";
  margin-right: 10px;
  color: #fff;
}

.nav-link.sub-nav-link-active {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
}

.call-in-panel.call-panel-container {
  position: relative;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  bottom: 0;
  width: 30%;
  margin: 6% auto 0 auto;
  padding: 15px 0px;
}

.call-in-panel.call-panel-container .call-show-number .form-control {
  min-height: 100px;
}

.tree-empty {
  margin-top: 5px;
}

.tree-opened ul,
.tree-closed ul {
  padding-left: 20px;
  border-radius: 5px;
}

.tree-opened ul li:last-child,
.tree-closed ul li:last-child {
  border: none;
  margin-bottom: -10px;
  margin-top: 0px;
}

.treemenu>li {
  border-radius: 5px;
  padding: 10px 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-table;
  width: 100%;
}

.tree-opened li,
.tree-closed li {
  padding-left: 0px;
  padding-right: 0px;
}

.sub-two {
  margin: 0px 0px 0px 10px;
}

.sub-ul {
  margin: 0px 37px;
}

.nav-link {
  display: block;
  padding: 0.5rem 5px;
  /*text-transform: capitalize;*/
}

.nav-sidebar .nav-link>p>.right {
  right: 0.5rem;
}

.dataTables_wrapper {
  width: 100%;
}

.brand-image {
  object-fit: contain;
  width: 100%;
  margin-left: 0px;
}

.content-wrapper>.content {
  padding: 10px;
}

tbody {
  background-color: #fff;
}

.dropdown-menu-lg .dropdown-item:after,
.dropdown-item:after {
  content: "";
  display: block;
  clear: both;
}

.dropdown-menu-lg .dropdown-item,
.dropdown-item {
  white-space: inherit;
}

.form-login-index ::-webkit-input-placeholder {
  color: white;
  font-weight: 300;
}

.form-login-index :-moz-placeholder {
  color: white;
  opacity: 1;
  font-weight: 300;
}

.form-login-index ::-moz-placeholder {
  color: white;
  opacity: 1;
  font-weight: 300;
}

.form-login-index :-ms-input-placeholder {
  color: white;
  font-weight: 300;
}

.form-login-index .wrapper {
  height: 100vh;
  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;
  background: #45cafc;
  background: linear-gradient(to bottom right, #45cafc 0%, #303f9f 200%);
  overflow: hidden;
}

.form-login-index .wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
}

.form-login-index .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.form-login-index .container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}

.form-login-index form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.form-login-index form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: left;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}

.form-login-index form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.form-login-index form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
}

.form-login-index form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #45cafc;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
}

input[type="number"].show-arrow-number::-webkit-inner-spin-button,
input[type="number"].show-arrow-number::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.form-login-index form button:hover {
  background-color: #f5f7f9;
}

.form-login-index .bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.form-login-index .bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}

.form-login-index .bg-bubbles li:nth-child(1) {
  left: 10%;
}

.form-login-index .bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.form-login-index .bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.form-login-index .bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}

.form-login-index .bg-bubbles li:nth-child(5) {
  left: 70%;
}

.form-login-index .bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.form-login-index .bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.form-login-index .bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.form-login-index .bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}

.form-login-index .bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

.btn {
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border: 0;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
}

.btn-deep-purple {
  background-color: #9b6ef3 !important;
  color: #fff !important;
}

.text-deep-purple {
  color: #977fd7 !important;
}

.btn-deep-orange {
  background-color: #ff7043 !important;
  color: #fff !important;
}

.text-deep-orange {
  color: #ff7043 !important;
}

.btn-mdb-color {
  background-color: #59698d !important;
  color: #fff !important;
}

.text--mdb-color {
  color: #59698d !important;
}

.btn-light-blue {
  background-color: #82b1ff !important;
  color: #fff !important;
}

.pd-0 {
  padding: 0;
}

.text-light-blue {
  color: #82b1ff !important;
}

.btn-blue-grey {
  background-color: #78909c !important;
  color: #fff !important;
}

.text-blue-grey {
  color: #78909c !important;
}

.btn-light-green {
  background-color: #8bc34a !important;
  color: #fff !important;
}

.text-light-green {
  color: #8bc34a !important;
}

.btn-primary {
  background-color: #00bcd0 !important;
  color: #fff !important;
}

.btn-primary-50 {
  background-color: rgba(0, 123, 255, 0.5);
  color: #fff !important;
}

.text-primary {
  color: #00bcd0 !important;
}

.btn-danger {
  background-color: #ff3547 !important;
  color: #fff !important;
}

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

.btn-secondary,
.btn-secondary:hover {
  color: #fff;
  background-color: #b23cfd;
}

.text-secondary {
  color: #b23cfd !important;
}

.btn-success {
  background-color: #00c851 !important;
  color: #fff !important;
}

.text-success {
  color: #00c851 !important;
}

.btn-info {
  background-color: #33b5e5 !important;
  color: #fff !important;
}

.text-info {
  color: #33b5e5 !important;
}

.btn-warning {
  background-color: #f80 !important;
  color: #fff !important;
}

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

.text-unsetcase {
  text-transform: lowercase !important;
}

.text-unsetcase:first-letter,
.text-unsetcase::first-letter {
  text-transform: uppercase !important;
}

.sticky-top {
  z-index: 999;
}

.table .thead-cs,
.thead-cs {
  color: #fff;
  background-color: #007bff;
}

.table.table-border-white thead th {
  border: 1px solid #fff !important;
}

.right-panel-content .card-header {
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 22px;
}

.card-header-bg {
  background: rgba(0, 0, 0, 0.03);
}

.table .thead-cs th {
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.table .thead-cs th {
  text-align: center;
  border: none;
}

.info-table td {
  background-color: #fff;
  text-align: center;
}

.check-wrap {
  text-align: center;
  position: relative;
}

.check-wrap .custom-control {
  cursor: pointer;
  position: absolute;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  top: 0%;
  bottom: 0;
  left: 10%;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

.absolute-left-0 {
  left: 0;
}

.absolute-left-15 {
  left: 0;
}

.check-wrap .custom-control input,
.check-wrap .custom-control label {
  cursor: pointer;
}

.btn:active,
.btn:focus,
.check-wrap .custom-control input:active,
.check-wrap .custom-control input:focus,
.check-wrap .custom-control label:active,
.check-wrap .custom-control label:focus {
  box-shadow: none !important;
  outline: none !important;
}

.reset-password,
.edit-info {
  cursor: pointer;
}

.chart-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.fn-wrap {
  padding: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fn-wrap:hover {
  -ms-transform: translateY(-10px);
  /* IE 9 */
  -webkit-transform: translateY(-10px);
  /* Safari */
  transform: translateY(-10px);
}

.fn-wrap .fa {
  display: block;
  width: 100%;
  font-size: 50px;
  text-align: center;
  margin-bottom: 17px;
}

.fn-wrap span {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
  height: 12px;
  line-height: 12px;
}

.right-panel-content h3,
.left-panel-content h3 {
  font-size: 20px;
}

.list-document-folder .list-group-item {
  border-radius: 0px;
  padding: 10px;
}

.list-document-folder .list-group-item:before {
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 5px;
}

.list-document-folder a:first-child .list-group-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.list-document-folder a:last-child .list-group-item {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list-document-folder .card .list-group-item {
  border-radius: 0px;
  border: none;
}

.list-document-folder .card .list-group-item:before {
  font-family: FontAwesome;
  content: "\f0f6";
  margin-right: 5px;
}

.list-document-folder .card {
  border-radius: 0px;
  border: none;
  margin-bottom: 0px !important;
  box-shadow: none;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
}

.btn-swap-value {
  margin-top: 50px;
}

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

.title-hoantien {
  padding-top: 5px;
}

.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.custon-input-append {
  border: 1px solid #dee2e6 !important;
}

.custom-form-input-search-list {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.form-hoantien {
  border: 1px solid #ced4da;
  opacity: 1;
  border-radius: 0.25rem;
  padding-top: 0.7rem;
  padding-bottom: 0.625rem;
}

.pd-r-0 {
  padding-right: 0 !important;
}

.pd-l-0 {
  padding-left: 0 !important;
}

.right-panel-content>.sticky-top>.custom-select {
  margin-top: 2.5px !important;
  margin-bottom: 15px !important;
}

.right-panel-content>.sticky-top>a>.btn {
  margin-top: 17px !important;
  margin-bottom: 15px !important;
  /* height: 35px; */
}

.border-none {
  border-style: none;
}

.title-sanpham {
  border-radius: 0.25rem;
  margin-bottom: 3px !important;
  opacity: 0.8;
  color: red;
  font-weight: 600;
  background-color: #f1f1f1;
  text-align: center;
}

.title-middle-content {
  padding-bottom: 3px;
  opacity: 0.9;
  /* font-size: 15px; */
  font-weight: 600;
}

.font-6pt {
  font-size: 6px;
}

.title-bottom-content {
  font-weight: 500;
  opacity: 0.7;
}

.soluong {
  font-weight: 600;
}

.tien-hang {
  opacity: 0.9;
  font-weight: 600;
  font-size: 15px;
}

.title-thanhtoan {
  opacity: 0.7;
  font-weight: 500;
}

.title-trangthai {
  opacity: 0.9;
  font-size: 17px;
  font-weight: 600;
}

/* th::after {
  display: none !important;
}
th::before {
  display: none !important;
} */
.op8 {
  opacity: 0.8;
}

.op9 {
  opacity: 0.9;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.custom-td-quote-manage {
  padding: 10px;
  /* margin-top: -1px; */
  right: 0;
  position: absolute;
  left: 1px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dee2e6;
}

.color-text-hoatdong {
  color: #5B8183;
}

.color-star {
  color: #FBB142;
}

.font-26pt {
  font-size: 26px !important;
}

.font-30pt {
  font-size: 30px !important;
}

.font-32pt {
  font-size: 32px !important;
}

.card-hoatdong {
  border-radius: 16px;
  background-color: #E3F5FF;
}

.shadow-hoatdong {
  box-shadow: 0px 4px 6px 2px #A6E0F9B8;
}

.last-mt-0:last-child {
  margin-top: 0 !important;
}

.last-mr-0:last-child {
  margin-right: 0 !important;
}

.last-ml-0:last-child {
  margin-bottom: 0 !important;
}

.last-mb-0:last-child {
  margin-bottom: 0 !important;
}

.last-pt-0:last-child {
  padding-top: 0 !important;
}

.last-pr-0:last-child {
  padding-right: 0 !important;
}

.last-pl-0:last-child {
  padding-bottom: 0 !important;
}

.last-pl-0:last-child {
  padding-left: 0 !important;
}

.text-line-break {
  line-break: anywhere;
}

.h-16rem {
  height: 16rem;
}

.h-20rem {
  height: 20rem;
}

.font-italic {
  font-style: italic;
}

.padding-custom-form-cb {
  padding-top: 1.06rem;
  padding-bottom: 1.05rem;
}

.content-hoatdong-color {
  color: #5B8183 !important;
}

.position-relative {
  position: relative !important;
}

.img-responsive {
  width: 100%;
  height: 200px;
  border-radius: 1.25rem;
  object-fit: cover;
  max-width: 100%;
  cursor: pointer;
}

.border-left-primary {
  border-left: 1px solid #00bcd0;
}

.lh-24pt {
  line-height: 2.4rem;
}

.lh-2pt {
  line-height: 2rem;
}

.shadow-money {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.border-bottom-success {
  border-bottom: 1px solid #00bcd0 !important;
}

.pd-l-12rem {
  padding-left: 12rem;
}

.table-bordered .khanh td {
  margin-top: 20px !important;
}

.font-family-auto {
  font-family: auto;
}

.font-600pt {
  font-weight: 600;
}

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

.title-dvvc {
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 17px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
  float: right;
  overflow: auto;
  padding-top: 0.5em;
}

div.dataTables_wrapper div.dataTables_info {
  display: inline-block;
  float: left;
  overflow: auto;
}

.ncr-td-first {
  width: 25%;
}

.ncr-td-second {
  width: 80%;
}

.table-responsive {
  display: table !important;
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-scroll {
  display: table;
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-scroll-x {
  display: table;
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-open .modal {
  overflow: hidden;
  z-index: 9999;
}

.modal-open {
  padding-right: 0px !important;
}

.modal-body {
  overflow: auto;
  position: relative;
  display: block;
  width: 100%;
  max-height: 450px;
}

.dc-container .col-sm-4 {
  margin-bottom: 15px;
  position: relative;
}

.dc-wrap {
  padding: 10px;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  min-height: 70px;
}

.dc-wrap a {
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.dc-wrap a:before {
  font-family: FontAwesome;
  content: "\f022";
  margin-right: 5px;
}

.custom-pd {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.bd-circle {
  width: 20px;
  height: 20px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: 0;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
}

.dc-new {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.dc-new .dc-new-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  display: inline-block;
  float: left;
}

.dc-new .dc-new-date {
  float: right;
}

.dc-new::after {
  content: "";
  clear: both;
  display: table;
}

.update {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active {
  color: #979ba3;
  background-color: transparent;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active:hover {
  color: #979ba3;
  background-color: rgba(0, 0, 0, 0.1);
}

.img-download {
  position: relative;
  z-index: 9999;
}

.img-download a {
  display: inline-block;
  width: 49%;
}

.img-download a:first-child {
  text-align: right;
}

.img-download a:last-child {
  text-align: left;
}

.img-download a img {
  height: 41px;
}

.loading-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.loading-bg .load-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-bg .load-content img {
  display: block;
  margin: 0 auto;
}

.download-app a img {
  display: inline-block;
  max-width: 47%;
}

.card-header.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.input-group>.select2-container--bootstrap4,
.select2-container--bootstrap4 {
  width: 100% !important;
}

.sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-item .nav-link p {
  display: none;
}

.sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-item .nav-link {
  width: 100%;
  text-align: center;
  margin-right: 0px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item .nav-link p {
  display: inline-block;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item .nav-link {
  text-align: left;
  margin-right: 5px;
}

.new-login-wrap {
  height: 100vh;
  overflow: hidden;
}

.side-login-container {
  height: 85vh;
  width: 85%;
  margin: 0 auto;
}

.form-input-login .form-control,
.form-input-login .btn {
  border-radius: 25px;
}

.new-img-login {
  background: #eef8fe;
  overflow: hidden;
}

.new-img-login img {
  padding: 20px;
}

.side-login {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

img.img-login {
  height: 80px;
}

.alert-text-login {
  background: rgba(255, 53, 71, 0.2);
  padding: 10px;
  border-radius: 25px;
}

.no-active-focus:active,
.no-active-focus:focus,
.no-active-focus *:active,
.no-active-focus *:focus {
  box-shadow: none !important;
  outline: none !important;
}

.content>.container-fluid>.container {
  max-width: unset;
}

.max-width-content .left-panel-content {
  flex: 0 0 79%;
  max-width: 79%;
}

.max-width-content .right-panel-content {
  flex: 0 0 21%;
  max-width: 21%;
}

/* 
.table th,
.table td {
    padding: 10px 7px;
    font-size: 14px;
} */

.showCallScreen {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.call-panel-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.call-panel .modal-dialog {
  max-width: 320px;
  height: 85%;
}

.call-panel .modal-dialog .modal-content,
.call-now .modal-dialog .modal-content {
  height: 100%;
  border-radius: 5px;
}

.call-now .modal-dialog .modal-content:first-child {
  background: #00c6ff;
  background: -webkit-linear-gradient(to top, #0072ff, #00c6ff);
  background: linear-gradient(to top, #0072ff, #00c6ff);
}

.call-panel .modal-dialog .modal-content .modal-body,
.call-now .modal-dialog .modal-content .modal-body {
  max-height: unset;
}

.call-number-item,
.call-panel-action .call-action-item {
  width: 32%;
}

.call-number-item span,
.call-panel-action .call-action-item span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px auto;
  font-size: 21px;
  cursor: pointer;
}

.call-action-item img {
  height: 27px;
}

.call-number-item span:active {
  background: rgba(0, 0, 0, 0.05);
}

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

.call-history-table {
  font-size: 13.5px;
}

.call-history-table.table-scroll {
  display: block;
}

.call-history-table tbody tr:hover {
  background: #fff;
}

.call-history-table .btn-history-action {
  padding: 0px;
  width: 30px;
  height: 30px;
}

.icon-customer-call {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.img-call-now {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.table th,
.table td {
  padding: 10px 7px;
  font-size: 14px;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-35rem {
  margin-top: 3.5rem;
}
.mt-2rem {
  margin-top: 2rem;
}
.showInfoCallUser {
  overflow: auto;
  display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin: 0.1rem !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0.25rem 0.375rem 0rem 0.75rem !important;
}

.select2-search__field {
  display: none !important;
}

.customer-call-container {
  border-radius: 10px;
  padding: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: unset !important;
}

.customer-call-item>.customer-call-content {
  font-size: 14px;
  margin-top: 35px;
  width: 84%;
}

#callNowModal,
#callNowModalTo {
  z-index: 9999;
}

#custom-fixed .content-wrapper {
  min-height: 0 !important;
}

#callNowModal .modal-dialog,
#callNowModalTo .modal-dialog {
  max-width: unset;
  height: 90%;
}

.call-now-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-call-status {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-action-mess {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

.letter-first-uppercase::first-letter {
  text-transform: uppercase;
}

#callNowModal .modal-dialog .modal-content:first-child,
#callNowModalTo .modal-dialog .modal-content:first-child {
  width: 25%;
}

#callNowModal .modal-dialog .modal-content:last-child,
#callNowModalTo .modal-dialog .modal-content:last-child {
  width: 55%;
}

.call-now-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */
}

.call-now-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.call-now-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6);
}

.multiselect-container>li>a>label {
  padding: 5px 10px !important;
  width: 100%;
}

.multiselect-native-select .btn-group {
  width: 100%;
}

.multiselect-native-select .multiselect.dropdown-toggle {
  width: 100%;
  display: block;
}

.close-call-mobile {
  display: none;
}

.close-callInput,
.close-calling {
  width: 40px;
  height: 40px;
}

/* .sidebar-dark-primary .nav-treeview>.nav-item>.nav-link {
    text-transform: capitalize;
} */

/*.nav-sidebar {
    overflow-x: hidden;
}

.nav-item.has-treeview ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item.has-treeview ul li a p {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

.nav-sidebar>.nav-item {
  width: 100%;
}

.nav-sidebar .nav-item.has-treeview ul.nav-treeview .nav-item p {
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 13px;
  position: relative;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
  width: 1rem;
  font-size: 7px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.nav-sidebar>.nav-item .nav-icon {
  font-size: 1rem;
}

.table thead th {
  white-space: nowrap;
}

.table-full-scroll {
  overflow-x: auto;
  width: 100%;
}

.main-sidebar {
  overflow-x: hidden;
}

.right-panel-content .card .card-header.btn {
  cursor: context-menu !important;
  height: 36px;
  line-height: 30px;
}

.right-panel-content .card,
.right-panel-content .select2-container--bootstrap4 {
  top: 1px;
}

.right-panel-content .select2-container--bootstrap4 .select2-selection--single {
  height: 37px;
  border-radius: 3px !important;
}

.main-header.navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.cs-db-2 .form-control {
  height: 37px;
}

.icon-status-btn {
  width: 36px;
  height: 36px;
  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;
}

.cursor-unset {
  cursor: unset !important;
}

.btn-no-pointer {
  cursor: context-menu !important;
}

.line-span-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  bottom: 5px;
}

.position-search-right {
  position: absolute;
  right: 10px;
}

.loading-progress {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.loading-progress .loading-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-message {
  font-size: 14px;
  color: red;
}

.pd-t-b {
  padding-top: 0;
  padding-bottom: 0;
}

.tooltip {
  z-index: 999999;
}

.dropdown-menu.dropdown-menu-lg.dropdown-menu-right.custom-dropdown-menu.dropdownNotificationContainer.show {
  min-width: 390px;
}

@-webkit-keyframes btnReportPulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(66, 133, 244, 0);
  }

  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(66, 133, 244, 0);
  }
}

@-webkit-keyframes pulseCall {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*.btn-wrap-call{
    display: none;
}*/

.btn-call-purple {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 80px;
  right: 40px;
  cursor: pointer;
  z-index: 9999;
}

.smooth-transition {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.pulse-call {
  box-shadow: 0 0 0 0 rgb(255, 255, 255, 0.5);
  -webkit-animation: pulseCall 1.5s infinite;
}

.btnToggleReport {
  box-shadow: 0 0 0 0 rgb(66, 133, 244, 0.5);
  -webkit-animation: btnReportPulse 1.5s infinite;
}

.hideInputFilter input {
  display: none;
}

label,
label.col-form-label,
.form-control,
.custom-select {
  font-size: 14px;
}

input.form-control,
.custom-select {
  height: calc(2rem + 4.3px);
}

/* .d-flex .input-group .border {
  border: 1px solid #ced4da !important;
} */
.card-header {
  font-size: 17px;
}

.pd-r-2 {
  padding-right: 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.1rem + 2px) !important;
  font-size: 14.5px !important;
  line-height: 21px !important;
  padding: 0.5rem 1.125rem 0.5rem 0.5rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0px;
}

.custom-nav-tab.nav-tabs {
  padding: 5px;
  border: none;
  border-radius: 0.25rem;
  background-color: #eef0f8;
}

.custom-nav-tab.nav-tabs .nav-link {
  color: #495057;
  border: none;
  border-radius: 0.25rem;
}

.custom-nav-tab.nav-tabs .nav-link.active,
.custom-nav-tab.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
}

.bootstrap-duallistbox-container select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-duallistbox-container .btn-group {
  margin-bottom: 5px;
}

.bootstrap-duallistbox-container .btn-group .btn {
  background-color: #f4f4f4;
  color: #444;
  border: 1px solid #dee2e6;
}

.bootstrap-duallistbox-container .clear2 {
  display: none;
}

.hidden-opacity {
  opacity: 0;
  visibility: hidden;
}

.node {
  height: auto;
  margin: 7px 0px;
  min-height: 24px;
}

.linkMeetingNoti,
.linkWorkNoti,
.linkNCRNoti {
  background: #f8f9fa;
}

.linkMeetingTitle,
.linkWorkTitle,
.linkNCRTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.custom-form-control,
input.custom-form-control.form-control {
  height: calc(1.7rem + 2px);
}

table.table-colored tbody tr:nth-child(5n - 1) {
  background: #f5f5f5;
}

table.table-colored tbody tr:nth-child(5n - 2) {
  background: #fcf8e3;
}

table.table-colored tbody tr:nth-child(5n - 3) {
  background: #f2dede;
}

table.table-colored tbody tr:nth-child(5n - 4) {
  background: #d9edf7;
}

table.table-colored tbody tr:nth-child(5n - 5) {
  background: #dff0d8;
}

footer.main-footer {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

footer.main-footer h6 {
  margin-bottom: 0px;
}

.table-colored tbody tr:nth-child(5n - 1) {
  background: #f5f5f5;
}

.table-colored tbody tr:nth-child(5n - 2) {
  background: #fcf8e3;
}

.table-colored tbody tr:nth-child(5n - 3) {
  background: #f2dede;
}

.table-colored tbody tr:nth-child(5n - 4) {
  background: #d9edf7;
}

.table-colored tbody tr:nth-child(5n - 5) {
  background: #dff0d8;
}

.sub-notification {
  max-height: 30rem;
  overflow-y: auto;
}

.sub-notification-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.dataTables_wrapper div.dataTables_length label {
  display: flex;
  align-items: center;
}

div.dataTables_wrapper div.dataTables_length label select {
  margin: 0px 5px;
}

/* 2021 style */
.content-wrapper {
  background: #eef0f8;
}

/*.table-full-scroll table,
.table-full-scroll table.dataTable {
    margin-top: 10px !important;
}*/

.thead-new-bg {
  background-color: #f3f6f9;
}

.thead-new-bg th,
.thead-new-bg thead,
.table-bordered thead.thead-new-bg th,
.table-bordered thead.thead-new-bg td,
.table thead.thead-new-bg td,
.table thead.thead-new-bg th {
  border: none;
}

.square-btn {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.dropdown-new-style {
  box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
  z-index: 99;
}

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
}

.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}

.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}

.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
  background: #007bff;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.md-checkbox input[type="checkbox"]:disabled+label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked+label:before {
  background: rgba(0, 0, 0, 0.26);
}

.form-floating {
  position: relative;
}

.md-checkbox.form-floating-checkbox-radio,
.form-floating-outline {
  padding: 1.219rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-clip: padding-box;
  margin-top: 0;
}

.md-checkbox.form-floating-checkbox-radio label {
  margin-left: 0;
  padding-left: 0;
  order: 1;
}

.md-checkbox.form-floating-checkbox-radio label:before,
.md-checkbox.form-floating-checkbox-radio label:after {
  right: 15px;
  top: unset;
  left: unset;
}

.md-checkbox.form-floating-checkbox-radio label:after {
  right: 22px;
}

.md-checkbox.form-floating-checkbox-radio input {
  order: 2;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.form-floating>label {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  font-weight: normal !important;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

@media (max-width: 567px) {
  .mt-50 {
    margin-top: 65px;
  }
}

@media (max-width: 387px) {
  .mt-50 {
    margin-top: 85px;
  }
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating.focused>.form-control::-moz-placeholder {
  color: #555;
}

.form-floating.focused>.form-control::placeholder {
  color: #555;
}

.form-floating>.form-control:not(:-moz-placeholder-shown),
.form-floating.focused>.form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating.focused>.form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill,
.form-floating.focused>.form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select,
.form-floating.focused>.form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label,
.form-floating.focused>.form-control~label {
  /* opacity: 0.65 !important; */
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label,
.form-floating.focused>.form-control~label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label,
.form-floating.focused>.form-control~label {
  /* opacity: 0.65 !important; */
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.floating-select-two {
  padding: 1.625rem 0.75rem 0.56rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.floating-select-two.form-view-file {
  padding: 1.625rem 0.75rem 0.33rem 0.75rem;
}

.floating-select-two.disabled,
.floating-select-two.disabled .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  background-color: #e9ecef;
}

.floating-select-two label {
  /* opacity: 0.65; */
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  z-index: 999;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single,
.floating-select-two select {
  border: none;
  padding: 0 !important;
  height: auto !important;
  box-shadow: none;
}

.form-floating-empty {
  min-height: 58px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-clip: padding-box;
  padding: 0 0.75rem 0 0.75rem;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single * {
  font-size: 14px;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -4px;
  right: 0;
}

/* .dropdown-menu {
    text-align: center !important;
} */
.floating-select-two .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
  font-family: FontAwesome;
  /* content: "›"; */
  content: "\f105";
  vertical-align: top;
  color: #408080;
  font-size: 20px;
  line-height: 26px;
}

.modal-dialog .select2-container--bootstrap4,
.modal-dialog .select2-container--bootstrap4 .select2-dropdown {
  z-index: 9999 !important;
}

.jconfirm-content {
  font-size: 15px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  font-family: arimo-bold;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  font-family: arimo-bold !important;
  font-size: 18px !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #ff3547 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3699ff !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f80 !important;
}

.input-custom-bg::-webkit-file-upload-button,
.form-floating input[type="file"]::-webkit-file-upload-button {
  background-color: #e1f0ff;
  color: #3699ff;
  font-family: arimo-bold;
  font-size: 13px;
  height: 24px;
  padding: 0 10px;
  border: 0;
}

.pure-material-radio {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  font-family: var(--pure-material-font,
      "Roboto",
      "Segoe UI",
      BlinkMacSystemFont,
      system-ui,
      -apple-system);
  font-size: 16px;
  line-height: 1.5;
  font-size: 13px;
}

/* Input */
.pure-material-radio>input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -7px;
  top: -5px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-radio>span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Circle */
.pure-material-radio>span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 2px 5px 2px 0;
  border: solid 2px;
  /* Safari */
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  vertical-align: top;
  transition: border-color 0.2s;
}

/* Check */
.pure-material-radio>span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transform: translate(5px, 5px) scale(0);
  transition: transform 0.2s;
}

/* Checked */
.pure-material-radio>input:checked {
  background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio>input:checked+span::before {
  border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio>input:checked+span::after {
  transform: translate(5px, 5px) scale(1);
}

/* Hover, Focus */
.pure-material-radio:hover>input {
  opacity: 0.04;
}

.pure-material-radio>input:focus {
  opacity: 0.12;
}

.pure-material-radio:hover>input:focus {
  opacity: 0.16;
}

/* Active */
.pure-material-radio>input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}

.pure-material-radio>input:active+span::before {
  border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

/* Disabled */
.pure-material-radio>input:disabled {
  opacity: 0;
}

.pure-material-radio>input:disabled+span {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  cursor: initial;
}

.pure-material-radio>input:disabled+span::before {
  border-color: currentColor;
}

.pure-material-radio>input:disabled+span::after {
  background-color: currentColor;
}

.sticky-nav {
  z-index: 99;
}

/* End 2021 style */

@media (min-width: 1200px) {
  .form-login-home {
    margin-top: -10%;
  }
}

@media (min-width: 1400px) {
  .new-img-login img {
    max-width: 125%;
    margin: 0 auto;
    margin-left: -15%;
  }

  .modal-lg {
    max-width: 900px;
  }
}

@media (min-width: 1600px) {
  .left-panel-content {
    flex: 0 0 78%;
    max-width: 78%;
  }

  .right-panel-content {
    flex: 0 0 22%;
    max-width: 22%;
  }

  .max-width-content .left-panel-content {
    flex: 0 0 81%;
    max-width: 81%;
  }

  .max-width-content .right-panel-content {
    flex: 0 0 19%;
    max-width: 19%;
  }

  .call-in-panel.call-panel-container {
    width: 25%;
    margin: 13% auto 0 auto;
  }
}

@media (min-width: 1920px) {
  .new-login-wrap .col-sm-12.col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .new-login-wrap .col-sm-12.col-md-9 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .left-panel-content {
    flex: 0 0 81%;
    max-width: 81%;
  }

  .right-panel-content {
    flex: 0 0 19%;
    max-width: 19%;
  }

  .max-width-content .left-panel-content {
    flex: 0 0 83%;
    max-width: 83%;
  }

  .max-width-content .right-panel-content {
    flex: 0 0 17%;
    max-width: 17%;
  }

  .call-in-panel.call-panel-container {
    width: 22%;
    margin: 16% auto 0 auto;
  }

  .call-in-panel.call-panel-container .call-show-number .form-control {
    min-height: 140px;
  }

  .form-login-home {
    margin-top: 0%;
  }
}

@media (max-width: 1280px) {
  .content>.container-fluid>.container {
    max-width: unset;
  }

  .new-img-login img {
    max-width: 125%;
    margin: 0 auto;
    margin-left: -15%;
  }

  .fn-wrap span {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .function-home .col-sm-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  table {
    display: table;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .dc-new .dc-new-name {
    width: 84%;
  }

  .right-panel-content h3,
  .left-panel-content h3 {
    font-size: 19px;
  }

  .new-img-login {
    height: 100vh;
  }

  .call-panel .modal-dialog,
  #callNowModal .modal-dialog,
  #callNowModalTo .modal-dialog {
    height: 80%;
    top: 5%;
  }

  #callNowModal .modal-dialog .modal-content:first-child,
  #callNowModalTo .modal-dialog .modal-content:first-child {
    width: 31%;
  }

  .fn-wrap span {
    font-size: 18px;
  }

  .right-panel-content>.sticky-top>a>.btn,
  .right-panel-content>.sticky-top>a.btn {
    font-size: 13px;
    padding: 5px;
  }

  .right-panel-content .card-header.btn {
    font-size: 14px !important;
  }

  .call-in-panel.call-panel-container {
    width: 45%;
    margin: 14% auto 0 auto;
  }

  .dashboard-educate-title {
    font-size: 9px;
    padding: 5px 10px !important;
  }

  .col-md-6 .dashboard-number {
    font-size: 15px;
  }

  .login-home-container form .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .btn-save-bottom {
    margin-left: 250px;
  }
}

@media (max-width: 991px) {
  .btn-save-bottom {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .chart-container {
    padding: 5px;
  }

  .function-home .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .left-panel-content,
  .right-panel-content,
  .max-width-content .left-panel-content,
  .max-width-content .right-panel-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  table.dataTable {
    margin-top: 20px;
  }

  table {
    display: inline-table;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .new-login-wrap .col-sm-12.col-md-3 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .new-login-wrap .col-sm-12.col-md-9 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .side-login-container {
    height: 85vh;
  }

  .new-img-login {
    height: 100vh;
  }

  .new-img-login img {
    margin-top: 63%;
  }

  .call-panel .modal-dialog,
  #callNowModal .modal-dialog,
  #callNowModalTo .modal-dialog {
    height: 60%;
    top: 10%;
  }

  #callNowModal .modal-dialog .modal-content:first-child,
  #callNowModalTo .modal-dialog .modal-content:first-child {
    width: 44%;
  }

  .scroll-to-info {
    display: none !important;
  }

  .call-in-panel.call-panel-container {
    width: 45%;
    margin: 30% auto 0 auto;
  }

  .reportSidebar {
    width: 60%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .left-panel-content,
  .right-panel-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dc-new .dc-new-name {
    width: 83%;
  }

  .function-home .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  table {
    display: table;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  div.dataTables_wrapper div.dataTables_length label {
    float: left;
  }

  table.dataTable {
    margin-top: 20px;
  }

  .table-responsive {
    display: table !important;
  }

  .max-width-content .left-panel-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .max-width-content .right-panel-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .call-panel .modal-dialog {
    max-width: 320px;
    height: 94%;
    top: -5%;
  }

  #callNowModal .modal-dialog,
  #callNowModalTo .modal-dialog {
    height: 94%;
    top: -5%;
  }

  .call-number-item span {
    border: none;
    height: 25px;
    border-radius: 5px;
  }

  .call-panel-action .call-action-item span {
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }

  .call-panel-action .call-action-item:nth-child(2) span {
    width: 40px;
    height: 40px;
  }

  .scroll-to-info {
    display: none !important;
  }

  .close-callInput,
  .close-calling {
    width: 30px;
    height: 30px;
  }

  .img-call-now {
    height: 70px;
    width: 70px;
    border-radius: 50%;
  }

  #callNowModal .modal-dialog .modal-content:first-child,
  #callNowModalTo .modal-dialog .modal-content:first-child {
    width: 48%;
  }

  .call-now-container textarea.form-control {
    height: 70px;
  }

  .call-now-status {
    position: relative;
  }

  .call-now-customer-info {
    font-size: 14px;
  }

  .btnShowInfoCall {
    font-size: 13px;
  }

  .close-callInput,
  .close-calling {
    width: 30px;
    height: 30px;
  }

  .call-in-panel.call-panel-container .call-show-number .form-control {
    min-height: 35px;
  }

  .call-in-panel.call-panel-container {
    width: 35%;
    margin: 9% auto 0 auto;
    padding: 5px 0px;
  }

  .reportSidebar {
    width: 70%;
  }

  .login-home-container {
    border-radius: 0.5rem !important;
  }

  .login-home-container .col-sm-12.col-lg-7,
  .bg-deco-bottom {
    display: none;
  }

  .login-home,
  .login-home>.row {
    min-height: calc(100vh - 2rem) !important;
  }
}

@media (max-width: 575.98px) {
  .left-panel-content h5 {
    text-align: center !important;
  }

  .dc-new .dc-new-date {
    float: none;
  }

  .dc-new .dc-new-name,
  .reportSidebar {
    width: 100%;
  }

  .table-responsive {
    display: table !important;
  }

  div.dataTables_wrapper div.dataTables_length label {
    display: inline-block;
  }

  table {
    display: table !important;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .cs-db-2 {
    width: 100%;
    margin-bottom: 15px;
  }

  .left-panel-content .spanColor {
    width: 49%;
    display: inline-block;
    text-align: left;
    margin-right: 0px !important;
  }

  .left-panel-content>.spanColor:last-child:after {
    content: "";
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }

  table.dataTable thead>tr>th.sorting {
    white-space: nowrap;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    width: 100%;
  }

  div.dataTables_wrapper div.dataTables_info {
    width: 100%;
  }

  .ncr-td-first,
  .ncr-td-second {
    width: 50%;
  }

  table.dataTable {
    margin-top: 20px;
  }

  .side-login-container {
    width: 80%;
    height: 57.5vh;
  }

  .new-img-login {
    background: transparent;
  }

  .max-width-content .left-panel-content,
  .max-width-content .right-panel-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .close-call-mobile {
    display: block;
  }

  .call-panel .modal-dialog,
  #callNowModal .modal-dialog,
  #callNowModalTo .modal-dialog {
    max-width: 100%;
    height: 97%;
  }

  #callNowModal .modal-dialog .modal-content:first-child,
  #callNowModalTo .modal-dialog .modal-content:first-child {
    width: 100%;
    height: 100%;
    margin-right: 0px !important;
  }

  #callNowModal .modal-dialog,
  #callNowModalTo .modal-dialog {
    display: block !important;
    overflow-y: auto;
    pointer-events: auto;
  }

  #callNowModal .modal-dialog .modal-content:last-child,
  #callNowModalTo .modal-dialog .modal-content:last-child {
    width: 100%;
  }

  .col-sm-9.left-panel-content h3,
  .col-sm-3.right-panel-content h3 {
    font-size: 20px;
  }

  .call-in-panel.call-panel-container {
    width: 100%;
    margin-top: 18%;
  }

  .mb-xs-2 {
    margin-bottom: 0.8rem !important;
  }

  .login-home-container {
    border-radius: 0.5rem !important;
  }

  .login-home-container .col-md-6.col-lg-7 {
    display: none;
  }

  .login-home,
  .login-home>.row {
    min-height: calc(100vh - 2rem) !important;
  }

  .login-home-container .col-sm-12.col-lg-7 {
    display: none;
  }
}

@media (max-width: 375px) {
  .company-text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
  }

  .side-login-container {
    height: 63.5vh;
  }
}

@media (max-width: 360px) {
  .company-text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .company-text {
    display: none;
  }

  .side-login-container {
    width: 85%;
    height: 64vh;
  }

  .close-callInput,
  .close-calling {
    width: 30px;
    height: 30px;
  }

  .img-call-now {
    height: 75px;
    width: 75px;
    border-radius: 50%;
  }

  .call-now-container textarea.form-control {
    height: 70px;
  }

  .call-in-panel.call-panel-container .call-show-number .form-control {
    min-height: 70px;
  }

  .call-number-item span,
  .call-panel-action .call-action-item span {
    margin: 3px auto;
    width: 60px;
    height: 60px;
  }
}

.dataTable {
  width: 100% !important;
  display: table !important;
}

.text-two-line {
  /* overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold; */
  /* white-space: nowrap; 
    width: 220px; 
    overflow: hidden;
    text-overflow: ellipsis;  */
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-header .fa-chevron-down {
  margin-left: auto !important;
}

.input-gia-service {
  width: 50%;
}

.custom-button-service {
  width: 50%;
}

.spinner-wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 70%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.none-scroll {
  height: calc(100vh - 56.8px) !important;
  overflow: hidden;
}
.brand-text {
  display: none;
}
.mCustomScrollBox {
  width: 100%;
}
.elevation-3 {
  box-shadow: unset !important;
}
.brand-link {
  background-color: #ffffff;
  padding: 0.67rem !important;
}
.brand-image {
  float: unset !important;
  line-height: unset !important;
  margin-right: unset !important;
  margin-top: unset !important;
}