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

.btn-default {
  position: relative;
  display: inline-block;
  height: 34px;
  padding: 0 23px;
  border: 1px solid;
  border-radius: 50px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #a6abab;
  border-color: #dbe0df;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn-default.color-red {
  color: #9b213d;
  color: #9b213d;
  font-size: 14px;
  font-weight: bold;
}

/*HR apply*/
.card-apply {
  margin-top: 20px;
}

.card-header {
  font-size: 20px;
  color: #9b213d;
  border-bottom: 1px solid #9b213d;
  padding: 3px 0px;
}

.card-body {
  margin-top: 10px;
}

.card-body #btn-submit {
  margin-top: 20px;
}

/*Loading*/
.box-lightbox {
  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;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  height: auto;
  padding: 70px 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 990;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1020;
}

.box-lightbox.open {
  visibility: visible;
  opacity: 1;
}

.box-lightbox h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #8e8e8e;
}

body.in-iframe .box-lightbox {
  top: -2100px;
}

.loading-bro {
  margin: 50px auto;
  width: 150px;
}

#load {
  width: 150px;
  animation: loading 3s linear infinite;
}

#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  stroke: #51bba7;
  fill: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

/* Medium */
.pnTxtForm.medium-editor {
  height: auto !important;
  line-height: normal !important;
  min-height: 60px;
}

.medium-editor p {
  margin: 0 0 3px !important;
}

/*
Call
 */
@-webkit-keyframes stringee-launcher-frame-appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes stringee-launcher-frame-appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes stringee-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes stringee-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes stringee-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes stringee-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes stringee-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes stringee-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes stringee-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes stringee-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes stringee-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes stringee-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes stringee-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes stringee-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes stringee-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes stringee-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes stringee-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes stringee-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.nk-w-btn-call {
  position: relative;
}

.nk-btn-call {
  position: fixed;
  bottom: 10px;
  right: 20px;
  height: 120px;
  width: 120px;
  z-index: 2147482999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.nk-mobile .nk-btn-call {
  bottom: 40px !important;
  right: 10px !important;
}

.nk-btn-call.open {
  opacity: 1;
  visibility: visible;
}

.call-button {
  z-index: 2147482999;
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: none;
  -webkit-transition: width 0.4s ease 0.2s, -webkit-box-shadow 80ms ease-in-out;
  transition: width 0.4s ease 0.2s, -webkit-box-shadow 80ms ease-in-out;
  transition: box-shadow 80ms ease-in-out, width 0.4s ease 0.2s;
  transition: box-shadow 80ms ease-in-out, width 0.4s ease 0.2s,
    -webkit-box-shadow 80ms ease-in-out;
  -webkit-animation: stringee-launcher-frame-appear 0.25s ease;
  animation: stringee-launcher-frame-appear 0.25s ease;
}

.stringee-intergrate-open-icon {
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  transform: rotate(0deg) scale(1);
  position: absolute;
  -webkit-animation: stringee-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: stringee-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: stringee-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: stringee-alo-circle-img-anim 1s infinite ease-in-out;
  animation: stringee-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.stringee-intergrate-open-icon svg {
  width: 26px;
  height: 26px;
}

/*
Table call
*/

.call-panel {
  z-index: 2147483000 !important;
  position: fixed !important;
  bottom: 0px;
  right: 20px;
  height: 480px;
  width: 242px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  opacity: 0;
  background: linear-gradient(45deg, #0f1124 0%, #393f65 100%);
  padding: 20px;
  visibility: hidden;
  box-sizing: content-box !important;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  text-align: center;
}

.nk-mobile .call-panel {
  width: 90%;
  height: 95%;
  top: 0px;
  right: 0px;
  padding: 5%;
  border-radius: 0px !important;
}

.call-panel.open {
  opacity: 1 !important;
  visibility: visible !important;
}

.call-panel-close {
  text-align: right;
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -35px;
  top: -35px;
  background: #f44336;
  border-radius: 50%;
}

.call-panel-close:hover {
  background: #ff5722;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.call-panel-close img {
  position: absolute;
  left: 15px;
  top: 43px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.call-panel-content {
  margin-top: 40px;
  height: 100%;
}

.call-panel-content .info {
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
  display: block;
  width: 100%;
}

.call-panel-content .number {
  margin: 30px 0px;
  font-size: 36px;
  color: #13c248;
  font-weight: bold;
  display: block;
}

.form-info {
  width: 100%;
  overflow: hidden;
}

.form-info input {
  width: calc(100% - 28px);
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 6px;
  height: 40px;
  color: #fff;
  background-color: rgba(31, 30, 30, 0.09);
  margin-bottom: 6px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
}

.form-info button {
  margin-top: 15px;
  background-color: #13c248;
  color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border-width: 0;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

/*
Invoice
*/
.pdfobject-container {
  height: 70rem;
  border: 1rem solid rgba(0, 0, 0, 0.1);
}

.nk-mobile .invoice-pdf {
  border: 1rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 60rem;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
}

.nk-mobile .invoice-pdf.open {
  opacity: 1;
  visibility: visible;
}

/*
Payroll
 */
.payroll-content {
  margin-top: 20px;
}
.payroll-content-m h1{
  font-size: 18px !important;
}

.payroll-content-m h2{
  font-size: 16px !important;
}

.payroll-content h1, .payroll-content h2 {
  margin: 10px 0px;
  color: #9b213d;
}

.payroll-content .template-payroll p {
  color: #9b213d;
  font-weight: bold;
  margin: 20px 0px;
}

.payroll-content table {
  width: auto;
  border-spacing: unset;
  border: 1px solid #B2DCEB;
  margin-bottom: 10px;
}

.payroll-content table td, .payroll-content table th {
  border: 1px solid #B2DCEB;
  padding: 10px;
  margin: 0;
}
