.btn {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.875rem;
  text-transform: capitalize;
  padding: 10px 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.btn.btn-transparent {
  background-color: transparent;
  color: #808080;
}

.btn.btn-transparent:hover {
  background-color: #e4e8ec;
}

.btn.btn-transparent.hover-green:hover {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
}

.btn.btn-transparent.active {
  background-color: #e4e8ec;
}

.btn.btn-outline-success {
  border: #27ae60 solid 1px;
  color: #27ae60;
}

.btn.btn-outline-success:hover {
  background-color: #27ae60;
  color: #fff;
}

.btn.btn-outline-grey {
  background-color: #ffffff;
  border: 1px solid #afafaf;
}

.btn.btn-outline-grey:hover {
  background-color: #E3E7EF;
}

.btn.disabled, .btn:disabled {
  cursor: no-drop;
}

.btn.btn-add {
  background: #E1F7E8;
  color: #229652;
}

.btn.btn-add:hover {
  background: #27ae60;
  color: #fff;
}

.btn.btn-grey {
  background: #F3F3F3;
  color: #52575C;
}

.btn.btn-grey:hover {
  background: #dedede;
}

.btn.btn-arrow {
  padding: 1px 6px 4px 2px;
  line-height: 2px;
}

.btn.btn-rounded {
  border-radius: 28px;
}

.btn.btn-calendar-sync {
  color: #1a73e8;
}

.btn.btn-primary {
  background-color: #32C5FF;
  border: #32C5FF solid 1px;
}

.btn.btn-success {
  border: #27ae60 solid 1px;
  background-color: #27ae60;
}

.btn.btn-success:not(:disabled):not(.disabled).active {
  border: #27ae60 solid 1px;
  background-color: #27ae60;
}

.btn.btn-success:hover {
  border-color: #20854b;
  background-color: #20854b;
}

.btn.btn-outline {
  border: 1px solid #ced4da;
  color: #808080;
}

.btn.btn-icon {
  padding: 0.5rem;
}

.btn.btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
}

.btn.btn-md {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn.btn-lg {
  padding: 0.75rem 3rem;
  font-size: 1rem;
}

.btn.btn-outline-grey.disabled {
  cursor: pointer;
  opacity: 0.5;
  pointer-events: auto;
}

.btn-group-toggle .btn {
  padding: 10px;
  background: transparent;
  border-color: #DAE1ED;
}

.btn-group-toggle .btn.active {
  background-color: #03a9f4;
  color: #fff;
}

.btn-group-toggle.btn-group-rounded .btn:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.btn-group-toggle.btn-group-rounded .btn:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.text_buttons .nav-tabs {
  border-bottom: none;
}

.text_buttons .nav-tabs .nav-item {
  margin-right: 3rem;
}

.text_buttons .nav-tabs .nav-item .nav-link {
  border: none;
  color: #546271;
}

.text_buttons .nav-tabs .nav-item .nav-link .mdi {
  color: #C0E0DC;
}

.text_buttons .nav-tabs .nav-item .nav-link.active {
  border: none;
}

.text_buttons .nav-tabs .nav-item .nav-link.active .mdi {
  color: #199F90;
}

.input-group .input-group-append [class*="btn-outline-"], .input-group .input-group-prepend [class*="btn-outline-"] {
  border-color: #ced4da;
}

.input-group .input-group-append .btn-outline-light, .input-group .input-group-prepend .btn-outline-light {
  color: #6c757d;
}

.accordion .card {
  border-left: none;
  border-right: none;
}

.accordion .card .card-header {
  background: #fff;
  border: none;
  color: #151B26;
}

.accordion .card .card-header .view-plance {
  display: none;
}

.accordion .card .card-header > h5 {
  width: 100%;
}

.accordion .card .card-header .accordion-heading {
  color: #151B26;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 14px;
}

.accordion .card .card-header .accordion-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion .card .card-header .accordion-toggle > span {
  width: 100%;
}

.accordion .card .card-header .accordion-toggle:after {
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 24px;
  color: #151B26;
  position: absolute;
  right: 0;
}

.accordion .card .card-body {
  padding: 0 1.25rem;
}

.accordion .card.card-open .card-header .view-plance {
  display: block;
}

.accordion .card.card-open .card-header .view-plance:hover {
  background-color: #E1F7E8;
}

.accordion .card.card-open .card-header h5 .accordion-toggle:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .card + .card {
  border-top: none;
}

.accordion .card.hide_content .card-header {
  padding: 12px 8px !important;
}

.accordion .card.hide_content .card-header .accordion-toggle::after {
  content: none;
}

.accordion .card.hide_content.card-open .card-collapse {
  display: none;
}

.accordion.customforms-accordion .card {
  border: #DADDE0 solid 1px;
}

.accordion.customforms-accordion .card .card-header {
  background: #FAFBFB;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  min-height: 2rem;
}

.accordion.customforms-accordion .card .card-header > h5 {
  width: 100%;
}

.accordion.customforms-accordion .card .card-header .accordion-heading {
  color: #172A3F;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.accordion.customforms-accordion .card .card-header .accordion-heading .hover-icon:hover {
  background: #ffffff42;
  color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(180, 180, 180, 0.36);
          box-shadow: 0 1px 4px 0 rgba(180, 180, 180, 0.36);
}

.accordion.customforms-accordion .card .card-header .accordion-heading .hide-icon {
  display: none;
}

.accordion.customforms-accordion .card .card-body {
  padding: 0 1.25rem;
  border: none;
}

.accordion.customforms-accordion .card.card-open .card-header .accordion-heading .hide-icon {
  display: inline;
}

.accordion.customforms-accordion .card.custom-section-added:after {
  border-right: 0.875rem solid transparent;
  border-top: 0.875rem solid #61bf87;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.accordion.customforms-accordion .card.custom-section-hidden:after {
  border-right: 0.875rem solid transparent;
  border-top: 0.875rem solid #DE350B;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.accordion.customforms-accordion div[dnd-list] .dndDraggingSource {
  display: none !important;
}

.accordion.customforms-accordion div[dnd-list] > .dndPlaceholder {
  border: 2px dashed #DAE1ED !important;
  height: 34px !important;
  margin: 6px auto !important;
  width: 50%;
  float: left !important;
  list-style: none;
}

.accordion.subscription-accordion .card {
  border: 1px solid #e3e3e3;
  border-radius: 1rem;
}

.accordion.subscription-accordion .card .card-header {
  border-radius: 1rem;
}

.accordion.subscription-accordion .card.card-open .card-header {
  border-bottom: 1px solid #f1f2f3;
  border-radius: 1rem 1rem 0 0;
}

.accordion.plain-accordion .card {
  background-color: transparent;
  border: none;
}

.accordion.plain-accordion .card .card-header {
  padding: 0;
  background: transparent;
}

.accordion.plain-accordion .card .card-collapse .card-body {
  padding: 0;
}

.accordion.lightblue-accordion .card {
  border: #DADDE0 solid 0.5px;
}

.accordion.lightblue-accordion .card .card-header {
  background: #FAFBFB;
  padding: 0.625rem;
  border-radius: 4px;
}

.accordion.lightblue-accordion .card .card-header > h5 {
  width: 100%;
}

.accordion.lightblue-accordion .card .card-header .accordion-heading {
  color: #172A3F;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 14px;
}

.accordion.lightblue-accordion .card .card-body {
  padding: 0 1.25rem;
  border: none;
}

.hide-arrow .accordion-toggle:after {
  display: none;
}

.initiate_staus .lightblue-accordion .card-body {
  padding: 20px !important;
  border: none;
  background-color: #f5f5f5 !important;
}

.workflow_according .accordion .card .card-header .accordion-toggle:after {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.workflow_according .accordion .card.card-open .card-header .view-plance {
  display: block;
}

.workflow_according .accordion .card.card-open .card-header .view-plance:hover {
  background-color: #E1F7E8;
}

.workflow_according .accordion .card.card-open .card-header h5 .accordion-toggle:after {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

input[type=checkbox], input[type=radio], .form-check-label {
  cursor: pointer;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  color: #212529;
  font-size: 0.875rem;
}

.form-control:focus {
  border-color: #6fce97 !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(39, 174, 96, 0.25);
}

.form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.form-control::-moz-placeholder {
  font-size: 12px;
}

.form-control:-ms-input-placeholder {
  font-size: 12px;
}

.form-control::-ms-input-placeholder {
  font-size: 12px;
}

.form-control::placeholder {
  font-size: 12px;
}

.custom-form-group.error .form-control,
.custom-form-group .form-control.error,
.form-control.error,
.error .form-control,
.form-group.error .form-control,
.error .custom-radio .custom-control-label::before,
.error .input-group-append .input-group-text {
  border-color: #DE350B !important;
}

.error .custom-control .custom-control-label:before,
.custom-control.error .custom-control-label:before,
.custom-form-group.error .input-group-append-alt .input-group-text {
  border-color: #DE350B;
}

.custom-form-group {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.custom-form-group label {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #6C7B88;
  display: block;
  margin-bottom: 4px;
  line-height: 16px;
  padding: 0;
}

.custom-form-group .form-control-wrap {
  position: relative;
}

.custom-form-group .intl-tel-input {
  width: 100%;
}

.custom-form-group .form-control {
  background-color: #FDFEFE;
  border-color: #ced4da;
  font-size: 0.875rem;
  position: relative;
  width: 100%;
}

.custom-form-group .form-control::-webkit-input-placeholder {
  outline: none;
}

.custom-form-group .form-control::-moz-placeholder {
  outline: none;
}

.custom-form-group .form-control:-ms-input-placeholder {
  outline: none;
}

.custom-form-group .form-control::-ms-input-placeholder {
  outline: none;
}

.custom-form-group .form-control::placeholder {
  outline: none;
}

.custom-form-group .form-control:focus {
  border-color: #6fce97 !important;
  outline: none;
}

.custom-form-group .form-control:active:focus {
  border-color: #6fce97 !important;
  outline: none;
}

.custom-form-group .form-control:disabled {
  background-color: #f5f5f5;
  cursor: no-drop;
  cursor: not-allowed;
}

.custom-form-group textarea.form-control {
  height: auto;
  resize: none;
}

.custom-form-group textarea.form-control.resize-auto {
  resize: auto;
}

.custom-form-group .input-group-append .input-group-text {
  background-color: #ffffff;
  border-color: #DAE1ED;
}

.custom-form-group .input-group-append .material-icons-outlined {
  font-size: 16px;
  color: #8F9BB3;
  font-weight: 300;
}

.custom-form-group .input-group-append .emoji {
  width: 25px;
  display: none;
}

.custom-form-group .input-group-append .emoji.show {
  display: inline;
}

.custom-form-group.password .input-group .form-control {
  border-radius: 4px;
}

.custom-form-group.password .input-group .input-group-append .input-group-text {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-form-group .input-group-append-alt {
  position: relative;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  right: 0;
}

.custom-form-group .input-group-append-alt .input-group-text {
  background: transparent;
  border-left: 0;
}

.custom-form-group .error-text {
  color: #DE350B;
  font-size: 0.55rem;
  letter-spacing: 0;
  line-height: 8px;
  margin-top: 6px;
  margin-left: 20px;
}

.custom-form-group .error-text.poor {
  color: #de350b;
}

.custom-form-group .error-text.medium {
  color: #FFAB00;
}

.custom-form-group .error-text.strong {
  color: #4EAF86;
}

.custom-form-group .password-strength {
  list-style: none;
  width: 320px;
  margin-bottom: 0;
}

.custom-form-group .password-strength li {
  font-size: 0.75rem;
  color: #6f7477;
  margin-bottom: 1rem;
}

.custom-form-group .password-strength li:last-child {
  margin-bottom: 0;
}

.custom-form-group .password-strength li:before {
  width: 10px;
  height: 10px;
  background: #8a8d92;
  content: '';
  display: inline-block;
  border-radius: 5px;
  margin-right: 0.25rem;
}

.custom-form-group .password-strength li.active {
  color: #000;
  font-weight: 600;
}

.custom-form-group .password-strength li.active:before {
  background: #4EAF86;
}

.custom-form-group .progressbar {
  margin-top: 8px;
  background-color: #EDEDED;
  border-radius: 4px;
}

.custom-form-group .progressbar > div {
  background-color: #EDEDED;
  width: 0%;
  height: 4px;
  border-radius: 10px;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.custom-form-group .progressbar.poor > div {
  background-color: #de350b;
  width: 30%;
}

.custom-form-group .progressbar.medium > div {
  background-color: #FFAB00;
  width: 60%;
}

.custom-form-group .progressbar.strong > div {
  background-color: #4EAF86;
  width: 100%;
}

.form-control[disabled] {
  cursor: no-drop;
}

.form-control[disabled] .multibtn {
  cursor: no-drop;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control .form-control {
  padding: 0;
  border: none !important;
}

.form-control .form-control:focus, .form-control .form-control:active:focus {
  border: none;
}

.form-control .dropdown .form-control {
  padding: .375rem .75rem;
}

.form-group label {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #6C7B88;
  margin-bottom: 4px;
  line-height: 16px;
  padding: 0;
}

.form-group .form-control {
  border-color: #ced4da;
  font-size: 0.875rem;
  height: 36px;
}

.form-group .form-control::-webkit-input-placeholder {
  font-style: italic;
}

.form-group .form-control::-moz-placeholder {
  font-style: italic;
}

.form-group .form-control:-ms-input-placeholder {
  font-style: italic;
}

.form-group .form-control::-ms-input-placeholder {
  font-style: italic;
}

.form-group .form-control::placeholder {
  font-style: italic;
}

.form-group .form-control:disabled {
  cursor: not-allowed;
}

.input-group {
  height: 36px;
}

.input-group .form-control {
  height: 100%;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-check .form-check-input {
  cursor: pointer;
  margin-top: 0;
  width: 1rem;
  height: 1rem;
}

.form-check .form-check-input:disabled {
  cursor: no-drop;
}

.form-check .form-check-input:disabled + .form-check-label {
  cursor: no-drop;
}

.form-check .form-check-label {
  cursor: pointer;
}

.custom-control-label {
  font-weight: normal;
}

.custom-switch .label-left {
  left: -46px;
  position: relative;
  text-transform: none;
  cursor: pointer;
}

.custom-switch .custom-control-label {
  cursor: pointer;
  padding-left: 0.25rem;
  text-transform: none;
  font-size: 0.75rem;
  padding-top: 0.20rem;
}

.custom-switch .custom-control-label:before {
  left: -2.5rem;
  width: 2.5rem;
  height: 1.375rem;
  border-radius: 1rem;
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.custom-switch .custom-control-label:after {
  width: 1rem;
  height: 1rem;
  left: calc(-2.35rem + 2px);
  top: 3px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #27ae60;
  border-color: #27ae60;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}

.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-switch.success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #27ae60;
  border-color: #27ae60;
}

.custom-switch.primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 24px;
}

.custom-checkbox .custom-control-label:before {
  border: 1px solid #A8B0BC;
}

.custom-checkbox .custom-control-label:after {
  color: #fff;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  cursor: no-drop;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #cecece !important;
  background-color: #cecece !important;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after {
  color: #9a9a9a !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  font-weight: 700;
  font-family: "Material Icons";
  content: "check";
  font-size: 12px;
  text-transform: lowercase;
  background-image: none;
  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;
}

.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: transparent;
  border-color: #A8B0BC;
}

.custom-checkbox.success .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.success .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #27ae60;
  background-color: #27ae60;
}

.custom-checkbox.success .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-checkbox.primary .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.primary .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #03a9f4;
  background-color: #03a9f4;
}

.custom-checkbox.primary .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-control-input:checked ~ .custom-control-label.radio-success::before {
  border-color: #27ae60;
  background-color: #27ae60;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label {
  cursor: no-drop;
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #ececec;
  background-color: transparent;
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label::after {
  color: #9a9a9a !important;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label {
  cursor: no-drop;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #cecece;
  background-color: #cecece;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2303A9F4'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label {
  cursor: pointer;
  line-height: 24px;
}

.custom-radio .custom-control-label .custom-control-input:checked ~ .custom-control-label::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.custom-radio .custom-control-label::after, .custom-radio .custom-control-label:before {
  position: absolute;
  top: .125rem;
  left: -1.415rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  -webkit-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  background-size: 0%;
}

.custom-radio .custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: #B4C0CF solid .125rem;
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #03A9F4;
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  background-size: 80%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2303A9F4'/%3e%3c/svg%3e");
}

.custom-radio.success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #27ae60;
}

.custom-radio.success .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2327ae60'/%3e%3c/svg%3e");
}

.custom-radio.small .custom-control-label {
  font-size: 0.875rem;
}

.custom-radio.small .custom-control-label::before {
  left: -1.5rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.custom-radio.small .custom-control-label::after {
  width: 1rem;
  height: 1rem;
  left: -1.5rem;
  top: 0.25rem;
}

.custom-radio.small .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 78%;
}

.radio-element .custom-control-input:checked ~ .custom-control-label::after {
  z-index: 9;
}

.greeting-dropdown {
  position: relative;
  font-weight: 600;
  font-size: .875rem;
  text-transform: capitalize;
}

.greeting-dropdown .dropdown-menu label {
  color: #172A3F;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 16px;
}

.input-group.search {
  height: 100%;
}

.input-group.search input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 0.875rem;
  border-right: none;
  border-color: #DAE1ED;
  height: 32px;
}

.input-group.search .input-group-append .btn-outline-search {
  padding: 2px 6px;
  border: #DAE1ED solid 1px;
  border-left: none;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group.search .input-group-append .form-close {
  padding: 2px 6px;
  border: #ced4da solid 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #03A9F4;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
  -webkit-transform: translate3d(28px, 0, 0);
  transform: translate3d(28px, 0, 0);
}

.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
  color: rgba(119, 119, 119, 0.5);
  cursor: no-drop;
}

.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}

.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 8px;
}

.can-toggle label .can-toggle__switch {
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #03A9F4;
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
      flex: 0 0 54px;
  border-radius: 60px;
  top: 4px;
}

.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
  color: white;
  left: 22px;
  font-size: 8px;
  line-height: 22px;
  width: 22px;
  padding: 0 12px;
}

.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
  top: -4px;
  left: 0px;
  border-radius: 30px;
  width: 28px;
  line-height: 28px;
  font-size: 8px;
  border: #D9E1EE solid 1px;
}

.can-toggle label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

.can-toggle.small label {
  font-size: 8px;
}

.can-toggle.small label .can-toggle__switch {
  height: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
      flex: 0 0 38px;
  border-radius: 14px;
  top: 4px;
}

.can-toggle.small label .can-toggle__switch:before {
  left: 15px;
  font-size: 8px;
  line-height: 14px;
  width: 22px;
  padding: 0 6px;
}

.can-toggle.small label .can-toggle__switch:after {
  top: -3px;
  left: 0px;
  border-radius: 10px;
  width: 18px;
  line-height: 18px;
  font-size: 8px;
}

.can-toggle.small label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

multiselect.form-control {
  padding: 0;
}

multiselect.form-control .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0.75rem;
}

multiselect.form-control .dropdown .multibtn {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

multiselect.form-control .dropdown .multibtn > span {
  white-space: nowrap;
}

multiselect.form-control .dropdown .multibtn .ng-binding {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

multiselect.form-control .dropdown .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin-left: 0;
}

multiselect.form-control .dropdown .dropdown-menu li {
  display: block;
  padding: 5px 12px !important;
}

multiselect.form-control .dropdown .dropdown-menu li:hover {
  background: #f0f3f6;
}

multiselect.form-control .dropdown .dropdown-menu li:hover:first-child {
  background: #ffffff;
}

multiselect.form-control .dropdown .dropdown-menu li.form-group, multiselect.form-control .dropdown .dropdown-menu li.custom-form-group {
  padding: 0;
}

multiselect.form-control .dropdown .dropdown-menu li.form-group .form-control, multiselect.form-control .dropdown .dropdown-menu li.custom-form-group .form-control {
  border: none;
  border-bottom: 1px solid #DAE1ED !important;
  border-radius: 0;
}

multiselect.form-control .dropdown .dropdown-menu li ng-show[groupby="category_name"] {
  display: block;
}

multiselect.form-control .dropdown .dropdown-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
}

multiselect.form-control .dropdown .dropdown-menu li span .custom-checkbox {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}

multiselect.form-control .dropdown .dropdown-menu li span label {
  color: #495057;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 0.70rem;
}

multiselect.form-control .dropdown.open .dropdown-menu {
  display: block;
  margin-top: 2px;
}

multiselect.form-control-sm .dropdown .multibtn {
  height: 28px;
  line-height: 28px;
}

multiselect .custom-checkbox {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

multiselect .custom-checkbox ~ label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  padding-left: 1.5rem;
  min-height: 1.5rem;
}

multiselect .custom-checkbox ~ label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  color: #fff;
  border: #A8B0BC solid 1px;
  border-radius: .25rem;
  margin-left: 1.5rem;
}

multiselect .custom-checkbox ~ label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  color: #fff;
  margin-left: 1.5rem;
}

multiselect .custom-checkbox:checked ~ label::before {
  border-color: #27ae60;
  background-color: #27ae60;
}

multiselect .custom-checkbox:checked ~ label::after {
  font-weight: 700;
  font-family: "Material Icons";
  content: "check";
  font-size: 12px;
  text-transform: lowercase;
  background-image: none;
  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;
}

.scroll-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.custom-fileinput {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.custom-fileinput.custom-fileinput-bg {
  display: block;
  background: #f7f8f9;
  border-radius: 10px;
  padding: 5px 0;
  text-align: center;
}

.custom-fileinput .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: -webkit-fill-available;
}

.custom-fileinput .file-upload::-webkit-file-upload-button {
  cursor: pointer;
}

.custom-fileinput .file-upload input {
  cursor: pointer;
}

.material-form {
  position: relative;
  margin-top: 1.25rem;
}

.material-form.error .bar {
  border-color: #DE350B;
}

.material-form input {
  height: 1.9rem;
}

.material-form textarea {
  resize: none;
}

.material-form select {
  width: 100%;
  font-size: .875rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.material-form .control-label {
  position: absolute;
  top: 0rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #adb5bd;
  font-weight: 600;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.material-form .bar {
  position: relative;
  border-bottom: 0.0625rem solid #dee2e6;
  display: block;
}

.material-form .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.material-form input,
.material-form textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: .875rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.material-form select,
.material-form input:focus,
.material-form input:valid,
.material-form input.form-file,
.material-form input.has-value,
.material-form textarea:focus,
.material-form textarea:valid,
.material-form textarea.form-file,
.material-form textarea.has-value {
  color: #333;
}

.material-form select ~ .control-label,
.material-form input:focus ~ .control-label,
.material-form input:valid ~ .control-label,
.material-form input.form-file ~ .control-label,
.material-form input.has-value ~ .control-label,
.material-form textarea:focus ~ .control-label,
.material-form textarea:valid ~ .control-label,
.material-form textarea.form-file ~ .control-label,
.material-form textarea.has-value ~ .control-label {
  font-size: 0.75rem;
  color: #8f9bb3;
  top: -1rem;
  left: 0;
}

.material-form select:focus,
.material-form input:focus,
.material-form textarea:focus {
  outline: none;
}

.material-form select:focus ~ .control-label,
.material-form input:focus ~ .control-label,
.material-form textarea:focus ~ .control-label {
  color: #337ab7;
}

.material-form select:focus ~ .bar::before,
.material-form input:focus ~ .bar::before,
.material-form textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.custom-form-group.error .to_mail, .custom-form-group.error tags-input {
  border-color: #DE350B !important;
}

.custom-form-group.error .form-control,
.custom-form-group .form-control.error,
.error .form-control,
.form-control.error,
.form-group.error .form-control,
.custom-form-group.error .to_mail,
.custom-form-group.error tags-input {
  border-color: #DE350B;
}

.error .cke_chrome, .error .drag-and-drop-area, .drag-and-drop-area.error {
  border-color: #DE350B !important;
}

.select-holder {
  position: relative;
}

.select-holder:after {
  content: url("../../images/select-arrow.svg");
  right: 5px;
  top: 3px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 28px;
  width: 28px;
}

.select-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  background: none !important;
}

.input-group .select-holder {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/*To remove button from IE11, thank you Matt */
select::-ms-expand {
  display: none;
}

select.form-control {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../../images/select-arrow.svg) no-repeat right 0.2rem center;
  padding-right: 30px;
  text-overflow: ellipsis;
  line-height: 16px;
  border-color: #ced4da;
}

select.form-control.focus {
  border-color: #6fce97 !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(39, 174, 96, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(39, 174, 96, 0.25);
  outline: none;
}

.input-group {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}

.input-group .form-control {
  font-size: 0.875rem;
}

.select2-container .select2-choice {
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container .select2-choice::after {
  position: absolute;
  top: 10px;
  right: 5px;
  content: "\f104";
  /* color: #186bb7; */
  font-family: "Ionicons";
  font-size: 16px;
  line-height: 1;
  z-index: 99;
}

.dndPlaceholder {
  list-style-type: none;
}

.material-icons-outlined.drag_indicator:hover {
  cursor: all-scroll;
}

tags-input {
  display: block;
  border: 1px solid #DAE1ED;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  min-height: 35px;
  border-radius: 4px;
}

tags-input *,
tags-input :after,
tags-input :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

tags-input .host {
  position: relative;
  max-height: 75px;
  overflow-y: auto;
}

tags-input .host :active, tags-input .host :active {
  outline: 0;
}

tags-input.tag-input .host {
  position: relative;
  height: 100%;
  max-height: 26px;
  overflow-y: auto;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  border: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px !important;
}

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

tags-input .tags .tag-item {
  padding: 0 5px;
  display: inline-block;
  float: left;
  min-height: 22px;
  line-height: 21px;
  border: 0px;
  border-radius: 3px;
  background: #27ae60;
  color: #fff;
  word-break: break-all;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 4px;
}

tags-input .tags .tag-item:first-child {
  margin-left: 6px;
}

tags-input .tags .tag-item.selected {
  background: #DE350B;
}

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 0.25rem;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  line-height: 21px;
}

tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}

tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 0 0 0.5rem;
  float: left;
  height: 32px;
  margin-left: 0.5rem;
}

tags-input .tags .input::-ms-clear {
  display: none;
}

tags-input.ng-invalid .tags {
  -webkit-box-shadow: none;
          box-shadow: none;
}

tags-input[disabled] .host:focus {
  outline: 0;
}

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
  padding-bottom: 5px;
}

tags-input[disabled] .tags .tag-item {
  background: #27ae60;
  cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #fff;
}

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
  display: none;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: #fff;
}

tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #f0f3f6;
}

tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #fff;
}

tags-input .autocomplete .suggestion-item b {
  font-weight: 400;
}

.tag-autocomplete .host {
  overflow-y: initial;
}

.tag-autocomplete .host .tags {
  max-height: 72px;
  overflow-y: auto;
  background: #fff;
}

.tag-autocomplete .autocomplete {
  border: 1px solid #DAE1ED;
}

.tag-autocomplete .autocomplete .suggestion-list .suggestion-item {
  border-radius: 4px;
  color: #000;
}

.tag-autocomplete .autocomplete .suggestion-list .suggestion-item em {
  color: #186bb7;
}

.tag-autocomplete .autocomplete .suggestion-list .suggestion-item.selected em {
  color: #186bb7;
}

.breadcrumb {
  background: #ffffff;
  padding: 0.875rem 1.6rem;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.breadcrumb .breadcrumb-heading {
  color: #151B26;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  min-width: 188px;
  position: relative;
}

.breadcrumb .breadcrumb-heading:after {
  width: 1px;
  content: '';
  height: 36px;
  background: #ced4da;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumb .breadcrumb-heading .job-board-image {
  max-height: 30px;
  max-width: 140px;
}

.breadcrumb .breadcrumb-pagination {
  list-style: none;
  margin: 0;
}

.breadcrumb .breadcrumb-pagination > li {
  display: inline;
  font-size: 0.75rem;
  line-height: 42px;
  letter-spacing: 0;
  text-align: right;
}

.breadcrumb .breadcrumb-pagination > li + li:before {
  content: "/";
  margin-right: 6px;
  margin-left: 2px;
  display: inline-block;
}

.breadcrumb .breadcrumb-pagination > li > a {
  font-size: 0.75rem;
  color: #A0A4A8;
  text-decoration: none;
}

.breadcrumb .breadcrumb-pagination > li > a:hover {
  color: #27ae60;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-pagination > li.active {
  color: #52575C;
}

.table-responsive {
  min-height: 280px;
  scrollbar-color: #E4E6E8 #ffffff;
  scrollbar-width: thin;
}

.table-responsive.table-responsive-alt {
  min-height: auto;
}

.table {
  margin: 0;
}

.table > thead > tr > th {
  color: #546271;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #FAFBFB;
  white-space: nowrap;
  padding: 0.475rem 0.625rem;
  font-weight: 600;
}

.table > thead > tr > th .dropdown > img {
  padding-bottom: 2px;
}

.table > thead > tr > th a {
  color: #6c7b88;
}

.table > thead > tr > th .sort {
  font-size: 1rem;
  cursor: pointer;
}

.table > thead > tr > th .sort:hover {
  color: #03a9f4;
}

.table > thead > tr > th .sort.sort-desc {
  -webkit-transform: rotate(180deg) scaleX(-1);
      -ms-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}

.table > tbody > tr.candidate-block > td {
  color: #d21c15;
}

.table > tbody > tr.candidate-block > td a {
  color: #d21c15;
}

.table > tbody > tr > td {
  color: #4D5156;
  letter-spacing: 0;
  border: none;
  border-top: rgba(0, 0, 0, 0.12) solid 1px;
  font-weight: normal;
  padding: 0.2875rem 0.4875rem;
  vertical-align: middle;
  white-space: nowrap;
}

.table > tbody > tr > td .dropdown-menu:before {
  display: none;
}

.table > tbody > tr > td a {
  color: #27ae60;
}

.table > tbody > tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.05);
}

.table > tbody + tbody {
  border: none;
}

.table.table-mini th {
  line-height: 0px;
  font-size: 12px;
}

.table.table-mini td {
  line-height: 10px;
  font-size: 12px;
}

.table.table-borderless > thead > tr > th {
  border: none;
}

.table.table-borderless > tbody > tr > td {
  border: none;
}

.table.header-fixed > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.table.column-fixed > tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}

.table.column-fixed > thead > tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}

.table .team-wrap .role-item {
  height: 28px;
  font-size: 0.625rem;
  padding: 0.40rem;
  width: 28px;
}

.child-table {
  background-color: #fafbfb;
}

.child-table .table tbody tr td {
  color: #546271;
  padding-bottom: 0.325rem;
  padding-top: 0.325rem;
}

.pagination-wrap {
  font-size: 0.75rem;
  font-weight: 600;
  color: #546271;
}

.pagination-wrap .pagination {
  margin-bottom: 0;
  margin-left: 10px;
}

.pagination-wrap .pagination .page-item a.page-link {
  border: none;
  font-size: 0.75rem;
  color: #546271;
}

.pagination-wrap .pagination .page-item a.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination-wrap .pagination .page-item.active a.page-link {
  border-radius: 4px;
  background-color: #27AE60;
  color: #fff;
}

.pagination-wrap .pagination .page-item.disabled a.page-link {
  cursor: no-drop;
}

.pagination-wrap .perpageselect {
  width: 60px;
  height: 28px;
  font-size: 0.75rem;
  padding: 0 0 0 .25rem;
}

.pagination-wrap .page-count {
  color: #565682;
  font-size: 0.75rem;
  font-weight: 600;
}

.no-records {
  text-align: center;
}

.no-records .nodata-img img {
  max-width: 160px;
}

.no-records .nodata-heading {
  color: #2E2E2E;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin: auto;
}

.no-records .nodata-desc {
  margin: auto;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 0.25rem;
}

.listview-notes .badge {
  border-radius: 20px;
  height: 14px;
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  padding: 0;
  position: absolute;
  right: -4px;
  text-align: center;
  top: -4px;
  width: 14px;
}

.table-align-top td {
  vertical-align: top !important;
}

.table-tags-list .table-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-tags-list .table-tags > a, .table-tags-list .table-tags > span {
  position: relative;
  margin-right: 1rem;
}

.table-tags-list .table-tags > a > div, .table-tags-list .table-tags > span > div {
  font-size: 11px;
  padding: 0px 1px;
  text-align: center;
  width: 14px;
  height: 14px;
  color: #85898C;
  background-color: #E8E8E8;
  border-radius: 3px;
  line-height: 14px;
}

.table-tags-list .table-tags > a > span, .table-tags-list .table-tags > span > span {
  position: absolute;
  top: -6px;
  left: 6px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  font-size: 10px;
  line-height: 11px;
  padding: 0px 4px;
}

.table-tags-list .table-tags > a.text-submissions > span, .table-tags-list .table-tags > span.text-submissions > span {
  background-color: #4EAF86;
  color: #ffffff;
}

.table-tags-list .table-tags > a.text-warning > span, .table-tags-list .table-tags > span.text-warning > span {
  background: #FFAB00;
  color: #ffffff;
}

.table-tags-list .table-tags > a.text-notes > span, .table-tags-list .table-tags > span.text-notes > span {
  background: #5AAAFA;
  color: #ffffff;
}

.table-tags-list .table-tags > a.text-tasks > span, .table-tags-list .table-tags > span.text-tasks > span {
  background: #6f42c1;
  color: #ffffff;
}

.table-tags-list .table-tags > a.text-contacts > span, .table-tags-list .table-tags > span.text-contacts > span {
  background: #DE350B;
  color: #ffffff;
}

.table-tags-list .table-tags > a.text-opportunities > span, .table-tags-list .table-tags > span.text-opportunities > span {
  background: #00AAFB;
  color: #ffffff;
}

.table-tags-list .table-tags > a.text-jobs > span, .table-tags-list .table-tags > span.text-jobs > span {
  background: #84596B;
  color: #ffffff;
}

.leaves-list {
  border-collapse: separate;
  border-spacing: 0px 5px;
}

.leaves-list > tbody > tr {
  -webkit-box-shadow: 0 0 2px 1px rgba(209, 209, 209, 0.5);
          box-shadow: 0 0 2px 1px rgba(209, 209, 209, 0.5);
}

.leaves-list > tbody > tr > td {
  background-color: #FFFFFF;
  padding: 12px 10px;
  border: 0;
}

.custom-reports-tabel table {
  width: 100%;
}

.custom-reports-tabel td {
  padding: 2px 0 !important;
  vertical-align: middle;
  border-collapse: collapse;
  border: 0;
  border-color: #DAE1ED !important;
}

.custom-reports-tabel td.px {
  padding: 2px !important;
}

.custom-reports-tabel td table tr:last-child > td {
  border-bottom: 0 !important;
}

.custom-reports-tabel .notes td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  min-height: 28px;
}

.custom-reports-tabel .notes td > span {
  height: 28px;
  overflow: hidden;
}

.custom-reports-tabel .notes td p {
  padding: 0;
  margin: 0;
}

.no-hover tr:hover {
  background-color: #ffffff !important;
}

.loader-line {
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 0 auto;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: #27ae60;
  -webkit-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  border-radius: 20px;
}

@-webkit-keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

.loadercls {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loadercls .loader-block {
  margin: 10px auto;
  padding: 20px;
  width: 450px;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  color: #000000;
  font-size: 18px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.loadercls .loader-block .ringing_phone {
  margin: 20px auto;
  background: url(../../images/phone-loader.gif) no-repeat center center;
  width: 394px;
  height: 362px;
  display: block;
}

.sk-cube-grid {
  margin: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #27ae60;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.spinner {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4175DF;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.loader-div {
  opacity: 0.4;
}

.loader-div:before {
  width: 200px;
  height: 200px;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  background-image: url("../../images/spinner3.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 99;
}

.loader-gif {
  position: relative;
}

.loader-gif::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
}

.loader-gif::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../../images/loader-gif.gif);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin: auto;
}

.expense-loader {
  position: relative;
}

.expense-loader::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  top: 0;
  left: 0;
}

.expense-loader::after {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../../images/expense-loader.gif);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin: auto;
}

.expense-loader-check {
  position: relative;
}

.expense-loader-check::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
}

.expense-loader-check::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../../images/expense-loader-check.gif);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin: auto;
}

.dashboard-loader-2 {
  position: relative;
}

.dashboard-loader-2:before {
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 150px;
  height: 150px;
  background: url(../../images/reports-loader.gif) no-repeat center center;
  background-size: cover;
  display: block;
}

.export_loader {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.export_loader .export_loader_background {
  margin: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.loader_process,
.loader_process:before,
.loader_process:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader_process {
  color: #000000;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader_process:before,
.loader_process:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader_process:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader_process:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

html {
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  color: #030303;
  font-family: 'Poppins', sans-serif;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  font-weight: 400;
  font-variation-settings: "slnt" 0;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

body *:focus {
  outline: 0;
}

a {
  color: #27ae60;
}

a:hover {
  color: #19692C;
}

a, a:hover, .btn:active, .btn.active, .btn:focus, .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

strong, .strong {
  font-weight: 700;
}

.brand {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 56px;
}

.brand .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside {
  position: relative;
  z-index: 1041;
}

.aside .aside-menu-footer-offset {
  height: 100%;
  padding-bottom: 3.75rem;
}

.flex-column-fluid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: calc(100% - 3.75rem);
}

.flex-row-fluid {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}

.aside-search {
  height: 32px;
}

.aside-search .form-control {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  color: #ffffff;
  font-size: 0.75rem;
  height: calc(1.4rem + .75rem + 1px);
}

.aside-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aside-search ::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 0.625rem;
  font-style: italic;
  opacity: .5;
}

.aside-search ::-moz-placeholder {
  color: #ffffff;
  font-size: 0.625rem;
  font-style: italic;
  opacity: .5;
}

.aside-search :-ms-input-placeholder {
  color: #ffffff;
  font-size: 0.625rem;
  font-style: italic;
  opacity: .5;
}

.aside-search ::-ms-input-placeholder {
  color: #ffffff;
  font-size: 0.625rem;
  font-style: italic;
  opacity: .5;
}

.aside-search ::placeholder {
  color: #ffffff;
  font-size: 0.625rem;
  font-style: italic;
  opacity: .5;
}

.aside-search .input-group-prepend {
  background-color: rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-left: 0.325rem;
  margin: 0;
  z-index: 9;
}

.svg-icon {
  position: relative;
}

.aside-menu {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}

.aside-menu .menu-nav {
  margin: 0 0 .25rem 0;
  list-style: none;
  padding: 0;
}

.aside-menu .menu-nav .menu-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none !important;
}

.aside-menu .menu-nav .menu-submenu {
  margin: 0;
  padding: 0;
}

.aside-menu .menu-nav .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2px;
  padding: 0;
  position: relative;
}

.aside-menu .menu-nav .menu-item:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.aside-menu .menu-nav .menu-item:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

.aside-menu .menu-nav .menu-item:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.aside-menu .menu-nav .menu-item:last-child:after {
  border-right: none;
}

.aside-menu .menu-nav .menu-item > .menu-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.aside-menu .menu-nav .menu-item > .menu-link .menu-text {
  color: #ffffff;
  display: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 12px;
  padding: 0;
}

.aside-menu .menu-nav .menu-item > .menu-link .menu-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.5rem;
  line-height: 0;
  margin-bottom: auto;
}

.aside-menu .menu-nav .menu-item > .menu-link .menu-icon [class^=oorwin-] {
  margin-right: .25rem;
  padding: 0.5rem 0.2rem;
}

.aside-menu .menu-nav .menu-item > .menu-link > :hover {
  text-decoration: none;
}

.aside-menu .menu-nav .menu-item.hr-menu-item .menu-link .menu-icon.beta-left [class^=oorwin-] {
  background-color: transparent;
  left: -18px;
  position: absolute;
  top: -8px;
}

.aside-menu .menu-nav .menu-item .lock-position {
  background-color: #f1dcdc;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  padding: 5px 10px;
  top: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.aside-menu .menu-nav .menu-item .lock-position > img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.aside-menu .menu-nav:last-child {
  margin-bottom: 0;
}

.dropright .dropdown-menu {
  font-size: 0.75rem;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.topbar .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.topbar .topbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar .topbar-item .badge {
  border-radius: 20px;
  border: 1px solid #ffffff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  top: auto;
  width: 10px;
}

.topbar .topbar-item .badge-success {
  background-color: #27ae60;
}

.topbar .topbar-item .badge-danger {
  bottom: auto;
  background-color: #DE350B;
  top: 0;
}

.topbar .header-profile .dropdown-menu {
  right: 10px !important;
  top: 48px !important;
  width: 18rem;
}

.topbar .header-profile .material-icon-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.25rem;
}

.topbar .header-profile .material-icon-outer .material-icons {
  color: #778CA2;
  font-size: 16px;
}

.topbar .header-profile .popover {
  z-index: 1001 !important;
}

.topbar .header-profile .header-profile-brief {
  color: #151B26;
  font-size: 0.875rem;
}

.topbar .header-profile .header-profile-brief .header-profile-name {
  font-weight: 500;
  line-height: 1rem;
}

.topbar .header-profile .header-profile-brief .header-profile-role {
  font-size: 0.625rem;
  font-weight: 400;
}

.topbar .header-profile .header-profile-brief.second_tier .header-profile-role {
  font-size: 0.75rem;
}

.topbar .header-profile .header-profile-pic {
  border-radius: 50px;
  border: 1px solid #e4e4e4;
  position: relative;
}

.topbar .header-profile .header-profile-pic .rounded {
  border-radius: 10rem !important;
  height: 36px;
  width: 36px;
}

.topbar .header-profile .dropdown-item.menu-item-active, .topbar .header-profile .dropdown-item:active, .topbar .header-profile .dropdown-item:hover {
  background-color: #F1FCFA;
  color: #27ae60;
  text-decoration: none;
}

.topbar .header-profile .dropdown-item:hover .material-icons {
  color: #27ae60;
}

.topbar .header-bookmarks .material-icon-outer {
  display: inline-block;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
}

.topbar .header-bookmarks .material-icon-outer .material-icons {
  color: #FDAC05;
  font-size: 16px;
}

.topbar .dropdown-menu {
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  left: auto !important;
  top: 38px !important;
  right: 0;
}

.topbar .dropdown-menu .dropdown-item {
  font-weight: 400;
}

.topbar .dropdown-menu-md {
  width: 285px;
}

.topbar .dropdown-menu-lg {
  width: 350px;
}

.topbar .dropdown-menu-xl {
  width: 530px;
}

.topbar .dropdown-menu-xxl {
  width: 850px;
}

.topbar .btn-outline-secondary:hover, .topbar .btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}

.topbar .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 210, 179, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(90, 210, 179, 0.4);
}

.topbar .bookmark_edit {
  background-color: rgba(86, 86, 130, 0.1);
  border-radius: 20px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}

.topbar .bookmark_edit .material-icons-outlined {
  color: #6c757d;
  font-size: 10px;
}

.topbar .bookmark_edit:hover {
  background-color: rgba(86, 86, 130, 0.5);
}

.topbar .enterprise-search .btn-icon-search {
  position: absolute;
  right: 0;
  z-index: 2;
}

.topbar .enterprise-search .material-icon-filter {
  display: inline-block;
  line-height: 10px;
  vertical-align: middle;
}

.topbar .enterprise-search .input-group-prepend {
  border-radius: 0.25rem;
  border: 1px solid #D3D7DD;
}

.topbar .enterprise-search .es-form-control {
  background: transparent;
  border-radius: 0.25rem;
  border-color: #D3D7DD;
  font-size: 0.875rem;
  padding-left: .75rem;
  padding-right: 2rem;
}

.topbar .enterprise-search .input-group-text, .topbar .enterprise-search .btn-item-selected, .topbar .enterprise-search .btn-group {
  background-color: transparent;
  border: none;
  padding: 0;
}

.topbar .enterprise-search .btn-item-selected {
  text-align: left;
}

.topbar .enterprise-search .input-group-text {
  background-color: #FAFBFB;
  height: auto;
  width: 100%;
}

.topbar .enterprise-search .input-group-text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.topbar .enterprise-search-dropdown {
  display: none;
  -webkit-animation: animation-dropdown-menu-fade-in .3s ease 1,animation-dropdown-menu-move-up .3s ease-out 1;
          animation: animation-dropdown-menu-fade-in .3s ease 1,animation-dropdown-menu-move-up .3s ease-out 1;
}

.topbar .enterprise-search-dropdown .filter-dropdown .dropdown-menu {
  -webkit-box-shadow: 0 -2px 20px 2px rgba(168, 176, 188, 0.5);
          box-shadow: 0 -2px 20px 2px rgba(168, 176, 188, 0.5);
  font-size: 0.875rem;
  padding: 0.9375rem 0;
  right: -10px !important;
  top: 35px !important;
  width: 180px;
}

.topbar .enterprise-search-dropdown .filter-dropdown .dropdown-menu:before {
  left: 82px !important;
}

.topbar .enterprise-search-dropdown .filter-dropdown .dropdown-menu .dropdown-item {
  color: #546271;
  padding-left: 1.5rem;
  padding-right: 1rem;
}

.topbar .enterprise-search-has-result .card-custom h6 {
  color: #6c757d;
  font-size: 0.875rem;
  word-break: break-word;
}

.topbar .enterprise-search-autocomplete.dropdown-menu {
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  max-height: 580px;
  max-width: 600px;
  padding: 0;
  width: 600px;
}

.topbar .enterprise-search-autocomplete.dropdown-menu.show {
  -webkit-transform: translate(22%, 0) !important;
      -ms-transform: translate(22%, 0) !important;
          transform: translate(22%, 0) !important;
}

.topbar .enterprise-search-autocomplete .saved-search-item {
  background-color: #e9e9e9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}

.topbar .enterprise-search-autocomplete a {
  color: #0E3D22;
}

.topbar .enterprise-search-autocomplete .text-primary {
  color: #1A56DB !important;
}

.topbar .enterprise-search-autocomplete .search-results-card {
  background-color: #F9FAFB;
  border-radius: .3rem;
  padding: 0.5rem 0.75rem;
}

.topbar .enterprise-search-autocomplete .search-results-card:hover {
  background-color: #E5E7EB;
}

.topbar .enterprise-search-autocomplete .search-results-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #27ae60;
  border-radius: 0.25rem;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.5rem;
  padding: 0.35rem 0 0.25rem 0.25rem;
}

.topbar .list-unstyled h6 {
  font-weight: 500;
}

.topbar .dropdown-menu-notifications .notifications-body {
  max-height: calc(245px - 5px);
  overflow: auto;
}

.topbar .dropdown-menu-notifications .notifications-body .list-group-item {
  background-color: #F2F7FF;
  border: none;
}

.topbar .dropdown-menu-notifications .approvals-body {
  height: calc(265px - 5px);
  overflow: auto;
}

.topbar .dropdown-menu-notifications .approvals-body .list-group-item {
  border: none;
}

.topbar .dropdown-menu-notifications .list-group-item .content {
  color: #1B1E24;
  line-height: 1rem;
  font-size: 0.75rem;
}

.topbar .dropdown-menu-notifications .list-group-item .title {
  color: #4D5156;
  font-size: 0.75rem;
}

.topbar .dropdown-menu-notifications .list-group-item a {
  font-size: 0.75rem;
  font-weight: 400;
}

.topbar .dropdown-menu-notifications .list-group-item.unread {
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
}

.topbar .dropdown-menu-notifications .list-group-item.unread::before {
  width: 5px;
  height: 5px;
  background-color: #27ae60;
  left: 3px;
  top: 9px;
  border-radius: 50%;
  position: absolute;
  content: "";
}

.topbar .dropdown-menu-notifications .list-group-item.unread a {
  font-size: 0.75rem;
  font-weight: 600;
}

.topbar .dropdown-menu-notifications .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #546271;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  padding: 1rem 0 0.625rem;
}

.topbar .dropdown-menu-notifications .nav-tabs .nav-link .badge {
  color: #4D5156;
  font-size: 0.75rem;
}

.topbar .dropdown-menu-notifications .nav-tabs .nav-link.active {
  border-bottom-color: #27ae60;
  color: #27ae60;
}

.topbar .header-quickAdd .dropdown-submenu .dropdown-menu.dropup {
  top: inherit !important;
}

.topbar .dropdown-item.active, .topbar .dropdown-item:active {
  color: #212529;
  background-color: transparent;
}

.topbar .advance-search-btn {
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 12px;
  padding: 1px 5px;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 4;
}

.topbar .header-whatsapp .topbar-item .badge-success {
  bottom: auto;
  height: 1.25rem;
  padding: 0.25rem 0;
  right: -0.5rem;
  top: -0.5rem;
  text-indent: 0;
  width: 1.25rem;
}

.announcement {
  display: none;
}

.announcement-on .announcement {
  background-color: #fae77c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  line-height: 30px;
  position: fixed;
  text-align: center;
  z-index: 1;
  width: 100%;
  top: 0;
}

.announcement-on .announcement .announcement-close {
  background-color: transparent;
  border: none;
  border-radius: 2rem;
  line-height: 0.5rem;
  padding: 0.25rem;
  position: absolute;
  right: 1rem;
  top: 0.185rem;
}

.announcement-on .announcement .announcement-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.announcement-on .announcement .announcement-close:hover .material-icons {
  color: #ffffff;
}

.announcement-on .announcement a {
  color: #030303;
  text-decoration: underline;
}

.announcement-on .announcement a:hover {
  text-decoration: none;
}

.profile-popover {
  background-color: #253858;
  left: auto !important;
  right: 1rem !important;
}

.profile-popover .arrow {
  display: none;
}

.profile-popover .popover-body {
  color: #ffffff;
  padding-right: 20px !important;
}

.profile-popover .popover-body .prof-name {
  font-weight: bold;
}

.profile-popover .popover-body .prof-role {
  color: #bdc1c6;
}

.subheader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.svg-icon.svg-icon-1x svg {
  height: 1rem !important;
  width: 1rem !important;
}

.svg-icon.svg-icon-2x svg {
  height: 2rem !important;
  width: 2rem !important;
}

.svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}

.topbar .dropdown-menu.show {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  max-height: inherit;
}

.aside-fixed.aside-minimize .wrapper,
.aside-fixed.aside-minimize .header.header-fixed {
  padding-left: 60px;
}

.aside-fixed.aside-minimize .btn.menu-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #01121b;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  left: auto;
  position: absolute;
  right: -1rem;
  top: 0.675rem;
  width: 2rem;
  z-index: 99999;
}

.aside-fixed.aside-minimize .btn.menu-toggle:hover {
  background-color: #11425C;
}

.aside-fixed.aside-minimize .btn.menu-toggle i {
  font-size: 1.75rem;
}

.aside-fixed.aside-minimize .sidebar.showMenu .btn.menu-toggle i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aside-fixed.aside-enabled .wrapper,
.aside-fixed.aside-enabled .header.header-fixed {
  padding-left: 280px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aside-fixed.aside-minimize-hover .sub-menu-nav {
  border-radius: 0 6px 6px 0;
  display: block;
  left: 100%;
  margin-top: 0;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  -webkit-transition: 0s;
  transition: 0s;
}

.aside-minimize .aside .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-minimize .aside .aside-menu .menu-nav > .menu-item-active > .menu-link .menu-icon {
  color: #ffffff;
}

.aside-minimize .aside .aside-search-form {
  display: none;
}

.aside-minimize .aside .menu-nav-vertical-container {
  background: #032D43;
  height: 100%;
  left: 0;
  padding-top: 0;
  position: fixed;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  top: 0;
  width: 60px;
}

.aside-minimize .aside .menu-nav-vertical-container.menu-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.aside-minimize .aside .menu-item-parent > .menu-link > .menu-text {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}

.aside-minimize .aside .menu-item.menu-item-active .menu-link .menu-icon [class^=oorwin-] {
  border-radius: .25rem;
  padding: 0.5rem 0.2rem;
}

.aside-minimize .aside .menu-item.menu-item-active.general-menu-item .menu-link .menu-icon [class^=oorwin-] {
  background-color: #8B7ABB;
}

.aside-minimize .aside .menu-item.menu-item-active.crm-menu-item .menu-link .menu-icon [class^=oorwin-] {
  background-color: #EDB063;
}

.aside-minimize .aside .menu-item.menu-item-active.hire-menu-item .menu-link .menu-icon [class^=oorwin-] {
  background-color: #EB8D74;
}

.aside-minimize .aside .menu-item.menu-item-active.hr-menu-item .menu-link .menu-icon.beta-left [class^=oorwin-] {
  background-color: transparent;
}

.aside-minimize.aside-minimize-hover .sub-menu-nav {
  background: #032d43;
  opacity: 1;
  pointer-events: auto;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.aside-minimize.aside-minimize-hover .sub-menu-nav .menu-item > .menu-link .menu-text {
  display: block;
}

.aside.aside-on .aside-menu {
  -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
  left: 0;
  width: 260px;
}

.aside.aside-on .aside-menu .menu-nav .menu-item > .menu-link .menu-text {
  display: block;
}

@media (min-width: 992px) {
  .aside-fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1042;
  }
  .modal-open .aside-fixed {
    z-index: 91;
  }
  .menu-item.menu-item-open, .menu-item.menu-item-here, .menu-item.menu-item-active {
    background-color: transparent;
  }
  .header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 56px;
  }
  .header-fixed.subheader-fixed.subheader-enabled.announcement-on .wrapper {
    padding-top: 86px;
  }
  .header.header-fixed {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 56px;
    left: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 1041;
  }
  .subheader-fixed .subheader {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 4px 0 rgba(180, 180, 180, 0.36);
            box-shadow: 0 1px 4px 0 rgba(180, 180, 180, 0.36);
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    width: 100%;
    z-index: 1;
  }
  .announcement-on .header.header-fixed {
    top: 30px;
  }
  .content {
    padding: 0;
  }
  .header-mobile {
    display: none;
  }
  .aside-minimize .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    margin: 0.25rem 0;
  }
}

.search-reaults-section-title {
  color: #4D5156;
  font-weight: 500;
  font-size: 1rem;
}

.search-results-container .card-custom {
  border: 1px solid #DAE1ED;
  -webkit-box-shadow: 0 1px 0 1px rgba(168, 176, 188, 0.25);
          box-shadow: 0 1px 0 1px rgba(168, 176, 188, 0.25);
  border-radius: 0.5rem;
  color: #4D5156;
  margin-bottom: 0.5rem;
  opacity: 1;
  padding: 0;
}

.search-results-container .card-custom .card-body {
  padding: 0.5rem 0.75rem;
}

.search-results-container .card-custom h6 {
  color: #4D5156;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-results-container .card-custom h6:hover {
  color: #27ae60;
}

.search-results-container .card-custom .card-details {
  width: calc(100% - 40px);
}

.search-results-container .card-custom small {
  display: block;
  font-size: 0.75rem;
}

.search-results-container .card-custom small .highlighted {
  font-style: italic;
}

.search-results-container .card-custom:hover {
  border-color: #27ae60;
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .aside {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 991.98px) {
  .aside {
    bottom: 0;
    left: -60px;
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 1041;
  }
  .aside .menu-item-parent {
    display: none !important;
  }
  .aside-minimize .aside .menu-nav-vertical-container.menu-active {
    width: 200px;
  }
  .menu-item.menu-item-open {
    background-color: #EFF9F3;
  }
  .menu-item .menu-link {
    width: 90px !important;
  }
  .menu-item.hr-menu-item:nth-child(2), .menu-item.hr-menu-item:nth-child(11) {
    margin-left: 0 !important;
  }
  @-webkit-keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .header-mobile {
    background-color: #ffffff;
    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;
    padding: 0 15px;
    height: 56px;
    min-height: 56px;
    position: relative;
    z-index: 3;
  }
  .header-mobile .svg-icon.svg-icon-mobile svg g [stroke] {
    stroke: #174385 !important;
  }
  .header-mobile-fixed .header-mobile {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 56px;
    left: 60px;
    min-height: 56px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 97;
  }
  .application-area {
    overflow-x: auto;
  }
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: none;
    padding: 0 15px;
  }
  .menu-toggle {
    display: none;
  }
  .topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
    height: 56px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid transparent;
  }
  .topbar .enterprise-search {
    display: none;
  }
  .header-mobile-fixed .topbar {
    position: fixed;
    z-index: 96;
  }
  .topbar-mobile-on.header-mobile-fixed .topbar {
    border-top: 1px solid #eff0f6;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.2);
            box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.2);
    margin-top: 56px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-mobile-fixed .wrapper {
    padding-top: 56px;
  }
  .subheader-enabled:not(.subheader-mobile-fixed) .content {
    padding-top: 0;
  }
  .aside-menu .menu-nav {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aside-menu .menu-nav .menu-item > .menu-link {
    height: auto;
    padding: .5rem;
    width: auto !important;
  }
  .aside-menu .menu-nav .menu-item > .menu-link .menu-text {
    display: block;
    height: auto;
  }
  .aside-menu .menu-nav .menu-item > .menu-link .menu-icon {
    display: none;
  }
  .aside-menu .menu-nav .menu-item {
    width: 100%;
  }
  .aside-menu .menu-nav .menu-item:after {
    border-right: none;
  }
  .aside-menu .menu-nav .menu-item:nth-child(2), .aside-menu .menu-nav .menu-item:nth-child(11) {
    margin-left: 0;
  }
  .topbar .header-quickAdd .dropdown-menu-xl {
    right: -7rem !important;
    width: 400px;
  }
  .marketplace-container .integrations_thumbs .col {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    width: auto;
  }
  .breadcrumb .breadcrumb-heading {
    min-width: 208px;
    max-width: 208px;
    overflow: hidden;
  }
}

@media (min-width: 1360px) {
  .enterprise-search-form .es-form-control {
    width: calc(420px - 100px) !important;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}

.dropdown-toggle:after {
  display: none !important;
}

.header-fixed .panel {
  border: none;
}

/* Main menu toggle icon */
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.aside-on .toggle-wrap .toggle-bar,
.aside-on .toggle-wrap .toggle-bar::before,
.aside-on .toggle-wrap .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-bar {
  width: 12px;
  position: relative;
  border-top: 2px solid #ffffff;
  display: block;
}

.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 2px;
  width: 20px;
  position: absolute;
  top: -8px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 15%;
  -webkit-transform-origin: 15%;
  transform-origin: 15%;
}

.toggle-bar::after {
  top: 4px;
}

.aside-on .toggle-wrap .toggle-bar {
  border-top: 2px solid transparent;
}

.aside-on .toggle-wrap .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}

.aside-on .toggle-wrap .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 25px;
}

/* Vertical Nav */
.vertical {
  border-right: 1px solid #DAE1ED;
  max-width: 200px;
  min-width: 200px;
  width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-left: 0.875rem;
  padding: 0rem 0.25rem 0rem 0;
  height: 100vh;
}

.vertical .verticallist-header {
  font-weight: 600;
  padding: 12px 20px 8px;
}

.vertical .collapse-nav-list {
  padding: 1rem .75rem 1rem 0;
  display: inline-block;
  border: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 130px);
  width: 100%;
  scrollbar-width: thin;
}

.vertical .nav-stacked {
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertical .nav-stacked .keyword-nav {
  width: 100%;
}

.vertical .nav-stacked > li,
.vertical .nav-stacked .keyword-nav li {
  margin-bottom: 2px;
  width: 100%;
}

.vertical .nav-stacked > li .nav-link,
.vertical .nav-stacked .keyword-nav li .nav-link {
  width: 100%;
  text-align: left;
  border: none !important;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #141B27;
  padding: 0.25rem 1rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vertical .nav-stacked > li .nav-link:hover,
.vertical .nav-stacked .keyword-nav li .nav-link:hover {
  background: #2021240f;
  font-weight: 600;
}

.vertical .nav-stacked > li .nav-link .tab-heading,
.vertical .nav-stacked .keyword-nav li .nav-link .tab-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

.vertical .nav-stacked > li .nav-link .badge,
.vertical .nav-stacked .keyword-nav li .nav-link .badge {
  border-radius: 0.25rem;
  background-color: #B8BBC3;
  color: #ffffff;
  line-height: 0.725rem;
  padding: 0.15rem 0.5rem;
  margin-left: 0.25rem;
}

.vertical .nav-stacked > li .nav-link.active,
.vertical .nav-stacked .keyword-nav li .nav-link.active {
  border-bottom: 0;
  background: #27ae60;
  color: #ffffff;
  font-weight: 500;
}

.vertical .nav-stacked > li .nav-link.active i,
.vertical .nav-stacked .keyword-nav li .nav-link.active i {
  color: #ffffff !important;
}

.vertical .nav-stacked > li .nav-link.active:hover,
.vertical .nav-stacked .keyword-nav li .nav-link.active:hover {
  border-bottom: 0 !important;
  color: #ffffff !important;
}

.vertical .nav-stacked > li .nav-link.active .badge,
.vertical .nav-stacked .keyword-nav li .nav-link.active .badge {
  background-color: #27ae60;
}

.vertical .nav-stacked > li .nav-link.active .dropdown-menu .dropdown-item.has-icon .icon,
.vertical .nav-stacked .keyword-nav li .nav-link.active .dropdown-menu .dropdown-item.has-icon .icon {
  color: #546271 !important;
}

.vertical .nav-stacked > li .nav-link.active .dropdown-menu .dropdown-item.has-icon:hover .icon,
.vertical .nav-stacked .keyword-nav li .nav-link.active .dropdown-menu .dropdown-item.has-icon:hover .icon {
  color: #27ae60 !important;
}

.vertical .nav-stacked > li .nav-link.disabled,
.vertical .nav-stacked .keyword-nav li .nav-link.disabled {
  cursor: pointer;
  opacity: 0.5;
  pointer-events: auto;
}

.vertical .nav-stacked ::-webkit-scrollbar {
  position: absolute;
  right: 0;
}

.vertical.has-count .nav-stacked > li .nav-link,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link {
  padding: .4rem 0;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap .title-wrap,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap .title-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap .title-wrap .dropdown,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap .title-wrap .dropdown {
  margin-right: 4px;
  margin-left: 4px;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap .title-wrap .dropdown img,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap .title-wrap .dropdown img {
  padding: 0 8px;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap .title-wrap .dropdown + .title,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap .title-wrap .dropdown + .title {
  margin-left: 0;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap .title-wrap .title,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap .title-wrap .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vertical.has-count .nav-stacked > li .nav-link .heading-wrap .count,
.vertical.has-count .nav-stacked .keyword-nav li .nav-link .heading-wrap .count {
  padding: 0 0.25rem;
}

.vertical.auto-height > .nav-stacked {
  height: auto;
}

.vertical > .tab-content {
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
}

.vertical .badge-success {
  background: #27ae60;
}

.vertical .badge-success {
  background: #27ae60;
}

.vertical.bg-effect ul.nav-stacked li a.nav-link.active .tab-heading {
  background: #F1FCFA;
}

.vertical.with-tabheading ul li a.nav-link {
  padding: 0.35rem;
}

.sidebar {
  background: #032D43;
  border-radius: 0 0.5rem 0.5rem 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 270px;
  z-index: 1042;
}

.sidebar .nav-links {
  height: 100%;
  padding: 50px 0 120px 0;
  overflow: auto;
}

.sidebar .nav-links li {
  border-radius: 0.45rem;
  position: relative;
  list-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .icon_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar .nav-links li .menu-icon {
  border-radius: 0.5rem;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.65rem 0.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .menu-icon > img {
  height: 22px;
}

.sidebar .nav-links li .menu-icon > i {
  background-color: transparent;
  border-radius: 0.25rem;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 40px;
}

.sidebar .nav-links li ._arrow {
  display: none;
}

.sidebar .nav-links li i::before {
  width: auto;
}

.sidebar .nav-links li.menu-item-active .menu-icon {
  background-color: #27ae60;
}

.sidebar .nav-links li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}

.sidebar .nav-links li a .link_name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu {
  background: #032D43;
  margin-top: -10px;
  padding: 6px 6px 14px 60px;
  display: none;
}

.sidebar .nav-links li .sub-menu a {
  background-color: transparent;
  color: #ffffff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 0 0.5rem 0.5rem;
  white-space: nowrap;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a.favourite {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  padding: 0;
  width: 2rem;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar .nav-links li .sub-menu .lock-position {
  position: absolute;
  right: 0.45rem;
  top: 0.25rem;
  z-index: 1;
}

.sidebar .nav-links li .sub-menu .menu-icon {
  display: none;
  min-width: 48px;
}

.sidebar .nav-links li .sub-menu .menu-text {
  max-width: 145px;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar .nav-links li.showMenu {
  z-index: 1;
}

.sidebar .nav-links li.showMenu .sub-menu {
  -webkit-box-shadow: 0.25rem 0.25rem 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.25rem 0.25rem 0.4rem rgba(0, 0, 0, 0.2);
  display: block;
}

.sidebar .nav-links li.showMenu .menu-link .menu-icon {
  background-color: #27ae60;
  opacity: 1;
}

.sidebar .nav-links li.showMenu .sub-menu .menu-item.menu-item-active {
  background-color: #27ae60;
  opacity: 1;
}

.sidebar .nav-links li.showMenu .sub-menu .menu-item.menu-item-active .menu-link, .sidebar .nav-links li.showMenu .sub-menu .menu-item.menu-item-active .favourite {
  opacity: 1;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links .module-locked {
  background-color: #ffffff;
  border-radius: 1rem;
  height: 1.25rem;
  line-height: 1rem;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 0;
  width: 1.25rem;
}

.sidebar.minimize {
  border-right: 1px solid #01486d;
  opacity: 1;
  width: 60px;
}

.sidebar.minimize .nav-links {
  overflow: visible;
}

.sidebar.minimize .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar.minimize .nav-links li .sub-menu {
  position: absolute;
  left: 60px;
  top: -10px;
  margin-top: 0;
  padding: 10px 15px;
  border-radius: 0 0.512rem 0.512rem 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  -webkit-transition: 0s;
  transition: 0s;
  right: 100%;
  width: 220px;
}

.sidebar.minimize .nav-links li .sub-menu .menu-item:hover {
  background-color: #11425C;
}

.sidebar.minimize .nav-links li .sub-menu .link_name {
  color: #a9a9a9;
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
  opacity: 1;
  padding-bottom: 0.75rem;
  text-align: left;
  text-transform: uppercase;
}

.sidebar.minimize .nav-links li:hover .sub-menu {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar.minimize .nav-links .menu-icon:hover {
  background-color: #11425C;
}

.sidebar.minimize .nav-links .profile-details .link_name {
  display: none;
}

.sidebar.minimize .profile-details {
  width: 59px;
}

.sidebar .profile-details {
  border-radius: 0 0.5rem 0.5rem 0;
  position: fixed;
  bottom: 0;
  width: 270px;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #032D43;
  padding: 12px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .profile-details .menu-item {
  width: 100%;
}

.aside-enabled .sidebar {
  border-radius: 0;
}

.aside-enabled .sidebar.minimize .nav-links li .sub-menu {
  height: 100%;
  left: 60px;
  max-height: inherit;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.aside-enabled .sidebar.minimize .nav-links li .sub-menu .link_name {
  text-align: left;
}

.aside-enabled .sidebar.minimize .nav-links li .sub-menu ::-webkit-scrollbar {
  width: 4px;
}

.aside-enabled .sidebar.minimize .nav-links li .sub-menu ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.aside-enabled.aside-minimize .btn.menu-toggle {
  left: 16.5rem;
  right: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aside-enabled.aside-minimize .btn.menu-toggle .arrow {
  left: 40%;
}

.arrow {
  position: absolute;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 10px;
}

.secondary {
  display: none;
  margin-left: 8px;
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}

@media (min-width: 577px) {
  .bounceAlpha {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .arrow.primera.bounceAlpha {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .menu-toggle:hover .arrow {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .menu-toggle:hover .arrow.primera {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .menu-toggle:hover .secondary {
    display: inline-block;
  }
  .menu-toggle:hover .arrow {
    left: 25%;
  }
}

@media (max-width: 576px) {
  .arrow.primera {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .arrow {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.text-ellipsis {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.position-relative {
  position: relative;
}

.mobile-vertical-tab {
  display: none;
}

.topbar .dropdown-menu {
  margin: 0;
}

.mh-40p {
  max-height: 40px;
}

.chat-list {
  height: calc(100vh - 240px);
  overflow-y: auto;
}

.chat-list .chat-block {
  border-radius: 4px;
}

.chat-list .chat-block > h4 {
  font-weight: 400;
  color: #546271;
}

.chat-list .chat-block > div .text {
  width: calc(100% - 150px);
  color: #4D5156;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chat-list .chat-block > div .date {
  color: #546271;
}

.chat-list .chat-block:hover, .chat-list .chat-block.active {
  background-color: #27ae60;
}

.chat-list .chat-block:hover > h4, .chat-list .chat-block.active > h4 {
  color: #ffffff;
  font-weight: 600;
}

.chat-list .chat-block:hover > div > p, .chat-list .chat-block.active > div > p {
  color: #ffffff;
}

.chat-box {
  height: calc(100vh - 330px);
  overflow-y: auto;
}

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

.chat-box .chat .chat-image {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-top: 1.5rem;
}

.chat-box .chat .chat-image > img {
  width: 100%;
}

.chat-box .chat .chat-text {
  float: left;
  width: calc(100% - 150px);
}

.chat-box .chat .chat-text > ul > li {
  margin-bottom: 0.625rem;
}

.chat-box .chat .chat-text > ul > li > span {
  display: inline-block;
  padding: 0.825rem 1.25rem;
  border: 1px solid #C9EBD7;
  border-radius: 8px;
  background-color: #F1FAF5;
}

.chat-box .chat .chat-text > ul > li:first-child > span {
  border-radius: 0 8px 8px 8px;
}

.chat-box .chat.left .chat-text > p {
  padding-left: 1rem;
}

.chat-box .chat.left .chat-text > ul {
  padding-left: 1rem;
}

.chat-box .chat.left .chat-text > ul > li {
  position: relative;
}

.chat-box .chat.left .chat-text > ul > li:first-child::before {
  border: 8.5px solid transparent;
  border-top: 8.5px solid #C9EBD7;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 17px;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
  -webkit-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
  -ms-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
      transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.chat-box .chat.left .chat-text > ul > li:first-child::after {
  border: 8px solid transparent;
  border-top: 8px solid #F1FAF5;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
  -webkit-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
  -ms-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
      transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.chat-box .chat.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.chat-box .chat.right .chat-text {
  text-align: right;
}

.chat-box .chat.right .chat-text > p {
  padding-right: 1rem;
}

.chat-box .chat.right .chat-text > ul {
  padding-right: 1rem;
}

.chat-box .chat.right .chat-text > ul > li {
  position: relative;
}

.chat-box .chat.right .chat-text > ul > li > span {
  border: 1px solid #F1F2F3;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.chat-box .chat.right .chat-text > ul > li:first-child > span {
  border-radius: 8px 0 8px 8px;
}

.chat-box .chat.right .chat-text > ul > li:first-child::before {
  border: 8.5px solid transparent;
  border-top: 8.5px solid #F1F2F3;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 17px;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: -8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

.chat-box .chat.right .chat-text > ul > li:first-child::after {
  border: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: -7px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

.bg-color-fc {
  background-color: #fcfcfc;
}

.chat-type-block {
  border: 1px solid #F1F2F3;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 1rem;
}

.chat-type-block .form-control-wrap {
  position: relative;
}

.chat-type-block .form-control-wrap .form-control {
  background: #ffffff;
}

.chat-type-block .form-control-wrap .emoji {
  position: absolute;
  right: 12px;
  top: 12px;
}

.count-foil {
  height: 24px;
  width: 24px;
  border-radius: 16px;
  background-color: #0091FF;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.application-area {
  padding: 0.75rem 1.25rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  position: static;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.application-area.has-table {
  overflow: hidden;
}

.application-area.has-table .table-wrap {
  height: calc(100% - 28px);
}

.application-area.has-table .table-wrap .table-responsive {
  height: 100%;
}

.account-credits-card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account-credits-card-block .account-credits-card {
  width: 260px;
  margin: 1rem 0.5rem;
}

.account-credits-card-block .account-credits-card .credits {
  color: #546271;
}

.multiple-date-cheeckbox .custom-control-input {
  top: 0.85rem;
}

.multiple-date-cheeckbox > label {
  display: block !important;
}

.multiple-date-cheeckbox > label::before, .multiple-date-cheeckbox > label::after {
  top: 0.85rem;
}

.newheading {
  color: #151B26;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: none;
}

.main-heading {
  color: #151B26;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

.sub-heading {
  color: #151B26;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.profile-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #E6f4f0;
  padding: 1rem;
  text-align: center;
  margin: auto;
}

.profile-section .bookmark_edit {
  position: absolute;
  right: 18px;
  top: 18px;
}

.profile-section .profile-image-pic {
  width: 160px;
  height: 160px;
  margin: auto;
  text-align: center;
  position: relative;
}

.profile-section .profile-image-pic > img {
  height: 160px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
}

.profile-section .profile-image-pic .profile-badge {
  height: 160px;
  width: 160px;
  background-color: #A882C5;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  margin: auto;
}

.profile-section .profile-image-pic .profile-badge > span {
  color: #FFFFFF;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
}

.profile-section .profile-image-pic .profile-badge-image {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.profile-section .profile-image-pic .profile-badge-image > img {
  border-radius: 100%;
}

.profile-section .profile-image-pic .badge {
  border-radius: 20px;
  border: 1px solid #ffffff;
  position: absolute;
  text-indent: -99999px;
  top: 8px;
  right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 4px solid #F0F1F3;
}

.profile-section .profile-image-pic .badge.badge-success {
  background-color: #27ae60;
}

.profile-section .profile-image-pic .badge.badge-danger {
  bottom: auto;
  background-color: #e83e8c;
  border-color: #FFA4D0;
  top: -1px;
}

.profile-section .profile-name {
  color: #151B26;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: center;
}

.profile-section .profile-designation {
  color: #151B26;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: uppercase;
}

.personal-details-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.personal-details-social > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.personal-details-social > li > a {
  display: block;
}

.personal-details-social > li > a > img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.personal-details-social > li > a > span {
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.5rem;
  width: calc(100% - 30px);
  color: #4175DF;
  line-height: 22px;
}

.personal-details-social > li.linked-account > a > span {
  color: #101426;
}

.left-addon-block-social {
  margin-bottom: 10px;
  padding: 4px 10px;
}

.left-addon-block-social .left-social {
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  margin-top: 1rem;
}

.left-addon-block-social .left-social > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.left-addon-block-social .left-social .left-addon-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.left-addon-block-social .left-social .left-addon-img > img {
  border-radius: 100%;
}

.left-addon-block-social .right-social {
  padding: 10px;
  float: right;
  width: 33%;
  background-color: #d21c15;
  color: #ffffff;
  text-align: center;
}

.personal-details-Plugins a {
  color: #101426;
  padding: 1rem;
}

.personal-details-Plugins a > span {
  vertical-align: middle;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  color: #101426;
  font-size: 0.875rem;
}

.password-strength-dropdown .dropdown-menu {
  top: -36px !important;
  left: 20px !important;
}

.password-strength-dropdown .dropdown-menu::before {
  margin-left: -8px !important;
  top: 45% !important;
  left: 0 !important;
}

.view-title {
  color: #151B26;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
  display: inline-block;
}

.view-title .bookmark_edit {
  position: absolute;
  top: 0px;
  right: -40px;
}

.view-details .view-heaader {
  color: #4D5156;
  font-weight: 600;
  width: 150px;
}

.view-details .view-content {
  color: #546271;
  letter-spacing: 0;
  line-height: 22px;
  width: calc(100% - 150px);
}

.bookmark_edit {
  background-color: rgba(86, 86, 130, 0.1);
  border-radius: 20px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  display: inline-block;
}

.bookmark_edit .material-icons-outlined {
  color: #6c757d;
  font-size: 10px;
}

.bookmark_edit:hover {
  background-color: rgba(86, 86, 130, 0.5);
}

.form-background {
  border-radius: 4px;
  background-color: #F8FAFB;
  padding: 1.5rem;
}

.theme-tile {
  position: relative;
  cursor: pointer;
  border: #DAE1ED solid 1px;
  width: calc(50% - 12px);
}

.theme-tile .theme-image {
  width: 96px;
  display: inline-block;
  vertical-align: top;
}

.theme-tile .theme-image > img {
  width: 100%;
}

.theme-tile .theme-details {
  display: inline-block;
  width: calc(100% - 150px);
  padding-left: 20px;
  vertical-align: top;
}

.theme-tile .theme-details h5 {
  color: #151B26;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.theme-tile .theme-details p {
  color: #151B26;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
}

.theme-tile .material-icons {
  position: absolute;
  top: 40%;
  right: 1.5rem;
  color: #D8D8D8;
  font-size: 1.5rem;
}

.theme-tile.active {
  border-color: #27ae60 !important;
}

.theme-tile.active .material-icons {
  color: #27ae60;
}

.theme-tile:hover {
  border-color: #27ae60 !important;
}

.horizontal > .nav-tabs {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.horizontal > .nav-tabs .nav-item {
  padding: 0;
}

.horizontal > .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: .15rem solid transparent;
  color: #6c757d;
}

.horizontal > .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #27ae60;
  color: #27ae60;
  font-weight: 700;
}

.horizontal > .nav-tabs .nav-item .nav-link.disabled {
  cursor: pointer;
  opacity: 0.5;
  pointer-events: auto;
}

.horizontal.even-aligned > .nav-tabs {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.horizontal.withgap > .nav-tabs {
  padding-left: 40px;
}

.card-custom {
  color: #151B26;
  font-size: 0.875rem;
  margin: 0;
  opacity: 1;
  padding: 0;
}

.card-custom .card-header {
  background-color: transparent;
  border: none;
}

.subscription_overview .card-header {
  padding: 1rem;
}

.subscription_overview .list-group-item {
  padding: .25rem 0;
  font-size: 0.8rem;
}

.pricing_plans .pricing-head > div {
  background: #F7F8FB;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: #fff solid 1px;
  cursor: pointer;
}

.pricing_plans .pricing-head > div.active {
  border: #27ae60 solid 1px;
  color: #27ae60;
  font-weight: bold;
}

.pricing_plans .pricing-head > div:hover {
  color: #27ae60;
}

.pricing_plans .pricing-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.payment_method .carousel-inner {
  overflow: inherit;
}

.payment_method .carousel-caption {
  color: #6c757d;
  margin: 0;
  top: 92%;
}

.payment_method .add-card-btn {
  opacity: 0;
}

.payment {
  position: relative;
  z-index: 0;
}

.payment .cc-card {
  background-image: url(../../../assets/images/newui/billing-usage/credit-card.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  -webkit-box-shadow: 0 15px 24px rgba(37, 44, 65, 0.32);
          box-shadow: 0 15px 24px rgba(37, 44, 65, 0.32);
  height: 135px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 235px;
  z-index: 1;
}

.payment .cc-card .card-content {
  color: #ffffff;
  float: left;
  padding: 4rem 2rem .5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.payment .cc-card .card-content .label-cardnumber {
  font-size: 0.8rem;
  text-shadow: 2px 2px #546271;
}

.payment .cc-card .card-content .card-holder-label {
  color: #ced4da;
  font-size: 0.525rem;
  text-transform: uppercase;
}

.payment .cc-card .card-content .card-holder-name {
  font-size: 0.8rem;
}

.payment_method .carousel-control-next,
.payment_method .carousel-control-prev {
  color: #000;
  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;
}

.logo-visa {
  right: 20px;
  position: absolute;
  top: 0;
}

.card-form {
  width: 100%;
  position: relative;
}

.card-form label {
  margin: .4rem 0 0;
  padding: 0;
}

.card-form h6 {
  font-size: 0.8rem;
  line-height: 1rem;
}

.card-form > p.field {
  height: 48px;
  padding: 2px 10px;
  margin-bottom: 2px;
  background-color: #f4f5f9;
  border: 1px solid #d2d4de;
  display: inline-block;
  border-radius: 10px;
}

.cc-custom-group .input-group-text,
.cc-custom-group .form-control {
  background-color: transparent;
  border: none;
  height: calc(1.7em + .75rem + 2px);
}

.cc-custom-group ::-webkit-input-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.cc-custom-group ::-moz-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.cc-custom-group :-ms-input-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.cc-custom-group ::-ms-input-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.cc-custom-group ::placeholder {
  color: #ced4da;
  font-weight: 300;
}

body.newui-admin {
  background-color: #ffffff;
  overflow: hidden;
}

body.newui-admin .page-container {
  padding: 0;
  position: relative;
  height: auto;
}

body.newui-admin .page-container.dashboard-latest .application-area {
  height: calc(100vh - 98px);
  padding-bottom: 100px;
}

body.newui-admin .page-container .application-area {
  height: calc(100vh - 98px);
}

body.newui-admin .page-container.has-footer .page-footer {
  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;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 48px;
  z-index: 1;
  left: 0px;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(168, 176, 188, 0.15);
          box-shadow: 0 -2px 2px 0 rgba(168, 176, 188, 0.15);
}

body.newui-admin .page-container.has-footer .page-footer .btn {
  padding: 0.5rem 1.25rem;
}

body.newui-admin .page-container.has-footer .vertical + .application-area .page-footer {
  width: calc(100% - 275px);
  left: 275px;
}

body.newui-admin .page-container.has-footer .vertical + .application-area .footer-bar {
  display: block !important;
}

body.newui-admin .page-container.has-footer .vertical + .application-area .footer-bar .pagination-wrap {
  padding-right: 30px;
  padding-top: 10px;
}

body.newui-admin .page-container.has-footer .application-area {
  height: calc(100vh - 148px);
}

body.newui-admin .page-container.has-footer .application-area.offboarding-area {
  height: calc(100vh - 22rem);
}

body.newui-admin.aside-enabled .page-container.has-footer .vertical + .application-area .page-footer {
  width: calc(100% - 496px);
  left: 496px;
}

body.newui-admin.aside-disabled .page-container.has-footer .vertical + .application-area .page-footer {
  width: calc(100% - 272px);
  left: 272px;
}

body.newui-admin.no-aside-menu .page-container.has-footer .page-footer {
  width: 100%;
  left: 0;
}

.greeting-content {
  border-top: #DAE1ED solid 1px;
}

.submission-content {
  position: relative;
}

.submission-content .int-ext-switch {
  position: absolute;
  top: 0;
  right: 0;
}

.submission-height {
  max-height: calc(100vh - 380px);
  overflow: auto;
}

.submission-height .table tr td, .submission-height .table tr th {
  background-color: #F6F8FB;
}

.templates {
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
  background-color: #F8FAFB;
}

.templates .template-list {
  padding: 5px;
}

.templates .template-list img {
  width: 100%;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  cursor: pointer;
}

.templates .template-list img.active {
  border-color: #27ae60;
}

.templates .template-list img:hover {
  border-color: #27ae60;
}

/*password strength*/
.password-accept {
  padding: 4px 10px;
  background-color: #F8FAFB;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
}

.password-accept > li {
  padding: 1px 0;
  color: #6f7477;
  font-size: 0.8125rem;
  line-height: 20px;
}

.password-accept > li > i {
  margin-right: 10px;
  color: #6f7477;
  font-size: 1rem;
}

.password-accept > li.active {
  color: #000000;
}

.password-accept > li.active > i {
  color: #27ae60;
}

.deleted-section {
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
  background-color: #F8FAFB;
}

.deleted-section .deleted-header {
  text-align: left;
  padding: 1rem 2rem;
  border-bottom: 1px solid #F2F4F6;
}

.deleted-section .deleted-body {
  padding: 1rem 2rem;
}

.deleted-section .deleted-body .deleted-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DAE1ED;
  border-radius: 2rem;
  background-color: #FFFFFF;
  padding: 0.35rem 1rem;
  margin-bottom: 0.5rem;
}

.deleted-section .deleted-body .deleted-list .addicon .btn-icon {
  height: 1.5625rem;
  line-height: 1.375rem;
  width: 1.5625rem;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(181, 181, 181, 0.8);
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: transparent;
}

.sig-list {
  border: #DAE1ED solid 1px;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
}

.sig-list img {
  padding: 0.5rem;
  width: 100%;
  padding-bottom: 0.625rem;
}

.sig-list .check-circle {
  color: #D8D8D8;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
}

.sig-list .sig-footer {
  border-top: #DAE1ED solid 1px;
  padding: 0.25rem 0;
  text-align: center;
  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;
}

.sig-list .sig-footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  color: #252631;
}

.sig-list .sig-footer a:hover {
  color: #27ae60;
}

.sig-list .sig-footer a .material-icons-outlined {
  font-size: 18px;
  margin-right: 2px;
}

.sig-list.active {
  border-color: #27ae60;
}

.sig-list.active .check-circle {
  color: #27ae60;
}

.sig-list.active .sig-footer {
  border-color: #27ae60;
}

.sig-list:hover {
  border-color: #27ae60;
}

.signature-tip {
  border: #DAE1ED solid 1px;
  border-radius: 4px;
  padding: 0.5rem;
  font-style: italic;
  color: #252631;
  font-weight: 100;
  font-size: 0.8rem;
}

.config-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem;
  position: relative;
  color: #565682;
  border: 1px solid #DAE1ED;
  cursor: pointer;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.config-account .check-circle {
  color: #D8D8D8;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
}

.config-account .config-img img {
  width: 60px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.config-account.active {
  border-color: #27ae60;
}

.config-account.active .check-circle {
  color: #27ae60;
}

.config-account.active .sig-footer {
  border-color: #27ae60;
}

.config-account.active .config-img img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.config-account:hover {
  border-color: #27ae60;
}

.subheader-tabs {
  position: relative;
  min-height: 42px;
}

.subheader-tabs ul {
  border-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.subheader-tabs ul li {
  border-bottom: 2px solid transparent;
  color: #546271;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.subheader-tabs ul li a {
  color: #546271;
  padding: 0;
}

.subheader-tabs ul li a:hover {
  color: #27ae60;
}

.subheader-tabs ul li a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.subheader-tabs ul li.active {
  border-bottom-color: #27ae60;
  color: #27ae60;
  font-weight: 700;
}

.subheader-tabs ul li.active a {
  color: #27ae60;
  font-weight: 700;
}

.subheader-tabs ul li.tab-custom-reports, .subheader-tabs ul li.tab-custom-reports.active {
  background: -webkit-linear-gradient(45deg, #09009f, #27ae60 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subheader-tabs ul li.tab-custom-reports a, .subheader-tabs ul li.tab-custom-reports.active a {
  background: -webkit-linear-gradient(45deg, #09009f, #27ae60 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subheader-tabs ul li.tab-custom-reports a.disabled, .subheader-tabs ul li.tab-custom-reports.active a.disabled {
  background: -webkit-linear-gradient(45deg, #09009f, #27ae60 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
  pointer-events: none;
}

.subheader-tabs .responsive {
  display: none;
}

.subheader-tabs.subheader-tabs-sm {
  min-height: auto;
}

.subheader-tabs.subheader-tabs-sm ul li {
  font-size: 0.8rem;
  line-height: 18px;
  text-transform: none;
}

.subheader-tabs.subheader-tabs-sm :before {
  background: transparent;
  width: 0;
}

.filter-status {
  color: #565682;
}

.filter-status .material-icons-outlined {
  color: #B4C0CF;
  font-size: 1.25rem;
}

.filter-status .search {
  border: none;
  width: 90%;
  display: block;
}

.filter-status .search:focus {
  border: none;
  outline: 0;
}

.section-drag {
  cursor: move;
}

.custom-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px 0;
}

.custom-field-wrap .custom-field {
  padding: 0 1rem 0.5rem 0;
  position: relative;
  width: 50%;
}

.custom-field-wrap .custom-field .custom-field-item {
  padding: 5px 10px;
  border: #DAE1ED solid 1px;
  border-radius: 4px;
  cursor: move;
}

.custom-field-wrap .custom-field .custom-field-item.mandatory_field {
  background: #F8F9FC;
}

.custom-field-wrap .custom-field .custom-field-item .material-icons {
  color: #B4C0CF;
}

.custom-field-wrap .custom-field.deleted {
  padding-right: 0;
  width: 100%;
}

.custom-field-wrap .custom-field.custom-field-added .custom-field-item:after {
  border-right: 0.875rem solid transparent;
  border-top: 0.875rem solid #61bf87;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.custom-field-wrap .custom-field:nth-child(even) {
  padding-right: 0;
}

.custom-field-wrap.keywords {
  margin: 0;
}

.custom-field-wrap.keywords .title {
  color: #4D5156;
  margin-bottom: 10px;
  font-weight: 600;
}

.custom-field-wrap.keywords .custom-field {
  width: 100%;
  padding: 0 15px 15px 0;
}

.custom-field-wrap.keywords .custom-field .custom-field-item {
  background: #fff;
}

.custom-field-wrap.keywords .custom-field .custom-field-item.selected {
  -webkit-box-shadow: 0 1px 6px 0 #D1D1D1;
          box-shadow: 0 1px 6px 0 #D1D1D1;
  border: #27ae60 dashed 1px;
}

.custom-field-wrap.keywords .active_keywords_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  background-color: #F9F9FA;
  padding: 1rem;
}

.custom-field-wrap.keywords .divider_keywords_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100px;
}

.custom-field-wrap.keywords .inactive_keywords_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 1rem;
  padding-left: 1.25rem;
  background-color: #F9F9FA;
}

.custom-field-wrap.dndDragover .dndPlaceholder {
  border: 2px dashed #DAE1ED !important;
  height: 34px !important;
  margin: 0 auto !important;
  width: 45% !important;
  float: none !important;
  list-style: none;
}

.custom-field-wrap li.dndDraggingSource {
  display: none !important;
}

.roletitle {
  color: #4D5156;
  font-weight: 600;
  font-size: 1rem;
}

.create-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
}

.create-section .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #DAE1ED dashed 1px;
  padding: 4px 0;
  cursor: pointer;
  color: #565682;
  font-size: 0.8rem;
  font-weight: 600;
}

.create-section .text-wrap .material-icons {
  color: #575585;
}

.create-section .icon-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 2rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  border: #DAE1ED solid 1px;
  border-radius: 4px;
  cursor: pointer;
}

.create-section .icon-wrap:hover {
  background: #eafff3;
}

.delete-description {
  color: #787E8A;
  line-height: 20px;
}

.newui .tree ul {
  padding-left: 0;
}

.search-wrapper {
  overflow: hidden;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wrapper .search {
  width: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.search-wrapper .search input {
  min-width: 150px;
}

.search-wrapper .search input.mw-inherit {
  min-width: inherit;
}

.search-wrapper .search-icon {
  opacity: 1;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.search-wrapper .search-icon:focus {
  outline: 0;
}

.search-wrapper.active .search {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.search-wrapper.active .search input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-wrapper.active .search-icon {
  width: 0;
  opacity: 0;
}

.emp-group-icon {
  background: #DFF1FF;
  padding: 4px;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.emp-group-icon .material-icons {
  color: #0091FF;
  font-size: 0.8rem;
}

.brnading-title > span {
  color: #8F9BB3;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.07px;
  line-height: 24px;
}

.drag-and-drop-area {
  width: 100%;
  border: 1px dashed #DAE1ED;
  border-radius: 4px;
  background-color: #FAFCFD;
  padding: 0.75rem 1rem;
  position: relative;
}

.drag-and-drop-area .drag-and-drop-area-heading {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 24px;
  text-align: center;
  color: #8F9BB3;
}

.drag-and-drop-area .drag-and-drop-area-text {
  color: #8F9BB3;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.drag-and-drop-area .drag-and-drop-area-text input {
  opacity: 0;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.drag-and-drop-area .drag-and-drop-area-text input + label {
  color: #27ae60;
  cursor: pointer;
}

.time-format input {
  opacity: 0;
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2rem;
  cursor: pointer;
}

.time-format input:checked + label {
  border-color: #27ae60;
  color: #27ae60;
}

.time-format > label {
  width: 50%;
  border: 1px solid #DAE1ED;
  float: left;
  padding: 7px 10px;
  border-radius: 4px;
  color: #8F9BB3;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.time-format > label.format-24 {
  border-radius: 4px 0 0 4px;
}

.time-format > label.format-12 {
  border-radius: 0 4px 4px 0;
}

.time-format input[type=file]:checked + label {
  border-color: #27ae60;
}

.company-profile-tips {
  width: 100%;
  border-radius: 2px;
  background-color: #F6F8FB;
  padding: 15px;
}

.company-profile-tips h5 {
  color: #151B26;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

.company-profile-tips ul {
  padding-left: 1rem !important;
}

.company-profile-tips p, .company-profile-tips ul > li {
  color: #6c757d;
  font-size: 0.8rem;
  font-style: italic;
  letter-spacing: 0;
  line-height: 17px;
}

.company-profile-tips.sticky {
  position: sticky;
  top: 0;
  right: 0;
}

.reminder-steps .step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  padding-bottom: 0.75rem;
}

.reminder-steps .step > div:not(:first-child) {
  margin-left: 0.5rem;
}

.reminder-steps .step.step-completed .circle {
  background-color: #27ae60;
  color: #fff;
  border-color: #27ae60;
}

.reminder-steps .step.step-completed .title {
  color: #6C7B88;
}

.reminder-steps .step.step-active .circle {
  background-color: #27ae60;
  color: #fff;
  border-color: #27ae60;
}

.reminder-steps .step.step-active .title {
  color: #27ae60;
}

.reminder-steps .step.step-active:hover {
  border-color: #27ae60;
}

.reminder-steps .step .circle {
  background-color: #ffffff;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  font-size: 0.6875rem;
  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;
}

.reminder-steps .step .circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 2px;
  right: 50%;
  bottom: 0px;
  left: 50%;
  height: 100%;
  width: 1px;
  -webkit-transform: scale(1, 2);
      -ms-transform: scale(1, 2);
          transform: scale(1, 2);
  -webkit-transform-origin: 50% -100%;
      -ms-transform-origin: 50% -100%;
          transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.reminder-steps .step:hover {
  color: rgba(0, 0, 0, 0.8);
}

.reminder-steps .step:hover .circle {
  border-color: rgba(0, 0, 0, 0.8);
}

.reminder-steps .step:last-child .circle:after {
  display: none;
}

.submission-slider.reviewers-flow .slider-wrap {
  overflow-x: inherit;
}

.submission-slider.reviewers-flow .slider-wrap .slider:after {
  color: #d1d1d1;
}

.attachment-field {
  border-radius: 2px;
  padding: 4px;
  margin-bottom: 4px;
}

.attachment-field .name {
  color: #546271;
  font-size: 0.875rem;
}

.attachment-field .size {
  font-size: 0.625rem;
  margin-top: 4px;
  color: #546271;
}

.attachment-field .delete-attachement {
  display: none;
}

.attachment-field:hover {
  background: #F9F9F9;
}

.attachment-field:hover .delete-attachement {
  display: block;
}

.select-time-more > a {
  border: 1px solid #DAE1ED;
}

.select-time-more > a > i {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.harvesting .company-info p {
  color: #565682;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1rem;
}

.emp-def-left {
  background-color: rgba(229, 239, 255, 0.5);
  height: 100%;
  border-radius: 4px;
}

.emp-def-left ul {
  list-style: none;
  padding: 1rem 0.5rem;
}

.emp-def-left ul li {
  border-radius: 4px;
}

.emp-def-left ul li.active {
  background-color: #A586BD;
  padding: 10px;
}

.emp-def-left ul li.active a {
  color: #fff;
}

.config-col {
  margin-bottom: 2rem;
}

.config-col .config-title {
  color: #4D5156;
  font-size: 1rem;
  font-weight: 600;
}

.config-col .config-desc {
  color: #6C7B88;
  font-size: 0.8rem;
  letter-spacing: 0;
}

.config-col .config-sub-col {
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  margin-top: 1.5rem;
}

.config-col .config-sub-col .config-sub-img {
  margin-right: 1rem;
  background: #fafbfb;
  border: #f1f2f3 solid 1px;
  width: 60px;
  height: 60px;
  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;
  border-radius: 3rem;
  padding: 1.25rem;
}

.config-col .config-sub-col .config-sub-img i {
  font-size: 1.75rem;
  color: #27ae60;
}

.config-col .config-sub-col .config-sub-title {
  color: #546271;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.config-col .config-sub-col .config-sub-desc {
  color: #6C7B88;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1rem;
}

.config-col .config-sub-col:hover {
  -webkit-box-shadow: 0 0 1rem 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 1rem 0 rgba(168, 176, 188, 0.25);
}

.config-col .config-sub-col:hover .config-sub-img {
  background: #27ae60;
  border-color: #27ae60;
}

.config-col .config-sub-col:hover .config-sub-img i {
  color: #FFFFFF;
}

.config-col .disabled {
  cursor: pointer;
}

.config-col .disabled .config-sub-col {
  opacity: 0.6;
}

.config-col .disabled .config-sub-col .config-sub-img i {
  color: #546271;
}

.config-col .disabled .config-sub-col:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.config-col .disabled .config-sub-col:hover .config-sub-img {
  background: #fafbfb;
  border-color: #f1f2f3;
}

.config-col .disabled .config-sub-col:hover .config-sub-img i {
  color: #546271;
}

.leave-right {
  width: calc(100% - 90px);
}

.leave-left {
  background: rgba(229, 239, 255, 0.5);
  height: 100%;
}

.leave-left .leaveplan {
  padding: 0.25rem;
  cursor: pointer;
}

.leave-left .leaveplan:hover {
  background: #FDFEFE;
}

.leave-left .leaveplan.active {
  background: #FDFEFE;
}

.leave-restrict {
  background: rgba(249, 250, 252, 0.5);
  border: #D3D7DD dashed 1px;
  padding: 1rem;
  border-radius: 4px;
}

.uib-timepicker .form-control {
  font-size: 0.8rem;
}

.uib-timepicker .uib-time.am-pm .btn {
  padding: 6px 6px;
  font-size: 0.625rem;
}

.shift-table thead > tr > th,
.shift-table tbody tr td {
  border: none;
  vertical-align: middle;
}

.shift-table > tbody > tr > td {
  padding: 0.2rem 0 0.2rem 0.4rem;
  text-align: center;
}

.shift-table > tbody > tr > td:first-child, .shift-table > tbody > tr > td:nth-child(2) {
  padding-left: 0;
}

.shift-table .uib-timepicker .uib-separator {
  display: none;
}

.shift-table .uib-timepicker .uib-time.hours {
  padding: 2px;
}

.shift-table .uib-timepicker .uib-time.minutes {
  padding: 0;
}

.shift-table .uib-timepicker .uib-time input {
  width: 2rem !important;
  height: 2rem;
  font-size: 0.8rem;
  padding: 0 0.2rem !important;
}

.shift-table .uib-timepicker .uib-time input::-webkit-input-placeholder {
  font-style: normal;
}

.shift-table .uib-timepicker .uib-time input::-moz-placeholder {
  font-style: normal;
}

.shift-table .uib-timepicker .uib-time input:-ms-input-placeholder {
  font-style: normal;
}

.shift-table .uib-timepicker .uib-time input::-ms-input-placeholder {
  font-style: normal;
}

.shift-table .uib-timepicker .uib-time input::placeholder {
  font-style: normal;
}

.shift-table .uib-timepicker .uib-time.am-pm .btn {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 100%;
  padding: 8px !important;
}

.btn-group-toggle.weekoff input[type=checkbox] {
  width: 2rem;
  height: 2rem;
}

.btn-group-toggle.weekoff .btn {
  width: 2rem;
  height: 2rem;
  border-radius: 20px !important;
  font-size: 10px;
  color: #212529;
  font-weight: 600;
  padding: 0;
  line-height: 2rem;
  margin-right: 10px;
}

.btn-group-toggle.weekoff .btn.active {
  background-color: #bbf9d5;
  border-color: #bbf9d5;
}

.skip-steps {
  position: absolute;
  right: 20px;
}

.company-progress {
  width: 120px;
}

.company-progress .progress-wrap {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px -10px 0px;
}

.company-progress .progress-wrap .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 17%;
  margin-right: 4px;
  border: #DAE1ED solid 1px;
  border-radius: 6px;
  height: 6px;
  background: #E4E9EC;
}

.company-progress .progress-wrap .progress:last-child {
  margin-right: 0;
}

.company-progress .progress-wrap .progress.active {
  background: #27ae60;
  border: #27ae60 solid 1px;
}

.angucomplete-dropdown {
  max-height: 250px;
  overflow-y: auto;
  padding: 0 0 5px;
  position: absolute;
  left: 0px;
  top: 36px;
  width: 100%;
  z-index: 9;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.5);
          box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.5);
}

.add-user-progress {
  width: 120px;
}

.add-user-progress .progress-wrap {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px -10px 0px;
}

.add-user-progress .progress-wrap .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 22%;
  margin-right: 4px;
  border: #DAE1ED solid 1px;
  border-radius: 6px;
  height: 6px;
  background: #E4E9EC;
}

.add-user-progress .progress-wrap .progress:last-child {
  margin-right: 0;
}

.add-user-progress .progress-wrap .progress.active {
  background: #27ae60;
  border: #27ae60 solid 1px;
}

.expandnav {
  cursor: pointer;
}

.shift-activity-wrap ul {
  list-style: none;
  padding: 0;
}

.shift-activity-wrap ul li {
  border: 0.5px solid #DAE1ED;
  border-radius: 4px;
  background-color: #FAFBFB;
  padding: 8px 12px;
  margin: 24px auto;
  position: relative;
}

.shift-activity-wrap ul li .activity-title {
  color: #4D5156;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 20px;
}

.shift-activity-wrap ul li .activity-desc {
  color: #6C7B88;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}

.shift-activity-wrap ul li::before {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  border: #DADDE0 dashed 1px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
}

.shift-activity-wrap ul li::after {
  font-family: 'Material Icons';
  content: 'keyboard_arrow_up';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #BABFC5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shift-activity-wrap ul li:last-child::before, .shift-activity-wrap ul li:last-child::after {
  content: none;
}

.flex-divider {
  width: 2px;
  background: #DAE1ED;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  border-radius: 0px;
  background-color: transparent;
}

.user-role-super input[type="checkbox" i]:focus {
  outline-offset: 2px;
}

.user-role-super .custom-control-input:disabled ~ .custom-control-label::before, .user-role-super .custom-control-input[disabled] ~ .custom-control-label::before {
  background: transparent;
}

.user-role-super .custom-control-input:disabled ~ .custom-control-label, .user-role-super .custom-control-input[disabled] ~ .custom-control-label {
  cursor: not-allowed;
}

.user-role-super .custom-control-label {
  cursor: pointer;
}

.user-role-super .custom-control-label::before {
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
}

.user-role-super .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-role-super .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #27ae60;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-role-super .custom-control-input:checked ~ .custom-control-label::after {
  content: "\2713";
  position: absolute;
  right: -8px;
  top: 0px;
  left: auto;
  border-radius: 100%;
  font-size: 0.8rem;
  color: #ffffff;
  background: #27ae60;
  border-radius: 100%;
  text-align: center;
}

.user-role {
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
}

.user-role:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-role input[type="checkbox" i]:focus {
  outline-offset: 2px;
}

.user-role .custom-control-input:disabled ~ .custom-control-label::before, .user-role .custom-control-input[disabled] ~ .custom-control-label::before {
  background: transparent;
}

.user-role .custom-control-input:disabled ~ .custom-control-label, .user-role .custom-control-input[disabled] ~ .custom-control-label {
  cursor: not-allowed;
}

.user-role .custom-control-label {
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25) !important;
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25) !important;
}

.user-role .custom-control-label:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25) !important;
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25) !important;
}

.user-role .custom-control-label:hover::before {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.user-role .custom-control-label::before {
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
}

.user-role .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-role .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #27ae60;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
}

.user-role .custom-control-input:checked ~ .custom-control-label::after {
  content: "\2713";
  position: absolute;
  right: -8px;
  top: -3px;
  left: auto;
  border-radius: 100%;
  font-size: 0.65rem;
  color: #ffffff;
  background: #27ae60;
  border-radius: 100%;
  text-align: center;
}

.user-role .user-role-image {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 64px;
  width: 64px;
  border: 1.5px solid #F1F2F3;
  background-color: #FAFBFB;
  font-weight: 600;
  letter-spacing: -0.55px;
  line-height: 62px;
  text-align: center;
  color: #27ae60;
  font-size: 24px;
}

.user-role .user-role-details {
  width: calc(100% - 65px);
  color: #6C7B88;
}

.user-role.active {
  border-color: #27ae60;
}

.user-role.active::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #27ae60;
  right: 8px;
  top: 2px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

.user-role.active::after {
  content: "\2713";
  position: absolute;
  right: 12px;
  top: 2px;
  left: auto;
  border-radius: 100%;
  font-size: 0.8rem;
  color: #ffffff;
}

.user-role.disabled {
  cursor: not-allowed;
}

.team-block {
  position: relative;
}

.team-block:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.team-block.active {
  border-color: #27ae60;
  position: relative;
}

.team-block.active::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #27ae60;
  right: -5px;
  top: -5px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

.team-block.active::after {
  content: "\2713";
  position: absolute;
  right: 0px;
  top: -5px;
  border-radius: 100%;
  font-size: 0.8rem;
  color: #ffffff;
}

.team-block .team-block-delete {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.team-block .team-block-delete:hover {
  background-color: #E3E7EF;
}

.team-wrap .role-item {
  width: 2rem;
  height: 2rem;
  margin-right: -6px;
  font-size: 0.8rem;
}

.team-wrap .role-item > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.team-wrap :hover {
  z-index: 1;
}

.login-ip {
  background: #E9F6EF;
  border-radius: 8px;
}

.list-group.leaveplan-group .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 8px;
  border: none;
  border-radius: 4px;
}

.list-group.leaveplan-group .list-group-item.active {
  background: #F1F2F3;
  color: inherit;
}

.profile-list > li {
  border: 1px solid #DAE1ED;
  border-radius: 4px;
}

.profile-list > li > a {
  color: #4D5156;
}

.profile-list > li .material-icons {
  color: #A8B0BC;
}

.profile-list > li:hover, .profile-list > li.active {
  background-color: #27ae60;
  border-color: #27ae60;
}

.profile-list > li:hover > a, .profile-list > li:hover .material-icons, .profile-list > li.active > a, .profile-list > li.active .material-icons {
  color: #ffffff;
}

.profile-list.access > li {
  width: 31%;
  float: left;
  margin-right: 1.5rem;
}

.approval-flow-wrap {
  position: relative;
}

.approval-flow-wrap .approval-flow-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  position: relative;
  margin-bottom: 1rem;
}

.approval-flow-wrap .approval-flow-level::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 2rem;
  border-left: #DAE1ED solid 1px;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}

.approval-flow-wrap .add-approval-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 2rem);
  background-color: #27ae60;
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  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;
}

.workflow-item {
  padding: 0.5rem;
  background-color: #fff;
  margin-bottom: 1rem;
}

.role-item {
  background-color: #DADDE0;
  border: 1px solid #fff;
  color: #4D5156;
  border-radius: 50px;
  border: #fff solid 1px;
  font-size: 0.625rem;
  z-index: 0;
  font-weight: 600;
  width: 30px;
  height: 30px;
  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;
}

.role-item.count {
  z-index: -1;
  cursor: pointer;
}

.workflow-stage {
  margin-bottom: 20px;
}

.workflow-stage .workflow-stage-item {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  margin-bottom: 8px;
}

.list-colors {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding-left: 0;
}

.list-colors > li {
  list-style: none;
}

.list-colors > li > a > span {
  width: 24px;
  height: 24px;
  display: block;
}

.list-colors > li > a.active > span {
  border: #000 solid 3px;
}

.security {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.security:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.security.active {
  border-color: #27ae60;
  position: relative;
}

.security.active::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #27ae60;
  right: -5px;
  top: -5px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

.security.active::after {
  content: "\2713";
  position: absolute;
  right: 0px;
  top: -5px;
  border-radius: 100%;
  font-size: 0.8rem;
  color: #ffffff;
}

.security .access-sub-img {
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #fafbfb;
  border: #f1f2f3 solid 1px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.security .access-sub-img i {
  font-size: 48px;
  color: #27ae60;
}

.security .access-sub-img i::before {
  width: auto;
}

.marketplace-container .integrations_thumbs .col {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  max-width: 275px;
  width: 275px;
}

.marketplace-container .integrations_thumbs .card {
  border: none;
  border-radius: .5rem .5rem 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.marketplace-container .integrations_thumbs .card .card-item-link {
  display: block;
  line-height: 125px;
  min-height: 125px;
}

.marketplace-container .integrations_thumbs .card .card-img-top {
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
  height: auto;
}

.marketplace-container .integrations_thumbs .card .card-body {
  -webkit-box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.05);
  padding: 0.75rem;
  position: relative;
}

.marketplace-container .integrations_thumbs .card .card-body .card-title {
  color: #4D5156;
  line-height: 1rem;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketplace-container .integrations_thumbs .card .card-body .card-title .mdi {
  line-height: 18px;
}

.marketplace-container .integrations_thumbs .card .card-body .card-text {
  display: none;
  line-height: .75rem;
  margin-top: .25rem;
}

.marketplace-container .integrations_thumbs .card .card-body .icon {
  line-height: 1rem;
}

.marketplace-container .integrations_thumbs .card.selected .mdi {
  color: #27ae60 !important;
}

.marketplace-container .integrations_thumbs .card .image-mask {
  bottom: 0.75rem;
  background-color: rgba(86, 86, 130, 0.5);
  padding: .25rem;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 1;
}

.marketplace-container .accordion.lightblue-accordion .card {
  border: none;
}

.marketplace-container .accordion.lightblue-accordion .card .card-header {
  border: 1px solid #DADDE0;
  padding: 0.10rem 0.625rem 0.10rem 1rem;
}

.marketplace-container .accordion.lightblue-accordion .card .card-header .accordion-heading {
  font-size: 0.875rem;
}

.marketplace-container .carousel-indicators {
  margin: 0;
  top: 100%;
}

.marketplace-container .carousel-indicators li {
  width: 100px;
  height: 62px;
}

.marketplace-container .carousel-indicators li.active img {
  -webkit-box-shadow: #4e4e4e 0 0 5px;
          box-shadow: #4e4e4e 0 0 5px;
}

.marketplace-container .carousel-indicators li img {
  width: 100%;
}

.marketplace-container .carousel-control-next,
.marketplace-container .carousel-control-prev {
  bottom: auto;
  margin: 30px 0;
  right: 0;
  top: 100%;
  width: 1.5rem;
  display: none;
}

.marketplace-container .carousel-control-prev {
  left: 0;
}

.marketplace-container .carousel-control-next-icon,
.marketplace-container .carousel-control-prev-icon {
  background-image: url(../../../assets/images/spa_newui/marketplace/carousel-right-arrow.svg);
  height: 28px;
  opacity: 1;
  width: 28px;
}

.marketplace-container .carousel-control-next-icon :hover,
.marketplace-container .carousel-control-prev-icon :hover {
  opacity: 1;
}

.marketplace-container .carousel-control-prev-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-fill-navigation > .nav-tabs .nav-item .nav-link {
  background-color: #FAFBFB;
  border: #F1F2F3 solid 1px;
  color: #546271;
  font-size: .75rem;
  font-weight: 600;
  padding: .5rem 1.25rem;
  position: relative;
}

.page-fill-navigation > .nav-tabs .nav-item .nav-link.active {
  background-color: #27ae60;
  color: #fff;
  border-radius: .25rem;
}

.page-fill-navigation > .nav-tabs .nav-item .nav-link.active:hover {
  background-color: #27ae60;
}

.page-fill-navigation > .nav-tabs .nav-item .nav-link:hover {
  background-color: #f3f6f9;
}

.cp-template {
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 20px 0 rgba(168, 176, 188, 0.4);
          box-shadow: 0 2px 20px 0 rgba(168, 176, 188, 0.4);
  padding: 4px;
}

.cp-template .cp-img {
  position: relative;
  height: 180px;
  text-align: center;
}

.cp-template .cp-img img {
  max-width: 100%;
  max-height: 100%;
}

.cp-template .cp-img .mask {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.cp-template .cp-img .mask .edit-btn {
  border: #fff solid 1px;
  background: #546271;
  color: #fff;
  padding: 10px 38px;
}

.cp-template .cp-img:hover .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp-template .cp-btns {
  padding-top: 4px;
  border-top: #DAE1ED solid 1px;
  margin-top: 4px;
}

.buy-template-wrap {
  border-radius: 8px;
  height: 100%;
  background: #E9F6EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar_sync_radio .btn-group .btn-selected.border {
  background-color: #eff5fd;
  border-color: #1a73e8 !important;
  z-index: 2;
}

.calendar_sync_radio .custom-radio + .custom-radio {
  margin-top: -1px;
  z-index: 1;
}

.cp-template-nav .cp-nav-link {
  position: relative;
  background: #fff;
  padding: 0.25rem;
  border: #DAE1ED solid 2px;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.cp-template-nav .cp-nav-link img {
  max-width: 100%;
  max-height: 100%;
}

.cp-template-nav .cp-nav-link .cp-pagecount {
  position: absolute;
  bottom: 0;
  text-transform: capitalize;
  border-radius: 2px 0 2px 0;
  background-color: #F1F2F3;
  padding: 2px 12px;
  font-size: 0.8rem;
}

.cp-template-nav .cp-nav-link.active {
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 8px 1px rgba(168, 176, 188, 0.7);
          box-shadow: 0 0 8px 1px rgba(168, 176, 188, 0.7);
}

.cp-template-nav .cp-nav-link.active .cp-pagecount {
  background-color: #27ae60;
  color: #fff;
}

.cp-template-wrap {
  background: #F9F9FA;
  border: #D1D1D1 solid 1px;
  padding: 1rem 0.75rem;
}

.cp-template-wrap .cp-header-wrap {
  background: #E8ECEF;
  padding: 12px 2rem;
  margin-bottom: 12px;
}

.cp-template-wrap .cp-header-wrap .cp-header-logo {
  font-size: 2rem;
  font-weight: 800;
  color: rgba(23, 42, 63, 0.29);
}

.cp-template-wrap .cp-header-wrap .cp-header-logo .client-logo {
  max-width: 100px;
  max-height: 50px;
}

.cp-template-wrap .cp-header-wrap .signin-btn {
  border-radius: 20px;
  padding: 8px 20px;
}

.cp-template-wrap .cp-search-wrapper .cp-search-wrap {
  position: relative;
}

.cp-template-wrap .cp-search-wrapper .cp-search-wrap .career_search {
  width: auto;
  height: 28px;
}

.cp-template-wrap .cp-search-wrapper .cp-search-wrap .career_search .location-select {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  padding: .375rem 0rem .375rem .75rem;
  font-size: 0.625rem;
  font-weight: 600;
  height: 100%;
  border: #DAE1ED solid 1px;
}

.cp-template-wrap .cp-search-wrapper .cp-search-wrap .career_search .input-group-append {
  height: 100%;
}

.cp-template-wrap .cp-search-wrapper .cp-search-wrap .career_search .search-input {
  width: 200px;
  border-right: none;
  border-radius: 0;
  font-size: 0.8rem;
  height: 100%;
}

.cp-template-wrap .cp-search-wrapper .cp-search-wrap .career_search .btn-outline-search {
  background: #fff;
  border: none;
  border-top: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.cp-template-wrap .cp-search-wrapper .cp_filter {
  font-size: 10px;
  color: #6C7B88;
}

.cp-template-wrap .cp-search-wrapper .cp_filter .view_toggle {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.cp-template-wrap .cp-search-wrapper .cp_filter .view_toggle .btn {
  background: #F1F1F2;
  padding: 4px 8px;
  font-size: 10px;
  border: 0;
  border-radius: 0;
}

.cp-template-wrap .cp-search-wrapper .cp_filter .view_toggle .btn:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cp-template-wrap .cp-search-wrapper .cp_filter .view_toggle .btn:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cp-template-wrap .cp-search-wrapper .cp_filter .view_toggle .btn.active {
  background: #27ae60;
  color: #fff;
}

.cp-template-wrap .edithover {
  position: absolute;
  width: 104%;
  height: 150%;
  padding: 5px;
  left: -2%;
  top: -30%;
  border: transparent solid 1px;
  cursor: pointer;
}

.cp-template-wrap .edithover:hover {
  border-color: #DAE1ED;
}

.cp-template-wrap .edithover:hover .edit-icon {
  opacity: 1;
}

.cp-template-wrap .edithover .edit-icon {
  background-color: #DAE1ED;
  padding: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  width: 15px;
  height: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.cp-template-wrap .edithover .edit-icon .material-icons {
  font-size: 8px;
}

.cp-template-wrap .edithover .left-dot {
  width: 5px;
  height: 5px;
  background-color: #0091FF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: -3px;
  display: none;
}

.cp-template-wrap .edithover .right-dot {
  width: 5px;
  height: 5px;
  background-color: #0091FF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: -3px;
  display: none;
}

.cp-template-wrap .edithover .bottom-dot {
  width: 5px;
  height: 5px;
  background-color: #0091FF;
  border-radius: 10px;
  position: absolute;
  left: 0%;
  right: 0;
  bottom: -3px;
  margin: auto;
  display: none;
}

.cp-template-wrap .edithover.active {
  border-color: #0091FF;
}

.cp-template-wrap .edithover.active .edit-icon {
  opacity: 1;
  background-color: #0091FF;
  color: #fff;
}

.cp-template-wrap .edithover.active .left-dot {
  display: block;
}

.cp-template-wrap .edithover.active .right-dot {
  display: block;
}

.cp-template-wrap .edithover.active .bottom-dot {
  display: block;
}

.cp-template-wrap .job-desc-list {
  color: #546271;
  z-index: 1;
  font-size: 12px;
}

.cp-template-wrap .job-desc-list:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #546271;
  margin: auto 10px;
  z-index: 1;
}

.cp-template-wrap .job-desc-list:last-child::after {
  content: none;
}

.cp-template-wrap .job-desc-list .material-icons {
  font-size: 14px;
  margin-right: 4px;
}

.cp-template-wrap .social-share a {
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.cp-template-wrap .previous-job {
  margin-right: 24px;
  color: #6C7B88;
  font-size: 12px;
}

.cp-template-wrap .previous-job:hover {
  color: #27ae60;
}

.cp-template-wrap .next-job {
  color: #6C7B88;
  font-size: 12px;
}

.cp-template-wrap .next-job:hover {
  color: #27ae60;
}

.cp-template-wrap .form-steps {
  width: 400px;
  margin: 20px auto;
  position: relative;
}

.cp-template-wrap .form-steps .step {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.cp-template-wrap .form-steps .step.step-2:before {
  position: absolute;
  content: "";
  width: 234px;
  display: block;
  height: 2px;
  border-bottom: #808080 dashed 1px;
  right: 96px;
  top: 20px;
}

.cp-template-wrap .form-steps .step.active {
  font-weight: 600;
}

.cp-template-wrap .form-steps .step.active .step-count {
  background: #27ae60;
  color: #fff;
}

.cp-template-wrap .form-steps .step .step-count {
  width: 40px;
  height: 40px;
  border: #DAE1ED solid 1px;
  background: #F8FAFB;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cp-template-wrap .form-steps .step .step-title {
  margin-top: 12px;
  font-size: 12px;
}

.cp-template-wrap .disabled-btn {
  opacity: 0.4;
}

.stylepopover {
  max-width: none;
}

.popover-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.popover-list > li {
  padding: 5px 0;
  min-width: 130px;
  width: 100%;
  border-bottom: 1px solid #DAE1ED;
}

.popover-list > li:last-child {
  border-bottom: 0px;
}

.cp-grid-view-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.cp-grid-view-wrap .cp-grid-view {
  width: 25%;
  padding: 0 12px 12px 0;
}

.cp-grid-view-wrap .cp-grid-view .cp-grid-item {
  background: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 6px 0 #D1D1D1;
          box-shadow: 0 1px 6px 0 #D1D1D1;
}

.cp-grid-view-wrap .cp-grid-view .cp-grid-item .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
  color: #00C794;
}

.cp-grid-view-wrap .cp-grid-view .cp-grid-item .list_details label {
  padding: 0;
  font-size: 10px;
  color: #141B27;
  margin-bottom: 0;
}

.cp-grid-view-wrap .cp-grid-view .cp-grid-item .list_details .desc {
  color: #6C7B88;
  font-size: 12px;
  letter-spacing: 0;
  overflow: hidden;
  word-break: break-word;
}

.cp-grid-view-wrap .cp-grid-view .cp-grid-item .share-icon {
  font-size: 14px;
  background: #eafff3;
  padding: 6px;
  border-radius: 50px;
  color: #00C794;
  cursor: pointer;
}

.cp-grid-view-wrap .cp-grid-view .cp-grid-item .btn-apply {
  background: #F5FBF8;
  border: #00C794 solid 1px;
  color: #00C794;
  font-weight: 400;
  margin-left: 12px;
  border-radius: 50px;
  padding: 6px 12px;
}

.cp-grid-view-wrap.similar-jobs-wrap .cp-grid-view {
  width: 33%;
}

.cp-style-box .accordion .card .card-header {
  border-bottom: #DAE1ED solid 1px;
}

.cp-style-box .accordion .card .card-body {
  padding: 8px;
  background-color: #FAFBFB;
}

.cp-style-box .btn-style-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cp-style-box .btn-style-wrap .btn-style {
  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;
  height: 26px;
  width: 26px;
  margin-right: 2px;
  border: none;
  color: #546271;
  border-radius: 2px;
  background-color: transparent;
}

.cp-style-box .btn-style-wrap .btn-style:hover {
  background-color: #e4e8ec;
}

.cp-style-box .btn-style-wrap .btn-style.active {
  background-color: #e4e8ec;
  font-weight: bold;
}

.cp-style-box .okbtn {
  padding: 4px 8px;
}

.cp-style-box .okbtn.one {
  color: #0091FF;
}

.cp-style-box .okbtn.two {
  color: #0091FF;
  text-decoration: underline;
}

.cp-style-box .okbtn.three {
  color: #fff;
  background-color: #0091FF;
}

.cp-style-box .okbtn.four {
  border: #0091FF solid 1px;
  color: #0091FF;
}

.cp-style-box .okbtn.active {
  -webkit-box-shadow: 0 2px 20px 0 rgba(168, 176, 188, 0.4);
          box-shadow: 0 2px 20px 0 rgba(168, 176, 188, 0.4);
}

.modal_calendar_settings .custom-switch .custom-control-label {
  line-height: 20px;
}

.modal_calendar_settings hr {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.template-view.empty-template {
  width: 100%;
  height: 500px;
  border: 1px solid #E4E9EC;
  border-radius: 10px;
}

.template-view .template-actions {
  position: absolute;
  font-size: 10px;
  text-align: center;
  top: 5px;
  right: 5px;
}

.template-view .template-actions > a {
  line-height: 12px;
  background-color: #f0f3f6;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-block;
  cursor: pointer;
}

.template-view .template-actions > a > i.mdi-delete {
  color: #d21c15;
}

.angucomplete-holder {
  position: relative;
}

.card-shadow {
  -webkit-box-shadow: 0 1px 6px 0 #D1D1D1;
          box-shadow: 0 1px 6px 0 #D1D1D1;
}

.extra-icon {
  position: absolute;
  top: 6px;
  right: -25px;
  color: #666666;
}

.view-group {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.view-group .view-heading {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #6c757d;
  display: block;
  margin-bottom: 0.3rem !important;
  line-height: 1rem;
  padding: 0;
}

.view-group .view-content {
  font-weight: 500;
}

.activity-heading {
  margin-top: 3px;
  font-size: 0.8rem;
  margin-right: 0.625rem;
  text-align: right;
  width: 80px;
}

.activity-heading + .activity-info-wrap {
  width: calc(100% - 90px);
}

.activity-info {
  padding-left: 26px;
  padding-bottom: 5px;
  position: relative;
  height: 100%;
}

.activity-info::after {
  content: " ";
  background-color: #cfcfcf;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
}

.activity-info::before {
  content: " ";
  border: 1px solid #cfcfcf;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  background: #ffffff;
  z-index: 2;
}

.activity-info .activity-subheading {
  padding-top: 0px;
  padding-bottom: 2px;
  color: #181C32;
  word-break: break-word;
}

.activity-info .activity-subheading .activity-name {
  color: #4175DF;
  display: block;
  font-size: 0.8rem;
}

.activity-info .activity-subheading .activity-info .activity-subheading .activity-time {
  padding-left: 5px;
  color: #6f7477;
  font-size: 0.8rem;
}

.mail-body iframe {
  width: 100%;
  height: calc(100vh - 160px);
  border: 0;
}

.documents-list {
  margin-bottom: 1rem;
}

.documents-list .notes-profile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.documents-list .notes-profile > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.documents-list .notes-content {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
}

.popover.help-wrap .popover-body {
  background: #f6f8fb;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.popover.help-wrap .arrow::after {
  border-top-color: #f6f8fb;
}

.mail-integration .select-mail {
  text-align: center;
}

.mail-integration .select-mail > a {
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  width: 220px;
  height: auto;
  border: 1px solid rgba(24, 107, 183, 0.5);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

.mail-integration .select-mail > a > img {
  max-width: 40px;
}

.mail-integration .flase-mail-alert {
  text-align: center;
  padding-top: 10px;
}

.mail-integration .flase-mail-alert > span {
  padding: 5px 30px;
  background-color: rgba(210, 28, 21, 0.5);
  border-radius: 4px;
  color: #ffffff;
}

/*star rating*/
.rating {
  border: none;
  float: left;
  padding: 0;
}

.rating .label::marker {
  display: none;
}

.rating > input {
  display: none;
}

.rating > label:before, .rating .label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f005";
}

.rating > .half::before {
  content: "\f089";
  position: absolute;
}

.reports-actions {
  position: absolute;
  right: 5px;
  top: 3px;
}

.rating > label, .rating .label {
  padding: 0;
  color: #f1f2f3;
  float: right;
  line-height: 1;
  list-style: none;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating .label.checked,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #fd7e14;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fd7e14;
}

.email-note {
  text-align: center;
  margin-top: 15px;
}

.email-note > span {
  padding: 2px 10px;
  background-color: #f8f9fc;
  border-radius: 4px;
  color: rgba(46, 204, 113, 0.8);
}

.candidates-fields-height {
  height: calc(100vh - 250px);
  overflow-y: auto;
}

.need_tooltip {
  outline: none;
  border: 1px solid #DAE1ED;
  background-color: #ffffff;
  padding: 5px 8px;
  display: inline-block;
  font-size: 1rem;
}

.rotation-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  color: #186bb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 40px;
}

.rotation-block span {
  padding: 0.5rem 0.625rem;
}

.rotation-block .rotate-horizontal {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  margin: auto;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.rotation-block .rotate-45 {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.rotation-block .rotate-115 {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  margin: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.rotation-block .rotate-180 {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  margin: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.rotation-block:hover {
  background-color: #eae8e8;
}

.rotation-block.active {
  background-color: #bddbf7;
  border-color: #bddbf7;
}

.paf_layer {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  list-style: none;
  padding: 0;
}

.paf_layer .paf_layer__item {
  padding: 8px 18px;
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 50%;
  text-align: center;
  color: #7c7c80;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 4px;
  background: #f4f5f9;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.paf_layer .paf_layer__item .paf_layer__item__title {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: .3px;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 16px;
  color: #7c7c80;
}

.paf_layer .paf_layer__item svg {
  margin: auto;
}

.paf_layer .paf_layer__item.active {
  color: #27ae60;
  border-color: #27ae60;
}

.paf_layer .paf_layer__item.active .paf_layer__item__title {
  color: #27ae60;
}

.paf_layer .paf_layer__item.active svg {
  fill: #27ae60;
}

.paf_layer .paf_layer__item.active svg path {
  fill: #27ae60;
}

.pagination-wrap .pagination {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.water_mark_preview {
  border-radius: 4px;
  border: 1px solid #DAE1ED;
  height: 300px;
  padding: 1rem;
  position: relative;
  width: 250px;
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 640px;
  }
}

@media (max-width: 992px) {
  body.newui-admin.aside-minimize .page-container.has-footer .vertical + .application-area .page-footer {
    width: 100%;
  }
}

.list-group-item-action:focus, .list-group-item-action:hover, .list-group-item + .list-group-item.active {
  z-index: auto !important;
}

.policy-name {
  max-width: 152px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.checkout-items {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f1f2f3;
  border-radius: 0 8px 0 4px;
}

.remove-cart {
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0.5;
}

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

.plan-info {
  position: absolute;
  right: 10px;
  top: 10px;
}

.selected-plan {
  border: 1px solid #27ae60;
  position: relative;
}

.selected-plan::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #27ae60;
}

.selected-plan .current-plan {
  position: absolute;
  top: -6px;
  left: 10px;
  border-radius: 8px;
}

.blurry {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.profile-letter-wrap {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #d2b6b0;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  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;
}

.success-checkmark {
  height: 115px;
  margin: 0 auto;
  width: 80px;
}

.success-checkmark .check-icon {
  border-radius: 50%;
  border: 4px solid #27ae60;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 80px;
  position: relative;
  width: 80px;
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  background: #ffffff;
  content: '';
  height: 100px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.success-checkmark .check-icon::after {
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
  border-radius: 0 100px 100px 0;
  left: 30px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  top: 0;
  width: 60px;
}

.success-checkmark .check-icon::before {
  border-radius: 100px 0 0 100px;
  left: -2px;
  top: 3px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  width: 30px;
}

.success-checkmark .check-icon .icon-line {
  background-color: #27ae60;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}

.success-checkmark .check-icon .icon-line.line-long {
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 47px;
}

.success-checkmark .check-icon .icon-circle {
  border-radius: 50%;
  border: 4px solid rgba(76, 175, 80, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 10;
}

.success-checkmark .check-icon .icon-fix {
  background-color: #ffffff;
  height: 85px;
  left: 26px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 5px;
  z-index: 1;
}

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.own-signature p {
  margin-bottom: 0;
  word-break: break-all;
}

.dice-submenu .dropdown-menu-left {
  display: none;
  position: absolute;
  left: -186px;
  top: 0;
  background-color: #ffffff;
}

.dice-submenu:hover .dropdown-menu-left {
  display: block;
}

.disabled_account {
  position: relative;
}

.disabled_account::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.001);
  cursor: not-allowed;
  z-index: 1;
}

.apps {
  width: 100%;
  border: 1px solid #DAE1ED;
  background-color: #fafafa;
  border-radius: 0.5rem;
}

.apps.selectedApps {
  background-color: #ffffff;
  border-color: #DAE1ED;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  color: #27ae60;
}

.new-search-box::before {
  top: 2px !important;
  left: -1.0rem !important;
}

.new-search-box::before::after {
  top: 2px !important;
  left: -1.0rem !important;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

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

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.h-0p {
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}

.h-4p {
  height: 4px !important;
  min-height: 4px !important;
  max-height: 4px !important;
}

.h-8p {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
}

.h-12p {
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
}

.h-16p {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}

.h-20p {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}

.h-24p {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}

.h-28p {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

.h-32p {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}

.h-36p {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}

.h-40p {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}

.h-44p {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}

.h-48p {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}

.h-52p {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}

.h-56p {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}

.h-60p {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}

.h-64p {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}

.h-68p {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}

.h-72p {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
}

.h-76p {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
}

.h-80p {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}

.h-84p {
  height: 84px !important;
  min-height: 84px !important;
  max-height: 84px !important;
}

.h-88p {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
}

.h-92p {
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
}

.h-96p {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
}

.h-100p {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}

.h-104p {
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;
}

.h-108p {
  height: 108px !important;
  min-height: 108px !important;
  max-height: 108px !important;
}

.h-112p {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}

.h-116p {
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
}

.h-120p {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}

.h-124p {
  height: 124px !important;
  min-height: 124px !important;
  max-height: 124px !important;
}

.h-128p {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important;
}

.h-132p {
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
}

.h-136p {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}

.h-140p {
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important;
}

.h-144p {
  height: 144px !important;
  min-height: 144px !important;
  max-height: 144px !important;
}

.h-148p {
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
}

.h-152p {
  height: 152px !important;
  min-height: 152px !important;
  max-height: 152px !important;
}

.h-156p {
  height: 156px !important;
  min-height: 156px !important;
  max-height: 156px !important;
}

.h-160p {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}

.h-164p {
  height: 164px !important;
  min-height: 164px !important;
  max-height: 164px !important;
}

.h-168p {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
}

.h-172p {
  height: 172px !important;
  min-height: 172px !important;
  max-height: 172px !important;
}

.h-176p {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
}

.h-180p {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}

.h-184p {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important;
}

.h-188p {
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
}

.h-192p {
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
}

.h-196p {
  height: 196px !important;
  min-height: 196px !important;
  max-height: 196px !important;
}

.h-200p {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
}

.h-204p {
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
}

.h-208p {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
}

.h-212p {
  height: 212px !important;
  min-height: 212px !important;
  max-height: 212px !important;
}

.h-216p {
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important;
}

.h-220p {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
}

.h-224p {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
}

.h-228p {
  height: 228px !important;
  min-height: 228px !important;
  max-height: 228px !important;
}

.h-232p {
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important;
}

.h-236p {
  height: 236px !important;
  min-height: 236px !important;
  max-height: 236px !important;
}

.h-240p {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}

.h-244p {
  height: 244px !important;
  min-height: 244px !important;
  max-height: 244px !important;
}

.h-248p {
  height: 248px !important;
  min-height: 248px !important;
  max-height: 248px !important;
}

.h-252p {
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
}

.h-256p {
  height: 256px !important;
  min-height: 256px !important;
  max-height: 256px !important;
}

.h-260p {
  height: 260px !important;
  min-height: 260px !important;
  max-height: 260px !important;
}

.h-264p {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
}

.h-268p {
  height: 268px !important;
  min-height: 268px !important;
  max-height: 268px !important;
}

.h-272p {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important;
}

.h-276p {
  height: 276px !important;
  min-height: 276px !important;
  max-height: 276px !important;
}

.h-280p {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
}

.h-284p {
  height: 284px !important;
  min-height: 284px !important;
  max-height: 284px !important;
}

.h-288p {
  height: 288px !important;
  min-height: 288px !important;
  max-height: 288px !important;
}

.h-292p {
  height: 292px !important;
  min-height: 292px !important;
  max-height: 292px !important;
}

.h-296p {
  height: 296px !important;
  min-height: 296px !important;
  max-height: 296px !important;
}

.h-300p {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.h-304p {
  height: 304px !important;
  min-height: 304px !important;
  max-height: 304px !important;
}

.h-308p {
  height: 308px !important;
  min-height: 308px !important;
  max-height: 308px !important;
}

.h-312p {
  height: 312px !important;
  min-height: 312px !important;
  max-height: 312px !important;
}

.h-316p {
  height: 316px !important;
  min-height: 316px !important;
  max-height: 316px !important;
}

.h-320p {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
}

.h-324p {
  height: 324px !important;
  min-height: 324px !important;
  max-height: 324px !important;
}

.h-328p {
  height: 328px !important;
  min-height: 328px !important;
  max-height: 328px !important;
}

.h-332p {
  height: 332px !important;
  min-height: 332px !important;
  max-height: 332px !important;
}

.h-336p {
  height: 336px !important;
  min-height: 336px !important;
  max-height: 336px !important;
}

.h-340p {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}

.h-344p {
  height: 344px !important;
  min-height: 344px !important;
  max-height: 344px !important;
}

.h-348p {
  height: 348px !important;
  min-height: 348px !important;
  max-height: 348px !important;
}

.h-352p {
  height: 352px !important;
  min-height: 352px !important;
  max-height: 352px !important;
}

.h-356p {
  height: 356px !important;
  min-height: 356px !important;
  max-height: 356px !important;
}

.h-360p {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}

.h-364p {
  height: 364px !important;
  min-height: 364px !important;
  max-height: 364px !important;
}

.h-368p {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important;
}

.h-372p {
  height: 372px !important;
  min-height: 372px !important;
  max-height: 372px !important;
}

.h-376p {
  height: 376px !important;
  min-height: 376px !important;
  max-height: 376px !important;
}

.h-380p {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;
}

.h-384p {
  height: 384px !important;
  min-height: 384px !important;
  max-height: 384px !important;
}

.h-388p {
  height: 388px !important;
  min-height: 388px !important;
  max-height: 388px !important;
}

.h-392p {
  height: 392px !important;
  min-height: 392px !important;
  max-height: 392px !important;
}

.h-396p {
  height: 396px !important;
  min-height: 396px !important;
  max-height: 396px !important;
}

.h-400p {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}

.h-404p {
  height: 404px !important;
  min-height: 404px !important;
  max-height: 404px !important;
}

.h-408p {
  height: 408px !important;
  min-height: 408px !important;
  max-height: 408px !important;
}

.h-412p {
  height: 412px !important;
  min-height: 412px !important;
  max-height: 412px !important;
}

.h-416p {
  height: 416px !important;
  min-height: 416px !important;
  max-height: 416px !important;
}

.h-420p {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}

.h-424p {
  height: 424px !important;
  min-height: 424px !important;
  max-height: 424px !important;
}

.h-428p {
  height: 428px !important;
  min-height: 428px !important;
  max-height: 428px !important;
}

.h-432p {
  height: 432px !important;
  min-height: 432px !important;
  max-height: 432px !important;
}

.h-436p {
  height: 436px !important;
  min-height: 436px !important;
  max-height: 436px !important;
}

.h-440p {
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important;
}

.h-444p {
  height: 444px !important;
  min-height: 444px !important;
  max-height: 444px !important;
}

.h-448p {
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important;
}

.h-452p {
  height: 452px !important;
  min-height: 452px !important;
  max-height: 452px !important;
}

.h-456p {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important;
}

.h-460p {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important;
}

.h-464p {
  height: 464px !important;
  min-height: 464px !important;
  max-height: 464px !important;
}

.h-468p {
  height: 468px !important;
  min-height: 468px !important;
  max-height: 468px !important;
}

.h-472p {
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important;
}

.h-476p {
  height: 476px !important;
  min-height: 476px !important;
  max-height: 476px !important;
}

.h-480p {
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
}

.h-484p {
  height: 484px !important;
  min-height: 484px !important;
  max-height: 484px !important;
}

.h-488p {
  height: 488px !important;
  min-height: 488px !important;
  max-height: 488px !important;
}

.h-492p {
  height: 492px !important;
  min-height: 492px !important;
  max-height: 492px !important;
}

.h-496p {
  height: 496px !important;
  min-height: 496px !important;
  max-height: 496px !important;
}

.h-500p {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}

.h-504p {
  height: 504px !important;
  min-height: 504px !important;
  max-height: 504px !important;
}

.h-508p {
  height: 508px !important;
  min-height: 508px !important;
  max-height: 508px !important;
}

.h-512p {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important;
}

.h-516p {
  height: 516px !important;
  min-height: 516px !important;
  max-height: 516px !important;
}

.h-520p {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}

.h-524p {
  height: 524px !important;
  min-height: 524px !important;
  max-height: 524px !important;
}

.h-528p {
  height: 528px !important;
  min-height: 528px !important;
  max-height: 528px !important;
}

.h-532p {
  height: 532px !important;
  min-height: 532px !important;
  max-height: 532px !important;
}

.h-536p {
  height: 536px !important;
  min-height: 536px !important;
  max-height: 536px !important;
}

.h-540p {
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
}

.h-544p {
  height: 544px !important;
  min-height: 544px !important;
  max-height: 544px !important;
}

.h-548p {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}

.h-552p {
  height: 552px !important;
  min-height: 552px !important;
  max-height: 552px !important;
}

.h-556p {
  height: 556px !important;
  min-height: 556px !important;
  max-height: 556px !important;
}

.h-560p {
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
}

.h-564p {
  height: 564px !important;
  min-height: 564px !important;
  max-height: 564px !important;
}

.h-568p {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}

.h-572p {
  height: 572px !important;
  min-height: 572px !important;
  max-height: 572px !important;
}

.h-576p {
  height: 576px !important;
  min-height: 576px !important;
  max-height: 576px !important;
}

.h-580p {
  height: 580px !important;
  min-height: 580px !important;
  max-height: 580px !important;
}

.h-584p {
  height: 584px !important;
  min-height: 584px !important;
  max-height: 584px !important;
}

.h-588p {
  height: 588px !important;
  min-height: 588px !important;
  max-height: 588px !important;
}

.h-592p {
  height: 592px !important;
  min-height: 592px !important;
  max-height: 592px !important;
}

.h-596p {
  height: 596px !important;
  min-height: 596px !important;
  max-height: 596px !important;
}

.h-600p {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}

.h-604p {
  height: 604px !important;
  min-height: 604px !important;
  max-height: 604px !important;
}

.h-608p {
  height: 608px !important;
  min-height: 608px !important;
  max-height: 608px !important;
}

.h-612p {
  height: 612px !important;
  min-height: 612px !important;
  max-height: 612px !important;
}

.h-616p {
  height: 616px !important;
  min-height: 616px !important;
  max-height: 616px !important;
}

.h-620p {
  height: 620px !important;
  min-height: 620px !important;
  max-height: 620px !important;
}

.h-624p {
  height: 624px !important;
  min-height: 624px !important;
  max-height: 624px !important;
}

.h-628p {
  height: 628px !important;
  min-height: 628px !important;
  max-height: 628px !important;
}

.h-632p {
  height: 632px !important;
  min-height: 632px !important;
  max-height: 632px !important;
}

.h-636p {
  height: 636px !important;
  min-height: 636px !important;
  max-height: 636px !important;
}

.h-640p {
  height: 640px !important;
  min-height: 640px !important;
  max-height: 640px !important;
}

.h-644p {
  height: 644px !important;
  min-height: 644px !important;
  max-height: 644px !important;
}

.h-648p {
  height: 648px !important;
  min-height: 648px !important;
  max-height: 648px !important;
}

.h-652p {
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
}

.h-656p {
  height: 656px !important;
  min-height: 656px !important;
  max-height: 656px !important;
}

.h-660p {
  height: 660px !important;
  min-height: 660px !important;
  max-height: 660px !important;
}

.h-664p {
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important;
}

.h-668p {
  height: 668px !important;
  min-height: 668px !important;
  max-height: 668px !important;
}

.h-672p {
  height: 672px !important;
  min-height: 672px !important;
  max-height: 672px !important;
}

.h-676p {
  height: 676px !important;
  min-height: 676px !important;
  max-height: 676px !important;
}

.h-680p {
  height: 680px !important;
  min-height: 680px !important;
  max-height: 680px !important;
}

.h-684p {
  height: 684px !important;
  min-height: 684px !important;
  max-height: 684px !important;
}

.h-688p {
  height: 688px !important;
  min-height: 688px !important;
  max-height: 688px !important;
}

.h-692p {
  height: 692px !important;
  min-height: 692px !important;
  max-height: 692px !important;
}

.h-696p {
  height: 696px !important;
  min-height: 696px !important;
  max-height: 696px !important;
}

.h-700p {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}

.h-704p {
  height: 704px !important;
  min-height: 704px !important;
  max-height: 704px !important;
}

.h-708p {
  height: 708px !important;
  min-height: 708px !important;
  max-height: 708px !important;
}

.h-712p {
  height: 712px !important;
  min-height: 712px !important;
  max-height: 712px !important;
}

.h-716p {
  height: 716px !important;
  min-height: 716px !important;
  max-height: 716px !important;
}

.h-720p {
  height: 720px !important;
  min-height: 720px !important;
  max-height: 720px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0p {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
}

.w-4p {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}

.w-8p {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
}

.w-12p {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}

.w-16p {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}

.w-20p {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}

.w-24p {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}

.w-28p {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
}

.w-32p {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}

.w-36p {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
}

.w-40p {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}

.w-44p {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}

.w-48p {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}

.w-52p {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
}

.w-56p {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}

.w-60p {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
}

.w-64p {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}

.w-68p {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
}

.w-72p {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}

.w-76p {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
}

.w-80p {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}

.w-84p {
  width: 84px !important;
  min-width: 84px !important;
  max-width: 84px !important;
}

.w-88p {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
}

.w-92p {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
}

.w-96p {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}

.w-100p {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.w-104p {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}

.w-108p {
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
}

.w-112p {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}

.w-116p {
  width: 116px !important;
  min-width: 116px !important;
  max-width: 116px !important;
}

.w-120p {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}

.w-124p {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}

.w-128p {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
}

.w-132p {
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
}

.w-136p {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}

.w-140p {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}

.w-144p {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
}

.w-148p {
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
}

.w-152p {
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
}

.w-156p {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}

.w-160p {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
}

.w-164p {
  width: 164px !important;
  min-width: 164px !important;
  max-width: 164px !important;
}

.w-168p {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
}

.w-172p {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
}

.w-176p {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
}

.w-180p {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}

.w-184p {
  width: 184px !important;
  min-width: 184px !important;
  max-width: 184px !important;
}

.w-188p {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}

.w-192p {
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important;
}

.w-196p {
  width: 196px !important;
  min-width: 196px !important;
  max-width: 196px !important;
}

.w-200p {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.w-204p {
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
}

.w-208p {
  width: 208px !important;
  min-width: 208px !important;
  max-width: 208px !important;
}

.w-212p {
  width: 212px !important;
  min-width: 212px !important;
  max-width: 212px !important;
}

.w-216p {
  width: 216px !important;
  min-width: 216px !important;
  max-width: 216px !important;
}

.w-220p {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}

.w-224p {
  width: 224px !important;
  min-width: 224px !important;
  max-width: 224px !important;
}

.w-228p {
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
}

.w-232p {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
}

.w-236p {
  width: 236px !important;
  min-width: 236px !important;
  max-width: 236px !important;
}

.w-240p {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
}

.w-244p {
  width: 244px !important;
  min-width: 244px !important;
  max-width: 244px !important;
}

.w-248p {
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important;
}

.w-252p {
  width: 252px !important;
  min-width: 252px !important;
  max-width: 252px !important;
}

.w-256p {
  width: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
}

.w-260p {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
}

.w-264p {
  width: 264px !important;
  min-width: 264px !important;
  max-width: 264px !important;
}

.w-268p {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
}

.w-272p {
  width: 272px !important;
  min-width: 272px !important;
  max-width: 272px !important;
}

.w-276p {
  width: 276px !important;
  min-width: 276px !important;
  max-width: 276px !important;
}

.w-280p {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}

.w-284p {
  width: 284px !important;
  min-width: 284px !important;
  max-width: 284px !important;
}

.w-288p {
  width: 288px !important;
  min-width: 288px !important;
  max-width: 288px !important;
}

.w-292p {
  width: 292px !important;
  min-width: 292px !important;
  max-width: 292px !important;
}

.w-296p {
  width: 296px !important;
  min-width: 296px !important;
  max-width: 296px !important;
}

.w-300p {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

.w-304p {
  width: 304px !important;
  min-width: 304px !important;
  max-width: 304px !important;
}

.w-308p {
  width: 308px !important;
  min-width: 308px !important;
  max-width: 308px !important;
}

.w-312p {
  width: 312px !important;
  min-width: 312px !important;
  max-width: 312px !important;
}

.w-316p {
  width: 316px !important;
  min-width: 316px !important;
  max-width: 316px !important;
}

.w-320p {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}

.w-324p {
  width: 324px !important;
  min-width: 324px !important;
  max-width: 324px !important;
}

.w-328p {
  width: 328px !important;
  min-width: 328px !important;
  max-width: 328px !important;
}

.w-332p {
  width: 332px !important;
  min-width: 332px !important;
  max-width: 332px !important;
}

.w-336p {
  width: 336px !important;
  min-width: 336px !important;
  max-width: 336px !important;
}

.w-340p {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
}

.w-344p {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
}

.w-348p {
  width: 348px !important;
  min-width: 348px !important;
  max-width: 348px !important;
}

.w-352p {
  width: 352px !important;
  min-width: 352px !important;
  max-width: 352px !important;
}

.w-356p {
  width: 356px !important;
  min-width: 356px !important;
  max-width: 356px !important;
}

.w-360p {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}

.w-364p {
  width: 364px !important;
  min-width: 364px !important;
  max-width: 364px !important;
}

.w-368p {
  width: 368px !important;
  min-width: 368px !important;
  max-width: 368px !important;
}

.w-372p {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
}

.w-376p {
  width: 376px !important;
  min-width: 376px !important;
  max-width: 376px !important;
}

.w-380p {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
}

.w-384p {
  width: 384px !important;
  min-width: 384px !important;
  max-width: 384px !important;
}

.w-388p {
  width: 388px !important;
  min-width: 388px !important;
  max-width: 388px !important;
}

.w-392p {
  width: 392px !important;
  min-width: 392px !important;
  max-width: 392px !important;
}

.w-396p {
  width: 396px !important;
  min-width: 396px !important;
  max-width: 396px !important;
}

.w-400p {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}

.w-404p {
  width: 404px !important;
  min-width: 404px !important;
  max-width: 404px !important;
}

.w-408p {
  width: 408px !important;
  min-width: 408px !important;
  max-width: 408px !important;
}

.w-412p {
  width: 412px !important;
  min-width: 412px !important;
  max-width: 412px !important;
}

.w-416p {
  width: 416px !important;
  min-width: 416px !important;
  max-width: 416px !important;
}

.w-420p {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
}

.w-424p {
  width: 424px !important;
  min-width: 424px !important;
  max-width: 424px !important;
}

.w-428p {
  width: 428px !important;
  min-width: 428px !important;
  max-width: 428px !important;
}

.w-432p {
  width: 432px !important;
  min-width: 432px !important;
  max-width: 432px !important;
}

.w-436p {
  width: 436px !important;
  min-width: 436px !important;
  max-width: 436px !important;
}

.w-440p {
  width: 440px !important;
  min-width: 440px !important;
  max-width: 440px !important;
}

.w-444p {
  width: 444px !important;
  min-width: 444px !important;
  max-width: 444px !important;
}

.w-448p {
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important;
}

.w-452p {
  width: 452px !important;
  min-width: 452px !important;
  max-width: 452px !important;
}

.w-456p {
  width: 456px !important;
  min-width: 456px !important;
  max-width: 456px !important;
}

.w-460p {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
}

.w-464p {
  width: 464px !important;
  min-width: 464px !important;
  max-width: 464px !important;
}

.w-468p {
  width: 468px !important;
  min-width: 468px !important;
  max-width: 468px !important;
}

.w-472p {
  width: 472px !important;
  min-width: 472px !important;
  max-width: 472px !important;
}

.w-476p {
  width: 476px !important;
  min-width: 476px !important;
  max-width: 476px !important;
}

.w-480p {
  width: 480px !important;
  min-width: 480px !important;
  max-width: 480px !important;
}

.w-484p {
  width: 484px !important;
  min-width: 484px !important;
  max-width: 484px !important;
}

.w-488p {
  width: 488px !important;
  min-width: 488px !important;
  max-width: 488px !important;
}

.w-492p {
  width: 492px !important;
  min-width: 492px !important;
  max-width: 492px !important;
}

.w-496p {
  width: 496px !important;
  min-width: 496px !important;
  max-width: 496px !important;
}

.w-500p {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
}

.w-504p {
  width: 504px !important;
  min-width: 504px !important;
  max-width: 504px !important;
}

.w-508p {
  width: 508px !important;
  min-width: 508px !important;
  max-width: 508px !important;
}

.w-512p {
  width: 512px !important;
  min-width: 512px !important;
  max-width: 512px !important;
}

.w-516p {
  width: 516px !important;
  min-width: 516px !important;
  max-width: 516px !important;
}

.w-520p {
  width: 520px !important;
  min-width: 520px !important;
  max-width: 520px !important;
}

.w-524p {
  width: 524px !important;
  min-width: 524px !important;
  max-width: 524px !important;
}

.w-528p {
  width: 528px !important;
  min-width: 528px !important;
  max-width: 528px !important;
}

.w-532p {
  width: 532px !important;
  min-width: 532px !important;
  max-width: 532px !important;
}

.w-536p {
  width: 536px !important;
  min-width: 536px !important;
  max-width: 536px !important;
}

.w-540p {
  width: 540px !important;
  min-width: 540px !important;
  max-width: 540px !important;
}

.w-544p {
  width: 544px !important;
  min-width: 544px !important;
  max-width: 544px !important;
}

.w-548p {
  width: 548px !important;
  min-width: 548px !important;
  max-width: 548px !important;
}

.w-552p {
  width: 552px !important;
  min-width: 552px !important;
  max-width: 552px !important;
}

.w-556p {
  width: 556px !important;
  min-width: 556px !important;
  max-width: 556px !important;
}

.w-560p {
  width: 560px !important;
  min-width: 560px !important;
  max-width: 560px !important;
}

.w-564p {
  width: 564px !important;
  min-width: 564px !important;
  max-width: 564px !important;
}

.w-568p {
  width: 568px !important;
  min-width: 568px !important;
  max-width: 568px !important;
}

.w-572p {
  width: 572px !important;
  min-width: 572px !important;
  max-width: 572px !important;
}

.w-576p {
  width: 576px !important;
  min-width: 576px !important;
  max-width: 576px !important;
}

.w-580p {
  width: 580px !important;
  min-width: 580px !important;
  max-width: 580px !important;
}

.w-584p {
  width: 584px !important;
  min-width: 584px !important;
  max-width: 584px !important;
}

.w-588p {
  width: 588px !important;
  min-width: 588px !important;
  max-width: 588px !important;
}

.w-592p {
  width: 592px !important;
  min-width: 592px !important;
  max-width: 592px !important;
}

.w-596p {
  width: 596px !important;
  min-width: 596px !important;
  max-width: 596px !important;
}

.w-600p {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}

.w-604p {
  width: 604px !important;
  min-width: 604px !important;
  max-width: 604px !important;
}

.w-608p {
  width: 608px !important;
  min-width: 608px !important;
  max-width: 608px !important;
}

.w-612p {
  width: 612px !important;
  min-width: 612px !important;
  max-width: 612px !important;
}

.w-616p {
  width: 616px !important;
  min-width: 616px !important;
  max-width: 616px !important;
}

.w-620p {
  width: 620px !important;
  min-width: 620px !important;
  max-width: 620px !important;
}

.w-624p {
  width: 624px !important;
  min-width: 624px !important;
  max-width: 624px !important;
}

.w-628p {
  width: 628px !important;
  min-width: 628px !important;
  max-width: 628px !important;
}

.w-632p {
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important;
}

.w-636p {
  width: 636px !important;
  min-width: 636px !important;
  max-width: 636px !important;
}

.w-640p {
  width: 640px !important;
  min-width: 640px !important;
  max-width: 640px !important;
}

.w-644p {
  width: 644px !important;
  min-width: 644px !important;
  max-width: 644px !important;
}

.w-648p {
  width: 648px !important;
  min-width: 648px !important;
  max-width: 648px !important;
}

.w-652p {
  width: 652px !important;
  min-width: 652px !important;
  max-width: 652px !important;
}

.w-656p {
  width: 656px !important;
  min-width: 656px !important;
  max-width: 656px !important;
}

.w-660p {
  width: 660px !important;
  min-width: 660px !important;
  max-width: 660px !important;
}

.w-664p {
  width: 664px !important;
  min-width: 664px !important;
  max-width: 664px !important;
}

.w-668p {
  width: 668px !important;
  min-width: 668px !important;
  max-width: 668px !important;
}

.w-672p {
  width: 672px !important;
  min-width: 672px !important;
  max-width: 672px !important;
}

.w-676p {
  width: 676px !important;
  min-width: 676px !important;
  max-width: 676px !important;
}

.w-680p {
  width: 680px !important;
  min-width: 680px !important;
  max-width: 680px !important;
}

.w-684p {
  width: 684px !important;
  min-width: 684px !important;
  max-width: 684px !important;
}

.w-688p {
  width: 688px !important;
  min-width: 688px !important;
  max-width: 688px !important;
}

.w-692p {
  width: 692px !important;
  min-width: 692px !important;
  max-width: 692px !important;
}

.w-696p {
  width: 696px !important;
  min-width: 696px !important;
  max-width: 696px !important;
}

.w-700p {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
}

.w-704p {
  width: 704px !important;
  min-width: 704px !important;
  max-width: 704px !important;
}

.w-708p {
  width: 708px !important;
  min-width: 708px !important;
  max-width: 708px !important;
}

.w-712p {
  width: 712px !important;
  min-width: 712px !important;
  max-width: 712px !important;
}

.w-716p {
  width: 716px !important;
  min-width: 716px !important;
  max-width: 716px !important;
}

.w-720p {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}

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

.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-80 {
  width: 80% !important;
}

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

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

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

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

@media screen and (min-width: 480px) {
  .h-sm-0p {
    height: 0px !important;
    min-height: 0px !important;
    max-height: 0px !important;
  }
  .h-sm-4p {
    height: 4px !important;
    min-height: 4px !important;
    max-height: 4px !important;
  }
  .h-sm-8p {
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
  }
  .h-sm-12p {
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
  }
  .h-sm-16p {
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
  }
  .h-sm-20p {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }
  .h-sm-24p {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
  }
  .h-sm-28p {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
  }
  .h-sm-32p {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
  .h-sm-36p {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
  .h-sm-40p {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .h-sm-44p {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
  .h-sm-48p {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
  .h-sm-52p {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
  .h-sm-56p {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  .h-sm-60p {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
  .h-sm-64p {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
  .h-sm-68p {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }
  .h-sm-72p {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }
  .h-sm-76p {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }
  .h-sm-80p {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .h-sm-84p {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
  .h-sm-88p {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
  .h-sm-92p {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
  .h-sm-96p {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }
  .h-sm-100p {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }
  .h-sm-104p {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }
  .h-sm-108p {
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
  }
  .h-sm-112p {
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }
  .h-sm-116p {
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
  }
  .h-sm-120p {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .h-sm-124p {
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;
  }
  .h-sm-128p {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
  }
  .h-sm-132p {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }
  .h-sm-136p {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
  }
  .h-sm-140p {
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }
  .h-sm-144p {
    height: 144px !important;
    min-height: 144px !important;
    max-height: 144px !important;
  }
  .h-sm-148p {
    height: 148px !important;
    min-height: 148px !important;
    max-height: 148px !important;
  }
  .h-sm-152p {
    height: 152px !important;
    min-height: 152px !important;
    max-height: 152px !important;
  }
  .h-sm-156p {
    height: 156px !important;
    min-height: 156px !important;
    max-height: 156px !important;
  }
  .h-sm-160p {
    height: 160px !important;
    min-height: 160px !important;
    max-height: 160px !important;
  }
  .h-sm-164p {
    height: 164px !important;
    min-height: 164px !important;
    max-height: 164px !important;
  }
  .h-sm-168p {
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }
  .h-sm-172p {
    height: 172px !important;
    min-height: 172px !important;
    max-height: 172px !important;
  }
  .h-sm-176p {
    height: 176px !important;
    min-height: 176px !important;
    max-height: 176px !important;
  }
  .h-sm-180p {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  .h-sm-184p {
    height: 184px !important;
    min-height: 184px !important;
    max-height: 184px !important;
  }
  .h-sm-188p {
    height: 188px !important;
    min-height: 188px !important;
    max-height: 188px !important;
  }
  .h-sm-192p {
    height: 192px !important;
    min-height: 192px !important;
    max-height: 192px !important;
  }
  .h-sm-196p {
    height: 196px !important;
    min-height: 196px !important;
    max-height: 196px !important;
  }
  .h-sm-200p {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  .h-sm-204p {
    height: 204px !important;
    min-height: 204px !important;
    max-height: 204px !important;
  }
  .h-sm-208p {
    height: 208px !important;
    min-height: 208px !important;
    max-height: 208px !important;
  }
  .h-sm-212p {
    height: 212px !important;
    min-height: 212px !important;
    max-height: 212px !important;
  }
  .h-sm-216p {
    height: 216px !important;
    min-height: 216px !important;
    max-height: 216px !important;
  }
  .h-sm-220p {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
  .h-sm-224p {
    height: 224px !important;
    min-height: 224px !important;
    max-height: 224px !important;
  }
  .h-sm-228p {
    height: 228px !important;
    min-height: 228px !important;
    max-height: 228px !important;
  }
  .h-sm-232p {
    height: 232px !important;
    min-height: 232px !important;
    max-height: 232px !important;
  }
  .h-sm-236p {
    height: 236px !important;
    min-height: 236px !important;
    max-height: 236px !important;
  }
  .h-sm-240p {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }
  .h-sm-244p {
    height: 244px !important;
    min-height: 244px !important;
    max-height: 244px !important;
  }
  .h-sm-248p {
    height: 248px !important;
    min-height: 248px !important;
    max-height: 248px !important;
  }
  .h-sm-252p {
    height: 252px !important;
    min-height: 252px !important;
    max-height: 252px !important;
  }
  .h-sm-256p {
    height: 256px !important;
    min-height: 256px !important;
    max-height: 256px !important;
  }
  .h-sm-260p {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }
  .h-sm-264p {
    height: 264px !important;
    min-height: 264px !important;
    max-height: 264px !important;
  }
  .h-sm-268p {
    height: 268px !important;
    min-height: 268px !important;
    max-height: 268px !important;
  }
  .h-sm-272p {
    height: 272px !important;
    min-height: 272px !important;
    max-height: 272px !important;
  }
  .h-sm-276p {
    height: 276px !important;
    min-height: 276px !important;
    max-height: 276px !important;
  }
  .h-sm-280p {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
  .h-sm-284p {
    height: 284px !important;
    min-height: 284px !important;
    max-height: 284px !important;
  }
  .h-sm-288p {
    height: 288px !important;
    min-height: 288px !important;
    max-height: 288px !important;
  }
  .h-sm-292p {
    height: 292px !important;
    min-height: 292px !important;
    max-height: 292px !important;
  }
  .h-sm-296p {
    height: 296px !important;
    min-height: 296px !important;
    max-height: 296px !important;
  }
  .h-sm-300p {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .h-sm-304p {
    height: 304px !important;
    min-height: 304px !important;
    max-height: 304px !important;
  }
  .h-sm-308p {
    height: 308px !important;
    min-height: 308px !important;
    max-height: 308px !important;
  }
  .h-sm-312p {
    height: 312px !important;
    min-height: 312px !important;
    max-height: 312px !important;
  }
  .h-sm-316p {
    height: 316px !important;
    min-height: 316px !important;
    max-height: 316px !important;
  }
  .h-sm-320p {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
  .h-sm-324p {
    height: 324px !important;
    min-height: 324px !important;
    max-height: 324px !important;
  }
  .h-sm-328p {
    height: 328px !important;
    min-height: 328px !important;
    max-height: 328px !important;
  }
  .h-sm-332p {
    height: 332px !important;
    min-height: 332px !important;
    max-height: 332px !important;
  }
  .h-sm-336p {
    height: 336px !important;
    min-height: 336px !important;
    max-height: 336px !important;
  }
  .h-sm-340p {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }
  .h-sm-344p {
    height: 344px !important;
    min-height: 344px !important;
    max-height: 344px !important;
  }
  .h-sm-348p {
    height: 348px !important;
    min-height: 348px !important;
    max-height: 348px !important;
  }
  .h-sm-352p {
    height: 352px !important;
    min-height: 352px !important;
    max-height: 352px !important;
  }
  .h-sm-356p {
    height: 356px !important;
    min-height: 356px !important;
    max-height: 356px !important;
  }
  .h-sm-360p {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
  }
  .h-sm-364p {
    height: 364px !important;
    min-height: 364px !important;
    max-height: 364px !important;
  }
  .h-sm-368p {
    height: 368px !important;
    min-height: 368px !important;
    max-height: 368px !important;
  }
  .h-sm-372p {
    height: 372px !important;
    min-height: 372px !important;
    max-height: 372px !important;
  }
  .h-sm-376p {
    height: 376px !important;
    min-height: 376px !important;
    max-height: 376px !important;
  }
  .h-sm-380p {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
  }
  .h-sm-384p {
    height: 384px !important;
    min-height: 384px !important;
    max-height: 384px !important;
  }
  .h-sm-388p {
    height: 388px !important;
    min-height: 388px !important;
    max-height: 388px !important;
  }
  .h-sm-392p {
    height: 392px !important;
    min-height: 392px !important;
    max-height: 392px !important;
  }
  .h-sm-396p {
    height: 396px !important;
    min-height: 396px !important;
    max-height: 396px !important;
  }
  .h-sm-400p {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .h-sm-404p {
    height: 404px !important;
    min-height: 404px !important;
    max-height: 404px !important;
  }
  .h-sm-408p {
    height: 408px !important;
    min-height: 408px !important;
    max-height: 408px !important;
  }
  .h-sm-412p {
    height: 412px !important;
    min-height: 412px !important;
    max-height: 412px !important;
  }
  .h-sm-416p {
    height: 416px !important;
    min-height: 416px !important;
    max-height: 416px !important;
  }
  .h-sm-420p {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
  .h-sm-424p {
    height: 424px !important;
    min-height: 424px !important;
    max-height: 424px !important;
  }
  .h-sm-428p {
    height: 428px !important;
    min-height: 428px !important;
    max-height: 428px !important;
  }
  .h-sm-432p {
    height: 432px !important;
    min-height: 432px !important;
    max-height: 432px !important;
  }
  .h-sm-436p {
    height: 436px !important;
    min-height: 436px !important;
    max-height: 436px !important;
  }
  .h-sm-440p {
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
  }
  .h-sm-444p {
    height: 444px !important;
    min-height: 444px !important;
    max-height: 444px !important;
  }
  .h-sm-448p {
    height: 448px !important;
    min-height: 448px !important;
    max-height: 448px !important;
  }
  .h-sm-452p {
    height: 452px !important;
    min-height: 452px !important;
    max-height: 452px !important;
  }
  .h-sm-456p {
    height: 456px !important;
    min-height: 456px !important;
    max-height: 456px !important;
  }
  .h-sm-460p {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }
  .h-sm-464p {
    height: 464px !important;
    min-height: 464px !important;
    max-height: 464px !important;
  }
  .h-sm-468p {
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }
  .h-sm-472p {
    height: 472px !important;
    min-height: 472px !important;
    max-height: 472px !important;
  }
  .h-sm-476p {
    height: 476px !important;
    min-height: 476px !important;
    max-height: 476px !important;
  }
  .h-sm-480p {
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }
  .h-sm-484p {
    height: 484px !important;
    min-height: 484px !important;
    max-height: 484px !important;
  }
  .h-sm-488p {
    height: 488px !important;
    min-height: 488px !important;
    max-height: 488px !important;
  }
  .h-sm-492p {
    height: 492px !important;
    min-height: 492px !important;
    max-height: 492px !important;
  }
  .h-sm-496p {
    height: 496px !important;
    min-height: 496px !important;
    max-height: 496px !important;
  }
  .h-sm-500p {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }
  .h-sm-504p {
    height: 504px !important;
    min-height: 504px !important;
    max-height: 504px !important;
  }
  .h-sm-508p {
    height: 508px !important;
    min-height: 508px !important;
    max-height: 508px !important;
  }
  .h-sm-512p {
    height: 512px !important;
    min-height: 512px !important;
    max-height: 512px !important;
  }
  .h-sm-516p {
    height: 516px !important;
    min-height: 516px !important;
    max-height: 516px !important;
  }
  .h-sm-520p {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }
  .h-sm-524p {
    height: 524px !important;
    min-height: 524px !important;
    max-height: 524px !important;
  }
  .h-sm-528p {
    height: 528px !important;
    min-height: 528px !important;
    max-height: 528px !important;
  }
  .h-sm-532p {
    height: 532px !important;
    min-height: 532px !important;
    max-height: 532px !important;
  }
  .h-sm-536p {
    height: 536px !important;
    min-height: 536px !important;
    max-height: 536px !important;
  }
  .h-sm-540p {
    height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;
  }
  .h-sm-544p {
    height: 544px !important;
    min-height: 544px !important;
    max-height: 544px !important;
  }
  .h-sm-548p {
    height: 548px !important;
    min-height: 548px !important;
    max-height: 548px !important;
  }
  .h-sm-552p {
    height: 552px !important;
    min-height: 552px !important;
    max-height: 552px !important;
  }
  .h-sm-556p {
    height: 556px !important;
    min-height: 556px !important;
    max-height: 556px !important;
  }
  .h-sm-560p {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
  }
  .h-sm-564p {
    height: 564px !important;
    min-height: 564px !important;
    max-height: 564px !important;
  }
  .h-sm-568p {
    height: 568px !important;
    min-height: 568px !important;
    max-height: 568px !important;
  }
  .h-sm-572p {
    height: 572px !important;
    min-height: 572px !important;
    max-height: 572px !important;
  }
  .h-sm-576p {
    height: 576px !important;
    min-height: 576px !important;
    max-height: 576px !important;
  }
  .h-sm-580p {
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
  }
  .h-sm-584p {
    height: 584px !important;
    min-height: 584px !important;
    max-height: 584px !important;
  }
  .h-sm-588p {
    height: 588px !important;
    min-height: 588px !important;
    max-height: 588px !important;
  }
  .h-sm-592p {
    height: 592px !important;
    min-height: 592px !important;
    max-height: 592px !important;
  }
  .h-sm-596p {
    height: 596px !important;
    min-height: 596px !important;
    max-height: 596px !important;
  }
  .h-sm-600p {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }
  .h-sm-604p {
    height: 604px !important;
    min-height: 604px !important;
    max-height: 604px !important;
  }
  .h-sm-608p {
    height: 608px !important;
    min-height: 608px !important;
    max-height: 608px !important;
  }
  .h-sm-612p {
    height: 612px !important;
    min-height: 612px !important;
    max-height: 612px !important;
  }
  .h-sm-616p {
    height: 616px !important;
    min-height: 616px !important;
    max-height: 616px !important;
  }
  .h-sm-620p {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
  }
  .h-sm-624p {
    height: 624px !important;
    min-height: 624px !important;
    max-height: 624px !important;
  }
  .h-sm-628p {
    height: 628px !important;
    min-height: 628px !important;
    max-height: 628px !important;
  }
  .h-sm-632p {
    height: 632px !important;
    min-height: 632px !important;
    max-height: 632px !important;
  }
  .h-sm-636p {
    height: 636px !important;
    min-height: 636px !important;
    max-height: 636px !important;
  }
  .h-sm-640p {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }
  .h-sm-644p {
    height: 644px !important;
    min-height: 644px !important;
    max-height: 644px !important;
  }
  .h-sm-648p {
    height: 648px !important;
    min-height: 648px !important;
    max-height: 648px !important;
  }
  .h-sm-652p {
    height: 652px !important;
    min-height: 652px !important;
    max-height: 652px !important;
  }
  .h-sm-656p {
    height: 656px !important;
    min-height: 656px !important;
    max-height: 656px !important;
  }
  .h-sm-660p {
    height: 660px !important;
    min-height: 660px !important;
    max-height: 660px !important;
  }
  .h-sm-664p {
    height: 664px !important;
    min-height: 664px !important;
    max-height: 664px !important;
  }
  .h-sm-668p {
    height: 668px !important;
    min-height: 668px !important;
    max-height: 668px !important;
  }
  .h-sm-672p {
    height: 672px !important;
    min-height: 672px !important;
    max-height: 672px !important;
  }
  .h-sm-676p {
    height: 676px !important;
    min-height: 676px !important;
    max-height: 676px !important;
  }
  .h-sm-680p {
    height: 680px !important;
    min-height: 680px !important;
    max-height: 680px !important;
  }
  .h-sm-684p {
    height: 684px !important;
    min-height: 684px !important;
    max-height: 684px !important;
  }
  .h-sm-688p {
    height: 688px !important;
    min-height: 688px !important;
    max-height: 688px !important;
  }
  .h-sm-692p {
    height: 692px !important;
    min-height: 692px !important;
    max-height: 692px !important;
  }
  .h-sm-696p {
    height: 696px !important;
    min-height: 696px !important;
    max-height: 696px !important;
  }
  .h-sm-700p {
    height: 700px !important;
    min-height: 700px !important;
    max-height: 700px !important;
  }
  .h-sm-704p {
    height: 704px !important;
    min-height: 704px !important;
    max-height: 704px !important;
  }
  .h-sm-708p {
    height: 708px !important;
    min-height: 708px !important;
    max-height: 708px !important;
  }
  .h-sm-712p {
    height: 712px !important;
    min-height: 712px !important;
    max-height: 712px !important;
  }
  .h-sm-716p {
    height: 716px !important;
    min-height: 716px !important;
    max-height: 716px !important;
  }
  .h-sm-720p {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .w-sm-0p {
    width: 0px !important;
    min-width: 0px !important;
    max-width: 0px !important;
  }
  .w-sm-4p {
    width: 4px !important;
    min-width: 4px !important;
    max-width: 4px !important;
  }
  .w-sm-8p {
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
  }
  .w-sm-12p {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
  }
  .w-sm-16p {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
  }
  .w-sm-20p {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
  }
  .w-sm-24p {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
  }
  .w-sm-28p {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
  }
  .w-sm-32p {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }
  .w-sm-36p {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
  }
  .w-sm-40p {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
  }
  .w-sm-44p {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
  .w-sm-48p {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }
  .w-sm-52p {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
  }
  .w-sm-56p {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }
  .w-sm-60p {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
  .w-sm-64p {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }
  .w-sm-68p {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
  }
  .w-sm-72p {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
  }
  .w-sm-76p {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
  }
  .w-sm-80p {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
  .w-sm-84p {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
  }
  .w-sm-88p {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
  .w-sm-92p {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }
  .w-sm-96p {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }
  .w-sm-100p {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .w-sm-104p {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }
  .w-sm-108p {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
  }
  .w-sm-112p {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }
  .w-sm-116p {
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
  }
  .w-sm-120p {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  .w-sm-124p {
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
  }
  .w-sm-128p {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
  .w-sm-132p {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
  }
  .w-sm-136p {
    width: 136px !important;
    min-width: 136px !important;
    max-width: 136px !important;
  }
  .w-sm-140p {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }
  .w-sm-144p {
    width: 144px !important;
    min-width: 144px !important;
    max-width: 144px !important;
  }
  .w-sm-148p {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
  }
  .w-sm-152p {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
  }
  .w-sm-156p {
    width: 156px !important;
    min-width: 156px !important;
    max-width: 156px !important;
  }
  .w-sm-160p {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .w-sm-164p {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
  }
  .w-sm-168p {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
  }
  .w-sm-172p {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
  }
  .w-sm-176p {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
  }
  .w-sm-180p {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }
  .w-sm-184p {
    width: 184px !important;
    min-width: 184px !important;
    max-width: 184px !important;
  }
  .w-sm-188p {
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
  }
  .w-sm-192p {
    width: 192px !important;
    min-width: 192px !important;
    max-width: 192px !important;
  }
  .w-sm-196p {
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
  }
  .w-sm-200p {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .w-sm-204p {
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
  }
  .w-sm-208p {
    width: 208px !important;
    min-width: 208px !important;
    max-width: 208px !important;
  }
  .w-sm-212p {
    width: 212px !important;
    min-width: 212px !important;
    max-width: 212px !important;
  }
  .w-sm-216p {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
  }
  .w-sm-220p {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .w-sm-224p {
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
  }
  .w-sm-228p {
    width: 228px !important;
    min-width: 228px !important;
    max-width: 228px !important;
  }
  .w-sm-232p {
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
  }
  .w-sm-236p {
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
  }
  .w-sm-240p {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
  }
  .w-sm-244p {
    width: 244px !important;
    min-width: 244px !important;
    max-width: 244px !important;
  }
  .w-sm-248p {
    width: 248px !important;
    min-width: 248px !important;
    max-width: 248px !important;
  }
  .w-sm-252p {
    width: 252px !important;
    min-width: 252px !important;
    max-width: 252px !important;
  }
  .w-sm-256p {
    width: 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
  }
  .w-sm-260p {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
  .w-sm-264p {
    width: 264px !important;
    min-width: 264px !important;
    max-width: 264px !important;
  }
  .w-sm-268p {
    width: 268px !important;
    min-width: 268px !important;
    max-width: 268px !important;
  }
  .w-sm-272p {
    width: 272px !important;
    min-width: 272px !important;
    max-width: 272px !important;
  }
  .w-sm-276p {
    width: 276px !important;
    min-width: 276px !important;
    max-width: 276px !important;
  }
  .w-sm-280p {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
  }
  .w-sm-284p {
    width: 284px !important;
    min-width: 284px !important;
    max-width: 284px !important;
  }
  .w-sm-288p {
    width: 288px !important;
    min-width: 288px !important;
    max-width: 288px !important;
  }
  .w-sm-292p {
    width: 292px !important;
    min-width: 292px !important;
    max-width: 292px !important;
  }
  .w-sm-296p {
    width: 296px !important;
    min-width: 296px !important;
    max-width: 296px !important;
  }
  .w-sm-300p {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .w-sm-304p {
    width: 304px !important;
    min-width: 304px !important;
    max-width: 304px !important;
  }
  .w-sm-308p {
    width: 308px !important;
    min-width: 308px !important;
    max-width: 308px !important;
  }
  .w-sm-312p {
    width: 312px !important;
    min-width: 312px !important;
    max-width: 312px !important;
  }
  .w-sm-316p {
    width: 316px !important;
    min-width: 316px !important;
    max-width: 316px !important;
  }
  .w-sm-320p {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }
  .w-sm-324p {
    width: 324px !important;
    min-width: 324px !important;
    max-width: 324px !important;
  }
  .w-sm-328p {
    width: 328px !important;
    min-width: 328px !important;
    max-width: 328px !important;
  }
  .w-sm-332p {
    width: 332px !important;
    min-width: 332px !important;
    max-width: 332px !important;
  }
  .w-sm-336p {
    width: 336px !important;
    min-width: 336px !important;
    max-width: 336px !important;
  }
  .w-sm-340p {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
  }
  .w-sm-344p {
    width: 344px !important;
    min-width: 344px !important;
    max-width: 344px !important;
  }
  .w-sm-348p {
    width: 348px !important;
    min-width: 348px !important;
    max-width: 348px !important;
  }
  .w-sm-352p {
    width: 352px !important;
    min-width: 352px !important;
    max-width: 352px !important;
  }
  .w-sm-356p {
    width: 356px !important;
    min-width: 356px !important;
    max-width: 356px !important;
  }
  .w-sm-360p {
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
  }
  .w-sm-364p {
    width: 364px !important;
    min-width: 364px !important;
    max-width: 364px !important;
  }
  .w-sm-368p {
    width: 368px !important;
    min-width: 368px !important;
    max-width: 368px !important;
  }
  .w-sm-372p {
    width: 372px !important;
    min-width: 372px !important;
    max-width: 372px !important;
  }
  .w-sm-376p {
    width: 376px !important;
    min-width: 376px !important;
    max-width: 376px !important;
  }
  .w-sm-380p {
    width: 380px !important;
    min-width: 380px !important;
    max-width: 380px !important;
  }
  .w-sm-384p {
    width: 384px !important;
    min-width: 384px !important;
    max-width: 384px !important;
  }
  .w-sm-388p {
    width: 388px !important;
    min-width: 388px !important;
    max-width: 388px !important;
  }
  .w-sm-392p {
    width: 392px !important;
    min-width: 392px !important;
    max-width: 392px !important;
  }
  .w-sm-396p {
    width: 396px !important;
    min-width: 396px !important;
    max-width: 396px !important;
  }
  .w-sm-400p {
    width: 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
  }
  .w-sm-404p {
    width: 404px !important;
    min-width: 404px !important;
    max-width: 404px !important;
  }
  .w-sm-408p {
    width: 408px !important;
    min-width: 408px !important;
    max-width: 408px !important;
  }
  .w-sm-412p {
    width: 412px !important;
    min-width: 412px !important;
    max-width: 412px !important;
  }
  .w-sm-416p {
    width: 416px !important;
    min-width: 416px !important;
    max-width: 416px !important;
  }
  .w-sm-420p {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
  }
  .w-sm-424p {
    width: 424px !important;
    min-width: 424px !important;
    max-width: 424px !important;
  }
  .w-sm-428p {
    width: 428px !important;
    min-width: 428px !important;
    max-width: 428px !important;
  }
  .w-sm-432p {
    width: 432px !important;
    min-width: 432px !important;
    max-width: 432px !important;
  }
  .w-sm-436p {
    width: 436px !important;
    min-width: 436px !important;
    max-width: 436px !important;
  }
  .w-sm-440p {
    width: 440px !important;
    min-width: 440px !important;
    max-width: 440px !important;
  }
  .w-sm-444p {
    width: 444px !important;
    min-width: 444px !important;
    max-width: 444px !important;
  }
  .w-sm-448p {
    width: 448px !important;
    min-width: 448px !important;
    max-width: 448px !important;
  }
  .w-sm-452p {
    width: 452px !important;
    min-width: 452px !important;
    max-width: 452px !important;
  }
  .w-sm-456p {
    width: 456px !important;
    min-width: 456px !important;
    max-width: 456px !important;
  }
  .w-sm-460p {
    width: 460px !important;
    min-width: 460px !important;
    max-width: 460px !important;
  }
  .w-sm-464p {
    width: 464px !important;
    min-width: 464px !important;
    max-width: 464px !important;
  }
  .w-sm-468p {
    width: 468px !important;
    min-width: 468px !important;
    max-width: 468px !important;
  }
  .w-sm-472p {
    width: 472px !important;
    min-width: 472px !important;
    max-width: 472px !important;
  }
  .w-sm-476p {
    width: 476px !important;
    min-width: 476px !important;
    max-width: 476px !important;
  }
  .w-sm-480p {
    width: 480px !important;
    min-width: 480px !important;
    max-width: 480px !important;
  }
  .w-sm-484p {
    width: 484px !important;
    min-width: 484px !important;
    max-width: 484px !important;
  }
  .w-sm-488p {
    width: 488px !important;
    min-width: 488px !important;
    max-width: 488px !important;
  }
  .w-sm-492p {
    width: 492px !important;
    min-width: 492px !important;
    max-width: 492px !important;
  }
  .w-sm-496p {
    width: 496px !important;
    min-width: 496px !important;
    max-width: 496px !important;
  }
  .w-sm-500p {
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
  }
  .w-sm-504p {
    width: 504px !important;
    min-width: 504px !important;
    max-width: 504px !important;
  }
  .w-sm-508p {
    width: 508px !important;
    min-width: 508px !important;
    max-width: 508px !important;
  }
  .w-sm-512p {
    width: 512px !important;
    min-width: 512px !important;
    max-width: 512px !important;
  }
  .w-sm-516p {
    width: 516px !important;
    min-width: 516px !important;
    max-width: 516px !important;
  }
  .w-sm-520p {
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
  }
  .w-sm-524p {
    width: 524px !important;
    min-width: 524px !important;
    max-width: 524px !important;
  }
  .w-sm-528p {
    width: 528px !important;
    min-width: 528px !important;
    max-width: 528px !important;
  }
  .w-sm-532p {
    width: 532px !important;
    min-width: 532px !important;
    max-width: 532px !important;
  }
  .w-sm-536p {
    width: 536px !important;
    min-width: 536px !important;
    max-width: 536px !important;
  }
  .w-sm-540p {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }
  .w-sm-544p {
    width: 544px !important;
    min-width: 544px !important;
    max-width: 544px !important;
  }
  .w-sm-548p {
    width: 548px !important;
    min-width: 548px !important;
    max-width: 548px !important;
  }
  .w-sm-552p {
    width: 552px !important;
    min-width: 552px !important;
    max-width: 552px !important;
  }
  .w-sm-556p {
    width: 556px !important;
    min-width: 556px !important;
    max-width: 556px !important;
  }
  .w-sm-560p {
    width: 560px !important;
    min-width: 560px !important;
    max-width: 560px !important;
  }
  .w-sm-564p {
    width: 564px !important;
    min-width: 564px !important;
    max-width: 564px !important;
  }
  .w-sm-568p {
    width: 568px !important;
    min-width: 568px !important;
    max-width: 568px !important;
  }
  .w-sm-572p {
    width: 572px !important;
    min-width: 572px !important;
    max-width: 572px !important;
  }
  .w-sm-576p {
    width: 576px !important;
    min-width: 576px !important;
    max-width: 576px !important;
  }
  .w-sm-580p {
    width: 580px !important;
    min-width: 580px !important;
    max-width: 580px !important;
  }
  .w-sm-584p {
    width: 584px !important;
    min-width: 584px !important;
    max-width: 584px !important;
  }
  .w-sm-588p {
    width: 588px !important;
    min-width: 588px !important;
    max-width: 588px !important;
  }
  .w-sm-592p {
    width: 592px !important;
    min-width: 592px !important;
    max-width: 592px !important;
  }
  .w-sm-596p {
    width: 596px !important;
    min-width: 596px !important;
    max-width: 596px !important;
  }
  .w-sm-600p {
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
  }
  .w-sm-604p {
    width: 604px !important;
    min-width: 604px !important;
    max-width: 604px !important;
  }
  .w-sm-608p {
    width: 608px !important;
    min-width: 608px !important;
    max-width: 608px !important;
  }
  .w-sm-612p {
    width: 612px !important;
    min-width: 612px !important;
    max-width: 612px !important;
  }
  .w-sm-616p {
    width: 616px !important;
    min-width: 616px !important;
    max-width: 616px !important;
  }
  .w-sm-620p {
    width: 620px !important;
    min-width: 620px !important;
    max-width: 620px !important;
  }
  .w-sm-624p {
    width: 624px !important;
    min-width: 624px !important;
    max-width: 624px !important;
  }
  .w-sm-628p {
    width: 628px !important;
    min-width: 628px !important;
    max-width: 628px !important;
  }
  .w-sm-632p {
    width: 632px !important;
    min-width: 632px !important;
    max-width: 632px !important;
  }
  .w-sm-636p {
    width: 636px !important;
    min-width: 636px !important;
    max-width: 636px !important;
  }
  .w-sm-640p {
    width: 640px !important;
    min-width: 640px !important;
    max-width: 640px !important;
  }
  .w-sm-644p {
    width: 644px !important;
    min-width: 644px !important;
    max-width: 644px !important;
  }
  .w-sm-648p {
    width: 648px !important;
    min-width: 648px !important;
    max-width: 648px !important;
  }
  .w-sm-652p {
    width: 652px !important;
    min-width: 652px !important;
    max-width: 652px !important;
  }
  .w-sm-656p {
    width: 656px !important;
    min-width: 656px !important;
    max-width: 656px !important;
  }
  .w-sm-660p {
    width: 660px !important;
    min-width: 660px !important;
    max-width: 660px !important;
  }
  .w-sm-664p {
    width: 664px !important;
    min-width: 664px !important;
    max-width: 664px !important;
  }
  .w-sm-668p {
    width: 668px !important;
    min-width: 668px !important;
    max-width: 668px !important;
  }
  .w-sm-672p {
    width: 672px !important;
    min-width: 672px !important;
    max-width: 672px !important;
  }
  .w-sm-676p {
    width: 676px !important;
    min-width: 676px !important;
    max-width: 676px !important;
  }
  .w-sm-680p {
    width: 680px !important;
    min-width: 680px !important;
    max-width: 680px !important;
  }
  .w-sm-684p {
    width: 684px !important;
    min-width: 684px !important;
    max-width: 684px !important;
  }
  .w-sm-688p {
    width: 688px !important;
    min-width: 688px !important;
    max-width: 688px !important;
  }
  .w-sm-692p {
    width: 692px !important;
    min-width: 692px !important;
    max-width: 692px !important;
  }
  .w-sm-696p {
    width: 696px !important;
    min-width: 696px !important;
    max-width: 696px !important;
  }
  .w-sm-700p {
    width: 700px !important;
    min-width: 700px !important;
    max-width: 700px !important;
  }
  .w-sm-704p {
    width: 704px !important;
    min-width: 704px !important;
    max-width: 704px !important;
  }
  .w-sm-708p {
    width: 708px !important;
    min-width: 708px !important;
    max-width: 708px !important;
  }
  .w-sm-712p {
    width: 712px !important;
    min-width: 712px !important;
    max-width: 712px !important;
  }
  .w-sm-716p {
    width: 716px !important;
    min-width: 716px !important;
    max-width: 716px !important;
  }
  .w-sm-720p {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .h-md-0p {
    height: 0px !important;
    min-height: 0px !important;
    max-height: 0px !important;
  }
  .h-md-4p {
    height: 4px !important;
    min-height: 4px !important;
    max-height: 4px !important;
  }
  .h-md-8p {
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
  }
  .h-md-12p {
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
  }
  .h-md-16p {
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
  }
  .h-md-20p {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }
  .h-md-24p {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
  }
  .h-md-28p {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
  }
  .h-md-32p {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
  .h-md-36p {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
  .h-md-40p {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .h-md-44p {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
  .h-md-48p {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
  .h-md-52p {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
  .h-md-56p {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  .h-md-60p {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
  .h-md-64p {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
  .h-md-68p {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }
  .h-md-72p {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }
  .h-md-76p {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }
  .h-md-80p {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .h-md-84p {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
  .h-md-88p {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
  .h-md-92p {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
  .h-md-96p {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }
  .h-md-100p {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }
  .h-md-104p {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }
  .h-md-108p {
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
  }
  .h-md-112p {
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }
  .h-md-116p {
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
  }
  .h-md-120p {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .h-md-124p {
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;
  }
  .h-md-128p {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
  }
  .h-md-132p {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }
  .h-md-136p {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
  }
  .h-md-140p {
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }
  .h-md-144p {
    height: 144px !important;
    min-height: 144px !important;
    max-height: 144px !important;
  }
  .h-md-148p {
    height: 148px !important;
    min-height: 148px !important;
    max-height: 148px !important;
  }
  .h-md-152p {
    height: 152px !important;
    min-height: 152px !important;
    max-height: 152px !important;
  }
  .h-md-156p {
    height: 156px !important;
    min-height: 156px !important;
    max-height: 156px !important;
  }
  .h-md-160p {
    height: 160px !important;
    min-height: 160px !important;
    max-height: 160px !important;
  }
  .h-md-164p {
    height: 164px !important;
    min-height: 164px !important;
    max-height: 164px !important;
  }
  .h-md-168p {
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }
  .h-md-172p {
    height: 172px !important;
    min-height: 172px !important;
    max-height: 172px !important;
  }
  .h-md-176p {
    height: 176px !important;
    min-height: 176px !important;
    max-height: 176px !important;
  }
  .h-md-180p {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  .h-md-184p {
    height: 184px !important;
    min-height: 184px !important;
    max-height: 184px !important;
  }
  .h-md-188p {
    height: 188px !important;
    min-height: 188px !important;
    max-height: 188px !important;
  }
  .h-md-192p {
    height: 192px !important;
    min-height: 192px !important;
    max-height: 192px !important;
  }
  .h-md-196p {
    height: 196px !important;
    min-height: 196px !important;
    max-height: 196px !important;
  }
  .h-md-200p {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  .h-md-204p {
    height: 204px !important;
    min-height: 204px !important;
    max-height: 204px !important;
  }
  .h-md-208p {
    height: 208px !important;
    min-height: 208px !important;
    max-height: 208px !important;
  }
  .h-md-212p {
    height: 212px !important;
    min-height: 212px !important;
    max-height: 212px !important;
  }
  .h-md-216p {
    height: 216px !important;
    min-height: 216px !important;
    max-height: 216px !important;
  }
  .h-md-220p {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
  .h-md-224p {
    height: 224px !important;
    min-height: 224px !important;
    max-height: 224px !important;
  }
  .h-md-228p {
    height: 228px !important;
    min-height: 228px !important;
    max-height: 228px !important;
  }
  .h-md-232p {
    height: 232px !important;
    min-height: 232px !important;
    max-height: 232px !important;
  }
  .h-md-236p {
    height: 236px !important;
    min-height: 236px !important;
    max-height: 236px !important;
  }
  .h-md-240p {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }
  .h-md-244p {
    height: 244px !important;
    min-height: 244px !important;
    max-height: 244px !important;
  }
  .h-md-248p {
    height: 248px !important;
    min-height: 248px !important;
    max-height: 248px !important;
  }
  .h-md-252p {
    height: 252px !important;
    min-height: 252px !important;
    max-height: 252px !important;
  }
  .h-md-256p {
    height: 256px !important;
    min-height: 256px !important;
    max-height: 256px !important;
  }
  .h-md-260p {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }
  .h-md-264p {
    height: 264px !important;
    min-height: 264px !important;
    max-height: 264px !important;
  }
  .h-md-268p {
    height: 268px !important;
    min-height: 268px !important;
    max-height: 268px !important;
  }
  .h-md-272p {
    height: 272px !important;
    min-height: 272px !important;
    max-height: 272px !important;
  }
  .h-md-276p {
    height: 276px !important;
    min-height: 276px !important;
    max-height: 276px !important;
  }
  .h-md-280p {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
  .h-md-284p {
    height: 284px !important;
    min-height: 284px !important;
    max-height: 284px !important;
  }
  .h-md-288p {
    height: 288px !important;
    min-height: 288px !important;
    max-height: 288px !important;
  }
  .h-md-292p {
    height: 292px !important;
    min-height: 292px !important;
    max-height: 292px !important;
  }
  .h-md-296p {
    height: 296px !important;
    min-height: 296px !important;
    max-height: 296px !important;
  }
  .h-md-300p {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .h-md-304p {
    height: 304px !important;
    min-height: 304px !important;
    max-height: 304px !important;
  }
  .h-md-308p {
    height: 308px !important;
    min-height: 308px !important;
    max-height: 308px !important;
  }
  .h-md-312p {
    height: 312px !important;
    min-height: 312px !important;
    max-height: 312px !important;
  }
  .h-md-316p {
    height: 316px !important;
    min-height: 316px !important;
    max-height: 316px !important;
  }
  .h-md-320p {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
  .h-md-324p {
    height: 324px !important;
    min-height: 324px !important;
    max-height: 324px !important;
  }
  .h-md-328p {
    height: 328px !important;
    min-height: 328px !important;
    max-height: 328px !important;
  }
  .h-md-332p {
    height: 332px !important;
    min-height: 332px !important;
    max-height: 332px !important;
  }
  .h-md-336p {
    height: 336px !important;
    min-height: 336px !important;
    max-height: 336px !important;
  }
  .h-md-340p {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }
  .h-md-344p {
    height: 344px !important;
    min-height: 344px !important;
    max-height: 344px !important;
  }
  .h-md-348p {
    height: 348px !important;
    min-height: 348px !important;
    max-height: 348px !important;
  }
  .h-md-352p {
    height: 352px !important;
    min-height: 352px !important;
    max-height: 352px !important;
  }
  .h-md-356p {
    height: 356px !important;
    min-height: 356px !important;
    max-height: 356px !important;
  }
  .h-md-360p {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
  }
  .h-md-364p {
    height: 364px !important;
    min-height: 364px !important;
    max-height: 364px !important;
  }
  .h-md-368p {
    height: 368px !important;
    min-height: 368px !important;
    max-height: 368px !important;
  }
  .h-md-372p {
    height: 372px !important;
    min-height: 372px !important;
    max-height: 372px !important;
  }
  .h-md-376p {
    height: 376px !important;
    min-height: 376px !important;
    max-height: 376px !important;
  }
  .h-md-380p {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
  }
  .h-md-384p {
    height: 384px !important;
    min-height: 384px !important;
    max-height: 384px !important;
  }
  .h-md-388p {
    height: 388px !important;
    min-height: 388px !important;
    max-height: 388px !important;
  }
  .h-md-392p {
    height: 392px !important;
    min-height: 392px !important;
    max-height: 392px !important;
  }
  .h-md-396p {
    height: 396px !important;
    min-height: 396px !important;
    max-height: 396px !important;
  }
  .h-md-400p {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .h-md-404p {
    height: 404px !important;
    min-height: 404px !important;
    max-height: 404px !important;
  }
  .h-md-408p {
    height: 408px !important;
    min-height: 408px !important;
    max-height: 408px !important;
  }
  .h-md-412p {
    height: 412px !important;
    min-height: 412px !important;
    max-height: 412px !important;
  }
  .h-md-416p {
    height: 416px !important;
    min-height: 416px !important;
    max-height: 416px !important;
  }
  .h-md-420p {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
  .h-md-424p {
    height: 424px !important;
    min-height: 424px !important;
    max-height: 424px !important;
  }
  .h-md-428p {
    height: 428px !important;
    min-height: 428px !important;
    max-height: 428px !important;
  }
  .h-md-432p {
    height: 432px !important;
    min-height: 432px !important;
    max-height: 432px !important;
  }
  .h-md-436p {
    height: 436px !important;
    min-height: 436px !important;
    max-height: 436px !important;
  }
  .h-md-440p {
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
  }
  .h-md-444p {
    height: 444px !important;
    min-height: 444px !important;
    max-height: 444px !important;
  }
  .h-md-448p {
    height: 448px !important;
    min-height: 448px !important;
    max-height: 448px !important;
  }
  .h-md-452p {
    height: 452px !important;
    min-height: 452px !important;
    max-height: 452px !important;
  }
  .h-md-456p {
    height: 456px !important;
    min-height: 456px !important;
    max-height: 456px !important;
  }
  .h-md-460p {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }
  .h-md-464p {
    height: 464px !important;
    min-height: 464px !important;
    max-height: 464px !important;
  }
  .h-md-468p {
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }
  .h-md-472p {
    height: 472px !important;
    min-height: 472px !important;
    max-height: 472px !important;
  }
  .h-md-476p {
    height: 476px !important;
    min-height: 476px !important;
    max-height: 476px !important;
  }
  .h-md-480p {
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }
  .h-md-484p {
    height: 484px !important;
    min-height: 484px !important;
    max-height: 484px !important;
  }
  .h-md-488p {
    height: 488px !important;
    min-height: 488px !important;
    max-height: 488px !important;
  }
  .h-md-492p {
    height: 492px !important;
    min-height: 492px !important;
    max-height: 492px !important;
  }
  .h-md-496p {
    height: 496px !important;
    min-height: 496px !important;
    max-height: 496px !important;
  }
  .h-md-500p {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }
  .h-md-504p {
    height: 504px !important;
    min-height: 504px !important;
    max-height: 504px !important;
  }
  .h-md-508p {
    height: 508px !important;
    min-height: 508px !important;
    max-height: 508px !important;
  }
  .h-md-512p {
    height: 512px !important;
    min-height: 512px !important;
    max-height: 512px !important;
  }
  .h-md-516p {
    height: 516px !important;
    min-height: 516px !important;
    max-height: 516px !important;
  }
  .h-md-520p {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }
  .h-md-524p {
    height: 524px !important;
    min-height: 524px !important;
    max-height: 524px !important;
  }
  .h-md-528p {
    height: 528px !important;
    min-height: 528px !important;
    max-height: 528px !important;
  }
  .h-md-532p {
    height: 532px !important;
    min-height: 532px !important;
    max-height: 532px !important;
  }
  .h-md-536p {
    height: 536px !important;
    min-height: 536px !important;
    max-height: 536px !important;
  }
  .h-md-540p {
    height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;
  }
  .h-md-544p {
    height: 544px !important;
    min-height: 544px !important;
    max-height: 544px !important;
  }
  .h-md-548p {
    height: 548px !important;
    min-height: 548px !important;
    max-height: 548px !important;
  }
  .h-md-552p {
    height: 552px !important;
    min-height: 552px !important;
    max-height: 552px !important;
  }
  .h-md-556p {
    height: 556px !important;
    min-height: 556px !important;
    max-height: 556px !important;
  }
  .h-md-560p {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
  }
  .h-md-564p {
    height: 564px !important;
    min-height: 564px !important;
    max-height: 564px !important;
  }
  .h-md-568p {
    height: 568px !important;
    min-height: 568px !important;
    max-height: 568px !important;
  }
  .h-md-572p {
    height: 572px !important;
    min-height: 572px !important;
    max-height: 572px !important;
  }
  .h-md-576p {
    height: 576px !important;
    min-height: 576px !important;
    max-height: 576px !important;
  }
  .h-md-580p {
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
  }
  .h-md-584p {
    height: 584px !important;
    min-height: 584px !important;
    max-height: 584px !important;
  }
  .h-md-588p {
    height: 588px !important;
    min-height: 588px !important;
    max-height: 588px !important;
  }
  .h-md-592p {
    height: 592px !important;
    min-height: 592px !important;
    max-height: 592px !important;
  }
  .h-md-596p {
    height: 596px !important;
    min-height: 596px !important;
    max-height: 596px !important;
  }
  .h-md-600p {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }
  .h-md-604p {
    height: 604px !important;
    min-height: 604px !important;
    max-height: 604px !important;
  }
  .h-md-608p {
    height: 608px !important;
    min-height: 608px !important;
    max-height: 608px !important;
  }
  .h-md-612p {
    height: 612px !important;
    min-height: 612px !important;
    max-height: 612px !important;
  }
  .h-md-616p {
    height: 616px !important;
    min-height: 616px !important;
    max-height: 616px !important;
  }
  .h-md-620p {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
  }
  .h-md-624p {
    height: 624px !important;
    min-height: 624px !important;
    max-height: 624px !important;
  }
  .h-md-628p {
    height: 628px !important;
    min-height: 628px !important;
    max-height: 628px !important;
  }
  .h-md-632p {
    height: 632px !important;
    min-height: 632px !important;
    max-height: 632px !important;
  }
  .h-md-636p {
    height: 636px !important;
    min-height: 636px !important;
    max-height: 636px !important;
  }
  .h-md-640p {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }
  .h-md-644p {
    height: 644px !important;
    min-height: 644px !important;
    max-height: 644px !important;
  }
  .h-md-648p {
    height: 648px !important;
    min-height: 648px !important;
    max-height: 648px !important;
  }
  .h-md-652p {
    height: 652px !important;
    min-height: 652px !important;
    max-height: 652px !important;
  }
  .h-md-656p {
    height: 656px !important;
    min-height: 656px !important;
    max-height: 656px !important;
  }
  .h-md-660p {
    height: 660px !important;
    min-height: 660px !important;
    max-height: 660px !important;
  }
  .h-md-664p {
    height: 664px !important;
    min-height: 664px !important;
    max-height: 664px !important;
  }
  .h-md-668p {
    height: 668px !important;
    min-height: 668px !important;
    max-height: 668px !important;
  }
  .h-md-672p {
    height: 672px !important;
    min-height: 672px !important;
    max-height: 672px !important;
  }
  .h-md-676p {
    height: 676px !important;
    min-height: 676px !important;
    max-height: 676px !important;
  }
  .h-md-680p {
    height: 680px !important;
    min-height: 680px !important;
    max-height: 680px !important;
  }
  .h-md-684p {
    height: 684px !important;
    min-height: 684px !important;
    max-height: 684px !important;
  }
  .h-md-688p {
    height: 688px !important;
    min-height: 688px !important;
    max-height: 688px !important;
  }
  .h-md-692p {
    height: 692px !important;
    min-height: 692px !important;
    max-height: 692px !important;
  }
  .h-md-696p {
    height: 696px !important;
    min-height: 696px !important;
    max-height: 696px !important;
  }
  .h-md-700p {
    height: 700px !important;
    min-height: 700px !important;
    max-height: 700px !important;
  }
  .h-md-704p {
    height: 704px !important;
    min-height: 704px !important;
    max-height: 704px !important;
  }
  .h-md-708p {
    height: 708px !important;
    min-height: 708px !important;
    max-height: 708px !important;
  }
  .h-md-712p {
    height: 712px !important;
    min-height: 712px !important;
    max-height: 712px !important;
  }
  .h-md-716p {
    height: 716px !important;
    min-height: 716px !important;
    max-height: 716px !important;
  }
  .h-md-720p {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .w-md-0p {
    width: 0px !important;
    min-width: 0px !important;
    max-width: 0px !important;
  }
  .w-md-4p {
    width: 4px !important;
    min-width: 4px !important;
    max-width: 4px !important;
  }
  .w-md-8p {
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
  }
  .w-md-12p {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
  }
  .w-md-16p {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
  }
  .w-md-20p {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
  }
  .w-md-24p {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
  }
  .w-md-28p {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
  }
  .w-md-32p {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }
  .w-md-36p {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
  }
  .w-md-40p {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
  }
  .w-md-44p {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
  .w-md-48p {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }
  .w-md-52p {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
  }
  .w-md-56p {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }
  .w-md-60p {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
  .w-md-64p {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }
  .w-md-68p {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
  }
  .w-md-72p {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
  }
  .w-md-76p {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
  }
  .w-md-80p {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
  .w-md-84p {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
  }
  .w-md-88p {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
  .w-md-92p {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }
  .w-md-96p {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }
  .w-md-100p {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .w-md-104p {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }
  .w-md-108p {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
  }
  .w-md-112p {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }
  .w-md-116p {
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
  }
  .w-md-120p {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  .w-md-124p {
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
  }
  .w-md-128p {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
  .w-md-132p {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
  }
  .w-md-136p {
    width: 136px !important;
    min-width: 136px !important;
    max-width: 136px !important;
  }
  .w-md-140p {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }
  .w-md-144p {
    width: 144px !important;
    min-width: 144px !important;
    max-width: 144px !important;
  }
  .w-md-148p {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
  }
  .w-md-152p {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
  }
  .w-md-156p {
    width: 156px !important;
    min-width: 156px !important;
    max-width: 156px !important;
  }
  .w-md-160p {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .w-md-164p {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
  }
  .w-md-168p {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
  }
  .w-md-172p {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
  }
  .w-md-176p {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
  }
  .w-md-180p {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }
  .w-md-184p {
    width: 184px !important;
    min-width: 184px !important;
    max-width: 184px !important;
  }
  .w-md-188p {
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
  }
  .w-md-192p {
    width: 192px !important;
    min-width: 192px !important;
    max-width: 192px !important;
  }
  .w-md-196p {
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
  }
  .w-md-200p {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .w-md-204p {
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
  }
  .w-md-208p {
    width: 208px !important;
    min-width: 208px !important;
    max-width: 208px !important;
  }
  .w-md-212p {
    width: 212px !important;
    min-width: 212px !important;
    max-width: 212px !important;
  }
  .w-md-216p {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
  }
  .w-md-220p {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .w-md-224p {
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
  }
  .w-md-228p {
    width: 228px !important;
    min-width: 228px !important;
    max-width: 228px !important;
  }
  .w-md-232p {
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
  }
  .w-md-236p {
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
  }
  .w-md-240p {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
  }
  .w-md-244p {
    width: 244px !important;
    min-width: 244px !important;
    max-width: 244px !important;
  }
  .w-md-248p {
    width: 248px !important;
    min-width: 248px !important;
    max-width: 248px !important;
  }
  .w-md-252p {
    width: 252px !important;
    min-width: 252px !important;
    max-width: 252px !important;
  }
  .w-md-256p {
    width: 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
  }
  .w-md-260p {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
  .w-md-264p {
    width: 264px !important;
    min-width: 264px !important;
    max-width: 264px !important;
  }
  .w-md-268p {
    width: 268px !important;
    min-width: 268px !important;
    max-width: 268px !important;
  }
  .w-md-272p {
    width: 272px !important;
    min-width: 272px !important;
    max-width: 272px !important;
  }
  .w-md-276p {
    width: 276px !important;
    min-width: 276px !important;
    max-width: 276px !important;
  }
  .w-md-280p {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
  }
  .w-md-284p {
    width: 284px !important;
    min-width: 284px !important;
    max-width: 284px !important;
  }
  .w-md-288p {
    width: 288px !important;
    min-width: 288px !important;
    max-width: 288px !important;
  }
  .w-md-292p {
    width: 292px !important;
    min-width: 292px !important;
    max-width: 292px !important;
  }
  .w-md-296p {
    width: 296px !important;
    min-width: 296px !important;
    max-width: 296px !important;
  }
  .w-md-300p {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .w-md-304p {
    width: 304px !important;
    min-width: 304px !important;
    max-width: 304px !important;
  }
  .w-md-308p {
    width: 308px !important;
    min-width: 308px !important;
    max-width: 308px !important;
  }
  .w-md-312p {
    width: 312px !important;
    min-width: 312px !important;
    max-width: 312px !important;
  }
  .w-md-316p {
    width: 316px !important;
    min-width: 316px !important;
    max-width: 316px !important;
  }
  .w-md-320p {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }
  .w-md-324p {
    width: 324px !important;
    min-width: 324px !important;
    max-width: 324px !important;
  }
  .w-md-328p {
    width: 328px !important;
    min-width: 328px !important;
    max-width: 328px !important;
  }
  .w-md-332p {
    width: 332px !important;
    min-width: 332px !important;
    max-width: 332px !important;
  }
  .w-md-336p {
    width: 336px !important;
    min-width: 336px !important;
    max-width: 336px !important;
  }
  .w-md-340p {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
  }
  .w-md-344p {
    width: 344px !important;
    min-width: 344px !important;
    max-width: 344px !important;
  }
  .w-md-348p {
    width: 348px !important;
    min-width: 348px !important;
    max-width: 348px !important;
  }
  .w-md-352p {
    width: 352px !important;
    min-width: 352px !important;
    max-width: 352px !important;
  }
  .w-md-356p {
    width: 356px !important;
    min-width: 356px !important;
    max-width: 356px !important;
  }
  .w-md-360p {
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
  }
  .w-md-364p {
    width: 364px !important;
    min-width: 364px !important;
    max-width: 364px !important;
  }
  .w-md-368p {
    width: 368px !important;
    min-width: 368px !important;
    max-width: 368px !important;
  }
  .w-md-372p {
    width: 372px !important;
    min-width: 372px !important;
    max-width: 372px !important;
  }
  .w-md-376p {
    width: 376px !important;
    min-width: 376px !important;
    max-width: 376px !important;
  }
  .w-md-380p {
    width: 380px !important;
    min-width: 380px !important;
    max-width: 380px !important;
  }
  .w-md-384p {
    width: 384px !important;
    min-width: 384px !important;
    max-width: 384px !important;
  }
  .w-md-388p {
    width: 388px !important;
    min-width: 388px !important;
    max-width: 388px !important;
  }
  .w-md-392p {
    width: 392px !important;
    min-width: 392px !important;
    max-width: 392px !important;
  }
  .w-md-396p {
    width: 396px !important;
    min-width: 396px !important;
    max-width: 396px !important;
  }
  .w-md-400p {
    width: 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
  }
  .w-md-404p {
    width: 404px !important;
    min-width: 404px !important;
    max-width: 404px !important;
  }
  .w-md-408p {
    width: 408px !important;
    min-width: 408px !important;
    max-width: 408px !important;
  }
  .w-md-412p {
    width: 412px !important;
    min-width: 412px !important;
    max-width: 412px !important;
  }
  .w-md-416p {
    width: 416px !important;
    min-width: 416px !important;
    max-width: 416px !important;
  }
  .w-md-420p {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
  }
  .w-md-424p {
    width: 424px !important;
    min-width: 424px !important;
    max-width: 424px !important;
  }
  .w-md-428p {
    width: 428px !important;
    min-width: 428px !important;
    max-width: 428px !important;
  }
  .w-md-432p {
    width: 432px !important;
    min-width: 432px !important;
    max-width: 432px !important;
  }
  .w-md-436p {
    width: 436px !important;
    min-width: 436px !important;
    max-width: 436px !important;
  }
  .w-md-440p {
    width: 440px !important;
    min-width: 440px !important;
    max-width: 440px !important;
  }
  .w-md-444p {
    width: 444px !important;
    min-width: 444px !important;
    max-width: 444px !important;
  }
  .w-md-448p {
    width: 448px !important;
    min-width: 448px !important;
    max-width: 448px !important;
  }
  .w-md-452p {
    width: 452px !important;
    min-width: 452px !important;
    max-width: 452px !important;
  }
  .w-md-456p {
    width: 456px !important;
    min-width: 456px !important;
    max-width: 456px !important;
  }
  .w-md-460p {
    width: 460px !important;
    min-width: 460px !important;
    max-width: 460px !important;
  }
  .w-md-464p {
    width: 464px !important;
    min-width: 464px !important;
    max-width: 464px !important;
  }
  .w-md-468p {
    width: 468px !important;
    min-width: 468px !important;
    max-width: 468px !important;
  }
  .w-md-472p {
    width: 472px !important;
    min-width: 472px !important;
    max-width: 472px !important;
  }
  .w-md-476p {
    width: 476px !important;
    min-width: 476px !important;
    max-width: 476px !important;
  }
  .w-md-480p {
    width: 480px !important;
    min-width: 480px !important;
    max-width: 480px !important;
  }
  .w-md-484p {
    width: 484px !important;
    min-width: 484px !important;
    max-width: 484px !important;
  }
  .w-md-488p {
    width: 488px !important;
    min-width: 488px !important;
    max-width: 488px !important;
  }
  .w-md-492p {
    width: 492px !important;
    min-width: 492px !important;
    max-width: 492px !important;
  }
  .w-md-496p {
    width: 496px !important;
    min-width: 496px !important;
    max-width: 496px !important;
  }
  .w-md-500p {
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
  }
  .w-md-504p {
    width: 504px !important;
    min-width: 504px !important;
    max-width: 504px !important;
  }
  .w-md-508p {
    width: 508px !important;
    min-width: 508px !important;
    max-width: 508px !important;
  }
  .w-md-512p {
    width: 512px !important;
    min-width: 512px !important;
    max-width: 512px !important;
  }
  .w-md-516p {
    width: 516px !important;
    min-width: 516px !important;
    max-width: 516px !important;
  }
  .w-md-520p {
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
  }
  .w-md-524p {
    width: 524px !important;
    min-width: 524px !important;
    max-width: 524px !important;
  }
  .w-md-528p {
    width: 528px !important;
    min-width: 528px !important;
    max-width: 528px !important;
  }
  .w-md-532p {
    width: 532px !important;
    min-width: 532px !important;
    max-width: 532px !important;
  }
  .w-md-536p {
    width: 536px !important;
    min-width: 536px !important;
    max-width: 536px !important;
  }
  .w-md-540p {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }
  .w-md-544p {
    width: 544px !important;
    min-width: 544px !important;
    max-width: 544px !important;
  }
  .w-md-548p {
    width: 548px !important;
    min-width: 548px !important;
    max-width: 548px !important;
  }
  .w-md-552p {
    width: 552px !important;
    min-width: 552px !important;
    max-width: 552px !important;
  }
  .w-md-556p {
    width: 556px !important;
    min-width: 556px !important;
    max-width: 556px !important;
  }
  .w-md-560p {
    width: 560px !important;
    min-width: 560px !important;
    max-width: 560px !important;
  }
  .w-md-564p {
    width: 564px !important;
    min-width: 564px !important;
    max-width: 564px !important;
  }
  .w-md-568p {
    width: 568px !important;
    min-width: 568px !important;
    max-width: 568px !important;
  }
  .w-md-572p {
    width: 572px !important;
    min-width: 572px !important;
    max-width: 572px !important;
  }
  .w-md-576p {
    width: 576px !important;
    min-width: 576px !important;
    max-width: 576px !important;
  }
  .w-md-580p {
    width: 580px !important;
    min-width: 580px !important;
    max-width: 580px !important;
  }
  .w-md-584p {
    width: 584px !important;
    min-width: 584px !important;
    max-width: 584px !important;
  }
  .w-md-588p {
    width: 588px !important;
    min-width: 588px !important;
    max-width: 588px !important;
  }
  .w-md-592p {
    width: 592px !important;
    min-width: 592px !important;
    max-width: 592px !important;
  }
  .w-md-596p {
    width: 596px !important;
    min-width: 596px !important;
    max-width: 596px !important;
  }
  .w-md-600p {
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
  }
  .w-md-604p {
    width: 604px !important;
    min-width: 604px !important;
    max-width: 604px !important;
  }
  .w-md-608p {
    width: 608px !important;
    min-width: 608px !important;
    max-width: 608px !important;
  }
  .w-md-612p {
    width: 612px !important;
    min-width: 612px !important;
    max-width: 612px !important;
  }
  .w-md-616p {
    width: 616px !important;
    min-width: 616px !important;
    max-width: 616px !important;
  }
  .w-md-620p {
    width: 620px !important;
    min-width: 620px !important;
    max-width: 620px !important;
  }
  .w-md-624p {
    width: 624px !important;
    min-width: 624px !important;
    max-width: 624px !important;
  }
  .w-md-628p {
    width: 628px !important;
    min-width: 628px !important;
    max-width: 628px !important;
  }
  .w-md-632p {
    width: 632px !important;
    min-width: 632px !important;
    max-width: 632px !important;
  }
  .w-md-636p {
    width: 636px !important;
    min-width: 636px !important;
    max-width: 636px !important;
  }
  .w-md-640p {
    width: 640px !important;
    min-width: 640px !important;
    max-width: 640px !important;
  }
  .w-md-644p {
    width: 644px !important;
    min-width: 644px !important;
    max-width: 644px !important;
  }
  .w-md-648p {
    width: 648px !important;
    min-width: 648px !important;
    max-width: 648px !important;
  }
  .w-md-652p {
    width: 652px !important;
    min-width: 652px !important;
    max-width: 652px !important;
  }
  .w-md-656p {
    width: 656px !important;
    min-width: 656px !important;
    max-width: 656px !important;
  }
  .w-md-660p {
    width: 660px !important;
    min-width: 660px !important;
    max-width: 660px !important;
  }
  .w-md-664p {
    width: 664px !important;
    min-width: 664px !important;
    max-width: 664px !important;
  }
  .w-md-668p {
    width: 668px !important;
    min-width: 668px !important;
    max-width: 668px !important;
  }
  .w-md-672p {
    width: 672px !important;
    min-width: 672px !important;
    max-width: 672px !important;
  }
  .w-md-676p {
    width: 676px !important;
    min-width: 676px !important;
    max-width: 676px !important;
  }
  .w-md-680p {
    width: 680px !important;
    min-width: 680px !important;
    max-width: 680px !important;
  }
  .w-md-684p {
    width: 684px !important;
    min-width: 684px !important;
    max-width: 684px !important;
  }
  .w-md-688p {
    width: 688px !important;
    min-width: 688px !important;
    max-width: 688px !important;
  }
  .w-md-692p {
    width: 692px !important;
    min-width: 692px !important;
    max-width: 692px !important;
  }
  .w-md-696p {
    width: 696px !important;
    min-width: 696px !important;
    max-width: 696px !important;
  }
  .w-md-700p {
    width: 700px !important;
    min-width: 700px !important;
    max-width: 700px !important;
  }
  .w-md-704p {
    width: 704px !important;
    min-width: 704px !important;
    max-width: 704px !important;
  }
  .w-md-708p {
    width: 708px !important;
    min-width: 708px !important;
    max-width: 708px !important;
  }
  .w-md-712p {
    width: 712px !important;
    min-width: 712px !important;
    max-width: 712px !important;
  }
  .w-md-716p {
    width: 716px !important;
    min-width: 716px !important;
    max-width: 716px !important;
  }
  .w-md-720p {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .h-lg-0p {
    height: 0px !important;
    min-height: 0px !important;
    max-height: 0px !important;
  }
  .h-lg-4p {
    height: 4px !important;
    min-height: 4px !important;
    max-height: 4px !important;
  }
  .h-lg-8p {
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
  }
  .h-lg-12p {
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
  }
  .h-lg-16p {
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
  }
  .h-lg-20p {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }
  .h-lg-24p {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
  }
  .h-lg-28p {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
  }
  .h-lg-32p {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
  .h-lg-36p {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
  .h-lg-40p {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .h-lg-44p {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
  .h-lg-48p {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
  .h-lg-52p {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
  .h-lg-56p {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  .h-lg-60p {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
  .h-lg-64p {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
  .h-lg-68p {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }
  .h-lg-72p {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }
  .h-lg-76p {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }
  .h-lg-80p {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .h-lg-84p {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
  .h-lg-88p {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
  .h-lg-92p {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
  .h-lg-96p {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }
  .h-lg-100p {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }
  .h-lg-104p {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }
  .h-lg-108p {
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
  }
  .h-lg-112p {
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }
  .h-lg-116p {
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
  }
  .h-lg-120p {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .h-lg-124p {
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;
  }
  .h-lg-128p {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
  }
  .h-lg-132p {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }
  .h-lg-136p {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
  }
  .h-lg-140p {
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }
  .h-lg-144p {
    height: 144px !important;
    min-height: 144px !important;
    max-height: 144px !important;
  }
  .h-lg-148p {
    height: 148px !important;
    min-height: 148px !important;
    max-height: 148px !important;
  }
  .h-lg-152p {
    height: 152px !important;
    min-height: 152px !important;
    max-height: 152px !important;
  }
  .h-lg-156p {
    height: 156px !important;
    min-height: 156px !important;
    max-height: 156px !important;
  }
  .h-lg-160p {
    height: 160px !important;
    min-height: 160px !important;
    max-height: 160px !important;
  }
  .h-lg-164p {
    height: 164px !important;
    min-height: 164px !important;
    max-height: 164px !important;
  }
  .h-lg-168p {
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }
  .h-lg-172p {
    height: 172px !important;
    min-height: 172px !important;
    max-height: 172px !important;
  }
  .h-lg-176p {
    height: 176px !important;
    min-height: 176px !important;
    max-height: 176px !important;
  }
  .h-lg-180p {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  .h-lg-184p {
    height: 184px !important;
    min-height: 184px !important;
    max-height: 184px !important;
  }
  .h-lg-188p {
    height: 188px !important;
    min-height: 188px !important;
    max-height: 188px !important;
  }
  .h-lg-192p {
    height: 192px !important;
    min-height: 192px !important;
    max-height: 192px !important;
  }
  .h-lg-196p {
    height: 196px !important;
    min-height: 196px !important;
    max-height: 196px !important;
  }
  .h-lg-200p {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  .h-lg-204p {
    height: 204px !important;
    min-height: 204px !important;
    max-height: 204px !important;
  }
  .h-lg-208p {
    height: 208px !important;
    min-height: 208px !important;
    max-height: 208px !important;
  }
  .h-lg-212p {
    height: 212px !important;
    min-height: 212px !important;
    max-height: 212px !important;
  }
  .h-lg-216p {
    height: 216px !important;
    min-height: 216px !important;
    max-height: 216px !important;
  }
  .h-lg-220p {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
  .h-lg-224p {
    height: 224px !important;
    min-height: 224px !important;
    max-height: 224px !important;
  }
  .h-lg-228p {
    height: 228px !important;
    min-height: 228px !important;
    max-height: 228px !important;
  }
  .h-lg-232p {
    height: 232px !important;
    min-height: 232px !important;
    max-height: 232px !important;
  }
  .h-lg-236p {
    height: 236px !important;
    min-height: 236px !important;
    max-height: 236px !important;
  }
  .h-lg-240p {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }
  .h-lg-244p {
    height: 244px !important;
    min-height: 244px !important;
    max-height: 244px !important;
  }
  .h-lg-248p {
    height: 248px !important;
    min-height: 248px !important;
    max-height: 248px !important;
  }
  .h-lg-252p {
    height: 252px !important;
    min-height: 252px !important;
    max-height: 252px !important;
  }
  .h-lg-256p {
    height: 256px !important;
    min-height: 256px !important;
    max-height: 256px !important;
  }
  .h-lg-260p {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }
  .h-lg-264p {
    height: 264px !important;
    min-height: 264px !important;
    max-height: 264px !important;
  }
  .h-lg-268p {
    height: 268px !important;
    min-height: 268px !important;
    max-height: 268px !important;
  }
  .h-lg-272p {
    height: 272px !important;
    min-height: 272px !important;
    max-height: 272px !important;
  }
  .h-lg-276p {
    height: 276px !important;
    min-height: 276px !important;
    max-height: 276px !important;
  }
  .h-lg-280p {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
  .h-lg-284p {
    height: 284px !important;
    min-height: 284px !important;
    max-height: 284px !important;
  }
  .h-lg-288p {
    height: 288px !important;
    min-height: 288px !important;
    max-height: 288px !important;
  }
  .h-lg-292p {
    height: 292px !important;
    min-height: 292px !important;
    max-height: 292px !important;
  }
  .h-lg-296p {
    height: 296px !important;
    min-height: 296px !important;
    max-height: 296px !important;
  }
  .h-lg-300p {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .h-lg-304p {
    height: 304px !important;
    min-height: 304px !important;
    max-height: 304px !important;
  }
  .h-lg-308p {
    height: 308px !important;
    min-height: 308px !important;
    max-height: 308px !important;
  }
  .h-lg-312p {
    height: 312px !important;
    min-height: 312px !important;
    max-height: 312px !important;
  }
  .h-lg-316p {
    height: 316px !important;
    min-height: 316px !important;
    max-height: 316px !important;
  }
  .h-lg-320p {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
  .h-lg-324p {
    height: 324px !important;
    min-height: 324px !important;
    max-height: 324px !important;
  }
  .h-lg-328p {
    height: 328px !important;
    min-height: 328px !important;
    max-height: 328px !important;
  }
  .h-lg-332p {
    height: 332px !important;
    min-height: 332px !important;
    max-height: 332px !important;
  }
  .h-lg-336p {
    height: 336px !important;
    min-height: 336px !important;
    max-height: 336px !important;
  }
  .h-lg-340p {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }
  .h-lg-344p {
    height: 344px !important;
    min-height: 344px !important;
    max-height: 344px !important;
  }
  .h-lg-348p {
    height: 348px !important;
    min-height: 348px !important;
    max-height: 348px !important;
  }
  .h-lg-352p {
    height: 352px !important;
    min-height: 352px !important;
    max-height: 352px !important;
  }
  .h-lg-356p {
    height: 356px !important;
    min-height: 356px !important;
    max-height: 356px !important;
  }
  .h-lg-360p {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
  }
  .h-lg-364p {
    height: 364px !important;
    min-height: 364px !important;
    max-height: 364px !important;
  }
  .h-lg-368p {
    height: 368px !important;
    min-height: 368px !important;
    max-height: 368px !important;
  }
  .h-lg-372p {
    height: 372px !important;
    min-height: 372px !important;
    max-height: 372px !important;
  }
  .h-lg-376p {
    height: 376px !important;
    min-height: 376px !important;
    max-height: 376px !important;
  }
  .h-lg-380p {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
  }
  .h-lg-384p {
    height: 384px !important;
    min-height: 384px !important;
    max-height: 384px !important;
  }
  .h-lg-388p {
    height: 388px !important;
    min-height: 388px !important;
    max-height: 388px !important;
  }
  .h-lg-392p {
    height: 392px !important;
    min-height: 392px !important;
    max-height: 392px !important;
  }
  .h-lg-396p {
    height: 396px !important;
    min-height: 396px !important;
    max-height: 396px !important;
  }
  .h-lg-400p {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .h-lg-404p {
    height: 404px !important;
    min-height: 404px !important;
    max-height: 404px !important;
  }
  .h-lg-408p {
    height: 408px !important;
    min-height: 408px !important;
    max-height: 408px !important;
  }
  .h-lg-412p {
    height: 412px !important;
    min-height: 412px !important;
    max-height: 412px !important;
  }
  .h-lg-416p {
    height: 416px !important;
    min-height: 416px !important;
    max-height: 416px !important;
  }
  .h-lg-420p {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
  .h-lg-424p {
    height: 424px !important;
    min-height: 424px !important;
    max-height: 424px !important;
  }
  .h-lg-428p {
    height: 428px !important;
    min-height: 428px !important;
    max-height: 428px !important;
  }
  .h-lg-432p {
    height: 432px !important;
    min-height: 432px !important;
    max-height: 432px !important;
  }
  .h-lg-436p {
    height: 436px !important;
    min-height: 436px !important;
    max-height: 436px !important;
  }
  .h-lg-440p {
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
  }
  .h-lg-444p {
    height: 444px !important;
    min-height: 444px !important;
    max-height: 444px !important;
  }
  .h-lg-448p {
    height: 448px !important;
    min-height: 448px !important;
    max-height: 448px !important;
  }
  .h-lg-452p {
    height: 452px !important;
    min-height: 452px !important;
    max-height: 452px !important;
  }
  .h-lg-456p {
    height: 456px !important;
    min-height: 456px !important;
    max-height: 456px !important;
  }
  .h-lg-460p {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }
  .h-lg-464p {
    height: 464px !important;
    min-height: 464px !important;
    max-height: 464px !important;
  }
  .h-lg-468p {
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }
  .h-lg-472p {
    height: 472px !important;
    min-height: 472px !important;
    max-height: 472px !important;
  }
  .h-lg-476p {
    height: 476px !important;
    min-height: 476px !important;
    max-height: 476px !important;
  }
  .h-lg-480p {
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }
  .h-lg-484p {
    height: 484px !important;
    min-height: 484px !important;
    max-height: 484px !important;
  }
  .h-lg-488p {
    height: 488px !important;
    min-height: 488px !important;
    max-height: 488px !important;
  }
  .h-lg-492p {
    height: 492px !important;
    min-height: 492px !important;
    max-height: 492px !important;
  }
  .h-lg-496p {
    height: 496px !important;
    min-height: 496px !important;
    max-height: 496px !important;
  }
  .h-lg-500p {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }
  .h-lg-504p {
    height: 504px !important;
    min-height: 504px !important;
    max-height: 504px !important;
  }
  .h-lg-508p {
    height: 508px !important;
    min-height: 508px !important;
    max-height: 508px !important;
  }
  .h-lg-512p {
    height: 512px !important;
    min-height: 512px !important;
    max-height: 512px !important;
  }
  .h-lg-516p {
    height: 516px !important;
    min-height: 516px !important;
    max-height: 516px !important;
  }
  .h-lg-520p {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }
  .h-lg-524p {
    height: 524px !important;
    min-height: 524px !important;
    max-height: 524px !important;
  }
  .h-lg-528p {
    height: 528px !important;
    min-height: 528px !important;
    max-height: 528px !important;
  }
  .h-lg-532p {
    height: 532px !important;
    min-height: 532px !important;
    max-height: 532px !important;
  }
  .h-lg-536p {
    height: 536px !important;
    min-height: 536px !important;
    max-height: 536px !important;
  }
  .h-lg-540p {
    height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;
  }
  .h-lg-544p {
    height: 544px !important;
    min-height: 544px !important;
    max-height: 544px !important;
  }
  .h-lg-548p {
    height: 548px !important;
    min-height: 548px !important;
    max-height: 548px !important;
  }
  .h-lg-552p {
    height: 552px !important;
    min-height: 552px !important;
    max-height: 552px !important;
  }
  .h-lg-556p {
    height: 556px !important;
    min-height: 556px !important;
    max-height: 556px !important;
  }
  .h-lg-560p {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
  }
  .h-lg-564p {
    height: 564px !important;
    min-height: 564px !important;
    max-height: 564px !important;
  }
  .h-lg-568p {
    height: 568px !important;
    min-height: 568px !important;
    max-height: 568px !important;
  }
  .h-lg-572p {
    height: 572px !important;
    min-height: 572px !important;
    max-height: 572px !important;
  }
  .h-lg-576p {
    height: 576px !important;
    min-height: 576px !important;
    max-height: 576px !important;
  }
  .h-lg-580p {
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
  }
  .h-lg-584p {
    height: 584px !important;
    min-height: 584px !important;
    max-height: 584px !important;
  }
  .h-lg-588p {
    height: 588px !important;
    min-height: 588px !important;
    max-height: 588px !important;
  }
  .h-lg-592p {
    height: 592px !important;
    min-height: 592px !important;
    max-height: 592px !important;
  }
  .h-lg-596p {
    height: 596px !important;
    min-height: 596px !important;
    max-height: 596px !important;
  }
  .h-lg-600p {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }
  .h-lg-604p {
    height: 604px !important;
    min-height: 604px !important;
    max-height: 604px !important;
  }
  .h-lg-608p {
    height: 608px !important;
    min-height: 608px !important;
    max-height: 608px !important;
  }
  .h-lg-612p {
    height: 612px !important;
    min-height: 612px !important;
    max-height: 612px !important;
  }
  .h-lg-616p {
    height: 616px !important;
    min-height: 616px !important;
    max-height: 616px !important;
  }
  .h-lg-620p {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
  }
  .h-lg-624p {
    height: 624px !important;
    min-height: 624px !important;
    max-height: 624px !important;
  }
  .h-lg-628p {
    height: 628px !important;
    min-height: 628px !important;
    max-height: 628px !important;
  }
  .h-lg-632p {
    height: 632px !important;
    min-height: 632px !important;
    max-height: 632px !important;
  }
  .h-lg-636p {
    height: 636px !important;
    min-height: 636px !important;
    max-height: 636px !important;
  }
  .h-lg-640p {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }
  .h-lg-644p {
    height: 644px !important;
    min-height: 644px !important;
    max-height: 644px !important;
  }
  .h-lg-648p {
    height: 648px !important;
    min-height: 648px !important;
    max-height: 648px !important;
  }
  .h-lg-652p {
    height: 652px !important;
    min-height: 652px !important;
    max-height: 652px !important;
  }
  .h-lg-656p {
    height: 656px !important;
    min-height: 656px !important;
    max-height: 656px !important;
  }
  .h-lg-660p {
    height: 660px !important;
    min-height: 660px !important;
    max-height: 660px !important;
  }
  .h-lg-664p {
    height: 664px !important;
    min-height: 664px !important;
    max-height: 664px !important;
  }
  .h-lg-668p {
    height: 668px !important;
    min-height: 668px !important;
    max-height: 668px !important;
  }
  .h-lg-672p {
    height: 672px !important;
    min-height: 672px !important;
    max-height: 672px !important;
  }
  .h-lg-676p {
    height: 676px !important;
    min-height: 676px !important;
    max-height: 676px !important;
  }
  .h-lg-680p {
    height: 680px !important;
    min-height: 680px !important;
    max-height: 680px !important;
  }
  .h-lg-684p {
    height: 684px !important;
    min-height: 684px !important;
    max-height: 684px !important;
  }
  .h-lg-688p {
    height: 688px !important;
    min-height: 688px !important;
    max-height: 688px !important;
  }
  .h-lg-692p {
    height: 692px !important;
    min-height: 692px !important;
    max-height: 692px !important;
  }
  .h-lg-696p {
    height: 696px !important;
    min-height: 696px !important;
    max-height: 696px !important;
  }
  .h-lg-700p {
    height: 700px !important;
    min-height: 700px !important;
    max-height: 700px !important;
  }
  .h-lg-704p {
    height: 704px !important;
    min-height: 704px !important;
    max-height: 704px !important;
  }
  .h-lg-708p {
    height: 708px !important;
    min-height: 708px !important;
    max-height: 708px !important;
  }
  .h-lg-712p {
    height: 712px !important;
    min-height: 712px !important;
    max-height: 712px !important;
  }
  .h-lg-716p {
    height: 716px !important;
    min-height: 716px !important;
    max-height: 716px !important;
  }
  .h-lg-720p {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .w-lg-0p {
    width: 0px !important;
    min-width: 0px !important;
    max-width: 0px !important;
  }
  .w-lg-4p {
    width: 4px !important;
    min-width: 4px !important;
    max-width: 4px !important;
  }
  .w-lg-8p {
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
  }
  .w-lg-12p {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
  }
  .w-lg-16p {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
  }
  .w-lg-20p {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
  }
  .w-lg-24p {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
  }
  .w-lg-28p {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
  }
  .w-lg-32p {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }
  .w-lg-36p {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
  }
  .w-lg-40p {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
  }
  .w-lg-44p {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
  .w-lg-48p {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }
  .w-lg-52p {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
  }
  .w-lg-56p {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }
  .w-lg-60p {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
  .w-lg-64p {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }
  .w-lg-68p {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
  }
  .w-lg-72p {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
  }
  .w-lg-76p {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
  }
  .w-lg-80p {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
  .w-lg-84p {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
  }
  .w-lg-88p {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
  .w-lg-92p {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }
  .w-lg-96p {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }
  .w-lg-100p {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .w-lg-104p {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }
  .w-lg-108p {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
  }
  .w-lg-112p {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }
  .w-lg-116p {
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
  }
  .w-lg-120p {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  .w-lg-124p {
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
  }
  .w-lg-128p {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
  .w-lg-132p {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
  }
  .w-lg-136p {
    width: 136px !important;
    min-width: 136px !important;
    max-width: 136px !important;
  }
  .w-lg-140p {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }
  .w-lg-144p {
    width: 144px !important;
    min-width: 144px !important;
    max-width: 144px !important;
  }
  .w-lg-148p {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
  }
  .w-lg-152p {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
  }
  .w-lg-156p {
    width: 156px !important;
    min-width: 156px !important;
    max-width: 156px !important;
  }
  .w-lg-160p {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .w-lg-164p {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
  }
  .w-lg-168p {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
  }
  .w-lg-172p {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
  }
  .w-lg-176p {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
  }
  .w-lg-180p {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }
  .w-lg-184p {
    width: 184px !important;
    min-width: 184px !important;
    max-width: 184px !important;
  }
  .w-lg-188p {
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
  }
  .w-lg-192p {
    width: 192px !important;
    min-width: 192px !important;
    max-width: 192px !important;
  }
  .w-lg-196p {
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
  }
  .w-lg-200p {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .w-lg-204p {
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
  }
  .w-lg-208p {
    width: 208px !important;
    min-width: 208px !important;
    max-width: 208px !important;
  }
  .w-lg-212p {
    width: 212px !important;
    min-width: 212px !important;
    max-width: 212px !important;
  }
  .w-lg-216p {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
  }
  .w-lg-220p {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .w-lg-224p {
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
  }
  .w-lg-228p {
    width: 228px !important;
    min-width: 228px !important;
    max-width: 228px !important;
  }
  .w-lg-232p {
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
  }
  .w-lg-236p {
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
  }
  .w-lg-240p {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
  }
  .w-lg-244p {
    width: 244px !important;
    min-width: 244px !important;
    max-width: 244px !important;
  }
  .w-lg-248p {
    width: 248px !important;
    min-width: 248px !important;
    max-width: 248px !important;
  }
  .w-lg-252p {
    width: 252px !important;
    min-width: 252px !important;
    max-width: 252px !important;
  }
  .w-lg-256p {
    width: 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
  }
  .w-lg-260p {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
  .w-lg-264p {
    width: 264px !important;
    min-width: 264px !important;
    max-width: 264px !important;
  }
  .w-lg-268p {
    width: 268px !important;
    min-width: 268px !important;
    max-width: 268px !important;
  }
  .w-lg-272p {
    width: 272px !important;
    min-width: 272px !important;
    max-width: 272px !important;
  }
  .w-lg-276p {
    width: 276px !important;
    min-width: 276px !important;
    max-width: 276px !important;
  }
  .w-lg-280p {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
  }
  .w-lg-284p {
    width: 284px !important;
    min-width: 284px !important;
    max-width: 284px !important;
  }
  .w-lg-288p {
    width: 288px !important;
    min-width: 288px !important;
    max-width: 288px !important;
  }
  .w-lg-292p {
    width: 292px !important;
    min-width: 292px !important;
    max-width: 292px !important;
  }
  .w-lg-296p {
    width: 296px !important;
    min-width: 296px !important;
    max-width: 296px !important;
  }
  .w-lg-300p {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .w-lg-304p {
    width: 304px !important;
    min-width: 304px !important;
    max-width: 304px !important;
  }
  .w-lg-308p {
    width: 308px !important;
    min-width: 308px !important;
    max-width: 308px !important;
  }
  .w-lg-312p {
    width: 312px !important;
    min-width: 312px !important;
    max-width: 312px !important;
  }
  .w-lg-316p {
    width: 316px !important;
    min-width: 316px !important;
    max-width: 316px !important;
  }
  .w-lg-320p {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }
  .w-lg-324p {
    width: 324px !important;
    min-width: 324px !important;
    max-width: 324px !important;
  }
  .w-lg-328p {
    width: 328px !important;
    min-width: 328px !important;
    max-width: 328px !important;
  }
  .w-lg-332p {
    width: 332px !important;
    min-width: 332px !important;
    max-width: 332px !important;
  }
  .w-lg-336p {
    width: 336px !important;
    min-width: 336px !important;
    max-width: 336px !important;
  }
  .w-lg-340p {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
  }
  .w-lg-344p {
    width: 344px !important;
    min-width: 344px !important;
    max-width: 344px !important;
  }
  .w-lg-348p {
    width: 348px !important;
    min-width: 348px !important;
    max-width: 348px !important;
  }
  .w-lg-352p {
    width: 352px !important;
    min-width: 352px !important;
    max-width: 352px !important;
  }
  .w-lg-356p {
    width: 356px !important;
    min-width: 356px !important;
    max-width: 356px !important;
  }
  .w-lg-360p {
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
  }
  .w-lg-364p {
    width: 364px !important;
    min-width: 364px !important;
    max-width: 364px !important;
  }
  .w-lg-368p {
    width: 368px !important;
    min-width: 368px !important;
    max-width: 368px !important;
  }
  .w-lg-372p {
    width: 372px !important;
    min-width: 372px !important;
    max-width: 372px !important;
  }
  .w-lg-376p {
    width: 376px !important;
    min-width: 376px !important;
    max-width: 376px !important;
  }
  .w-lg-380p {
    width: 380px !important;
    min-width: 380px !important;
    max-width: 380px !important;
  }
  .w-lg-384p {
    width: 384px !important;
    min-width: 384px !important;
    max-width: 384px !important;
  }
  .w-lg-388p {
    width: 388px !important;
    min-width: 388px !important;
    max-width: 388px !important;
  }
  .w-lg-392p {
    width: 392px !important;
    min-width: 392px !important;
    max-width: 392px !important;
  }
  .w-lg-396p {
    width: 396px !important;
    min-width: 396px !important;
    max-width: 396px !important;
  }
  .w-lg-400p {
    width: 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
  }
  .w-lg-404p {
    width: 404px !important;
    min-width: 404px !important;
    max-width: 404px !important;
  }
  .w-lg-408p {
    width: 408px !important;
    min-width: 408px !important;
    max-width: 408px !important;
  }
  .w-lg-412p {
    width: 412px !important;
    min-width: 412px !important;
    max-width: 412px !important;
  }
  .w-lg-416p {
    width: 416px !important;
    min-width: 416px !important;
    max-width: 416px !important;
  }
  .w-lg-420p {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
  }
  .w-lg-424p {
    width: 424px !important;
    min-width: 424px !important;
    max-width: 424px !important;
  }
  .w-lg-428p {
    width: 428px !important;
    min-width: 428px !important;
    max-width: 428px !important;
  }
  .w-lg-432p {
    width: 432px !important;
    min-width: 432px !important;
    max-width: 432px !important;
  }
  .w-lg-436p {
    width: 436px !important;
    min-width: 436px !important;
    max-width: 436px !important;
  }
  .w-lg-440p {
    width: 440px !important;
    min-width: 440px !important;
    max-width: 440px !important;
  }
  .w-lg-444p {
    width: 444px !important;
    min-width: 444px !important;
    max-width: 444px !important;
  }
  .w-lg-448p {
    width: 448px !important;
    min-width: 448px !important;
    max-width: 448px !important;
  }
  .w-lg-452p {
    width: 452px !important;
    min-width: 452px !important;
    max-width: 452px !important;
  }
  .w-lg-456p {
    width: 456px !important;
    min-width: 456px !important;
    max-width: 456px !important;
  }
  .w-lg-460p {
    width: 460px !important;
    min-width: 460px !important;
    max-width: 460px !important;
  }
  .w-lg-464p {
    width: 464px !important;
    min-width: 464px !important;
    max-width: 464px !important;
  }
  .w-lg-468p {
    width: 468px !important;
    min-width: 468px !important;
    max-width: 468px !important;
  }
  .w-lg-472p {
    width: 472px !important;
    min-width: 472px !important;
    max-width: 472px !important;
  }
  .w-lg-476p {
    width: 476px !important;
    min-width: 476px !important;
    max-width: 476px !important;
  }
  .w-lg-480p {
    width: 480px !important;
    min-width: 480px !important;
    max-width: 480px !important;
  }
  .w-lg-484p {
    width: 484px !important;
    min-width: 484px !important;
    max-width: 484px !important;
  }
  .w-lg-488p {
    width: 488px !important;
    min-width: 488px !important;
    max-width: 488px !important;
  }
  .w-lg-492p {
    width: 492px !important;
    min-width: 492px !important;
    max-width: 492px !important;
  }
  .w-lg-496p {
    width: 496px !important;
    min-width: 496px !important;
    max-width: 496px !important;
  }
  .w-lg-500p {
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
  }
  .w-lg-504p {
    width: 504px !important;
    min-width: 504px !important;
    max-width: 504px !important;
  }
  .w-lg-508p {
    width: 508px !important;
    min-width: 508px !important;
    max-width: 508px !important;
  }
  .w-lg-512p {
    width: 512px !important;
    min-width: 512px !important;
    max-width: 512px !important;
  }
  .w-lg-516p {
    width: 516px !important;
    min-width: 516px !important;
    max-width: 516px !important;
  }
  .w-lg-520p {
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
  }
  .w-lg-524p {
    width: 524px !important;
    min-width: 524px !important;
    max-width: 524px !important;
  }
  .w-lg-528p {
    width: 528px !important;
    min-width: 528px !important;
    max-width: 528px !important;
  }
  .w-lg-532p {
    width: 532px !important;
    min-width: 532px !important;
    max-width: 532px !important;
  }
  .w-lg-536p {
    width: 536px !important;
    min-width: 536px !important;
    max-width: 536px !important;
  }
  .w-lg-540p {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }
  .w-lg-544p {
    width: 544px !important;
    min-width: 544px !important;
    max-width: 544px !important;
  }
  .w-lg-548p {
    width: 548px !important;
    min-width: 548px !important;
    max-width: 548px !important;
  }
  .w-lg-552p {
    width: 552px !important;
    min-width: 552px !important;
    max-width: 552px !important;
  }
  .w-lg-556p {
    width: 556px !important;
    min-width: 556px !important;
    max-width: 556px !important;
  }
  .w-lg-560p {
    width: 560px !important;
    min-width: 560px !important;
    max-width: 560px !important;
  }
  .w-lg-564p {
    width: 564px !important;
    min-width: 564px !important;
    max-width: 564px !important;
  }
  .w-lg-568p {
    width: 568px !important;
    min-width: 568px !important;
    max-width: 568px !important;
  }
  .w-lg-572p {
    width: 572px !important;
    min-width: 572px !important;
    max-width: 572px !important;
  }
  .w-lg-576p {
    width: 576px !important;
    min-width: 576px !important;
    max-width: 576px !important;
  }
  .w-lg-580p {
    width: 580px !important;
    min-width: 580px !important;
    max-width: 580px !important;
  }
  .w-lg-584p {
    width: 584px !important;
    min-width: 584px !important;
    max-width: 584px !important;
  }
  .w-lg-588p {
    width: 588px !important;
    min-width: 588px !important;
    max-width: 588px !important;
  }
  .w-lg-592p {
    width: 592px !important;
    min-width: 592px !important;
    max-width: 592px !important;
  }
  .w-lg-596p {
    width: 596px !important;
    min-width: 596px !important;
    max-width: 596px !important;
  }
  .w-lg-600p {
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
  }
  .w-lg-604p {
    width: 604px !important;
    min-width: 604px !important;
    max-width: 604px !important;
  }
  .w-lg-608p {
    width: 608px !important;
    min-width: 608px !important;
    max-width: 608px !important;
  }
  .w-lg-612p {
    width: 612px !important;
    min-width: 612px !important;
    max-width: 612px !important;
  }
  .w-lg-616p {
    width: 616px !important;
    min-width: 616px !important;
    max-width: 616px !important;
  }
  .w-lg-620p {
    width: 620px !important;
    min-width: 620px !important;
    max-width: 620px !important;
  }
  .w-lg-624p {
    width: 624px !important;
    min-width: 624px !important;
    max-width: 624px !important;
  }
  .w-lg-628p {
    width: 628px !important;
    min-width: 628px !important;
    max-width: 628px !important;
  }
  .w-lg-632p {
    width: 632px !important;
    min-width: 632px !important;
    max-width: 632px !important;
  }
  .w-lg-636p {
    width: 636px !important;
    min-width: 636px !important;
    max-width: 636px !important;
  }
  .w-lg-640p {
    width: 640px !important;
    min-width: 640px !important;
    max-width: 640px !important;
  }
  .w-lg-644p {
    width: 644px !important;
    min-width: 644px !important;
    max-width: 644px !important;
  }
  .w-lg-648p {
    width: 648px !important;
    min-width: 648px !important;
    max-width: 648px !important;
  }
  .w-lg-652p {
    width: 652px !important;
    min-width: 652px !important;
    max-width: 652px !important;
  }
  .w-lg-656p {
    width: 656px !important;
    min-width: 656px !important;
    max-width: 656px !important;
  }
  .w-lg-660p {
    width: 660px !important;
    min-width: 660px !important;
    max-width: 660px !important;
  }
  .w-lg-664p {
    width: 664px !important;
    min-width: 664px !important;
    max-width: 664px !important;
  }
  .w-lg-668p {
    width: 668px !important;
    min-width: 668px !important;
    max-width: 668px !important;
  }
  .w-lg-672p {
    width: 672px !important;
    min-width: 672px !important;
    max-width: 672px !important;
  }
  .w-lg-676p {
    width: 676px !important;
    min-width: 676px !important;
    max-width: 676px !important;
  }
  .w-lg-680p {
    width: 680px !important;
    min-width: 680px !important;
    max-width: 680px !important;
  }
  .w-lg-684p {
    width: 684px !important;
    min-width: 684px !important;
    max-width: 684px !important;
  }
  .w-lg-688p {
    width: 688px !important;
    min-width: 688px !important;
    max-width: 688px !important;
  }
  .w-lg-692p {
    width: 692px !important;
    min-width: 692px !important;
    max-width: 692px !important;
  }
  .w-lg-696p {
    width: 696px !important;
    min-width: 696px !important;
    max-width: 696px !important;
  }
  .w-lg-700p {
    width: 700px !important;
    min-width: 700px !important;
    max-width: 700px !important;
  }
  .w-lg-704p {
    width: 704px !important;
    min-width: 704px !important;
    max-width: 704px !important;
  }
  .w-lg-708p {
    width: 708px !important;
    min-width: 708px !important;
    max-width: 708px !important;
  }
  .w-lg-712p {
    width: 712px !important;
    min-width: 712px !important;
    max-width: 712px !important;
  }
  .w-lg-716p {
    width: 716px !important;
    min-width: 716px !important;
    max-width: 716px !important;
  }
  .w-lg-720p {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-xl-0p {
    height: 0px !important;
    min-height: 0px !important;
    max-height: 0px !important;
  }
  .h-xl-4p {
    height: 4px !important;
    min-height: 4px !important;
    max-height: 4px !important;
  }
  .h-xl-8p {
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
  }
  .h-xl-12p {
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
  }
  .h-xl-16p {
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
  }
  .h-xl-20p {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }
  .h-xl-24p {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
  }
  .h-xl-28p {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
  }
  .h-xl-32p {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
  .h-xl-36p {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
  .h-xl-40p {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .h-xl-44p {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
  .h-xl-48p {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
  .h-xl-52p {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
  .h-xl-56p {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  .h-xl-60p {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
  .h-xl-64p {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
  .h-xl-68p {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }
  .h-xl-72p {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }
  .h-xl-76p {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }
  .h-xl-80p {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .h-xl-84p {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
  .h-xl-88p {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
  .h-xl-92p {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
  .h-xl-96p {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }
  .h-xl-100p {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }
  .h-xl-104p {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }
  .h-xl-108p {
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
  }
  .h-xl-112p {
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }
  .h-xl-116p {
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
  }
  .h-xl-120p {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .h-xl-124p {
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;
  }
  .h-xl-128p {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
  }
  .h-xl-132p {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }
  .h-xl-136p {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
  }
  .h-xl-140p {
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }
  .h-xl-144p {
    height: 144px !important;
    min-height: 144px !important;
    max-height: 144px !important;
  }
  .h-xl-148p {
    height: 148px !important;
    min-height: 148px !important;
    max-height: 148px !important;
  }
  .h-xl-152p {
    height: 152px !important;
    min-height: 152px !important;
    max-height: 152px !important;
  }
  .h-xl-156p {
    height: 156px !important;
    min-height: 156px !important;
    max-height: 156px !important;
  }
  .h-xl-160p {
    height: 160px !important;
    min-height: 160px !important;
    max-height: 160px !important;
  }
  .h-xl-164p {
    height: 164px !important;
    min-height: 164px !important;
    max-height: 164px !important;
  }
  .h-xl-168p {
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }
  .h-xl-172p {
    height: 172px !important;
    min-height: 172px !important;
    max-height: 172px !important;
  }
  .h-xl-176p {
    height: 176px !important;
    min-height: 176px !important;
    max-height: 176px !important;
  }
  .h-xl-180p {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  .h-xl-184p {
    height: 184px !important;
    min-height: 184px !important;
    max-height: 184px !important;
  }
  .h-xl-188p {
    height: 188px !important;
    min-height: 188px !important;
    max-height: 188px !important;
  }
  .h-xl-192p {
    height: 192px !important;
    min-height: 192px !important;
    max-height: 192px !important;
  }
  .h-xl-196p {
    height: 196px !important;
    min-height: 196px !important;
    max-height: 196px !important;
  }
  .h-xl-200p {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  .h-xl-204p {
    height: 204px !important;
    min-height: 204px !important;
    max-height: 204px !important;
  }
  .h-xl-208p {
    height: 208px !important;
    min-height: 208px !important;
    max-height: 208px !important;
  }
  .h-xl-212p {
    height: 212px !important;
    min-height: 212px !important;
    max-height: 212px !important;
  }
  .h-xl-216p {
    height: 216px !important;
    min-height: 216px !important;
    max-height: 216px !important;
  }
  .h-xl-220p {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
  .h-xl-224p {
    height: 224px !important;
    min-height: 224px !important;
    max-height: 224px !important;
  }
  .h-xl-228p {
    height: 228px !important;
    min-height: 228px !important;
    max-height: 228px !important;
  }
  .h-xl-232p {
    height: 232px !important;
    min-height: 232px !important;
    max-height: 232px !important;
  }
  .h-xl-236p {
    height: 236px !important;
    min-height: 236px !important;
    max-height: 236px !important;
  }
  .h-xl-240p {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }
  .h-xl-244p {
    height: 244px !important;
    min-height: 244px !important;
    max-height: 244px !important;
  }
  .h-xl-248p {
    height: 248px !important;
    min-height: 248px !important;
    max-height: 248px !important;
  }
  .h-xl-252p {
    height: 252px !important;
    min-height: 252px !important;
    max-height: 252px !important;
  }
  .h-xl-256p {
    height: 256px !important;
    min-height: 256px !important;
    max-height: 256px !important;
  }
  .h-xl-260p {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }
  .h-xl-264p {
    height: 264px !important;
    min-height: 264px !important;
    max-height: 264px !important;
  }
  .h-xl-268p {
    height: 268px !important;
    min-height: 268px !important;
    max-height: 268px !important;
  }
  .h-xl-272p {
    height: 272px !important;
    min-height: 272px !important;
    max-height: 272px !important;
  }
  .h-xl-276p {
    height: 276px !important;
    min-height: 276px !important;
    max-height: 276px !important;
  }
  .h-xl-280p {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
  .h-xl-284p {
    height: 284px !important;
    min-height: 284px !important;
    max-height: 284px !important;
  }
  .h-xl-288p {
    height: 288px !important;
    min-height: 288px !important;
    max-height: 288px !important;
  }
  .h-xl-292p {
    height: 292px !important;
    min-height: 292px !important;
    max-height: 292px !important;
  }
  .h-xl-296p {
    height: 296px !important;
    min-height: 296px !important;
    max-height: 296px !important;
  }
  .h-xl-300p {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .h-xl-304p {
    height: 304px !important;
    min-height: 304px !important;
    max-height: 304px !important;
  }
  .h-xl-308p {
    height: 308px !important;
    min-height: 308px !important;
    max-height: 308px !important;
  }
  .h-xl-312p {
    height: 312px !important;
    min-height: 312px !important;
    max-height: 312px !important;
  }
  .h-xl-316p {
    height: 316px !important;
    min-height: 316px !important;
    max-height: 316px !important;
  }
  .h-xl-320p {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
  .h-xl-324p {
    height: 324px !important;
    min-height: 324px !important;
    max-height: 324px !important;
  }
  .h-xl-328p {
    height: 328px !important;
    min-height: 328px !important;
    max-height: 328px !important;
  }
  .h-xl-332p {
    height: 332px !important;
    min-height: 332px !important;
    max-height: 332px !important;
  }
  .h-xl-336p {
    height: 336px !important;
    min-height: 336px !important;
    max-height: 336px !important;
  }
  .h-xl-340p {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }
  .h-xl-344p {
    height: 344px !important;
    min-height: 344px !important;
    max-height: 344px !important;
  }
  .h-xl-348p {
    height: 348px !important;
    min-height: 348px !important;
    max-height: 348px !important;
  }
  .h-xl-352p {
    height: 352px !important;
    min-height: 352px !important;
    max-height: 352px !important;
  }
  .h-xl-356p {
    height: 356px !important;
    min-height: 356px !important;
    max-height: 356px !important;
  }
  .h-xl-360p {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
  }
  .h-xl-364p {
    height: 364px !important;
    min-height: 364px !important;
    max-height: 364px !important;
  }
  .h-xl-368p {
    height: 368px !important;
    min-height: 368px !important;
    max-height: 368px !important;
  }
  .h-xl-372p {
    height: 372px !important;
    min-height: 372px !important;
    max-height: 372px !important;
  }
  .h-xl-376p {
    height: 376px !important;
    min-height: 376px !important;
    max-height: 376px !important;
  }
  .h-xl-380p {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
  }
  .h-xl-384p {
    height: 384px !important;
    min-height: 384px !important;
    max-height: 384px !important;
  }
  .h-xl-388p {
    height: 388px !important;
    min-height: 388px !important;
    max-height: 388px !important;
  }
  .h-xl-392p {
    height: 392px !important;
    min-height: 392px !important;
    max-height: 392px !important;
  }
  .h-xl-396p {
    height: 396px !important;
    min-height: 396px !important;
    max-height: 396px !important;
  }
  .h-xl-400p {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .h-xl-404p {
    height: 404px !important;
    min-height: 404px !important;
    max-height: 404px !important;
  }
  .h-xl-408p {
    height: 408px !important;
    min-height: 408px !important;
    max-height: 408px !important;
  }
  .h-xl-412p {
    height: 412px !important;
    min-height: 412px !important;
    max-height: 412px !important;
  }
  .h-xl-416p {
    height: 416px !important;
    min-height: 416px !important;
    max-height: 416px !important;
  }
  .h-xl-420p {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
  .h-xl-424p {
    height: 424px !important;
    min-height: 424px !important;
    max-height: 424px !important;
  }
  .h-xl-428p {
    height: 428px !important;
    min-height: 428px !important;
    max-height: 428px !important;
  }
  .h-xl-432p {
    height: 432px !important;
    min-height: 432px !important;
    max-height: 432px !important;
  }
  .h-xl-436p {
    height: 436px !important;
    min-height: 436px !important;
    max-height: 436px !important;
  }
  .h-xl-440p {
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
  }
  .h-xl-444p {
    height: 444px !important;
    min-height: 444px !important;
    max-height: 444px !important;
  }
  .h-xl-448p {
    height: 448px !important;
    min-height: 448px !important;
    max-height: 448px !important;
  }
  .h-xl-452p {
    height: 452px !important;
    min-height: 452px !important;
    max-height: 452px !important;
  }
  .h-xl-456p {
    height: 456px !important;
    min-height: 456px !important;
    max-height: 456px !important;
  }
  .h-xl-460p {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }
  .h-xl-464p {
    height: 464px !important;
    min-height: 464px !important;
    max-height: 464px !important;
  }
  .h-xl-468p {
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }
  .h-xl-472p {
    height: 472px !important;
    min-height: 472px !important;
    max-height: 472px !important;
  }
  .h-xl-476p {
    height: 476px !important;
    min-height: 476px !important;
    max-height: 476px !important;
  }
  .h-xl-480p {
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }
  .h-xl-484p {
    height: 484px !important;
    min-height: 484px !important;
    max-height: 484px !important;
  }
  .h-xl-488p {
    height: 488px !important;
    min-height: 488px !important;
    max-height: 488px !important;
  }
  .h-xl-492p {
    height: 492px !important;
    min-height: 492px !important;
    max-height: 492px !important;
  }
  .h-xl-496p {
    height: 496px !important;
    min-height: 496px !important;
    max-height: 496px !important;
  }
  .h-xl-500p {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }
  .h-xl-504p {
    height: 504px !important;
    min-height: 504px !important;
    max-height: 504px !important;
  }
  .h-xl-508p {
    height: 508px !important;
    min-height: 508px !important;
    max-height: 508px !important;
  }
  .h-xl-512p {
    height: 512px !important;
    min-height: 512px !important;
    max-height: 512px !important;
  }
  .h-xl-516p {
    height: 516px !important;
    min-height: 516px !important;
    max-height: 516px !important;
  }
  .h-xl-520p {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }
  .h-xl-524p {
    height: 524px !important;
    min-height: 524px !important;
    max-height: 524px !important;
  }
  .h-xl-528p {
    height: 528px !important;
    min-height: 528px !important;
    max-height: 528px !important;
  }
  .h-xl-532p {
    height: 532px !important;
    min-height: 532px !important;
    max-height: 532px !important;
  }
  .h-xl-536p {
    height: 536px !important;
    min-height: 536px !important;
    max-height: 536px !important;
  }
  .h-xl-540p {
    height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;
  }
  .h-xl-544p {
    height: 544px !important;
    min-height: 544px !important;
    max-height: 544px !important;
  }
  .h-xl-548p {
    height: 548px !important;
    min-height: 548px !important;
    max-height: 548px !important;
  }
  .h-xl-552p {
    height: 552px !important;
    min-height: 552px !important;
    max-height: 552px !important;
  }
  .h-xl-556p {
    height: 556px !important;
    min-height: 556px !important;
    max-height: 556px !important;
  }
  .h-xl-560p {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
  }
  .h-xl-564p {
    height: 564px !important;
    min-height: 564px !important;
    max-height: 564px !important;
  }
  .h-xl-568p {
    height: 568px !important;
    min-height: 568px !important;
    max-height: 568px !important;
  }
  .h-xl-572p {
    height: 572px !important;
    min-height: 572px !important;
    max-height: 572px !important;
  }
  .h-xl-576p {
    height: 576px !important;
    min-height: 576px !important;
    max-height: 576px !important;
  }
  .h-xl-580p {
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
  }
  .h-xl-584p {
    height: 584px !important;
    min-height: 584px !important;
    max-height: 584px !important;
  }
  .h-xl-588p {
    height: 588px !important;
    min-height: 588px !important;
    max-height: 588px !important;
  }
  .h-xl-592p {
    height: 592px !important;
    min-height: 592px !important;
    max-height: 592px !important;
  }
  .h-xl-596p {
    height: 596px !important;
    min-height: 596px !important;
    max-height: 596px !important;
  }
  .h-xl-600p {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }
  .h-xl-604p {
    height: 604px !important;
    min-height: 604px !important;
    max-height: 604px !important;
  }
  .h-xl-608p {
    height: 608px !important;
    min-height: 608px !important;
    max-height: 608px !important;
  }
  .h-xl-612p {
    height: 612px !important;
    min-height: 612px !important;
    max-height: 612px !important;
  }
  .h-xl-616p {
    height: 616px !important;
    min-height: 616px !important;
    max-height: 616px !important;
  }
  .h-xl-620p {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
  }
  .h-xl-624p {
    height: 624px !important;
    min-height: 624px !important;
    max-height: 624px !important;
  }
  .h-xl-628p {
    height: 628px !important;
    min-height: 628px !important;
    max-height: 628px !important;
  }
  .h-xl-632p {
    height: 632px !important;
    min-height: 632px !important;
    max-height: 632px !important;
  }
  .h-xl-636p {
    height: 636px !important;
    min-height: 636px !important;
    max-height: 636px !important;
  }
  .h-xl-640p {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }
  .h-xl-644p {
    height: 644px !important;
    min-height: 644px !important;
    max-height: 644px !important;
  }
  .h-xl-648p {
    height: 648px !important;
    min-height: 648px !important;
    max-height: 648px !important;
  }
  .h-xl-652p {
    height: 652px !important;
    min-height: 652px !important;
    max-height: 652px !important;
  }
  .h-xl-656p {
    height: 656px !important;
    min-height: 656px !important;
    max-height: 656px !important;
  }
  .h-xl-660p {
    height: 660px !important;
    min-height: 660px !important;
    max-height: 660px !important;
  }
  .h-xl-664p {
    height: 664px !important;
    min-height: 664px !important;
    max-height: 664px !important;
  }
  .h-xl-668p {
    height: 668px !important;
    min-height: 668px !important;
    max-height: 668px !important;
  }
  .h-xl-672p {
    height: 672px !important;
    min-height: 672px !important;
    max-height: 672px !important;
  }
  .h-xl-676p {
    height: 676px !important;
    min-height: 676px !important;
    max-height: 676px !important;
  }
  .h-xl-680p {
    height: 680px !important;
    min-height: 680px !important;
    max-height: 680px !important;
  }
  .h-xl-684p {
    height: 684px !important;
    min-height: 684px !important;
    max-height: 684px !important;
  }
  .h-xl-688p {
    height: 688px !important;
    min-height: 688px !important;
    max-height: 688px !important;
  }
  .h-xl-692p {
    height: 692px !important;
    min-height: 692px !important;
    max-height: 692px !important;
  }
  .h-xl-696p {
    height: 696px !important;
    min-height: 696px !important;
    max-height: 696px !important;
  }
  .h-xl-700p {
    height: 700px !important;
    min-height: 700px !important;
    max-height: 700px !important;
  }
  .h-xl-704p {
    height: 704px !important;
    min-height: 704px !important;
    max-height: 704px !important;
  }
  .h-xl-708p {
    height: 708px !important;
    min-height: 708px !important;
    max-height: 708px !important;
  }
  .h-xl-712p {
    height: 712px !important;
    min-height: 712px !important;
    max-height: 712px !important;
  }
  .h-xl-716p {
    height: 716px !important;
    min-height: 716px !important;
    max-height: 716px !important;
  }
  .h-xl-720p {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .w-xl-0p {
    width: 0px !important;
    min-width: 0px !important;
    max-width: 0px !important;
  }
  .w-xl-4p {
    width: 4px !important;
    min-width: 4px !important;
    max-width: 4px !important;
  }
  .w-xl-8p {
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
  }
  .w-xl-12p {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
  }
  .w-xl-16p {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
  }
  .w-xl-20p {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
  }
  .w-xl-24p {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
  }
  .w-xl-28p {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
  }
  .w-xl-32p {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }
  .w-xl-36p {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
  }
  .w-xl-40p {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
  }
  .w-xl-44p {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
  .w-xl-48p {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }
  .w-xl-52p {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
  }
  .w-xl-56p {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }
  .w-xl-60p {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
  .w-xl-64p {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }
  .w-xl-68p {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
  }
  .w-xl-72p {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
  }
  .w-xl-76p {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
  }
  .w-xl-80p {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
  .w-xl-84p {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
  }
  .w-xl-88p {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
  .w-xl-92p {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }
  .w-xl-96p {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }
  .w-xl-100p {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .w-xl-104p {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }
  .w-xl-108p {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
  }
  .w-xl-112p {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }
  .w-xl-116p {
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
  }
  .w-xl-120p {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  .w-xl-124p {
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
  }
  .w-xl-128p {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
  .w-xl-132p {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
  }
  .w-xl-136p {
    width: 136px !important;
    min-width: 136px !important;
    max-width: 136px !important;
  }
  .w-xl-140p {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }
  .w-xl-144p {
    width: 144px !important;
    min-width: 144px !important;
    max-width: 144px !important;
  }
  .w-xl-148p {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
  }
  .w-xl-152p {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
  }
  .w-xl-156p {
    width: 156px !important;
    min-width: 156px !important;
    max-width: 156px !important;
  }
  .w-xl-160p {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .w-xl-164p {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
  }
  .w-xl-168p {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
  }
  .w-xl-172p {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
  }
  .w-xl-176p {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
  }
  .w-xl-180p {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }
  .w-xl-184p {
    width: 184px !important;
    min-width: 184px !important;
    max-width: 184px !important;
  }
  .w-xl-188p {
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
  }
  .w-xl-192p {
    width: 192px !important;
    min-width: 192px !important;
    max-width: 192px !important;
  }
  .w-xl-196p {
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
  }
  .w-xl-200p {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .w-xl-204p {
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
  }
  .w-xl-208p {
    width: 208px !important;
    min-width: 208px !important;
    max-width: 208px !important;
  }
  .w-xl-212p {
    width: 212px !important;
    min-width: 212px !important;
    max-width: 212px !important;
  }
  .w-xl-216p {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
  }
  .w-xl-220p {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .w-xl-224p {
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
  }
  .w-xl-228p {
    width: 228px !important;
    min-width: 228px !important;
    max-width: 228px !important;
  }
  .w-xl-232p {
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
  }
  .w-xl-236p {
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
  }
  .w-xl-240p {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
  }
  .w-xl-244p {
    width: 244px !important;
    min-width: 244px !important;
    max-width: 244px !important;
  }
  .w-xl-248p {
    width: 248px !important;
    min-width: 248px !important;
    max-width: 248px !important;
  }
  .w-xl-252p {
    width: 252px !important;
    min-width: 252px !important;
    max-width: 252px !important;
  }
  .w-xl-256p {
    width: 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
  }
  .w-xl-260p {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
  .w-xl-264p {
    width: 264px !important;
    min-width: 264px !important;
    max-width: 264px !important;
  }
  .w-xl-268p {
    width: 268px !important;
    min-width: 268px !important;
    max-width: 268px !important;
  }
  .w-xl-272p {
    width: 272px !important;
    min-width: 272px !important;
    max-width: 272px !important;
  }
  .w-xl-276p {
    width: 276px !important;
    min-width: 276px !important;
    max-width: 276px !important;
  }
  .w-xl-280p {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
  }
  .w-xl-284p {
    width: 284px !important;
    min-width: 284px !important;
    max-width: 284px !important;
  }
  .w-xl-288p {
    width: 288px !important;
    min-width: 288px !important;
    max-width: 288px !important;
  }
  .w-xl-292p {
    width: 292px !important;
    min-width: 292px !important;
    max-width: 292px !important;
  }
  .w-xl-296p {
    width: 296px !important;
    min-width: 296px !important;
    max-width: 296px !important;
  }
  .w-xl-300p {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .w-xl-304p {
    width: 304px !important;
    min-width: 304px !important;
    max-width: 304px !important;
  }
  .w-xl-308p {
    width: 308px !important;
    min-width: 308px !important;
    max-width: 308px !important;
  }
  .w-xl-312p {
    width: 312px !important;
    min-width: 312px !important;
    max-width: 312px !important;
  }
  .w-xl-316p {
    width: 316px !important;
    min-width: 316px !important;
    max-width: 316px !important;
  }
  .w-xl-320p {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }
  .w-xl-324p {
    width: 324px !important;
    min-width: 324px !important;
    max-width: 324px !important;
  }
  .w-xl-328p {
    width: 328px !important;
    min-width: 328px !important;
    max-width: 328px !important;
  }
  .w-xl-332p {
    width: 332px !important;
    min-width: 332px !important;
    max-width: 332px !important;
  }
  .w-xl-336p {
    width: 336px !important;
    min-width: 336px !important;
    max-width: 336px !important;
  }
  .w-xl-340p {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
  }
  .w-xl-344p {
    width: 344px !important;
    min-width: 344px !important;
    max-width: 344px !important;
  }
  .w-xl-348p {
    width: 348px !important;
    min-width: 348px !important;
    max-width: 348px !important;
  }
  .w-xl-352p {
    width: 352px !important;
    min-width: 352px !important;
    max-width: 352px !important;
  }
  .w-xl-356p {
    width: 356px !important;
    min-width: 356px !important;
    max-width: 356px !important;
  }
  .w-xl-360p {
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
  }
  .w-xl-364p {
    width: 364px !important;
    min-width: 364px !important;
    max-width: 364px !important;
  }
  .w-xl-368p {
    width: 368px !important;
    min-width: 368px !important;
    max-width: 368px !important;
  }
  .w-xl-372p {
    width: 372px !important;
    min-width: 372px !important;
    max-width: 372px !important;
  }
  .w-xl-376p {
    width: 376px !important;
    min-width: 376px !important;
    max-width: 376px !important;
  }
  .w-xl-380p {
    width: 380px !important;
    min-width: 380px !important;
    max-width: 380px !important;
  }
  .w-xl-384p {
    width: 384px !important;
    min-width: 384px !important;
    max-width: 384px !important;
  }
  .w-xl-388p {
    width: 388px !important;
    min-width: 388px !important;
    max-width: 388px !important;
  }
  .w-xl-392p {
    width: 392px !important;
    min-width: 392px !important;
    max-width: 392px !important;
  }
  .w-xl-396p {
    width: 396px !important;
    min-width: 396px !important;
    max-width: 396px !important;
  }
  .w-xl-400p {
    width: 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
  }
  .w-xl-404p {
    width: 404px !important;
    min-width: 404px !important;
    max-width: 404px !important;
  }
  .w-xl-408p {
    width: 408px !important;
    min-width: 408px !important;
    max-width: 408px !important;
  }
  .w-xl-412p {
    width: 412px !important;
    min-width: 412px !important;
    max-width: 412px !important;
  }
  .w-xl-416p {
    width: 416px !important;
    min-width: 416px !important;
    max-width: 416px !important;
  }
  .w-xl-420p {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
  }
  .w-xl-424p {
    width: 424px !important;
    min-width: 424px !important;
    max-width: 424px !important;
  }
  .w-xl-428p {
    width: 428px !important;
    min-width: 428px !important;
    max-width: 428px !important;
  }
  .w-xl-432p {
    width: 432px !important;
    min-width: 432px !important;
    max-width: 432px !important;
  }
  .w-xl-436p {
    width: 436px !important;
    min-width: 436px !important;
    max-width: 436px !important;
  }
  .w-xl-440p {
    width: 440px !important;
    min-width: 440px !important;
    max-width: 440px !important;
  }
  .w-xl-444p {
    width: 444px !important;
    min-width: 444px !important;
    max-width: 444px !important;
  }
  .w-xl-448p {
    width: 448px !important;
    min-width: 448px !important;
    max-width: 448px !important;
  }
  .w-xl-452p {
    width: 452px !important;
    min-width: 452px !important;
    max-width: 452px !important;
  }
  .w-xl-456p {
    width: 456px !important;
    min-width: 456px !important;
    max-width: 456px !important;
  }
  .w-xl-460p {
    width: 460px !important;
    min-width: 460px !important;
    max-width: 460px !important;
  }
  .w-xl-464p {
    width: 464px !important;
    min-width: 464px !important;
    max-width: 464px !important;
  }
  .w-xl-468p {
    width: 468px !important;
    min-width: 468px !important;
    max-width: 468px !important;
  }
  .w-xl-472p {
    width: 472px !important;
    min-width: 472px !important;
    max-width: 472px !important;
  }
  .w-xl-476p {
    width: 476px !important;
    min-width: 476px !important;
    max-width: 476px !important;
  }
  .w-xl-480p {
    width: 480px !important;
    min-width: 480px !important;
    max-width: 480px !important;
  }
  .w-xl-484p {
    width: 484px !important;
    min-width: 484px !important;
    max-width: 484px !important;
  }
  .w-xl-488p {
    width: 488px !important;
    min-width: 488px !important;
    max-width: 488px !important;
  }
  .w-xl-492p {
    width: 492px !important;
    min-width: 492px !important;
    max-width: 492px !important;
  }
  .w-xl-496p {
    width: 496px !important;
    min-width: 496px !important;
    max-width: 496px !important;
  }
  .w-xl-500p {
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
  }
  .w-xl-504p {
    width: 504px !important;
    min-width: 504px !important;
    max-width: 504px !important;
  }
  .w-xl-508p {
    width: 508px !important;
    min-width: 508px !important;
    max-width: 508px !important;
  }
  .w-xl-512p {
    width: 512px !important;
    min-width: 512px !important;
    max-width: 512px !important;
  }
  .w-xl-516p {
    width: 516px !important;
    min-width: 516px !important;
    max-width: 516px !important;
  }
  .w-xl-520p {
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
  }
  .w-xl-524p {
    width: 524px !important;
    min-width: 524px !important;
    max-width: 524px !important;
  }
  .w-xl-528p {
    width: 528px !important;
    min-width: 528px !important;
    max-width: 528px !important;
  }
  .w-xl-532p {
    width: 532px !important;
    min-width: 532px !important;
    max-width: 532px !important;
  }
  .w-xl-536p {
    width: 536px !important;
    min-width: 536px !important;
    max-width: 536px !important;
  }
  .w-xl-540p {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }
  .w-xl-544p {
    width: 544px !important;
    min-width: 544px !important;
    max-width: 544px !important;
  }
  .w-xl-548p {
    width: 548px !important;
    min-width: 548px !important;
    max-width: 548px !important;
  }
  .w-xl-552p {
    width: 552px !important;
    min-width: 552px !important;
    max-width: 552px !important;
  }
  .w-xl-556p {
    width: 556px !important;
    min-width: 556px !important;
    max-width: 556px !important;
  }
  .w-xl-560p {
    width: 560px !important;
    min-width: 560px !important;
    max-width: 560px !important;
  }
  .w-xl-564p {
    width: 564px !important;
    min-width: 564px !important;
    max-width: 564px !important;
  }
  .w-xl-568p {
    width: 568px !important;
    min-width: 568px !important;
    max-width: 568px !important;
  }
  .w-xl-572p {
    width: 572px !important;
    min-width: 572px !important;
    max-width: 572px !important;
  }
  .w-xl-576p {
    width: 576px !important;
    min-width: 576px !important;
    max-width: 576px !important;
  }
  .w-xl-580p {
    width: 580px !important;
    min-width: 580px !important;
    max-width: 580px !important;
  }
  .w-xl-584p {
    width: 584px !important;
    min-width: 584px !important;
    max-width: 584px !important;
  }
  .w-xl-588p {
    width: 588px !important;
    min-width: 588px !important;
    max-width: 588px !important;
  }
  .w-xl-592p {
    width: 592px !important;
    min-width: 592px !important;
    max-width: 592px !important;
  }
  .w-xl-596p {
    width: 596px !important;
    min-width: 596px !important;
    max-width: 596px !important;
  }
  .w-xl-600p {
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
  }
  .w-xl-604p {
    width: 604px !important;
    min-width: 604px !important;
    max-width: 604px !important;
  }
  .w-xl-608p {
    width: 608px !important;
    min-width: 608px !important;
    max-width: 608px !important;
  }
  .w-xl-612p {
    width: 612px !important;
    min-width: 612px !important;
    max-width: 612px !important;
  }
  .w-xl-616p {
    width: 616px !important;
    min-width: 616px !important;
    max-width: 616px !important;
  }
  .w-xl-620p {
    width: 620px !important;
    min-width: 620px !important;
    max-width: 620px !important;
  }
  .w-xl-624p {
    width: 624px !important;
    min-width: 624px !important;
    max-width: 624px !important;
  }
  .w-xl-628p {
    width: 628px !important;
    min-width: 628px !important;
    max-width: 628px !important;
  }
  .w-xl-632p {
    width: 632px !important;
    min-width: 632px !important;
    max-width: 632px !important;
  }
  .w-xl-636p {
    width: 636px !important;
    min-width: 636px !important;
    max-width: 636px !important;
  }
  .w-xl-640p {
    width: 640px !important;
    min-width: 640px !important;
    max-width: 640px !important;
  }
  .w-xl-644p {
    width: 644px !important;
    min-width: 644px !important;
    max-width: 644px !important;
  }
  .w-xl-648p {
    width: 648px !important;
    min-width: 648px !important;
    max-width: 648px !important;
  }
  .w-xl-652p {
    width: 652px !important;
    min-width: 652px !important;
    max-width: 652px !important;
  }
  .w-xl-656p {
    width: 656px !important;
    min-width: 656px !important;
    max-width: 656px !important;
  }
  .w-xl-660p {
    width: 660px !important;
    min-width: 660px !important;
    max-width: 660px !important;
  }
  .w-xl-664p {
    width: 664px !important;
    min-width: 664px !important;
    max-width: 664px !important;
  }
  .w-xl-668p {
    width: 668px !important;
    min-width: 668px !important;
    max-width: 668px !important;
  }
  .w-xl-672p {
    width: 672px !important;
    min-width: 672px !important;
    max-width: 672px !important;
  }
  .w-xl-676p {
    width: 676px !important;
    min-width: 676px !important;
    max-width: 676px !important;
  }
  .w-xl-680p {
    width: 680px !important;
    min-width: 680px !important;
    max-width: 680px !important;
  }
  .w-xl-684p {
    width: 684px !important;
    min-width: 684px !important;
    max-width: 684px !important;
  }
  .w-xl-688p {
    width: 688px !important;
    min-width: 688px !important;
    max-width: 688px !important;
  }
  .w-xl-692p {
    width: 692px !important;
    min-width: 692px !important;
    max-width: 692px !important;
  }
  .w-xl-696p {
    width: 696px !important;
    min-width: 696px !important;
    max-width: 696px !important;
  }
  .w-xl-700p {
    width: 700px !important;
    min-width: 700px !important;
    max-width: 700px !important;
  }
  .w-xl-704p {
    width: 704px !important;
    min-width: 704px !important;
    max-width: 704px !important;
  }
  .w-xl-708p {
    width: 708px !important;
    min-width: 708px !important;
    max-width: 708px !important;
  }
  .w-xl-712p {
    width: 712px !important;
    min-width: 712px !important;
    max-width: 712px !important;
  }
  .w-xl-716p {
    width: 716px !important;
    min-width: 716px !important;
    max-width: 716px !important;
  }
  .w-xl-720p {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}

.font-size-2 {
  font-size: 0.125rem !important;
}

.font-size-4 {
  font-size: 0.25rem !important;
}

.font-size-6 {
  font-size: 0.375rem !important;
}

.font-size-8 {
  font-size: 0.5rem !important;
}

.font-size-10 {
  font-size: 0.625rem !important;
}

.font-size-12 {
  font-size: 0.75rem !important;
}

.font-size-14 {
  font-size: 0.875rem !important;
}

.font-size-16 {
  font-size: 1rem !important;
}

.font-size-18 {
  font-size: 1.125rem !important;
}

.font-size-20 {
  font-size: 1.25rem !important;
}

.font-size-22 {
  font-size: 1.375rem !important;
}

.font-size-24 {
  font-size: 1.5rem !important;
}

.font-size-26 {
  font-size: 1.625rem !important;
}

.font-size-28 {
  font-size: 1.75rem !important;
}

.font-size-30 {
  font-size: 1.875rem !important;
}

.font-size-32 {
  font-size: 2rem !important;
}

.font-size-34 {
  font-size: 2.125rem !important;
}

.font-size-36 {
  font-size: 2.25rem !important;
}

.font-size-38 {
  font-size: 2.375rem !important;
}

.font-size-40 {
  font-size: 2.5rem !important;
}

.font-size-42 {
  font-size: 2.625rem !important;
}

.font-size-44 {
  font-size: 2.75rem !important;
}

.font-size-46 {
  font-size: 2.875rem !important;
}

.font-size-48 {
  font-size: 3rem !important;
}

.font-size-50 {
  font-size: 3.125rem !important;
}

.font-size-52 {
  font-size: 3.25rem !important;
}

.font-size-54 {
  font-size: 3.375rem !important;
}

.font-size-56 {
  font-size: 3.5rem !important;
}

.font-size-58 {
  font-size: 3.625rem !important;
}

.font-size-60 {
  font-size: 3.75rem !important;
}

.font-size-62 {
  font-size: 3.875rem !important;
}

.font-size-64 {
  font-size: 4rem !important;
}

.font-size-66 {
  font-size: 4.125rem !important;
}

.font-size-68 {
  font-size: 4.25rem !important;
}

.font-size-70 {
  font-size: 4.375rem !important;
}

.font-size-72 {
  font-size: 4.5rem !important;
}

.font-size-74 {
  font-size: 4.625rem !important;
}

.font-size-76 {
  font-size: 4.75rem !important;
}

.font-size-78 {
  font-size: 4.875rem !important;
}

.font-size-80 {
  font-size: 5rem !important;
}

.font-size-82 {
  font-size: 5.125rem !important;
}

.font-size-84 {
  font-size: 5.25rem !important;
}

.font-size-86 {
  font-size: 5.375rem !important;
}

.font-size-88 {
  font-size: 5.5rem !important;
}

.font-size-90 {
  font-size: 5.625rem !important;
}

.font-size-92 {
  font-size: 5.75rem !important;
}

.font-size-94 {
  font-size: 5.875rem !important;
}

.font-size-96 {
  font-size: 6rem !important;
}

.font-size-98 {
  font-size: 6.125rem !important;
}

.font-size-100 {
  font-size: 6.25rem !important;
}

.font-size-102 {
  font-size: 6.375rem !important;
}

.font-size-104 {
  font-size: 6.5rem !important;
}

.font-size-106 {
  font-size: 6.625rem !important;
}

.font-size-108 {
  font-size: 6.75rem !important;
}

.font-size-110 {
  font-size: 6.875rem !important;
}

.font-size-112 {
  font-size: 7rem !important;
}

.font-size-114 {
  font-size: 7.125rem !important;
}

.font-size-116 {
  font-size: 7.25rem !important;
}

.font-size-118 {
  font-size: 7.375rem !important;
}

.font-size-120 {
  font-size: 7.5rem !important;
}

.line-height-2 {
  line-height: 2px !important;
}

.line-height-4 {
  line-height: 4px !important;
}

.line-height-6 {
  line-height: 6px !important;
}

.line-height-8 {
  line-height: 8px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-42 {
  line-height: 42px !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.line-height-48 {
  line-height: 48px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-52 {
  line-height: 52px !important;
}

.line-height-54 {
  line-height: 54px !important;
}

.line-height-56 {
  line-height: 56px !important;
}

.line-height-58 {
  line-height: 58px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-62 {
  line-height: 62px !important;
}

.line-height-64 {
  line-height: 64px !important;
}

.line-height-66 {
  line-height: 66px !important;
}

.line-height-68 {
  line-height: 68px !important;
}

.line-height-70 {
  line-height: 70px !important;
}

.line-height-72 {
  line-height: 72px !important;
}

.line-height-74 {
  line-height: 74px !important;
}

.line-height-76 {
  line-height: 76px !important;
}

.line-height-78 {
  line-height: 78px !important;
}

.line-height-80 {
  line-height: 80px !important;
}

.line-height-82 {
  line-height: 82px !important;
}

.line-height-84 {
  line-height: 84px !important;
}

.line-height-86 {
  line-height: 86px !important;
}

.line-height-88 {
  line-height: 88px !important;
}

.line-height-90 {
  line-height: 90px !important;
}

.line-height-92 {
  line-height: 92px !important;
}

.line-height-94 {
  line-height: 94px !important;
}

.line-height-96 {
  line-height: 96px !important;
}

.line-height-98 {
  line-height: 98px !important;
}

.line-height-100 {
  line-height: 100px !important;
}

.line-height-102 {
  line-height: 102px !important;
}

.line-height-104 {
  line-height: 104px !important;
}

.line-height-106 {
  line-height: 106px !important;
}

.line-height-108 {
  line-height: 108px !important;
}

.line-height-110 {
  line-height: 110px !important;
}

.line-height-112 {
  line-height: 112px !important;
}

.line-height-114 {
  line-height: 114px !important;
}

.line-height-116 {
  line-height: 116px !important;
}

.line-height-118 {
  line-height: 118px !important;
}

.line-height-120 {
  line-height: 120px !important;
}

.m-0 {
  margin: 0rem !important;
}

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

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

.m-12 {
  margin: 0.75rem !important;
}

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

.m-20 {
  margin: 1.25rem !important;
}

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

.m-28 {
  margin: 1.75rem !important;
}

.m-32 {
  margin: 2rem !important;
}

.m-36 {
  margin: 2.25rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-44 {
  margin: 2.75rem !important;
}

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

.m-52 {
  margin: 3.25rem !important;
}

.m-56 {
  margin: 3.5rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.m-64 {
  margin: 4rem !important;
}

.m-68 {
  margin: 4.25rem !important;
}

.m-72 {
  margin: 4.5rem !important;
}

.m-76 {
  margin: 4.75rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.m-84 {
  margin: 5.25rem !important;
}

.m-88 {
  margin: 5.5rem !important;
}

.m-92 {
  margin: 5.75rem !important;
}

.m-96 {
  margin: 6rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.m-104 {
  margin: 6.5rem !important;
}

.m-108 {
  margin: 6.75rem !important;
}

.m-112 {
  margin: 7rem !important;
}

.m-116 {
  margin: 7.25rem !important;
}

.m-120 {
  margin: 7.5rem !important;
}

.m-124 {
  margin: 7.75rem !important;
}

.m-128 {
  margin: 8rem !important;
}

.m-132 {
  margin: 8.25rem !important;
}

.m-136 {
  margin: 8.5rem !important;
}

.m-140 {
  margin: 8.75rem !important;
}

.m-144 {
  margin: 9rem !important;
}

.m-148 {
  margin: 9.25rem !important;
}

.m-152 {
  margin: 9.5rem !important;
}

.m-156 {
  margin: 9.75rem !important;
}

.m-160 {
  margin: 10rem !important;
}

.m-164 {
  margin: 10.25rem !important;
}

.m-168 {
  margin: 10.5rem !important;
}

.m-172 {
  margin: 10.75rem !important;
}

.m-176 {
  margin: 11rem !important;
}

.m-180 {
  margin: 11.25rem !important;
}

.m-184 {
  margin: 11.5rem !important;
}

.m-188 {
  margin: 11.75rem !important;
}

.m-192 {
  margin: 12rem !important;
}

.m-196 {
  margin: 12.25rem !important;
}

.m-200 {
  margin: 12.5rem !important;
}

.m-204 {
  margin: 12.75rem !important;
}

.m-208 {
  margin: 13rem !important;
}

.m-212 {
  margin: 13.25rem !important;
}

.m-216 {
  margin: 13.5rem !important;
}

.m-220 {
  margin: 13.75rem !important;
}

.m-224 {
  margin: 14rem !important;
}

.m-228 {
  margin: 14.25rem !important;
}

.m-232 {
  margin: 14.5rem !important;
}

.m-236 {
  margin: 14.75rem !important;
}

.m-240 {
  margin: 15rem !important;
}

.m-244 {
  margin: 15.25rem !important;
}

.m-248 {
  margin: 15.5rem !important;
}

.m-252 {
  margin: 15.75rem !important;
}

.m-256 {
  margin: 16rem !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mx-4 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-8 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-12 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.my-12 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-16 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-24 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-28 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.my-28 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mx-32 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-36 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.my-36 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-44 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.my-44 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mx-48 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-48 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-52 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.my-52 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mx-56 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.my-56 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-64 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-64 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-68 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.my-68 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.mx-72 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.my-72 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx-76 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.my-76 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-84 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.my-84 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.mx-88 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.my-88 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mx-92 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.my-92 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.mx-96 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-96 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mx-104 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.my-104 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.mx-108 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

.my-108 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.mx-112 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.my-112 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-116 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

.my-116 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.mx-120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.my-120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mx-124 {
  margin-right: 7.75rem !important;
  margin-left: 7.75rem !important;
}

.my-124 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

.mx-128 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.my-128 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-132 {
  margin-right: 8.25rem !important;
  margin-left: 8.25rem !important;
}

.my-132 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}

.mx-136 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.my-136 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.mx-140 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.mx-144 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.my-144 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mx-148 {
  margin-right: 9.25rem !important;
  margin-left: 9.25rem !important;
}

.my-148 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

.mx-152 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.my-152 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.mx-156 {
  margin-right: 9.75rem !important;
  margin-left: 9.75rem !important;
}

.my-156 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}

.mx-160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-164 {
  margin-right: 10.25rem !important;
  margin-left: 10.25rem !important;
}

.my-164 {
  margin-top: 10.25rem !important;
  margin-bottom: 10.25rem !important;
}

.mx-168 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.my-168 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.mx-172 {
  margin-right: 10.75rem !important;
  margin-left: 10.75rem !important;
}

.my-172 {
  margin-top: 10.75rem !important;
  margin-bottom: 10.75rem !important;
}

.mx-176 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.my-176 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.mx-184 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.my-184 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.mx-188 {
  margin-right: 11.75rem !important;
  margin-left: 11.75rem !important;
}

.my-188 {
  margin-top: 11.75rem !important;
  margin-bottom: 11.75rem !important;
}

.mx-192 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.my-192 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-196 {
  margin-right: 12.25rem !important;
  margin-left: 12.25rem !important;
}

.my-196 {
  margin-top: 12.25rem !important;
  margin-bottom: 12.25rem !important;
}

.mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.mx-204 {
  margin-right: 12.75rem !important;
  margin-left: 12.75rem !important;
}

.my-204 {
  margin-top: 12.75rem !important;
  margin-bottom: 12.75rem !important;
}

.mx-208 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.my-208 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.mx-212 {
  margin-right: 13.25rem !important;
  margin-left: 13.25rem !important;
}

.my-212 {
  margin-top: 13.25rem !important;
  margin-bottom: 13.25rem !important;
}

.mx-216 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.my-216 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.mx-220 {
  margin-right: 13.75rem !important;
  margin-left: 13.75rem !important;
}

.my-220 {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}

.mx-224 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.my-224 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-228 {
  margin-right: 14.25rem !important;
  margin-left: 14.25rem !important;
}

.my-228 {
  margin-top: 14.25rem !important;
  margin-bottom: 14.25rem !important;
}

.mx-232 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

.my-232 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

.mx-236 {
  margin-right: 14.75rem !important;
  margin-left: 14.75rem !important;
}

.my-236 {
  margin-top: 14.75rem !important;
  margin-bottom: 14.75rem !important;
}

.mx-240 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.my-240 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.mx-244 {
  margin-right: 15.25rem !important;
  margin-left: 15.25rem !important;
}

.my-244 {
  margin-top: 15.25rem !important;
  margin-bottom: 15.25rem !important;
}

.mx-248 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}

.my-248 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important;
}

.mx-252 {
  margin-right: 15.75rem !important;
  margin-left: 15.75rem !important;
}

.my-252 {
  margin-top: 15.75rem !important;
  margin-bottom: 15.75rem !important;
}

.mx-256 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.my-256 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

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

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

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

.ml-0 {
  margin-left: 0rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mr-24 {
  margin-right: 1.5rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24 {
  margin-left: 1.5rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mr-28 {
  margin-right: 1.75rem !important;
}

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.ml-28 {
  margin-left: 1.75rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mr-32 {
  margin-right: 2rem !important;
}

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

.ml-32 {
  margin-left: 2rem !important;
}

.mt-36 {
  margin-top: 2.25rem !important;
}

.mr-36 {
  margin-right: 2.25rem !important;
}

.mb-36 {
  margin-bottom: 2.25rem !important;
}

.ml-36 {
  margin-left: 2.25rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.mt-44 {
  margin-top: 2.75rem !important;
}

.mr-44 {
  margin-right: 2.75rem !important;
}

.mb-44 {
  margin-bottom: 2.75rem !important;
}

.ml-44 {
  margin-left: 2.75rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mr-48 {
  margin-right: 3rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.ml-48 {
  margin-left: 3rem !important;
}

.mt-52 {
  margin-top: 3.25rem !important;
}

.mr-52 {
  margin-right: 3.25rem !important;
}

.mb-52 {
  margin-bottom: 3.25rem !important;
}

.ml-52 {
  margin-left: 3.25rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mr-56 {
  margin-right: 3.5rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.ml-56 {
  margin-left: 3.5rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mr-64 {
  margin-right: 4rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.ml-64 {
  margin-left: 4rem !important;
}

.mt-68 {
  margin-top: 4.25rem !important;
}

.mr-68 {
  margin-right: 4.25rem !important;
}

.mb-68 {
  margin-bottom: 4.25rem !important;
}

.ml-68 {
  margin-left: 4.25rem !important;
}

.mt-72 {
  margin-top: 4.5rem !important;
}

.mr-72 {
  margin-right: 4.5rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem !important;
}

.ml-72 {
  margin-left: 4.5rem !important;
}

.mt-76 {
  margin-top: 4.75rem !important;
}

.mr-76 {
  margin-right: 4.75rem !important;
}

.mb-76 {
  margin-bottom: 4.75rem !important;
}

.ml-76 {
  margin-left: 4.75rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mr-80 {
  margin-right: 5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.ml-80 {
  margin-left: 5rem !important;
}

.mt-84 {
  margin-top: 5.25rem !important;
}

.mr-84 {
  margin-right: 5.25rem !important;
}

.mb-84 {
  margin-bottom: 5.25rem !important;
}

.ml-84 {
  margin-left: 5.25rem !important;
}

.mt-88 {
  margin-top: 5.5rem !important;
}

.mr-88 {
  margin-right: 5.5rem !important;
}

.mb-88 {
  margin-bottom: 5.5rem !important;
}

.ml-88 {
  margin-left: 5.5rem !important;
}

.mt-92 {
  margin-top: 5.75rem !important;
}

.mr-92 {
  margin-right: 5.75rem !important;
}

.mb-92 {
  margin-bottom: 5.75rem !important;
}

.ml-92 {
  margin-left: 5.75rem !important;
}

.mt-96 {
  margin-top: 6rem !important;
}

.mr-96 {
  margin-right: 6rem !important;
}

.mb-96 {
  margin-bottom: 6rem !important;
}

.ml-96 {
  margin-left: 6rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mr-100 {
  margin-right: 6.25rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.ml-100 {
  margin-left: 6.25rem !important;
}

.mt-104 {
  margin-top: 6.5rem !important;
}

.mr-104 {
  margin-right: 6.5rem !important;
}

.mb-104 {
  margin-bottom: 6.5rem !important;
}

.ml-104 {
  margin-left: 6.5rem !important;
}

.mt-108 {
  margin-top: 6.75rem !important;
}

.mr-108 {
  margin-right: 6.75rem !important;
}

.mb-108 {
  margin-bottom: 6.75rem !important;
}

.ml-108 {
  margin-left: 6.75rem !important;
}

.mt-112 {
  margin-top: 7rem !important;
}

.mr-112 {
  margin-right: 7rem !important;
}

.mb-112 {
  margin-bottom: 7rem !important;
}

.ml-112 {
  margin-left: 7rem !important;
}

.mt-116 {
  margin-top: 7.25rem !important;
}

.mr-116 {
  margin-right: 7.25rem !important;
}

.mb-116 {
  margin-bottom: 7.25rem !important;
}

.ml-116 {
  margin-left: 7.25rem !important;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mr-120 {
  margin-right: 7.5rem !important;
}

.mb-120 {
  margin-bottom: 7.5rem !important;
}

.ml-120 {
  margin-left: 7.5rem !important;
}

.mt-124 {
  margin-top: 7.75rem !important;
}

.mr-124 {
  margin-right: 7.75rem !important;
}

.mb-124 {
  margin-bottom: 7.75rem !important;
}

.ml-124 {
  margin-left: 7.75rem !important;
}

.mt-128 {
  margin-top: 8rem !important;
}

.mr-128 {
  margin-right: 8rem !important;
}

.mb-128 {
  margin-bottom: 8rem !important;
}

.ml-128 {
  margin-left: 8rem !important;
}

.mt-132 {
  margin-top: 8.25rem !important;
}

.mr-132 {
  margin-right: 8.25rem !important;
}

.mb-132 {
  margin-bottom: 8.25rem !important;
}

.ml-132 {
  margin-left: 8.25rem !important;
}

.mt-136 {
  margin-top: 8.5rem !important;
}

.mr-136 {
  margin-right: 8.5rem !important;
}

.mb-136 {
  margin-bottom: 8.5rem !important;
}

.ml-136 {
  margin-left: 8.5rem !important;
}

.mt-140 {
  margin-top: 8.75rem !important;
}

.mr-140 {
  margin-right: 8.75rem !important;
}

.mb-140 {
  margin-bottom: 8.75rem !important;
}

.ml-140 {
  margin-left: 8.75rem !important;
}

.mt-144 {
  margin-top: 9rem !important;
}

.mr-144 {
  margin-right: 9rem !important;
}

.mb-144 {
  margin-bottom: 9rem !important;
}

.ml-144 {
  margin-left: 9rem !important;
}

.mt-148 {
  margin-top: 9.25rem !important;
}

.mr-148 {
  margin-right: 9.25rem !important;
}

.mb-148 {
  margin-bottom: 9.25rem !important;
}

.ml-148 {
  margin-left: 9.25rem !important;
}

.mt-152 {
  margin-top: 9.5rem !important;
}

.mr-152 {
  margin-right: 9.5rem !important;
}

.mb-152 {
  margin-bottom: 9.5rem !important;
}

.ml-152 {
  margin-left: 9.5rem !important;
}

.mt-156 {
  margin-top: 9.75rem !important;
}

.mr-156 {
  margin-right: 9.75rem !important;
}

.mb-156 {
  margin-bottom: 9.75rem !important;
}

.ml-156 {
  margin-left: 9.75rem !important;
}

.mt-160 {
  margin-top: 10rem !important;
}

.mr-160 {
  margin-right: 10rem !important;
}

.mb-160 {
  margin-bottom: 10rem !important;
}

.ml-160 {
  margin-left: 10rem !important;
}

.mt-164 {
  margin-top: 10.25rem !important;
}

.mr-164 {
  margin-right: 10.25rem !important;
}

.mb-164 {
  margin-bottom: 10.25rem !important;
}

.ml-164 {
  margin-left: 10.25rem !important;
}

.mt-168 {
  margin-top: 10.5rem !important;
}

.mr-168 {
  margin-right: 10.5rem !important;
}

.mb-168 {
  margin-bottom: 10.5rem !important;
}

.ml-168 {
  margin-left: 10.5rem !important;
}

.mt-172 {
  margin-top: 10.75rem !important;
}

.mr-172 {
  margin-right: 10.75rem !important;
}

.mb-172 {
  margin-bottom: 10.75rem !important;
}

.ml-172 {
  margin-left: 10.75rem !important;
}

.mt-176 {
  margin-top: 11rem !important;
}

.mr-176 {
  margin-right: 11rem !important;
}

.mb-176 {
  margin-bottom: 11rem !important;
}

.ml-176 {
  margin-left: 11rem !important;
}

.mt-180 {
  margin-top: 11.25rem !important;
}

.mr-180 {
  margin-right: 11.25rem !important;
}

.mb-180 {
  margin-bottom: 11.25rem !important;
}

.ml-180 {
  margin-left: 11.25rem !important;
}

.mt-184 {
  margin-top: 11.5rem !important;
}

.mr-184 {
  margin-right: 11.5rem !important;
}

.mb-184 {
  margin-bottom: 11.5rem !important;
}

.ml-184 {
  margin-left: 11.5rem !important;
}

.mt-188 {
  margin-top: 11.75rem !important;
}

.mr-188 {
  margin-right: 11.75rem !important;
}

.mb-188 {
  margin-bottom: 11.75rem !important;
}

.ml-188 {
  margin-left: 11.75rem !important;
}

.mt-192 {
  margin-top: 12rem !important;
}

.mr-192 {
  margin-right: 12rem !important;
}

.mb-192 {
  margin-bottom: 12rem !important;
}

.ml-192 {
  margin-left: 12rem !important;
}

.mt-196 {
  margin-top: 12.25rem !important;
}

.mr-196 {
  margin-right: 12.25rem !important;
}

.mb-196 {
  margin-bottom: 12.25rem !important;
}

.ml-196 {
  margin-left: 12.25rem !important;
}

.mt-200 {
  margin-top: 12.5rem !important;
}

.mr-200 {
  margin-right: 12.5rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !important;
}

.ml-200 {
  margin-left: 12.5rem !important;
}

.mt-204 {
  margin-top: 12.75rem !important;
}

.mr-204 {
  margin-right: 12.75rem !important;
}

.mb-204 {
  margin-bottom: 12.75rem !important;
}

.ml-204 {
  margin-left: 12.75rem !important;
}

.mt-208 {
  margin-top: 13rem !important;
}

.mr-208 {
  margin-right: 13rem !important;
}

.mb-208 {
  margin-bottom: 13rem !important;
}

.ml-208 {
  margin-left: 13rem !important;
}

.mt-212 {
  margin-top: 13.25rem !important;
}

.mr-212 {
  margin-right: 13.25rem !important;
}

.mb-212 {
  margin-bottom: 13.25rem !important;
}

.ml-212 {
  margin-left: 13.25rem !important;
}

.mt-216 {
  margin-top: 13.5rem !important;
}

.mr-216 {
  margin-right: 13.5rem !important;
}

.mb-216 {
  margin-bottom: 13.5rem !important;
}

.ml-216 {
  margin-left: 13.5rem !important;
}

.mt-220 {
  margin-top: 13.75rem !important;
}

.mr-220 {
  margin-right: 13.75rem !important;
}

.mb-220 {
  margin-bottom: 13.75rem !important;
}

.ml-220 {
  margin-left: 13.75rem !important;
}

.mt-224 {
  margin-top: 14rem !important;
}

.mr-224 {
  margin-right: 14rem !important;
}

.mb-224 {
  margin-bottom: 14rem !important;
}

.ml-224 {
  margin-left: 14rem !important;
}

.mt-228 {
  margin-top: 14.25rem !important;
}

.mr-228 {
  margin-right: 14.25rem !important;
}

.mb-228 {
  margin-bottom: 14.25rem !important;
}

.ml-228 {
  margin-left: 14.25rem !important;
}

.mt-232 {
  margin-top: 14.5rem !important;
}

.mr-232 {
  margin-right: 14.5rem !important;
}

.mb-232 {
  margin-bottom: 14.5rem !important;
}

.ml-232 {
  margin-left: 14.5rem !important;
}

.mt-236 {
  margin-top: 14.75rem !important;
}

.mr-236 {
  margin-right: 14.75rem !important;
}

.mb-236 {
  margin-bottom: 14.75rem !important;
}

.ml-236 {
  margin-left: 14.75rem !important;
}

.mt-240 {
  margin-top: 15rem !important;
}

.mr-240 {
  margin-right: 15rem !important;
}

.mb-240 {
  margin-bottom: 15rem !important;
}

.ml-240 {
  margin-left: 15rem !important;
}

.mt-244 {
  margin-top: 15.25rem !important;
}

.mr-244 {
  margin-right: 15.25rem !important;
}

.mb-244 {
  margin-bottom: 15.25rem !important;
}

.ml-244 {
  margin-left: 15.25rem !important;
}

.mt-248 {
  margin-top: 15.5rem !important;
}

.mr-248 {
  margin-right: 15.5rem !important;
}

.mb-248 {
  margin-bottom: 15.5rem !important;
}

.ml-248 {
  margin-left: 15.5rem !important;
}

.mt-252 {
  margin-top: 15.75rem !important;
}

.mr-252 {
  margin-right: 15.75rem !important;
}

.mb-252 {
  margin-bottom: 15.75rem !important;
}

.ml-252 {
  margin-left: 15.75rem !important;
}

.mt-256 {
  margin-top: 16rem !important;
}

.mr-256 {
  margin-right: 16rem !important;
}

.mb-256 {
  margin-bottom: 16rem !important;
}

.ml-256 {
  margin-left: 16rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

.ml--0 {
  margin-left: -0rem !important;
}

.mt--4 {
  margin-top: -0.25rem !important;
}

.mr--4 {
  margin-right: -0.25rem !important;
}

.mb--4 {
  margin-bottom: -0.25rem !important;
}

.ml--4 {
  margin-left: -0.25rem !important;
}

.mt--8 {
  margin-top: -0.5rem !important;
}

.mr--8 {
  margin-right: -0.5rem !important;
}

.mb--8 {
  margin-bottom: -0.5rem !important;
}

.ml--8 {
  margin-left: -0.5rem !important;
}

.mt--12 {
  margin-top: -0.75rem !important;
}

.mr--12 {
  margin-right: -0.75rem !important;
}

.mb--12 {
  margin-bottom: -0.75rem !important;
}

.ml--12 {
  margin-left: -0.75rem !important;
}

.mt--16 {
  margin-top: -1rem !important;
}

.mr--16 {
  margin-right: -1rem !important;
}

.mb--16 {
  margin-bottom: -1rem !important;
}

.ml--16 {
  margin-left: -1rem !important;
}

.mt--20 {
  margin-top: -1.25rem !important;
}

.mr--20 {
  margin-right: -1.25rem !important;
}

.mb--20 {
  margin-bottom: -1.25rem !important;
}

.ml--20 {
  margin-left: -1.25rem !important;
}

.mt--24 {
  margin-top: -1.5rem !important;
}

.mr--24 {
  margin-right: -1.5rem !important;
}

.mb--24 {
  margin-bottom: -1.5rem !important;
}

.ml--24 {
  margin-left: -1.5rem !important;
}

.mt--28 {
  margin-top: -1.75rem !important;
}

.mr--28 {
  margin-right: -1.75rem !important;
}

.mb--28 {
  margin-bottom: -1.75rem !important;
}

.ml--28 {
  margin-left: -1.75rem !important;
}

.mt--32 {
  margin-top: -2rem !important;
}

.mr--32 {
  margin-right: -2rem !important;
}

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

.ml--32 {
  margin-left: -2rem !important;
}

.mt--36 {
  margin-top: -2.25rem !important;
}

.mr--36 {
  margin-right: -2.25rem !important;
}

.mb--36 {
  margin-bottom: -2.25rem !important;
}

.ml--36 {
  margin-left: -2.25rem !important;
}

.mt--40 {
  margin-top: -2.5rem !important;
}

.mr--40 {
  margin-right: -2.5rem !important;
}

.mb--40 {
  margin-bottom: -2.5rem !important;
}

.ml--40 {
  margin-left: -2.5rem !important;
}

.mt--44 {
  margin-top: -2.75rem !important;
}

.mr--44 {
  margin-right: -2.75rem !important;
}

.mb--44 {
  margin-bottom: -2.75rem !important;
}

.ml--44 {
  margin-left: -2.75rem !important;
}

.mt--48 {
  margin-top: -3rem !important;
}

.mr--48 {
  margin-right: -3rem !important;
}

.mb--48 {
  margin-bottom: -3rem !important;
}

.ml--48 {
  margin-left: -3rem !important;
}

.mt--52 {
  margin-top: -3.25rem !important;
}

.mr--52 {
  margin-right: -3.25rem !important;
}

.mb--52 {
  margin-bottom: -3.25rem !important;
}

.ml--52 {
  margin-left: -3.25rem !important;
}

.mt--56 {
  margin-top: -3.5rem !important;
}

.mr--56 {
  margin-right: -3.5rem !important;
}

.mb--56 {
  margin-bottom: -3.5rem !important;
}

.ml--56 {
  margin-left: -3.5rem !important;
}

.mt--60 {
  margin-top: -3.75rem !important;
}

.mr--60 {
  margin-right: -3.75rem !important;
}

.mb--60 {
  margin-bottom: -3.75rem !important;
}

.ml--60 {
  margin-left: -3.75rem !important;
}

.mt--64 {
  margin-top: -4rem !important;
}

.mr--64 {
  margin-right: -4rem !important;
}

.mb--64 {
  margin-bottom: -4rem !important;
}

.ml--64 {
  margin-left: -4rem !important;
}

.mt--68 {
  margin-top: -4.25rem !important;
}

.mr--68 {
  margin-right: -4.25rem !important;
}

.mb--68 {
  margin-bottom: -4.25rem !important;
}

.ml--68 {
  margin-left: -4.25rem !important;
}

.mt--72 {
  margin-top: -4.5rem !important;
}

.mr--72 {
  margin-right: -4.5rem !important;
}

.mb--72 {
  margin-bottom: -4.5rem !important;
}

.ml--72 {
  margin-left: -4.5rem !important;
}

.mt--76 {
  margin-top: -4.75rem !important;
}

.mr--76 {
  margin-right: -4.75rem !important;
}

.mb--76 {
  margin-bottom: -4.75rem !important;
}

.ml--76 {
  margin-left: -4.75rem !important;
}

.mt--80 {
  margin-top: -5rem !important;
}

.mr--80 {
  margin-right: -5rem !important;
}

.mb--80 {
  margin-bottom: -5rem !important;
}

.ml--80 {
  margin-left: -5rem !important;
}

.mt--84 {
  margin-top: -5.25rem !important;
}

.mr--84 {
  margin-right: -5.25rem !important;
}

.mb--84 {
  margin-bottom: -5.25rem !important;
}

.ml--84 {
  margin-left: -5.25rem !important;
}

.mt--88 {
  margin-top: -5.5rem !important;
}

.mr--88 {
  margin-right: -5.5rem !important;
}

.mb--88 {
  margin-bottom: -5.5rem !important;
}

.ml--88 {
  margin-left: -5.5rem !important;
}

.mt--92 {
  margin-top: -5.75rem !important;
}

.mr--92 {
  margin-right: -5.75rem !important;
}

.mb--92 {
  margin-bottom: -5.75rem !important;
}

.ml--92 {
  margin-left: -5.75rem !important;
}

.mt--96 {
  margin-top: -6rem !important;
}

.mr--96 {
  margin-right: -6rem !important;
}

.mb--96 {
  margin-bottom: -6rem !important;
}

.ml--96 {
  margin-left: -6rem !important;
}

.mt--100 {
  margin-top: -6.25rem !important;
}

.mr--100 {
  margin-right: -6.25rem !important;
}

.mb--100 {
  margin-bottom: -6.25rem !important;
}

.ml--100 {
  margin-left: -6.25rem !important;
}

.mt--104 {
  margin-top: -6.5rem !important;
}

.mr--104 {
  margin-right: -6.5rem !important;
}

.mb--104 {
  margin-bottom: -6.5rem !important;
}

.ml--104 {
  margin-left: -6.5rem !important;
}

.mt--108 {
  margin-top: -6.75rem !important;
}

.mr--108 {
  margin-right: -6.75rem !important;
}

.mb--108 {
  margin-bottom: -6.75rem !important;
}

.ml--108 {
  margin-left: -6.75rem !important;
}

.mt--112 {
  margin-top: -7rem !important;
}

.mr--112 {
  margin-right: -7rem !important;
}

.mb--112 {
  margin-bottom: -7rem !important;
}

.ml--112 {
  margin-left: -7rem !important;
}

.mt--116 {
  margin-top: -7.25rem !important;
}

.mr--116 {
  margin-right: -7.25rem !important;
}

.mb--116 {
  margin-bottom: -7.25rem !important;
}

.ml--116 {
  margin-left: -7.25rem !important;
}

.mt--120 {
  margin-top: -7.5rem !important;
}

.mr--120 {
  margin-right: -7.5rem !important;
}

.mb--120 {
  margin-bottom: -7.5rem !important;
}

.ml--120 {
  margin-left: -7.5rem !important;
}

.mt--124 {
  margin-top: -7.75rem !important;
}

.mr--124 {
  margin-right: -7.75rem !important;
}

.mb--124 {
  margin-bottom: -7.75rem !important;
}

.ml--124 {
  margin-left: -7.75rem !important;
}

.mt--128 {
  margin-top: -8rem !important;
}

.mr--128 {
  margin-right: -8rem !important;
}

.mb--128 {
  margin-bottom: -8rem !important;
}

.ml--128 {
  margin-left: -8rem !important;
}

.mt--132 {
  margin-top: -8.25rem !important;
}

.mr--132 {
  margin-right: -8.25rem !important;
}

.mb--132 {
  margin-bottom: -8.25rem !important;
}

.ml--132 {
  margin-left: -8.25rem !important;
}

.mt--136 {
  margin-top: -8.5rem !important;
}

.mr--136 {
  margin-right: -8.5rem !important;
}

.mb--136 {
  margin-bottom: -8.5rem !important;
}

.ml--136 {
  margin-left: -8.5rem !important;
}

.mt--140 {
  margin-top: -8.75rem !important;
}

.mr--140 {
  margin-right: -8.75rem !important;
}

.mb--140 {
  margin-bottom: -8.75rem !important;
}

.ml--140 {
  margin-left: -8.75rem !important;
}

.mt--144 {
  margin-top: -9rem !important;
}

.mr--144 {
  margin-right: -9rem !important;
}

.mb--144 {
  margin-bottom: -9rem !important;
}

.ml--144 {
  margin-left: -9rem !important;
}

.mt--148 {
  margin-top: -9.25rem !important;
}

.mr--148 {
  margin-right: -9.25rem !important;
}

.mb--148 {
  margin-bottom: -9.25rem !important;
}

.ml--148 {
  margin-left: -9.25rem !important;
}

.mt--152 {
  margin-top: -9.5rem !important;
}

.mr--152 {
  margin-right: -9.5rem !important;
}

.mb--152 {
  margin-bottom: -9.5rem !important;
}

.ml--152 {
  margin-left: -9.5rem !important;
}

.mt--156 {
  margin-top: -9.75rem !important;
}

.mr--156 {
  margin-right: -9.75rem !important;
}

.mb--156 {
  margin-bottom: -9.75rem !important;
}

.ml--156 {
  margin-left: -9.75rem !important;
}

.mt--160 {
  margin-top: -10rem !important;
}

.mr--160 {
  margin-right: -10rem !important;
}

.mb--160 {
  margin-bottom: -10rem !important;
}

.ml--160 {
  margin-left: -10rem !important;
}

.mt--164 {
  margin-top: -10.25rem !important;
}

.mr--164 {
  margin-right: -10.25rem !important;
}

.mb--164 {
  margin-bottom: -10.25rem !important;
}

.ml--164 {
  margin-left: -10.25rem !important;
}

.mt--168 {
  margin-top: -10.5rem !important;
}

.mr--168 {
  margin-right: -10.5rem !important;
}

.mb--168 {
  margin-bottom: -10.5rem !important;
}

.ml--168 {
  margin-left: -10.5rem !important;
}

.mt--172 {
  margin-top: -10.75rem !important;
}

.mr--172 {
  margin-right: -10.75rem !important;
}

.mb--172 {
  margin-bottom: -10.75rem !important;
}

.ml--172 {
  margin-left: -10.75rem !important;
}

.mt--176 {
  margin-top: -11rem !important;
}

.mr--176 {
  margin-right: -11rem !important;
}

.mb--176 {
  margin-bottom: -11rem !important;
}

.ml--176 {
  margin-left: -11rem !important;
}

.mt--180 {
  margin-top: -11.25rem !important;
}

.mr--180 {
  margin-right: -11.25rem !important;
}

.mb--180 {
  margin-bottom: -11.25rem !important;
}

.ml--180 {
  margin-left: -11.25rem !important;
}

.mt--184 {
  margin-top: -11.5rem !important;
}

.mr--184 {
  margin-right: -11.5rem !important;
}

.mb--184 {
  margin-bottom: -11.5rem !important;
}

.ml--184 {
  margin-left: -11.5rem !important;
}

.mt--188 {
  margin-top: -11.75rem !important;
}

.mr--188 {
  margin-right: -11.75rem !important;
}

.mb--188 {
  margin-bottom: -11.75rem !important;
}

.ml--188 {
  margin-left: -11.75rem !important;
}

.mt--192 {
  margin-top: -12rem !important;
}

.mr--192 {
  margin-right: -12rem !important;
}

.mb--192 {
  margin-bottom: -12rem !important;
}

.ml--192 {
  margin-left: -12rem !important;
}

.mt--196 {
  margin-top: -12.25rem !important;
}

.mr--196 {
  margin-right: -12.25rem !important;
}

.mb--196 {
  margin-bottom: -12.25rem !important;
}

.ml--196 {
  margin-left: -12.25rem !important;
}

.mt--200 {
  margin-top: -12.5rem !important;
}

.mr--200 {
  margin-right: -12.5rem !important;
}

.mb--200 {
  margin-bottom: -12.5rem !important;
}

.ml--200 {
  margin-left: -12.5rem !important;
}

.mt--204 {
  margin-top: -12.75rem !important;
}

.mr--204 {
  margin-right: -12.75rem !important;
}

.mb--204 {
  margin-bottom: -12.75rem !important;
}

.ml--204 {
  margin-left: -12.75rem !important;
}

.mt--208 {
  margin-top: -13rem !important;
}

.mr--208 {
  margin-right: -13rem !important;
}

.mb--208 {
  margin-bottom: -13rem !important;
}

.ml--208 {
  margin-left: -13rem !important;
}

.mt--212 {
  margin-top: -13.25rem !important;
}

.mr--212 {
  margin-right: -13.25rem !important;
}

.mb--212 {
  margin-bottom: -13.25rem !important;
}

.ml--212 {
  margin-left: -13.25rem !important;
}

.mt--216 {
  margin-top: -13.5rem !important;
}

.mr--216 {
  margin-right: -13.5rem !important;
}

.mb--216 {
  margin-bottom: -13.5rem !important;
}

.ml--216 {
  margin-left: -13.5rem !important;
}

.mt--220 {
  margin-top: -13.75rem !important;
}

.mr--220 {
  margin-right: -13.75rem !important;
}

.mb--220 {
  margin-bottom: -13.75rem !important;
}

.ml--220 {
  margin-left: -13.75rem !important;
}

.mt--224 {
  margin-top: -14rem !important;
}

.mr--224 {
  margin-right: -14rem !important;
}

.mb--224 {
  margin-bottom: -14rem !important;
}

.ml--224 {
  margin-left: -14rem !important;
}

.mt--228 {
  margin-top: -14.25rem !important;
}

.mr--228 {
  margin-right: -14.25rem !important;
}

.mb--228 {
  margin-bottom: -14.25rem !important;
}

.ml--228 {
  margin-left: -14.25rem !important;
}

.mt--232 {
  margin-top: -14.5rem !important;
}

.mr--232 {
  margin-right: -14.5rem !important;
}

.mb--232 {
  margin-bottom: -14.5rem !important;
}

.ml--232 {
  margin-left: -14.5rem !important;
}

.mt--236 {
  margin-top: -14.75rem !important;
}

.mr--236 {
  margin-right: -14.75rem !important;
}

.mb--236 {
  margin-bottom: -14.75rem !important;
}

.ml--236 {
  margin-left: -14.75rem !important;
}

.mt--240 {
  margin-top: -15rem !important;
}

.mr--240 {
  margin-right: -15rem !important;
}

.mb--240 {
  margin-bottom: -15rem !important;
}

.ml--240 {
  margin-left: -15rem !important;
}

.mt--244 {
  margin-top: -15.25rem !important;
}

.mr--244 {
  margin-right: -15.25rem !important;
}

.mb--244 {
  margin-bottom: -15.25rem !important;
}

.ml--244 {
  margin-left: -15.25rem !important;
}

.mt--248 {
  margin-top: -15.5rem !important;
}

.mr--248 {
  margin-right: -15.5rem !important;
}

.mb--248 {
  margin-bottom: -15.5rem !important;
}

.ml--248 {
  margin-left: -15.5rem !important;
}

.mt--252 {
  margin-top: -15.75rem !important;
}

.mr--252 {
  margin-right: -15.75rem !important;
}

.mb--252 {
  margin-bottom: -15.75rem !important;
}

.ml--252 {
  margin-left: -15.75rem !important;
}

.mt--256 {
  margin-top: -16rem !important;
}

.mr--256 {
  margin-right: -16rem !important;
}

.mb--256 {
  margin-bottom: -16rem !important;
}

.ml--256 {
  margin-left: -16rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-4 {
  padding: 0.25rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.p-28 {
  padding: 1.75rem !important;
}

.p-32 {
  padding: 2rem !important;
}

.p-36 {
  padding: 2.25rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-44 {
  padding: 2.75rem !important;
}

.p-48 {
  padding: 3rem !important;
}

.p-52 {
  padding: 3.25rem !important;
}

.p-56 {
  padding: 3.5rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-64 {
  padding: 4rem !important;
}

.p-68 {
  padding: 4.25rem !important;
}

.p-72 {
  padding: 4.5rem !important;
}

.p-76 {
  padding: 4.75rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.p-84 {
  padding: 5.25rem !important;
}

.p-88 {
  padding: 5.5rem !important;
}

.p-92 {
  padding: 5.75rem !important;
}

.p-96 {
  padding: 6rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.p-104 {
  padding: 6.5rem !important;
}

.p-108 {
  padding: 6.75rem !important;
}

.p-112 {
  padding: 7rem !important;
}

.p-116 {
  padding: 7.25rem !important;
}

.p-120 {
  padding: 7.5rem !important;
}

.p-124 {
  padding: 7.75rem !important;
}

.p-128 {
  padding: 8rem !important;
}

.p-132 {
  padding: 8.25rem !important;
}

.p-136 {
  padding: 8.5rem !important;
}

.p-140 {
  padding: 8.75rem !important;
}

.p-144 {
  padding: 9rem !important;
}

.p-148 {
  padding: 9.25rem !important;
}

.p-152 {
  padding: 9.5rem !important;
}

.p-156 {
  padding: 9.75rem !important;
}

.p-160 {
  padding: 10rem !important;
}

.p-164 {
  padding: 10.25rem !important;
}

.p-168 {
  padding: 10.5rem !important;
}

.p-172 {
  padding: 10.75rem !important;
}

.p-176 {
  padding: 11rem !important;
}

.p-180 {
  padding: 11.25rem !important;
}

.p-184 {
  padding: 11.5rem !important;
}

.p-188 {
  padding: 11.75rem !important;
}

.p-192 {
  padding: 12rem !important;
}

.p-196 {
  padding: 12.25rem !important;
}

.p-200 {
  padding: 12.5rem !important;
}

.p-204 {
  padding: 12.75rem !important;
}

.p-208 {
  padding: 13rem !important;
}

.p-212 {
  padding: 13.25rem !important;
}

.p-216 {
  padding: 13.5rem !important;
}

.p-220 {
  padding: 13.75rem !important;
}

.p-224 {
  padding: 14rem !important;
}

.p-228 {
  padding: 14.25rem !important;
}

.p-232 {
  padding: 14.5rem !important;
}

.p-236 {
  padding: 14.75rem !important;
}

.p-240 {
  padding: 15rem !important;
}

.p-244 {
  padding: 15.25rem !important;
}

.p-248 {
  padding: 15.5rem !important;
}

.p-252 {
  padding: 15.75rem !important;
}

.p-256 {
  padding: 16rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.px-4 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-8 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-16 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-24 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-28 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.py-28 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.px-32 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-36 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.py-36 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-44 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.py-44 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-48 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-52 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.py-52 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.px-56 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-64 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-68 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.py-68 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.px-72 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px-76 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.py-76 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-84 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.py-84 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.px-88 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.py-88 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.px-92 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.py-92 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.px-96 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-96 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.px-104 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.py-104 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.px-108 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.py-108 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.px-112 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-112 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-116 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.py-116 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.px-124 {
  padding-right: 7.75rem !important;
  padding-left: 7.75rem !important;
}

.py-124 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

.px-128 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-128 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-132 {
  padding-right: 8.25rem !important;
  padding-left: 8.25rem !important;
}

.py-132 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}

.px-136 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.py-136 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.px-144 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.py-144 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.px-148 {
  padding-right: 9.25rem !important;
  padding-left: 9.25rem !important;
}

.py-148 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

.px-152 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.py-152 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.px-156 {
  padding-right: 9.75rem !important;
  padding-left: 9.75rem !important;
}

.py-156 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-164 {
  padding-right: 10.25rem !important;
  padding-left: 10.25rem !important;
}

.py-164 {
  padding-top: 10.25rem !important;
  padding-bottom: 10.25rem !important;
}

.px-168 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.py-168 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.px-172 {
  padding-right: 10.75rem !important;
  padding-left: 10.75rem !important;
}

.py-172 {
  padding-top: 10.75rem !important;
  padding-bottom: 10.75rem !important;
}

.px-176 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.py-176 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.px-184 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.py-184 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.px-188 {
  padding-right: 11.75rem !important;
  padding-left: 11.75rem !important;
}

.py-188 {
  padding-top: 11.75rem !important;
  padding-bottom: 11.75rem !important;
}

.px-192 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.py-192 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-196 {
  padding-right: 12.25rem !important;
  padding-left: 12.25rem !important;
}

.py-196 {
  padding-top: 12.25rem !important;
  padding-bottom: 12.25rem !important;
}

.px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.px-204 {
  padding-right: 12.75rem !important;
  padding-left: 12.75rem !important;
}

.py-204 {
  padding-top: 12.75rem !important;
  padding-bottom: 12.75rem !important;
}

.px-208 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.py-208 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.px-212 {
  padding-right: 13.25rem !important;
  padding-left: 13.25rem !important;
}

.py-212 {
  padding-top: 13.25rem !important;
  padding-bottom: 13.25rem !important;
}

.px-216 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.py-216 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.px-220 {
  padding-right: 13.75rem !important;
  padding-left: 13.75rem !important;
}

.py-220 {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}

.px-224 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.py-224 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-228 {
  padding-right: 14.25rem !important;
  padding-left: 14.25rem !important;
}

.py-228 {
  padding-top: 14.25rem !important;
  padding-bottom: 14.25rem !important;
}

.px-232 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.py-232 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.px-236 {
  padding-right: 14.75rem !important;
  padding-left: 14.75rem !important;
}

.py-236 {
  padding-top: 14.75rem !important;
  padding-bottom: 14.75rem !important;
}

.px-240 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.py-240 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.px-244 {
  padding-right: 15.25rem !important;
  padding-left: 15.25rem !important;
}

.py-244 {
  padding-top: 15.25rem !important;
  padding-bottom: 15.25rem !important;
}

.px-248 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

.py-248 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

.px-252 {
  padding-right: 15.75rem !important;
  padding-left: 15.75rem !important;
}

.py-252 {
  padding-top: 15.75rem !important;
  padding-bottom: 15.75rem !important;
}

.px-256 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.py-256 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

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

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

.pb-0 {
  padding-bottom: 0rem !important;
}

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

.pt-4 {
  padding-top: 0.25rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pr-24 {
  padding-right: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.pt-28 {
  padding-top: 1.75rem !important;
}

.pr-28 {
  padding-right: 1.75rem !important;
}

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pl-28 {
  padding-left: 1.75rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pr-32 {
  padding-right: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pl-32 {
  padding-left: 2rem !important;
}

.pt-36 {
  padding-top: 2.25rem !important;
}

.pr-36 {
  padding-right: 2.25rem !important;
}

.pb-36 {
  padding-bottom: 2.25rem !important;
}

.pl-36 {
  padding-left: 2.25rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.pt-44 {
  padding-top: 2.75rem !important;
}

.pr-44 {
  padding-right: 2.75rem !important;
}

.pb-44 {
  padding-bottom: 2.75rem !important;
}

.pl-44 {
  padding-left: 2.75rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pr-48 {
  padding-right: 3rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pl-48 {
  padding-left: 3rem !important;
}

.pt-52 {
  padding-top: 3.25rem !important;
}

.pr-52 {
  padding-right: 3.25rem !important;
}

.pb-52 {
  padding-bottom: 3.25rem !important;
}

.pl-52 {
  padding-left: 3.25rem !important;
}

.pt-56 {
  padding-top: 3.5rem !important;
}

.pr-56 {
  padding-right: 3.5rem !important;
}

.pb-56 {
  padding-bottom: 3.5rem !important;
}

.pl-56 {
  padding-left: 3.5rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pr-60 {
  padding-right: 3.75rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60 {
  padding-left: 3.75rem !important;
}

.pt-64 {
  padding-top: 4rem !important;
}

.pr-64 {
  padding-right: 4rem !important;
}

.pb-64 {
  padding-bottom: 4rem !important;
}

.pl-64 {
  padding-left: 4rem !important;
}

.pt-68 {
  padding-top: 4.25rem !important;
}

.pr-68 {
  padding-right: 4.25rem !important;
}

.pb-68 {
  padding-bottom: 4.25rem !important;
}

.pl-68 {
  padding-left: 4.25rem !important;
}

.pt-72 {
  padding-top: 4.5rem !important;
}

.pr-72 {
  padding-right: 4.5rem !important;
}

.pb-72 {
  padding-bottom: 4.5rem !important;
}

.pl-72 {
  padding-left: 4.5rem !important;
}

.pt-76 {
  padding-top: 4.75rem !important;
}

.pr-76 {
  padding-right: 4.75rem !important;
}

.pb-76 {
  padding-bottom: 4.75rem !important;
}

.pl-76 {
  padding-left: 4.75rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pr-80 {
  padding-right: 5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-80 {
  padding-left: 5rem !important;
}

.pt-84 {
  padding-top: 5.25rem !important;
}

.pr-84 {
  padding-right: 5.25rem !important;
}

.pb-84 {
  padding-bottom: 5.25rem !important;
}

.pl-84 {
  padding-left: 5.25rem !important;
}

.pt-88 {
  padding-top: 5.5rem !important;
}

.pr-88 {
  padding-right: 5.5rem !important;
}

.pb-88 {
  padding-bottom: 5.5rem !important;
}

.pl-88 {
  padding-left: 5.5rem !important;
}

.pt-92 {
  padding-top: 5.75rem !important;
}

.pr-92 {
  padding-right: 5.75rem !important;
}

.pb-92 {
  padding-bottom: 5.75rem !important;
}

.pl-92 {
  padding-left: 5.75rem !important;
}

.pt-96 {
  padding-top: 6rem !important;
}

.pr-96 {
  padding-right: 6rem !important;
}

.pb-96 {
  padding-bottom: 6rem !important;
}

.pl-96 {
  padding-left: 6rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pr-100 {
  padding-right: 6.25rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pl-100 {
  padding-left: 6.25rem !important;
}

.pt-104 {
  padding-top: 6.5rem !important;
}

.pr-104 {
  padding-right: 6.5rem !important;
}

.pb-104 {
  padding-bottom: 6.5rem !important;
}

.pl-104 {
  padding-left: 6.5rem !important;
}

.pt-108 {
  padding-top: 6.75rem !important;
}

.pr-108 {
  padding-right: 6.75rem !important;
}

.pb-108 {
  padding-bottom: 6.75rem !important;
}

.pl-108 {
  padding-left: 6.75rem !important;
}

.pt-112 {
  padding-top: 7rem !important;
}

.pr-112 {
  padding-right: 7rem !important;
}

.pb-112 {
  padding-bottom: 7rem !important;
}

.pl-112 {
  padding-left: 7rem !important;
}

.pt-116 {
  padding-top: 7.25rem !important;
}

.pr-116 {
  padding-right: 7.25rem !important;
}

.pb-116 {
  padding-bottom: 7.25rem !important;
}

.pl-116 {
  padding-left: 7.25rem !important;
}

.pt-120 {
  padding-top: 7.5rem !important;
}

.pr-120 {
  padding-right: 7.5rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pl-120 {
  padding-left: 7.5rem !important;
}

.pt-124 {
  padding-top: 7.75rem !important;
}

.pr-124 {
  padding-right: 7.75rem !important;
}

.pb-124 {
  padding-bottom: 7.75rem !important;
}

.pl-124 {
  padding-left: 7.75rem !important;
}

.pt-128 {
  padding-top: 8rem !important;
}

.pr-128 {
  padding-right: 8rem !important;
}

.pb-128 {
  padding-bottom: 8rem !important;
}

.pl-128 {
  padding-left: 8rem !important;
}

.pt-132 {
  padding-top: 8.25rem !important;
}

.pr-132 {
  padding-right: 8.25rem !important;
}

.pb-132 {
  padding-bottom: 8.25rem !important;
}

.pl-132 {
  padding-left: 8.25rem !important;
}

.pt-136 {
  padding-top: 8.5rem !important;
}

.pr-136 {
  padding-right: 8.5rem !important;
}

.pb-136 {
  padding-bottom: 8.5rem !important;
}

.pl-136 {
  padding-left: 8.5rem !important;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pr-140 {
  padding-right: 8.75rem !important;
}

.pb-140 {
  padding-bottom: 8.75rem !important;
}

.pl-140 {
  padding-left: 8.75rem !important;
}

.pt-144 {
  padding-top: 9rem !important;
}

.pr-144 {
  padding-right: 9rem !important;
}

.pb-144 {
  padding-bottom: 9rem !important;
}

.pl-144 {
  padding-left: 9rem !important;
}

.pt-148 {
  padding-top: 9.25rem !important;
}

.pr-148 {
  padding-right: 9.25rem !important;
}

.pb-148 {
  padding-bottom: 9.25rem !important;
}

.pl-148 {
  padding-left: 9.25rem !important;
}

.pt-152 {
  padding-top: 9.5rem !important;
}

.pr-152 {
  padding-right: 9.5rem !important;
}

.pb-152 {
  padding-bottom: 9.5rem !important;
}

.pl-152 {
  padding-left: 9.5rem !important;
}

.pt-156 {
  padding-top: 9.75rem !important;
}

.pr-156 {
  padding-right: 9.75rem !important;
}

.pb-156 {
  padding-bottom: 9.75rem !important;
}

.pl-156 {
  padding-left: 9.75rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pr-160 {
  padding-right: 10rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

.pl-160 {
  padding-left: 10rem !important;
}

.pt-164 {
  padding-top: 10.25rem !important;
}

.pr-164 {
  padding-right: 10.25rem !important;
}

.pb-164 {
  padding-bottom: 10.25rem !important;
}

.pl-164 {
  padding-left: 10.25rem !important;
}

.pt-168 {
  padding-top: 10.5rem !important;
}

.pr-168 {
  padding-right: 10.5rem !important;
}

.pb-168 {
  padding-bottom: 10.5rem !important;
}

.pl-168 {
  padding-left: 10.5rem !important;
}

.pt-172 {
  padding-top: 10.75rem !important;
}

.pr-172 {
  padding-right: 10.75rem !important;
}

.pb-172 {
  padding-bottom: 10.75rem !important;
}

.pl-172 {
  padding-left: 10.75rem !important;
}

.pt-176 {
  padding-top: 11rem !important;
}

.pr-176 {
  padding-right: 11rem !important;
}

.pb-176 {
  padding-bottom: 11rem !important;
}

.pl-176 {
  padding-left: 11rem !important;
}

.pt-180 {
  padding-top: 11.25rem !important;
}

.pr-180 {
  padding-right: 11.25rem !important;
}

.pb-180 {
  padding-bottom: 11.25rem !important;
}

.pl-180 {
  padding-left: 11.25rem !important;
}

.pt-184 {
  padding-top: 11.5rem !important;
}

.pr-184 {
  padding-right: 11.5rem !important;
}

.pb-184 {
  padding-bottom: 11.5rem !important;
}

.pl-184 {
  padding-left: 11.5rem !important;
}

.pt-188 {
  padding-top: 11.75rem !important;
}

.pr-188 {
  padding-right: 11.75rem !important;
}

.pb-188 {
  padding-bottom: 11.75rem !important;
}

.pl-188 {
  padding-left: 11.75rem !important;
}

.pt-192 {
  padding-top: 12rem !important;
}

.pr-192 {
  padding-right: 12rem !important;
}

.pb-192 {
  padding-bottom: 12rem !important;
}

.pl-192 {
  padding-left: 12rem !important;
}

.pt-196 {
  padding-top: 12.25rem !important;
}

.pr-196 {
  padding-right: 12.25rem !important;
}

.pb-196 {
  padding-bottom: 12.25rem !important;
}

.pl-196 {
  padding-left: 12.25rem !important;
}

.pt-200 {
  padding-top: 12.5rem !important;
}

.pr-200 {
  padding-right: 12.5rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !important;
}

.pl-200 {
  padding-left: 12.5rem !important;
}

.pt-204 {
  padding-top: 12.75rem !important;
}

.pr-204 {
  padding-right: 12.75rem !important;
}

.pb-204 {
  padding-bottom: 12.75rem !important;
}

.pl-204 {
  padding-left: 12.75rem !important;
}

.pt-208 {
  padding-top: 13rem !important;
}

.pr-208 {
  padding-right: 13rem !important;
}

.pb-208 {
  padding-bottom: 13rem !important;
}

.pl-208 {
  padding-left: 13rem !important;
}

.pt-212 {
  padding-top: 13.25rem !important;
}

.pr-212 {
  padding-right: 13.25rem !important;
}

.pb-212 {
  padding-bottom: 13.25rem !important;
}

.pl-212 {
  padding-left: 13.25rem !important;
}

.pt-216 {
  padding-top: 13.5rem !important;
}

.pr-216 {
  padding-right: 13.5rem !important;
}

.pb-216 {
  padding-bottom: 13.5rem !important;
}

.pl-216 {
  padding-left: 13.5rem !important;
}

.pt-220 {
  padding-top: 13.75rem !important;
}

.pr-220 {
  padding-right: 13.75rem !important;
}

.pb-220 {
  padding-bottom: 13.75rem !important;
}

.pl-220 {
  padding-left: 13.75rem !important;
}

.pt-224 {
  padding-top: 14rem !important;
}

.pr-224 {
  padding-right: 14rem !important;
}

.pb-224 {
  padding-bottom: 14rem !important;
}

.pl-224 {
  padding-left: 14rem !important;
}

.pt-228 {
  padding-top: 14.25rem !important;
}

.pr-228 {
  padding-right: 14.25rem !important;
}

.pb-228 {
  padding-bottom: 14.25rem !important;
}

.pl-228 {
  padding-left: 14.25rem !important;
}

.pt-232 {
  padding-top: 14.5rem !important;
}

.pr-232 {
  padding-right: 14.5rem !important;
}

.pb-232 {
  padding-bottom: 14.5rem !important;
}

.pl-232 {
  padding-left: 14.5rem !important;
}

.pt-236 {
  padding-top: 14.75rem !important;
}

.pr-236 {
  padding-right: 14.75rem !important;
}

.pb-236 {
  padding-bottom: 14.75rem !important;
}

.pl-236 {
  padding-left: 14.75rem !important;
}

.pt-240 {
  padding-top: 15rem !important;
}

.pr-240 {
  padding-right: 15rem !important;
}

.pb-240 {
  padding-bottom: 15rem !important;
}

.pl-240 {
  padding-left: 15rem !important;
}

.pt-244 {
  padding-top: 15.25rem !important;
}

.pr-244 {
  padding-right: 15.25rem !important;
}

.pb-244 {
  padding-bottom: 15.25rem !important;
}

.pl-244 {
  padding-left: 15.25rem !important;
}

.pt-248 {
  padding-top: 15.5rem !important;
}

.pr-248 {
  padding-right: 15.5rem !important;
}

.pb-248 {
  padding-bottom: 15.5rem !important;
}

.pl-248 {
  padding-left: 15.5rem !important;
}

.pt-252 {
  padding-top: 15.75rem !important;
}

.pr-252 {
  padding-right: 15.75rem !important;
}

.pb-252 {
  padding-bottom: 15.75rem !important;
}

.pl-252 {
  padding-left: 15.75rem !important;
}

.pt-256 {
  padding-top: 16rem !important;
}

.pr-256 {
  padding-right: 16rem !important;
}

.pb-256 {
  padding-bottom: 16rem !important;
}

.pl-256 {
  padding-left: 16rem !important;
}

@media screen and (min-width: 480px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .m-sm-4 {
    margin: 0.25rem !important;
  }
  .m-sm-8 {
    margin: 0.5rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .m-sm-28 {
    margin: 1.75rem !important;
  }
  .m-sm-32 {
    margin: 2rem !important;
  }
  .m-sm-36 {
    margin: 2.25rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-44 {
    margin: 2.75rem !important;
  }
  .m-sm-48 {
    margin: 3rem !important;
  }
  .m-sm-52 {
    margin: 3.25rem !important;
  }
  .m-sm-56 {
    margin: 3.5rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-64 {
    margin: 4rem !important;
  }
  .m-sm-68 {
    margin: 4.25rem !important;
  }
  .m-sm-72 {
    margin: 4.5rem !important;
  }
  .m-sm-76 {
    margin: 4.75rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-84 {
    margin: 5.25rem !important;
  }
  .m-sm-88 {
    margin: 5.5rem !important;
  }
  .m-sm-92 {
    margin: 5.75rem !important;
  }
  .m-sm-96 {
    margin: 6rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-104 {
    margin: 6.5rem !important;
  }
  .m-sm-108 {
    margin: 6.75rem !important;
  }
  .m-sm-112 {
    margin: 7rem !important;
  }
  .m-sm-116 {
    margin: 7.25rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-124 {
    margin: 7.75rem !important;
  }
  .m-sm-128 {
    margin: 8rem !important;
  }
  .m-sm-132 {
    margin: 8.25rem !important;
  }
  .m-sm-136 {
    margin: 8.5rem !important;
  }
  .m-sm-140 {
    margin: 8.75rem !important;
  }
  .m-sm-144 {
    margin: 9rem !important;
  }
  .m-sm-148 {
    margin: 9.25rem !important;
  }
  .m-sm-152 {
    margin: 9.5rem !important;
  }
  .m-sm-156 {
    margin: 9.75rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-164 {
    margin: 10.25rem !important;
  }
  .m-sm-168 {
    margin: 10.5rem !important;
  }
  .m-sm-172 {
    margin: 10.75rem !important;
  }
  .m-sm-176 {
    margin: 11rem !important;
  }
  .m-sm-180 {
    margin: 11.25rem !important;
  }
  .m-sm-184 {
    margin: 11.5rem !important;
  }
  .m-sm-188 {
    margin: 11.75rem !important;
  }
  .m-sm-192 {
    margin: 12rem !important;
  }
  .m-sm-196 {
    margin: 12.25rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !important;
  }
  .m-sm-204 {
    margin: 12.75rem !important;
  }
  .m-sm-208 {
    margin: 13rem !important;
  }
  .m-sm-212 {
    margin: 13.25rem !important;
  }
  .m-sm-216 {
    margin: 13.5rem !important;
  }
  .m-sm-220 {
    margin: 13.75rem !important;
  }
  .m-sm-224 {
    margin: 14rem !important;
  }
  .m-sm-228 {
    margin: 14.25rem !important;
  }
  .m-sm-232 {
    margin: 14.5rem !important;
  }
  .m-sm-236 {
    margin: 14.75rem !important;
  }
  .m-sm-240 {
    margin: 15rem !important;
  }
  .m-sm-244 {
    margin: 15.25rem !important;
  }
  .m-sm-248 {
    margin: 15.5rem !important;
  }
  .m-sm-252 {
    margin: 15.75rem !important;
  }
  .m-sm-256 {
    margin: 16rem !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-sm-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mx-sm-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-sm-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mx-sm-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-sm-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-sm-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-sm-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mx-sm-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-sm-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-sm-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-sm-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-sm-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-sm-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mx-sm-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-sm-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-sm-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mx-sm-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-sm-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mx-sm-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-sm-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-sm-68 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-sm-68 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mx-sm-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-sm-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-76 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-sm-76 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-sm-84 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-sm-84 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mx-sm-88 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-sm-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-sm-92 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-sm-92 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mx-sm-96 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-sm-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mx-sm-104 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-sm-104 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-sm-108 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-sm-108 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mx-sm-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-sm-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-sm-116 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-sm-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-sm-124 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .my-sm-124 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .mx-sm-128 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-sm-128 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-sm-132 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .my-sm-132 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .mx-sm-136 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .my-sm-136 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mx-sm-144 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .my-sm-144 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-sm-148 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .my-sm-148 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .mx-sm-152 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .my-sm-152 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-sm-156 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .my-sm-156 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-sm-164 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .my-sm-164 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .mx-sm-168 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .my-sm-168 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-sm-172 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .my-sm-172 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .mx-sm-176 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-sm-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .mx-sm-184 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .my-sm-184 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-sm-188 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .my-sm-188 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .mx-sm-192 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-sm-192 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-sm-196 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .my-sm-196 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-sm-204 {
    margin-right: 12.75rem !important;
    margin-left: 12.75rem !important;
  }
  .my-sm-204 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .mx-sm-208 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .my-sm-208 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-sm-212 {
    margin-right: 13.25rem !important;
    margin-left: 13.25rem !important;
  }
  .my-sm-212 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .mx-sm-216 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .my-sm-216 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-sm-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .my-sm-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .mx-sm-224 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .my-sm-224 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-sm-228 {
    margin-right: 14.25rem !important;
    margin-left: 14.25rem !important;
  }
  .my-sm-228 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .mx-sm-232 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .my-sm-232 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-sm-236 {
    margin-right: 14.75rem !important;
    margin-left: 14.75rem !important;
  }
  .my-sm-236 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .mx-sm-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .my-sm-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-sm-244 {
    margin-right: 15.25rem !important;
    margin-left: 15.25rem !important;
  }
  .my-sm-244 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .mx-sm-248 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .my-sm-248 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-sm-252 {
    margin-right: 15.75rem !important;
    margin-left: 15.75rem !important;
  }
  .my-sm-252 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .mx-sm-256 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-sm-256 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mt-sm-4 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-4 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-4 {
    margin-left: 0.25rem !important;
  }
  .mt-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-8 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-8 {
    margin-left: 0.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-12 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-12 {
    margin-left: 0.75rem !important;
  }
  .mt-sm-16 {
    margin-top: 1rem !important;
  }
  .mr-sm-16 {
    margin-right: 1rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-16 {
    margin-left: 1rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-20 {
    margin-left: 1.25rem !important;
  }
  .mt-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-24 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-24 {
    margin-left: 1.5rem !important;
  }
  .mt-sm-28 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-28 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-28 {
    margin-left: 1.75rem !important;
  }
  .mt-sm-32 {
    margin-top: 2rem !important;
  }
  .mr-sm-32 {
    margin-right: 2rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-32 {
    margin-left: 2rem !important;
  }
  .mt-sm-36 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-36 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-36 {
    margin-left: 2.25rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40 {
    margin-left: 2.5rem !important;
  }
  .mt-sm-44 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-44 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-44 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-44 {
    margin-left: 2.75rem !important;
  }
  .mt-sm-48 {
    margin-top: 3rem !important;
  }
  .mr-sm-48 {
    margin-right: 3rem !important;
  }
  .mb-sm-48 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-48 {
    margin-left: 3rem !important;
  }
  .mt-sm-52 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-52 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-52 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-52 {
    margin-left: 3.25rem !important;
  }
  .mt-sm-56 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-56 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-56 {
    margin-left: 3.5rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-60 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-60 {
    margin-left: 3.75rem !important;
  }
  .mt-sm-64 {
    margin-top: 4rem !important;
  }
  .mr-sm-64 {
    margin-right: 4rem !important;
  }
  .mb-sm-64 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-64 {
    margin-left: 4rem !important;
  }
  .mt-sm-68 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-68 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-68 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-68 {
    margin-left: 4.25rem !important;
  }
  .mt-sm-72 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-72 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-72 {
    margin-left: 4.5rem !important;
  }
  .mt-sm-76 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-76 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-76 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-76 {
    margin-left: 4.75rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mr-sm-80 {
    margin-right: 5rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-80 {
    margin-left: 5rem !important;
  }
  .mt-sm-84 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-84 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-84 {
    margin-left: 5.25rem !important;
  }
  .mt-sm-88 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-88 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-88 {
    margin-left: 5.5rem !important;
  }
  .mt-sm-92 {
    margin-top: 5.75rem !important;
  }
  .mr-sm-92 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-92 {
    margin-bottom: 5.75rem !important;
  }
  .ml-sm-92 {
    margin-left: 5.75rem !important;
  }
  .mt-sm-96 {
    margin-top: 6rem !important;
  }
  .mr-sm-96 {
    margin-right: 6rem !important;
  }
  .mb-sm-96 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-96 {
    margin-left: 6rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-100 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-100 {
    margin-left: 6.25rem !important;
  }
  .mt-sm-104 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-104 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-104 {
    margin-left: 6.5rem !important;
  }
  .mt-sm-108 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-108 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-108 {
    margin-left: 6.75rem !important;
  }
  .mt-sm-112 {
    margin-top: 7rem !important;
  }
  .mr-sm-112 {
    margin-right: 7rem !important;
  }
  .mb-sm-112 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-112 {
    margin-left: 7rem !important;
  }
  .mt-sm-116 {
    margin-top: 7.25rem !important;
  }
  .mr-sm-116 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-116 {
    margin-bottom: 7.25rem !important;
  }
  .ml-sm-116 {
    margin-left: 7.25rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-120 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-120 {
    margin-left: 7.5rem !important;
  }
  .mt-sm-124 {
    margin-top: 7.75rem !important;
  }
  .mr-sm-124 {
    margin-right: 7.75rem !important;
  }
  .mb-sm-124 {
    margin-bottom: 7.75rem !important;
  }
  .ml-sm-124 {
    margin-left: 7.75rem !important;
  }
  .mt-sm-128 {
    margin-top: 8rem !important;
  }
  .mr-sm-128 {
    margin-right: 8rem !important;
  }
  .mb-sm-128 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-128 {
    margin-left: 8rem !important;
  }
  .mt-sm-132 {
    margin-top: 8.25rem !important;
  }
  .mr-sm-132 {
    margin-right: 8.25rem !important;
  }
  .mb-sm-132 {
    margin-bottom: 8.25rem !important;
  }
  .ml-sm-132 {
    margin-left: 8.25rem !important;
  }
  .mt-sm-136 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-136 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-136 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-136 {
    margin-left: 8.5rem !important;
  }
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mr-sm-140 {
    margin-right: 8.75rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-sm-140 {
    margin-left: 8.75rem !important;
  }
  .mt-sm-144 {
    margin-top: 9rem !important;
  }
  .mr-sm-144 {
    margin-right: 9rem !important;
  }
  .mb-sm-144 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-144 {
    margin-left: 9rem !important;
  }
  .mt-sm-148 {
    margin-top: 9.25rem !important;
  }
  .mr-sm-148 {
    margin-right: 9.25rem !important;
  }
  .mb-sm-148 {
    margin-bottom: 9.25rem !important;
  }
  .ml-sm-148 {
    margin-left: 9.25rem !important;
  }
  .mt-sm-152 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-152 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-152 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-152 {
    margin-left: 9.5rem !important;
  }
  .mt-sm-156 {
    margin-top: 9.75rem !important;
  }
  .mr-sm-156 {
    margin-right: 9.75rem !important;
  }
  .mb-sm-156 {
    margin-bottom: 9.75rem !important;
  }
  .ml-sm-156 {
    margin-left: 9.75rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mr-sm-160 {
    margin-right: 10rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-160 {
    margin-left: 10rem !important;
  }
  .mt-sm-164 {
    margin-top: 10.25rem !important;
  }
  .mr-sm-164 {
    margin-right: 10.25rem !important;
  }
  .mb-sm-164 {
    margin-bottom: 10.25rem !important;
  }
  .ml-sm-164 {
    margin-left: 10.25rem !important;
  }
  .mt-sm-168 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-168 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-168 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-168 {
    margin-left: 10.5rem !important;
  }
  .mt-sm-172 {
    margin-top: 10.75rem !important;
  }
  .mr-sm-172 {
    margin-right: 10.75rem !important;
  }
  .mb-sm-172 {
    margin-bottom: 10.75rem !important;
  }
  .ml-sm-172 {
    margin-left: 10.75rem !important;
  }
  .mt-sm-176 {
    margin-top: 11rem !important;
  }
  .mr-sm-176 {
    margin-right: 11rem !important;
  }
  .mb-sm-176 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-176 {
    margin-left: 11rem !important;
  }
  .mt-sm-180 {
    margin-top: 11.25rem !important;
  }
  .mr-sm-180 {
    margin-right: 11.25rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }
  .ml-sm-180 {
    margin-left: 11.25rem !important;
  }
  .mt-sm-184 {
    margin-top: 11.5rem !important;
  }
  .mr-sm-184 {
    margin-right: 11.5rem !important;
  }
  .mb-sm-184 {
    margin-bottom: 11.5rem !important;
  }
  .ml-sm-184 {
    margin-left: 11.5rem !important;
  }
  .mt-sm-188 {
    margin-top: 11.75rem !important;
  }
  .mr-sm-188 {
    margin-right: 11.75rem !important;
  }
  .mb-sm-188 {
    margin-bottom: 11.75rem !important;
  }
  .ml-sm-188 {
    margin-left: 11.75rem !important;
  }
  .mt-sm-192 {
    margin-top: 12rem !important;
  }
  .mr-sm-192 {
    margin-right: 12rem !important;
  }
  .mb-sm-192 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-192 {
    margin-left: 12rem !important;
  }
  .mt-sm-196 {
    margin-top: 12.25rem !important;
  }
  .mr-sm-196 {
    margin-right: 12.25rem !important;
  }
  .mb-sm-196 {
    margin-bottom: 12.25rem !important;
  }
  .ml-sm-196 {
    margin-left: 12.25rem !important;
  }
  .mt-sm-200 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-200 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-200 {
    margin-left: 12.5rem !important;
  }
  .mt-sm-204 {
    margin-top: 12.75rem !important;
  }
  .mr-sm-204 {
    margin-right: 12.75rem !important;
  }
  .mb-sm-204 {
    margin-bottom: 12.75rem !important;
  }
  .ml-sm-204 {
    margin-left: 12.75rem !important;
  }
  .mt-sm-208 {
    margin-top: 13rem !important;
  }
  .mr-sm-208 {
    margin-right: 13rem !important;
  }
  .mb-sm-208 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-208 {
    margin-left: 13rem !important;
  }
  .mt-sm-212 {
    margin-top: 13.25rem !important;
  }
  .mr-sm-212 {
    margin-right: 13.25rem !important;
  }
  .mb-sm-212 {
    margin-bottom: 13.25rem !important;
  }
  .ml-sm-212 {
    margin-left: 13.25rem !important;
  }
  .mt-sm-216 {
    margin-top: 13.5rem !important;
  }
  .mr-sm-216 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-216 {
    margin-bottom: 13.5rem !important;
  }
  .ml-sm-216 {
    margin-left: 13.5rem !important;
  }
  .mt-sm-220 {
    margin-top: 13.75rem !important;
  }
  .mr-sm-220 {
    margin-right: 13.75rem !important;
  }
  .mb-sm-220 {
    margin-bottom: 13.75rem !important;
  }
  .ml-sm-220 {
    margin-left: 13.75rem !important;
  }
  .mt-sm-224 {
    margin-top: 14rem !important;
  }
  .mr-sm-224 {
    margin-right: 14rem !important;
  }
  .mb-sm-224 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-224 {
    margin-left: 14rem !important;
  }
  .mt-sm-228 {
    margin-top: 14.25rem !important;
  }
  .mr-sm-228 {
    margin-right: 14.25rem !important;
  }
  .mb-sm-228 {
    margin-bottom: 14.25rem !important;
  }
  .ml-sm-228 {
    margin-left: 14.25rem !important;
  }
  .mt-sm-232 {
    margin-top: 14.5rem !important;
  }
  .mr-sm-232 {
    margin-right: 14.5rem !important;
  }
  .mb-sm-232 {
    margin-bottom: 14.5rem !important;
  }
  .ml-sm-232 {
    margin-left: 14.5rem !important;
  }
  .mt-sm-236 {
    margin-top: 14.75rem !important;
  }
  .mr-sm-236 {
    margin-right: 14.75rem !important;
  }
  .mb-sm-236 {
    margin-bottom: 14.75rem !important;
  }
  .ml-sm-236 {
    margin-left: 14.75rem !important;
  }
  .mt-sm-240 {
    margin-top: 15rem !important;
  }
  .mr-sm-240 {
    margin-right: 15rem !important;
  }
  .mb-sm-240 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-240 {
    margin-left: 15rem !important;
  }
  .mt-sm-244 {
    margin-top: 15.25rem !important;
  }
  .mr-sm-244 {
    margin-right: 15.25rem !important;
  }
  .mb-sm-244 {
    margin-bottom: 15.25rem !important;
  }
  .ml-sm-244 {
    margin-left: 15.25rem !important;
  }
  .mt-sm-248 {
    margin-top: 15.5rem !important;
  }
  .mr-sm-248 {
    margin-right: 15.5rem !important;
  }
  .mb-sm-248 {
    margin-bottom: 15.5rem !important;
  }
  .ml-sm-248 {
    margin-left: 15.5rem !important;
  }
  .mt-sm-252 {
    margin-top: 15.75rem !important;
  }
  .mr-sm-252 {
    margin-right: 15.75rem !important;
  }
  .mb-sm-252 {
    margin-bottom: 15.75rem !important;
  }
  .ml-sm-252 {
    margin-left: 15.75rem !important;
  }
  .mt-sm-256 {
    margin-top: 16rem !important;
  }
  .mr-sm-256 {
    margin-right: 16rem !important;
  }
  .mb-sm-256 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-256 {
    margin-left: 16rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm--0 {
    margin-top: -0rem !important;
  }
  .mr-sm--0 {
    margin-right: -0rem !important;
  }
  .mb-sm--0 {
    margin-bottom: -0rem !important;
  }
  .ml-sm--0 {
    margin-left: -0rem !important;
  }
  .mt-sm--4 {
    margin-top: -0.25rem !important;
  }
  .mr-sm--4 {
    margin-right: -0.25rem !important;
  }
  .mb-sm--4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm--4 {
    margin-left: -0.25rem !important;
  }
  .mt-sm--8 {
    margin-top: -0.5rem !important;
  }
  .mr-sm--8 {
    margin-right: -0.5rem !important;
  }
  .mb-sm--8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm--8 {
    margin-left: -0.5rem !important;
  }
  .mt-sm--12 {
    margin-top: -0.75rem !important;
  }
  .mr-sm--12 {
    margin-right: -0.75rem !important;
  }
  .mb-sm--12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm--12 {
    margin-left: -0.75rem !important;
  }
  .mt-sm--16 {
    margin-top: -1rem !important;
  }
  .mr-sm--16 {
    margin-right: -1rem !important;
  }
  .mb-sm--16 {
    margin-bottom: -1rem !important;
  }
  .ml-sm--16 {
    margin-left: -1rem !important;
  }
  .mt-sm--20 {
    margin-top: -1.25rem !important;
  }
  .mr-sm--20 {
    margin-right: -1.25rem !important;
  }
  .mb-sm--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm--20 {
    margin-left: -1.25rem !important;
  }
  .mt-sm--24 {
    margin-top: -1.5rem !important;
  }
  .mr-sm--24 {
    margin-right: -1.5rem !important;
  }
  .mb-sm--24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm--24 {
    margin-left: -1.5rem !important;
  }
  .mt-sm--28 {
    margin-top: -1.75rem !important;
  }
  .mr-sm--28 {
    margin-right: -1.75rem !important;
  }
  .mb-sm--28 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm--28 {
    margin-left: -1.75rem !important;
  }
  .mt-sm--32 {
    margin-top: -2rem !important;
  }
  .mr-sm--32 {
    margin-right: -2rem !important;
  }
  .mb-sm--32 {
    margin-bottom: -2rem !important;
  }
  .ml-sm--32 {
    margin-left: -2rem !important;
  }
  .mt-sm--36 {
    margin-top: -2.25rem !important;
  }
  .mr-sm--36 {
    margin-right: -2.25rem !important;
  }
  .mb-sm--36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm--36 {
    margin-left: -2.25rem !important;
  }
  .mt-sm--40 {
    margin-top: -2.5rem !important;
  }
  .mr-sm--40 {
    margin-right: -2.5rem !important;
  }
  .mb-sm--40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm--40 {
    margin-left: -2.5rem !important;
  }
  .mt-sm--44 {
    margin-top: -2.75rem !important;
  }
  .mr-sm--44 {
    margin-right: -2.75rem !important;
  }
  .mb-sm--44 {
    margin-bottom: -2.75rem !important;
  }
  .ml-sm--44 {
    margin-left: -2.75rem !important;
  }
  .mt-sm--48 {
    margin-top: -3rem !important;
  }
  .mr-sm--48 {
    margin-right: -3rem !important;
  }
  .mb-sm--48 {
    margin-bottom: -3rem !important;
  }
  .ml-sm--48 {
    margin-left: -3rem !important;
  }
  .mt-sm--52 {
    margin-top: -3.25rem !important;
  }
  .mr-sm--52 {
    margin-right: -3.25rem !important;
  }
  .mb-sm--52 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm--52 {
    margin-left: -3.25rem !important;
  }
  .mt-sm--56 {
    margin-top: -3.5rem !important;
  }
  .mr-sm--56 {
    margin-right: -3.5rem !important;
  }
  .mb-sm--56 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm--56 {
    margin-left: -3.5rem !important;
  }
  .mt-sm--60 {
    margin-top: -3.75rem !important;
  }
  .mr-sm--60 {
    margin-right: -3.75rem !important;
  }
  .mb-sm--60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm--60 {
    margin-left: -3.75rem !important;
  }
  .mt-sm--64 {
    margin-top: -4rem !important;
  }
  .mr-sm--64 {
    margin-right: -4rem !important;
  }
  .mb-sm--64 {
    margin-bottom: -4rem !important;
  }
  .ml-sm--64 {
    margin-left: -4rem !important;
  }
  .mt-sm--68 {
    margin-top: -4.25rem !important;
  }
  .mr-sm--68 {
    margin-right: -4.25rem !important;
  }
  .mb-sm--68 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm--68 {
    margin-left: -4.25rem !important;
  }
  .mt-sm--72 {
    margin-top: -4.5rem !important;
  }
  .mr-sm--72 {
    margin-right: -4.5rem !important;
  }
  .mb-sm--72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm--72 {
    margin-left: -4.5rem !important;
  }
  .mt-sm--76 {
    margin-top: -4.75rem !important;
  }
  .mr-sm--76 {
    margin-right: -4.75rem !important;
  }
  .mb-sm--76 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm--76 {
    margin-left: -4.75rem !important;
  }
  .mt-sm--80 {
    margin-top: -5rem !important;
  }
  .mr-sm--80 {
    margin-right: -5rem !important;
  }
  .mb-sm--80 {
    margin-bottom: -5rem !important;
  }
  .ml-sm--80 {
    margin-left: -5rem !important;
  }
  .mt-sm--84 {
    margin-top: -5.25rem !important;
  }
  .mr-sm--84 {
    margin-right: -5.25rem !important;
  }
  .mb-sm--84 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm--84 {
    margin-left: -5.25rem !important;
  }
  .mt-sm--88 {
    margin-top: -5.5rem !important;
  }
  .mr-sm--88 {
    margin-right: -5.5rem !important;
  }
  .mb-sm--88 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm--88 {
    margin-left: -5.5rem !important;
  }
  .mt-sm--92 {
    margin-top: -5.75rem !important;
  }
  .mr-sm--92 {
    margin-right: -5.75rem !important;
  }
  .mb-sm--92 {
    margin-bottom: -5.75rem !important;
  }
  .ml-sm--92 {
    margin-left: -5.75rem !important;
  }
  .mt-sm--96 {
    margin-top: -6rem !important;
  }
  .mr-sm--96 {
    margin-right: -6rem !important;
  }
  .mb-sm--96 {
    margin-bottom: -6rem !important;
  }
  .ml-sm--96 {
    margin-left: -6rem !important;
  }
  .mt-sm--100 {
    margin-top: -6.25rem !important;
  }
  .mr-sm--100 {
    margin-right: -6.25rem !important;
  }
  .mb-sm--100 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm--100 {
    margin-left: -6.25rem !important;
  }
  .mt-sm--104 {
    margin-top: -6.5rem !important;
  }
  .mr-sm--104 {
    margin-right: -6.5rem !important;
  }
  .mb-sm--104 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm--104 {
    margin-left: -6.5rem !important;
  }
  .mt-sm--108 {
    margin-top: -6.75rem !important;
  }
  .mr-sm--108 {
    margin-right: -6.75rem !important;
  }
  .mb-sm--108 {
    margin-bottom: -6.75rem !important;
  }
  .ml-sm--108 {
    margin-left: -6.75rem !important;
  }
  .mt-sm--112 {
    margin-top: -7rem !important;
  }
  .mr-sm--112 {
    margin-right: -7rem !important;
  }
  .mb-sm--112 {
    margin-bottom: -7rem !important;
  }
  .ml-sm--112 {
    margin-left: -7rem !important;
  }
  .mt-sm--116 {
    margin-top: -7.25rem !important;
  }
  .mr-sm--116 {
    margin-right: -7.25rem !important;
  }
  .mb-sm--116 {
    margin-bottom: -7.25rem !important;
  }
  .ml-sm--116 {
    margin-left: -7.25rem !important;
  }
  .mt-sm--120 {
    margin-top: -7.5rem !important;
  }
  .mr-sm--120 {
    margin-right: -7.5rem !important;
  }
  .mb-sm--120 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm--120 {
    margin-left: -7.5rem !important;
  }
  .mt-sm--124 {
    margin-top: -7.75rem !important;
  }
  .mr-sm--124 {
    margin-right: -7.75rem !important;
  }
  .mb-sm--124 {
    margin-bottom: -7.75rem !important;
  }
  .ml-sm--124 {
    margin-left: -7.75rem !important;
  }
  .mt-sm--128 {
    margin-top: -8rem !important;
  }
  .mr-sm--128 {
    margin-right: -8rem !important;
  }
  .mb-sm--128 {
    margin-bottom: -8rem !important;
  }
  .ml-sm--128 {
    margin-left: -8rem !important;
  }
  .mt-sm--132 {
    margin-top: -8.25rem !important;
  }
  .mr-sm--132 {
    margin-right: -8.25rem !important;
  }
  .mb-sm--132 {
    margin-bottom: -8.25rem !important;
  }
  .ml-sm--132 {
    margin-left: -8.25rem !important;
  }
  .mt-sm--136 {
    margin-top: -8.5rem !important;
  }
  .mr-sm--136 {
    margin-right: -8.5rem !important;
  }
  .mb-sm--136 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm--136 {
    margin-left: -8.5rem !important;
  }
  .mt-sm--140 {
    margin-top: -8.75rem !important;
  }
  .mr-sm--140 {
    margin-right: -8.75rem !important;
  }
  .mb-sm--140 {
    margin-bottom: -8.75rem !important;
  }
  .ml-sm--140 {
    margin-left: -8.75rem !important;
  }
  .mt-sm--144 {
    margin-top: -9rem !important;
  }
  .mr-sm--144 {
    margin-right: -9rem !important;
  }
  .mb-sm--144 {
    margin-bottom: -9rem !important;
  }
  .ml-sm--144 {
    margin-left: -9rem !important;
  }
  .mt-sm--148 {
    margin-top: -9.25rem !important;
  }
  .mr-sm--148 {
    margin-right: -9.25rem !important;
  }
  .mb-sm--148 {
    margin-bottom: -9.25rem !important;
  }
  .ml-sm--148 {
    margin-left: -9.25rem !important;
  }
  .mt-sm--152 {
    margin-top: -9.5rem !important;
  }
  .mr-sm--152 {
    margin-right: -9.5rem !important;
  }
  .mb-sm--152 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm--152 {
    margin-left: -9.5rem !important;
  }
  .mt-sm--156 {
    margin-top: -9.75rem !important;
  }
  .mr-sm--156 {
    margin-right: -9.75rem !important;
  }
  .mb-sm--156 {
    margin-bottom: -9.75rem !important;
  }
  .ml-sm--156 {
    margin-left: -9.75rem !important;
  }
  .mt-sm--160 {
    margin-top: -10rem !important;
  }
  .mr-sm--160 {
    margin-right: -10rem !important;
  }
  .mb-sm--160 {
    margin-bottom: -10rem !important;
  }
  .ml-sm--160 {
    margin-left: -10rem !important;
  }
  .mt-sm--164 {
    margin-top: -10.25rem !important;
  }
  .mr-sm--164 {
    margin-right: -10.25rem !important;
  }
  .mb-sm--164 {
    margin-bottom: -10.25rem !important;
  }
  .ml-sm--164 {
    margin-left: -10.25rem !important;
  }
  .mt-sm--168 {
    margin-top: -10.5rem !important;
  }
  .mr-sm--168 {
    margin-right: -10.5rem !important;
  }
  .mb-sm--168 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm--168 {
    margin-left: -10.5rem !important;
  }
  .mt-sm--172 {
    margin-top: -10.75rem !important;
  }
  .mr-sm--172 {
    margin-right: -10.75rem !important;
  }
  .mb-sm--172 {
    margin-bottom: -10.75rem !important;
  }
  .ml-sm--172 {
    margin-left: -10.75rem !important;
  }
  .mt-sm--176 {
    margin-top: -11rem !important;
  }
  .mr-sm--176 {
    margin-right: -11rem !important;
  }
  .mb-sm--176 {
    margin-bottom: -11rem !important;
  }
  .ml-sm--176 {
    margin-left: -11rem !important;
  }
  .mt-sm--180 {
    margin-top: -11.25rem !important;
  }
  .mr-sm--180 {
    margin-right: -11.25rem !important;
  }
  .mb-sm--180 {
    margin-bottom: -11.25rem !important;
  }
  .ml-sm--180 {
    margin-left: -11.25rem !important;
  }
  .mt-sm--184 {
    margin-top: -11.5rem !important;
  }
  .mr-sm--184 {
    margin-right: -11.5rem !important;
  }
  .mb-sm--184 {
    margin-bottom: -11.5rem !important;
  }
  .ml-sm--184 {
    margin-left: -11.5rem !important;
  }
  .mt-sm--188 {
    margin-top: -11.75rem !important;
  }
  .mr-sm--188 {
    margin-right: -11.75rem !important;
  }
  .mb-sm--188 {
    margin-bottom: -11.75rem !important;
  }
  .ml-sm--188 {
    margin-left: -11.75rem !important;
  }
  .mt-sm--192 {
    margin-top: -12rem !important;
  }
  .mr-sm--192 {
    margin-right: -12rem !important;
  }
  .mb-sm--192 {
    margin-bottom: -12rem !important;
  }
  .ml-sm--192 {
    margin-left: -12rem !important;
  }
  .mt-sm--196 {
    margin-top: -12.25rem !important;
  }
  .mr-sm--196 {
    margin-right: -12.25rem !important;
  }
  .mb-sm--196 {
    margin-bottom: -12.25rem !important;
  }
  .ml-sm--196 {
    margin-left: -12.25rem !important;
  }
  .mt-sm--200 {
    margin-top: -12.5rem !important;
  }
  .mr-sm--200 {
    margin-right: -12.5rem !important;
  }
  .mb-sm--200 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm--200 {
    margin-left: -12.5rem !important;
  }
  .mt-sm--204 {
    margin-top: -12.75rem !important;
  }
  .mr-sm--204 {
    margin-right: -12.75rem !important;
  }
  .mb-sm--204 {
    margin-bottom: -12.75rem !important;
  }
  .ml-sm--204 {
    margin-left: -12.75rem !important;
  }
  .mt-sm--208 {
    margin-top: -13rem !important;
  }
  .mr-sm--208 {
    margin-right: -13rem !important;
  }
  .mb-sm--208 {
    margin-bottom: -13rem !important;
  }
  .ml-sm--208 {
    margin-left: -13rem !important;
  }
  .mt-sm--212 {
    margin-top: -13.25rem !important;
  }
  .mr-sm--212 {
    margin-right: -13.25rem !important;
  }
  .mb-sm--212 {
    margin-bottom: -13.25rem !important;
  }
  .ml-sm--212 {
    margin-left: -13.25rem !important;
  }
  .mt-sm--216 {
    margin-top: -13.5rem !important;
  }
  .mr-sm--216 {
    margin-right: -13.5rem !important;
  }
  .mb-sm--216 {
    margin-bottom: -13.5rem !important;
  }
  .ml-sm--216 {
    margin-left: -13.5rem !important;
  }
  .mt-sm--220 {
    margin-top: -13.75rem !important;
  }
  .mr-sm--220 {
    margin-right: -13.75rem !important;
  }
  .mb-sm--220 {
    margin-bottom: -13.75rem !important;
  }
  .ml-sm--220 {
    margin-left: -13.75rem !important;
  }
  .mt-sm--224 {
    margin-top: -14rem !important;
  }
  .mr-sm--224 {
    margin-right: -14rem !important;
  }
  .mb-sm--224 {
    margin-bottom: -14rem !important;
  }
  .ml-sm--224 {
    margin-left: -14rem !important;
  }
  .mt-sm--228 {
    margin-top: -14.25rem !important;
  }
  .mr-sm--228 {
    margin-right: -14.25rem !important;
  }
  .mb-sm--228 {
    margin-bottom: -14.25rem !important;
  }
  .ml-sm--228 {
    margin-left: -14.25rem !important;
  }
  .mt-sm--232 {
    margin-top: -14.5rem !important;
  }
  .mr-sm--232 {
    margin-right: -14.5rem !important;
  }
  .mb-sm--232 {
    margin-bottom: -14.5rem !important;
  }
  .ml-sm--232 {
    margin-left: -14.5rem !important;
  }
  .mt-sm--236 {
    margin-top: -14.75rem !important;
  }
  .mr-sm--236 {
    margin-right: -14.75rem !important;
  }
  .mb-sm--236 {
    margin-bottom: -14.75rem !important;
  }
  .ml-sm--236 {
    margin-left: -14.75rem !important;
  }
  .mt-sm--240 {
    margin-top: -15rem !important;
  }
  .mr-sm--240 {
    margin-right: -15rem !important;
  }
  .mb-sm--240 {
    margin-bottom: -15rem !important;
  }
  .ml-sm--240 {
    margin-left: -15rem !important;
  }
  .mt-sm--244 {
    margin-top: -15.25rem !important;
  }
  .mr-sm--244 {
    margin-right: -15.25rem !important;
  }
  .mb-sm--244 {
    margin-bottom: -15.25rem !important;
  }
  .ml-sm--244 {
    margin-left: -15.25rem !important;
  }
  .mt-sm--248 {
    margin-top: -15.5rem !important;
  }
  .mr-sm--248 {
    margin-right: -15.5rem !important;
  }
  .mb-sm--248 {
    margin-bottom: -15.5rem !important;
  }
  .ml-sm--248 {
    margin-left: -15.5rem !important;
  }
  .mt-sm--252 {
    margin-top: -15.75rem !important;
  }
  .mr-sm--252 {
    margin-right: -15.75rem !important;
  }
  .mb-sm--252 {
    margin-bottom: -15.75rem !important;
  }
  .ml-sm--252 {
    margin-left: -15.75rem !important;
  }
  .mt-sm--256 {
    margin-top: -16rem !important;
  }
  .mr-sm--256 {
    margin-right: -16rem !important;
  }
  .mb-sm--256 {
    margin-bottom: -16rem !important;
  }
  .ml-sm--256 {
    margin-left: -16rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-4 {
    padding: 0.25rem !important;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .p-sm-28 {
    padding: 1.75rem !important;
  }
  .p-sm-32 {
    padding: 2rem !important;
  }
  .p-sm-36 {
    padding: 2.25rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-44 {
    padding: 2.75rem !important;
  }
  .p-sm-48 {
    padding: 3rem !important;
  }
  .p-sm-52 {
    padding: 3.25rem !important;
  }
  .p-sm-56 {
    padding: 3.5rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-64 {
    padding: 4rem !important;
  }
  .p-sm-68 {
    padding: 4.25rem !important;
  }
  .p-sm-72 {
    padding: 4.5rem !important;
  }
  .p-sm-76 {
    padding: 4.75rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-84 {
    padding: 5.25rem !important;
  }
  .p-sm-88 {
    padding: 5.5rem !important;
  }
  .p-sm-92 {
    padding: 5.75rem !important;
  }
  .p-sm-96 {
    padding: 6rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-104 {
    padding: 6.5rem !important;
  }
  .p-sm-108 {
    padding: 6.75rem !important;
  }
  .p-sm-112 {
    padding: 7rem !important;
  }
  .p-sm-116 {
    padding: 7.25rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .p-sm-124 {
    padding: 7.75rem !important;
  }
  .p-sm-128 {
    padding: 8rem !important;
  }
  .p-sm-132 {
    padding: 8.25rem !important;
  }
  .p-sm-136 {
    padding: 8.5rem !important;
  }
  .p-sm-140 {
    padding: 8.75rem !important;
  }
  .p-sm-144 {
    padding: 9rem !important;
  }
  .p-sm-148 {
    padding: 9.25rem !important;
  }
  .p-sm-152 {
    padding: 9.5rem !important;
  }
  .p-sm-156 {
    padding: 9.75rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-164 {
    padding: 10.25rem !important;
  }
  .p-sm-168 {
    padding: 10.5rem !important;
  }
  .p-sm-172 {
    padding: 10.75rem !important;
  }
  .p-sm-176 {
    padding: 11rem !important;
  }
  .p-sm-180 {
    padding: 11.25rem !important;
  }
  .p-sm-184 {
    padding: 11.5rem !important;
  }
  .p-sm-188 {
    padding: 11.75rem !important;
  }
  .p-sm-192 {
    padding: 12rem !important;
  }
  .p-sm-196 {
    padding: 12.25rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !important;
  }
  .p-sm-204 {
    padding: 12.75rem !important;
  }
  .p-sm-208 {
    padding: 13rem !important;
  }
  .p-sm-212 {
    padding: 13.25rem !important;
  }
  .p-sm-216 {
    padding: 13.5rem !important;
  }
  .p-sm-220 {
    padding: 13.75rem !important;
  }
  .p-sm-224 {
    padding: 14rem !important;
  }
  .p-sm-228 {
    padding: 14.25rem !important;
  }
  .p-sm-232 {
    padding: 14.5rem !important;
  }
  .p-sm-236 {
    padding: 14.75rem !important;
  }
  .p-sm-240 {
    padding: 15rem !important;
  }
  .p-sm-244 {
    padding: 15.25rem !important;
  }
  .p-sm-248 {
    padding: 15.5rem !important;
  }
  .p-sm-252 {
    padding: 15.75rem !important;
  }
  .p-sm-256 {
    padding: 16rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-sm-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-sm-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-sm-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-sm-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .px-sm-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-sm-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-sm-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-sm-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .px-sm-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-sm-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-sm-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-sm-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-sm-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-sm-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .px-sm-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-sm-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-sm-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .px-sm-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-sm-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .px-sm-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-sm-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-sm-68 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-sm-68 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .px-sm-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-sm-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-76 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-sm-76 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-sm-84 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-sm-84 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .px-sm-88 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-sm-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-sm-92 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-sm-92 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .px-sm-96 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .px-sm-104 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-sm-104 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-sm-108 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-sm-108 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .px-sm-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-sm-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-sm-116 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-sm-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-sm-124 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .py-sm-124 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .px-sm-128 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-128 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-sm-132 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .py-sm-132 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .px-sm-136 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .py-sm-136 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .px-sm-144 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-sm-144 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-sm-148 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .py-sm-148 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .px-sm-152 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .py-sm-152 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-sm-156 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .py-sm-156 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-sm-164 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .py-sm-164 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .px-sm-168 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-sm-168 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-sm-172 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .py-sm-172 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .px-sm-176 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-sm-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .px-sm-184 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .py-sm-184 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-sm-188 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .py-sm-188 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .px-sm-192 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-192 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-sm-196 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .py-sm-196 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-sm-204 {
    padding-right: 12.75rem !important;
    padding-left: 12.75rem !important;
  }
  .py-sm-204 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .px-sm-208 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .py-sm-208 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-sm-212 {
    padding-right: 13.25rem !important;
    padding-left: 13.25rem !important;
  }
  .py-sm-212 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .px-sm-216 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .py-sm-216 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-sm-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .py-sm-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .px-sm-224 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-sm-224 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-sm-228 {
    padding-right: 14.25rem !important;
    padding-left: 14.25rem !important;
  }
  .py-sm-228 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .px-sm-232 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .py-sm-232 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-sm-236 {
    padding-right: 14.75rem !important;
    padding-left: 14.75rem !important;
  }
  .py-sm-236 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .px-sm-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-sm-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-sm-244 {
    padding-right: 15.25rem !important;
    padding-left: 15.25rem !important;
  }
  .py-sm-244 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .px-sm-248 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .py-sm-248 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-sm-252 {
    padding-right: 15.75rem !important;
    padding-left: 15.75rem !important;
  }
  .py-sm-252 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .px-sm-256 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-sm-256 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pt-sm-4 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-4 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-4 {
    padding-left: 0.25rem !important;
  }
  .pt-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-8 {
    padding-left: 0.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-12 {
    padding-left: 0.75rem !important;
  }
  .pt-sm-16 {
    padding-top: 1rem !important;
  }
  .pr-sm-16 {
    padding-right: 1rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-16 {
    padding-left: 1rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-20 {
    padding-left: 1.25rem !important;
  }
  .pt-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-24 {
    padding-left: 1.5rem !important;
  }
  .pt-sm-28 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-28 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-28 {
    padding-left: 1.75rem !important;
  }
  .pt-sm-32 {
    padding-top: 2rem !important;
  }
  .pr-sm-32 {
    padding-right: 2rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-32 {
    padding-left: 2rem !important;
  }
  .pt-sm-36 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-36 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-36 {
    padding-left: 2.25rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40 {
    padding-left: 2.5rem !important;
  }
  .pt-sm-44 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-44 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-44 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-44 {
    padding-left: 2.75rem !important;
  }
  .pt-sm-48 {
    padding-top: 3rem !important;
  }
  .pr-sm-48 {
    padding-right: 3rem !important;
  }
  .pb-sm-48 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-48 {
    padding-left: 3rem !important;
  }
  .pt-sm-52 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-52 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-52 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-52 {
    padding-left: 3.25rem !important;
  }
  .pt-sm-56 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-56 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-56 {
    padding-left: 3.5rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-60 {
    padding-left: 3.75rem !important;
  }
  .pt-sm-64 {
    padding-top: 4rem !important;
  }
  .pr-sm-64 {
    padding-right: 4rem !important;
  }
  .pb-sm-64 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-64 {
    padding-left: 4rem !important;
  }
  .pt-sm-68 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-68 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-68 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-68 {
    padding-left: 4.25rem !important;
  }
  .pt-sm-72 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-72 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-72 {
    padding-left: 4.5rem !important;
  }
  .pt-sm-76 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-76 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-76 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-76 {
    padding-left: 4.75rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pr-sm-80 {
    padding-right: 5rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-80 {
    padding-left: 5rem !important;
  }
  .pt-sm-84 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-84 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-84 {
    padding-left: 5.25rem !important;
  }
  .pt-sm-88 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-88 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-88 {
    padding-left: 5.5rem !important;
  }
  .pt-sm-92 {
    padding-top: 5.75rem !important;
  }
  .pr-sm-92 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-92 {
    padding-bottom: 5.75rem !important;
  }
  .pl-sm-92 {
    padding-left: 5.75rem !important;
  }
  .pt-sm-96 {
    padding-top: 6rem !important;
  }
  .pr-sm-96 {
    padding-right: 6rem !important;
  }
  .pb-sm-96 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-96 {
    padding-left: 6rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-100 {
    padding-left: 6.25rem !important;
  }
  .pt-sm-104 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-104 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-104 {
    padding-left: 6.5rem !important;
  }
  .pt-sm-108 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-108 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-108 {
    padding-left: 6.75rem !important;
  }
  .pt-sm-112 {
    padding-top: 7rem !important;
  }
  .pr-sm-112 {
    padding-right: 7rem !important;
  }
  .pb-sm-112 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-112 {
    padding-left: 7rem !important;
  }
  .pt-sm-116 {
    padding-top: 7.25rem !important;
  }
  .pr-sm-116 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-116 {
    padding-bottom: 7.25rem !important;
  }
  .pl-sm-116 {
    padding-left: 7.25rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-120 {
    padding-left: 7.5rem !important;
  }
  .pt-sm-124 {
    padding-top: 7.75rem !important;
  }
  .pr-sm-124 {
    padding-right: 7.75rem !important;
  }
  .pb-sm-124 {
    padding-bottom: 7.75rem !important;
  }
  .pl-sm-124 {
    padding-left: 7.75rem !important;
  }
  .pt-sm-128 {
    padding-top: 8rem !important;
  }
  .pr-sm-128 {
    padding-right: 8rem !important;
  }
  .pb-sm-128 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-128 {
    padding-left: 8rem !important;
  }
  .pt-sm-132 {
    padding-top: 8.25rem !important;
  }
  .pr-sm-132 {
    padding-right: 8.25rem !important;
  }
  .pb-sm-132 {
    padding-bottom: 8.25rem !important;
  }
  .pl-sm-132 {
    padding-left: 8.25rem !important;
  }
  .pt-sm-136 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-136 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-136 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-136 {
    padding-left: 8.5rem !important;
  }
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pr-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-sm-140 {
    padding-left: 8.75rem !important;
  }
  .pt-sm-144 {
    padding-top: 9rem !important;
  }
  .pr-sm-144 {
    padding-right: 9rem !important;
  }
  .pb-sm-144 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-144 {
    padding-left: 9rem !important;
  }
  .pt-sm-148 {
    padding-top: 9.25rem !important;
  }
  .pr-sm-148 {
    padding-right: 9.25rem !important;
  }
  .pb-sm-148 {
    padding-bottom: 9.25rem !important;
  }
  .pl-sm-148 {
    padding-left: 9.25rem !important;
  }
  .pt-sm-152 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-152 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-152 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-152 {
    padding-left: 9.5rem !important;
  }
  .pt-sm-156 {
    padding-top: 9.75rem !important;
  }
  .pr-sm-156 {
    padding-right: 9.75rem !important;
  }
  .pb-sm-156 {
    padding-bottom: 9.75rem !important;
  }
  .pl-sm-156 {
    padding-left: 9.75rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pr-sm-160 {
    padding-right: 10rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-160 {
    padding-left: 10rem !important;
  }
  .pt-sm-164 {
    padding-top: 10.25rem !important;
  }
  .pr-sm-164 {
    padding-right: 10.25rem !important;
  }
  .pb-sm-164 {
    padding-bottom: 10.25rem !important;
  }
  .pl-sm-164 {
    padding-left: 10.25rem !important;
  }
  .pt-sm-168 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-168 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-168 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-168 {
    padding-left: 10.5rem !important;
  }
  .pt-sm-172 {
    padding-top: 10.75rem !important;
  }
  .pr-sm-172 {
    padding-right: 10.75rem !important;
  }
  .pb-sm-172 {
    padding-bottom: 10.75rem !important;
  }
  .pl-sm-172 {
    padding-left: 10.75rem !important;
  }
  .pt-sm-176 {
    padding-top: 11rem !important;
  }
  .pr-sm-176 {
    padding-right: 11rem !important;
  }
  .pb-sm-176 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-176 {
    padding-left: 11rem !important;
  }
  .pt-sm-180 {
    padding-top: 11.25rem !important;
  }
  .pr-sm-180 {
    padding-right: 11.25rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }
  .pl-sm-180 {
    padding-left: 11.25rem !important;
  }
  .pt-sm-184 {
    padding-top: 11.5rem !important;
  }
  .pr-sm-184 {
    padding-right: 11.5rem !important;
  }
  .pb-sm-184 {
    padding-bottom: 11.5rem !important;
  }
  .pl-sm-184 {
    padding-left: 11.5rem !important;
  }
  .pt-sm-188 {
    padding-top: 11.75rem !important;
  }
  .pr-sm-188 {
    padding-right: 11.75rem !important;
  }
  .pb-sm-188 {
    padding-bottom: 11.75rem !important;
  }
  .pl-sm-188 {
    padding-left: 11.75rem !important;
  }
  .pt-sm-192 {
    padding-top: 12rem !important;
  }
  .pr-sm-192 {
    padding-right: 12rem !important;
  }
  .pb-sm-192 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-192 {
    padding-left: 12rem !important;
  }
  .pt-sm-196 {
    padding-top: 12.25rem !important;
  }
  .pr-sm-196 {
    padding-right: 12.25rem !important;
  }
  .pb-sm-196 {
    padding-bottom: 12.25rem !important;
  }
  .pl-sm-196 {
    padding-left: 12.25rem !important;
  }
  .pt-sm-200 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-200 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-200 {
    padding-left: 12.5rem !important;
  }
  .pt-sm-204 {
    padding-top: 12.75rem !important;
  }
  .pr-sm-204 {
    padding-right: 12.75rem !important;
  }
  .pb-sm-204 {
    padding-bottom: 12.75rem !important;
  }
  .pl-sm-204 {
    padding-left: 12.75rem !important;
  }
  .pt-sm-208 {
    padding-top: 13rem !important;
  }
  .pr-sm-208 {
    padding-right: 13rem !important;
  }
  .pb-sm-208 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-208 {
    padding-left: 13rem !important;
  }
  .pt-sm-212 {
    padding-top: 13.25rem !important;
  }
  .pr-sm-212 {
    padding-right: 13.25rem !important;
  }
  .pb-sm-212 {
    padding-bottom: 13.25rem !important;
  }
  .pl-sm-212 {
    padding-left: 13.25rem !important;
  }
  .pt-sm-216 {
    padding-top: 13.5rem !important;
  }
  .pr-sm-216 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-216 {
    padding-bottom: 13.5rem !important;
  }
  .pl-sm-216 {
    padding-left: 13.5rem !important;
  }
  .pt-sm-220 {
    padding-top: 13.75rem !important;
  }
  .pr-sm-220 {
    padding-right: 13.75rem !important;
  }
  .pb-sm-220 {
    padding-bottom: 13.75rem !important;
  }
  .pl-sm-220 {
    padding-left: 13.75rem !important;
  }
  .pt-sm-224 {
    padding-top: 14rem !important;
  }
  .pr-sm-224 {
    padding-right: 14rem !important;
  }
  .pb-sm-224 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-224 {
    padding-left: 14rem !important;
  }
  .pt-sm-228 {
    padding-top: 14.25rem !important;
  }
  .pr-sm-228 {
    padding-right: 14.25rem !important;
  }
  .pb-sm-228 {
    padding-bottom: 14.25rem !important;
  }
  .pl-sm-228 {
    padding-left: 14.25rem !important;
  }
  .pt-sm-232 {
    padding-top: 14.5rem !important;
  }
  .pr-sm-232 {
    padding-right: 14.5rem !important;
  }
  .pb-sm-232 {
    padding-bottom: 14.5rem !important;
  }
  .pl-sm-232 {
    padding-left: 14.5rem !important;
  }
  .pt-sm-236 {
    padding-top: 14.75rem !important;
  }
  .pr-sm-236 {
    padding-right: 14.75rem !important;
  }
  .pb-sm-236 {
    padding-bottom: 14.75rem !important;
  }
  .pl-sm-236 {
    padding-left: 14.75rem !important;
  }
  .pt-sm-240 {
    padding-top: 15rem !important;
  }
  .pr-sm-240 {
    padding-right: 15rem !important;
  }
  .pb-sm-240 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-240 {
    padding-left: 15rem !important;
  }
  .pt-sm-244 {
    padding-top: 15.25rem !important;
  }
  .pr-sm-244 {
    padding-right: 15.25rem !important;
  }
  .pb-sm-244 {
    padding-bottom: 15.25rem !important;
  }
  .pl-sm-244 {
    padding-left: 15.25rem !important;
  }
  .pt-sm-248 {
    padding-top: 15.5rem !important;
  }
  .pr-sm-248 {
    padding-right: 15.5rem !important;
  }
  .pb-sm-248 {
    padding-bottom: 15.5rem !important;
  }
  .pl-sm-248 {
    padding-left: 15.5rem !important;
  }
  .pt-sm-252 {
    padding-top: 15.75rem !important;
  }
  .pr-sm-252 {
    padding-right: 15.75rem !important;
  }
  .pb-sm-252 {
    padding-bottom: 15.75rem !important;
  }
  .pl-sm-252 {
    padding-left: 15.75rem !important;
  }
  .pt-sm-256 {
    padding-top: 16rem !important;
  }
  .pr-sm-256 {
    padding-right: 16rem !important;
  }
  .pb-sm-256 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-256 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-4 {
    margin: 0.25rem !important;
  }
  .m-md-8 {
    margin: 0.5rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .m-md-28 {
    margin: 1.75rem !important;
  }
  .m-md-32 {
    margin: 2rem !important;
  }
  .m-md-36 {
    margin: 2.25rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-44 {
    margin: 2.75rem !important;
  }
  .m-md-48 {
    margin: 3rem !important;
  }
  .m-md-52 {
    margin: 3.25rem !important;
  }
  .m-md-56 {
    margin: 3.5rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-64 {
    margin: 4rem !important;
  }
  .m-md-68 {
    margin: 4.25rem !important;
  }
  .m-md-72 {
    margin: 4.5rem !important;
  }
  .m-md-76 {
    margin: 4.75rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-84 {
    margin: 5.25rem !important;
  }
  .m-md-88 {
    margin: 5.5rem !important;
  }
  .m-md-92 {
    margin: 5.75rem !important;
  }
  .m-md-96 {
    margin: 6rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-104 {
    margin: 6.5rem !important;
  }
  .m-md-108 {
    margin: 6.75rem !important;
  }
  .m-md-112 {
    margin: 7rem !important;
  }
  .m-md-116 {
    margin: 7.25rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-124 {
    margin: 7.75rem !important;
  }
  .m-md-128 {
    margin: 8rem !important;
  }
  .m-md-132 {
    margin: 8.25rem !important;
  }
  .m-md-136 {
    margin: 8.5rem !important;
  }
  .m-md-140 {
    margin: 8.75rem !important;
  }
  .m-md-144 {
    margin: 9rem !important;
  }
  .m-md-148 {
    margin: 9.25rem !important;
  }
  .m-md-152 {
    margin: 9.5rem !important;
  }
  .m-md-156 {
    margin: 9.75rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-164 {
    margin: 10.25rem !important;
  }
  .m-md-168 {
    margin: 10.5rem !important;
  }
  .m-md-172 {
    margin: 10.75rem !important;
  }
  .m-md-176 {
    margin: 11rem !important;
  }
  .m-md-180 {
    margin: 11.25rem !important;
  }
  .m-md-184 {
    margin: 11.5rem !important;
  }
  .m-md-188 {
    margin: 11.75rem !important;
  }
  .m-md-192 {
    margin: 12rem !important;
  }
  .m-md-196 {
    margin: 12.25rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !important;
  }
  .m-md-204 {
    margin: 12.75rem !important;
  }
  .m-md-208 {
    margin: 13rem !important;
  }
  .m-md-212 {
    margin: 13.25rem !important;
  }
  .m-md-216 {
    margin: 13.5rem !important;
  }
  .m-md-220 {
    margin: 13.75rem !important;
  }
  .m-md-224 {
    margin: 14rem !important;
  }
  .m-md-228 {
    margin: 14.25rem !important;
  }
  .m-md-232 {
    margin: 14.5rem !important;
  }
  .m-md-236 {
    margin: 14.75rem !important;
  }
  .m-md-240 {
    margin: 15rem !important;
  }
  .m-md-244 {
    margin: 15.25rem !important;
  }
  .m-md-248 {
    margin: 15.5rem !important;
  }
  .m-md-252 {
    margin: 15.75rem !important;
  }
  .m-md-256 {
    margin: 16rem !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-md-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mx-md-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-md-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-md-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mx-md-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-md-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-md-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-md-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mx-md-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-md-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-md-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-md-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-md-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-md-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mx-md-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-md-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-md-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mx-md-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-md-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mx-md-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-md-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-68 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-md-68 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mx-md-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-md-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-76 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-md-76 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-md-84 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-md-84 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mx-md-88 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-md-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-md-92 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-md-92 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mx-md-96 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-md-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mx-md-104 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-md-104 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-md-108 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-md-108 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mx-md-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-md-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-md-116 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-md-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-md-124 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .my-md-124 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .mx-md-128 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-md-128 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-md-132 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .my-md-132 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .mx-md-136 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .my-md-136 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mx-md-144 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .my-md-144 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-md-148 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .my-md-148 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .mx-md-152 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .my-md-152 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-md-156 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .my-md-156 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-md-164 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .my-md-164 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .mx-md-168 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .my-md-168 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-md-172 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .my-md-172 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .mx-md-176 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-md-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .mx-md-184 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .my-md-184 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-md-188 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .my-md-188 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .mx-md-192 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-md-192 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-md-196 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .my-md-196 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-md-204 {
    margin-right: 12.75rem !important;
    margin-left: 12.75rem !important;
  }
  .my-md-204 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .mx-md-208 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .my-md-208 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-md-212 {
    margin-right: 13.25rem !important;
    margin-left: 13.25rem !important;
  }
  .my-md-212 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .mx-md-216 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .my-md-216 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-md-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .my-md-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .mx-md-224 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .my-md-224 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-md-228 {
    margin-right: 14.25rem !important;
    margin-left: 14.25rem !important;
  }
  .my-md-228 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .mx-md-232 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .my-md-232 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-md-236 {
    margin-right: 14.75rem !important;
    margin-left: 14.75rem !important;
  }
  .my-md-236 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .mx-md-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .my-md-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-md-244 {
    margin-right: 15.25rem !important;
    margin-left: 15.25rem !important;
  }
  .my-md-244 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .mx-md-248 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .my-md-248 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-md-252 {
    margin-right: 15.75rem !important;
    margin-left: 15.75rem !important;
  }
  .my-md-252 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .mx-md-256 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-md-256 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mt-md-4 {
    margin-top: 0.25rem !important;
  }
  .mr-md-4 {
    margin-right: 0.25rem !important;
  }
  .mb-md-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-4 {
    margin-left: 0.25rem !important;
  }
  .mt-md-8 {
    margin-top: 0.5rem !important;
  }
  .mr-md-8 {
    margin-right: 0.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-8 {
    margin-left: 0.5rem !important;
  }
  .mt-md-12 {
    margin-top: 0.75rem !important;
  }
  .mr-md-12 {
    margin-right: 0.75rem !important;
  }
  .mb-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-12 {
    margin-left: 0.75rem !important;
  }
  .mt-md-16 {
    margin-top: 1rem !important;
  }
  .mr-md-16 {
    margin-right: 1rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1rem !important;
  }
  .ml-md-16 {
    margin-left: 1rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mr-md-20 {
    margin-right: 1.25rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-20 {
    margin-left: 1.25rem !important;
  }
  .mt-md-24 {
    margin-top: 1.5rem !important;
  }
  .mr-md-24 {
    margin-right: 1.5rem !important;
  }
  .mb-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-24 {
    margin-left: 1.5rem !important;
  }
  .mt-md-28 {
    margin-top: 1.75rem !important;
  }
  .mr-md-28 {
    margin-right: 1.75rem !important;
  }
  .mb-md-28 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-28 {
    margin-left: 1.75rem !important;
  }
  .mt-md-32 {
    margin-top: 2rem !important;
  }
  .mr-md-32 {
    margin-right: 2rem !important;
  }
  .mb-md-32 {
    margin-bottom: 2rem !important;
  }
  .ml-md-32 {
    margin-left: 2rem !important;
  }
  .mt-md-36 {
    margin-top: 2.25rem !important;
  }
  .mr-md-36 {
    margin-right: 2.25rem !important;
  }
  .mb-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-36 {
    margin-left: 2.25rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40 {
    margin-left: 2.5rem !important;
  }
  .mt-md-44 {
    margin-top: 2.75rem !important;
  }
  .mr-md-44 {
    margin-right: 2.75rem !important;
  }
  .mb-md-44 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-44 {
    margin-left: 2.75rem !important;
  }
  .mt-md-48 {
    margin-top: 3rem !important;
  }
  .mr-md-48 {
    margin-right: 3rem !important;
  }
  .mb-md-48 {
    margin-bottom: 3rem !important;
  }
  .ml-md-48 {
    margin-left: 3rem !important;
  }
  .mt-md-52 {
    margin-top: 3.25rem !important;
  }
  .mr-md-52 {
    margin-right: 3.25rem !important;
  }
  .mb-md-52 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-52 {
    margin-left: 3.25rem !important;
  }
  .mt-md-56 {
    margin-top: 3.5rem !important;
  }
  .mr-md-56 {
    margin-right: 3.5rem !important;
  }
  .mb-md-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-56 {
    margin-left: 3.5rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mr-md-60 {
    margin-right: 3.75rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-60 {
    margin-left: 3.75rem !important;
  }
  .mt-md-64 {
    margin-top: 4rem !important;
  }
  .mr-md-64 {
    margin-right: 4rem !important;
  }
  .mb-md-64 {
    margin-bottom: 4rem !important;
  }
  .ml-md-64 {
    margin-left: 4rem !important;
  }
  .mt-md-68 {
    margin-top: 4.25rem !important;
  }
  .mr-md-68 {
    margin-right: 4.25rem !important;
  }
  .mb-md-68 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-68 {
    margin-left: 4.25rem !important;
  }
  .mt-md-72 {
    margin-top: 4.5rem !important;
  }
  .mr-md-72 {
    margin-right: 4.5rem !important;
  }
  .mb-md-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-72 {
    margin-left: 4.5rem !important;
  }
  .mt-md-76 {
    margin-top: 4.75rem !important;
  }
  .mr-md-76 {
    margin-right: 4.75rem !important;
  }
  .mb-md-76 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-76 {
    margin-left: 4.75rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mr-md-80 {
    margin-right: 5rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .ml-md-80 {
    margin-left: 5rem !important;
  }
  .mt-md-84 {
    margin-top: 5.25rem !important;
  }
  .mr-md-84 {
    margin-right: 5.25rem !important;
  }
  .mb-md-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-84 {
    margin-left: 5.25rem !important;
  }
  .mt-md-88 {
    margin-top: 5.5rem !important;
  }
  .mr-md-88 {
    margin-right: 5.5rem !important;
  }
  .mb-md-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-88 {
    margin-left: 5.5rem !important;
  }
  .mt-md-92 {
    margin-top: 5.75rem !important;
  }
  .mr-md-92 {
    margin-right: 5.75rem !important;
  }
  .mb-md-92 {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-92 {
    margin-left: 5.75rem !important;
  }
  .mt-md-96 {
    margin-top: 6rem !important;
  }
  .mr-md-96 {
    margin-right: 6rem !important;
  }
  .mb-md-96 {
    margin-bottom: 6rem !important;
  }
  .ml-md-96 {
    margin-left: 6rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mr-md-100 {
    margin-right: 6.25rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-100 {
    margin-left: 6.25rem !important;
  }
  .mt-md-104 {
    margin-top: 6.5rem !important;
  }
  .mr-md-104 {
    margin-right: 6.5rem !important;
  }
  .mb-md-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-104 {
    margin-left: 6.5rem !important;
  }
  .mt-md-108 {
    margin-top: 6.75rem !important;
  }
  .mr-md-108 {
    margin-right: 6.75rem !important;
  }
  .mb-md-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-108 {
    margin-left: 6.75rem !important;
  }
  .mt-md-112 {
    margin-top: 7rem !important;
  }
  .mr-md-112 {
    margin-right: 7rem !important;
  }
  .mb-md-112 {
    margin-bottom: 7rem !important;
  }
  .ml-md-112 {
    margin-left: 7rem !important;
  }
  .mt-md-116 {
    margin-top: 7.25rem !important;
  }
  .mr-md-116 {
    margin-right: 7.25rem !important;
  }
  .mb-md-116 {
    margin-bottom: 7.25rem !important;
  }
  .ml-md-116 {
    margin-left: 7.25rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mr-md-120 {
    margin-right: 7.5rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-120 {
    margin-left: 7.5rem !important;
  }
  .mt-md-124 {
    margin-top: 7.75rem !important;
  }
  .mr-md-124 {
    margin-right: 7.75rem !important;
  }
  .mb-md-124 {
    margin-bottom: 7.75rem !important;
  }
  .ml-md-124 {
    margin-left: 7.75rem !important;
  }
  .mt-md-128 {
    margin-top: 8rem !important;
  }
  .mr-md-128 {
    margin-right: 8rem !important;
  }
  .mb-md-128 {
    margin-bottom: 8rem !important;
  }
  .ml-md-128 {
    margin-left: 8rem !important;
  }
  .mt-md-132 {
    margin-top: 8.25rem !important;
  }
  .mr-md-132 {
    margin-right: 8.25rem !important;
  }
  .mb-md-132 {
    margin-bottom: 8.25rem !important;
  }
  .ml-md-132 {
    margin-left: 8.25rem !important;
  }
  .mt-md-136 {
    margin-top: 8.5rem !important;
  }
  .mr-md-136 {
    margin-right: 8.5rem !important;
  }
  .mb-md-136 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-136 {
    margin-left: 8.5rem !important;
  }
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mr-md-140 {
    margin-right: 8.75rem !important;
  }
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-140 {
    margin-left: 8.75rem !important;
  }
  .mt-md-144 {
    margin-top: 9rem !important;
  }
  .mr-md-144 {
    margin-right: 9rem !important;
  }
  .mb-md-144 {
    margin-bottom: 9rem !important;
  }
  .ml-md-144 {
    margin-left: 9rem !important;
  }
  .mt-md-148 {
    margin-top: 9.25rem !important;
  }
  .mr-md-148 {
    margin-right: 9.25rem !important;
  }
  .mb-md-148 {
    margin-bottom: 9.25rem !important;
  }
  .ml-md-148 {
    margin-left: 9.25rem !important;
  }
  .mt-md-152 {
    margin-top: 9.5rem !important;
  }
  .mr-md-152 {
    margin-right: 9.5rem !important;
  }
  .mb-md-152 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-152 {
    margin-left: 9.5rem !important;
  }
  .mt-md-156 {
    margin-top: 9.75rem !important;
  }
  .mr-md-156 {
    margin-right: 9.75rem !important;
  }
  .mb-md-156 {
    margin-bottom: 9.75rem !important;
  }
  .ml-md-156 {
    margin-left: 9.75rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mr-md-160 {
    margin-right: 10rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .ml-md-160 {
    margin-left: 10rem !important;
  }
  .mt-md-164 {
    margin-top: 10.25rem !important;
  }
  .mr-md-164 {
    margin-right: 10.25rem !important;
  }
  .mb-md-164 {
    margin-bottom: 10.25rem !important;
  }
  .ml-md-164 {
    margin-left: 10.25rem !important;
  }
  .mt-md-168 {
    margin-top: 10.5rem !important;
  }
  .mr-md-168 {
    margin-right: 10.5rem !important;
  }
  .mb-md-168 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-168 {
    margin-left: 10.5rem !important;
  }
  .mt-md-172 {
    margin-top: 10.75rem !important;
  }
  .mr-md-172 {
    margin-right: 10.75rem !important;
  }
  .mb-md-172 {
    margin-bottom: 10.75rem !important;
  }
  .ml-md-172 {
    margin-left: 10.75rem !important;
  }
  .mt-md-176 {
    margin-top: 11rem !important;
  }
  .mr-md-176 {
    margin-right: 11rem !important;
  }
  .mb-md-176 {
    margin-bottom: 11rem !important;
  }
  .ml-md-176 {
    margin-left: 11rem !important;
  }
  .mt-md-180 {
    margin-top: 11.25rem !important;
  }
  .mr-md-180 {
    margin-right: 11.25rem !important;
  }
  .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }
  .ml-md-180 {
    margin-left: 11.25rem !important;
  }
  .mt-md-184 {
    margin-top: 11.5rem !important;
  }
  .mr-md-184 {
    margin-right: 11.5rem !important;
  }
  .mb-md-184 {
    margin-bottom: 11.5rem !important;
  }
  .ml-md-184 {
    margin-left: 11.5rem !important;
  }
  .mt-md-188 {
    margin-top: 11.75rem !important;
  }
  .mr-md-188 {
    margin-right: 11.75rem !important;
  }
  .mb-md-188 {
    margin-bottom: 11.75rem !important;
  }
  .ml-md-188 {
    margin-left: 11.75rem !important;
  }
  .mt-md-192 {
    margin-top: 12rem !important;
  }
  .mr-md-192 {
    margin-right: 12rem !important;
  }
  .mb-md-192 {
    margin-bottom: 12rem !important;
  }
  .ml-md-192 {
    margin-left: 12rem !important;
  }
  .mt-md-196 {
    margin-top: 12.25rem !important;
  }
  .mr-md-196 {
    margin-right: 12.25rem !important;
  }
  .mb-md-196 {
    margin-bottom: 12.25rem !important;
  }
  .ml-md-196 {
    margin-left: 12.25rem !important;
  }
  .mt-md-200 {
    margin-top: 12.5rem !important;
  }
  .mr-md-200 {
    margin-right: 12.5rem !important;
  }
  .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-200 {
    margin-left: 12.5rem !important;
  }
  .mt-md-204 {
    margin-top: 12.75rem !important;
  }
  .mr-md-204 {
    margin-right: 12.75rem !important;
  }
  .mb-md-204 {
    margin-bottom: 12.75rem !important;
  }
  .ml-md-204 {
    margin-left: 12.75rem !important;
  }
  .mt-md-208 {
    margin-top: 13rem !important;
  }
  .mr-md-208 {
    margin-right: 13rem !important;
  }
  .mb-md-208 {
    margin-bottom: 13rem !important;
  }
  .ml-md-208 {
    margin-left: 13rem !important;
  }
  .mt-md-212 {
    margin-top: 13.25rem !important;
  }
  .mr-md-212 {
    margin-right: 13.25rem !important;
  }
  .mb-md-212 {
    margin-bottom: 13.25rem !important;
  }
  .ml-md-212 {
    margin-left: 13.25rem !important;
  }
  .mt-md-216 {
    margin-top: 13.5rem !important;
  }
  .mr-md-216 {
    margin-right: 13.5rem !important;
  }
  .mb-md-216 {
    margin-bottom: 13.5rem !important;
  }
  .ml-md-216 {
    margin-left: 13.5rem !important;
  }
  .mt-md-220 {
    margin-top: 13.75rem !important;
  }
  .mr-md-220 {
    margin-right: 13.75rem !important;
  }
  .mb-md-220 {
    margin-bottom: 13.75rem !important;
  }
  .ml-md-220 {
    margin-left: 13.75rem !important;
  }
  .mt-md-224 {
    margin-top: 14rem !important;
  }
  .mr-md-224 {
    margin-right: 14rem !important;
  }
  .mb-md-224 {
    margin-bottom: 14rem !important;
  }
  .ml-md-224 {
    margin-left: 14rem !important;
  }
  .mt-md-228 {
    margin-top: 14.25rem !important;
  }
  .mr-md-228 {
    margin-right: 14.25rem !important;
  }
  .mb-md-228 {
    margin-bottom: 14.25rem !important;
  }
  .ml-md-228 {
    margin-left: 14.25rem !important;
  }
  .mt-md-232 {
    margin-top: 14.5rem !important;
  }
  .mr-md-232 {
    margin-right: 14.5rem !important;
  }
  .mb-md-232 {
    margin-bottom: 14.5rem !important;
  }
  .ml-md-232 {
    margin-left: 14.5rem !important;
  }
  .mt-md-236 {
    margin-top: 14.75rem !important;
  }
  .mr-md-236 {
    margin-right: 14.75rem !important;
  }
  .mb-md-236 {
    margin-bottom: 14.75rem !important;
  }
  .ml-md-236 {
    margin-left: 14.75rem !important;
  }
  .mt-md-240 {
    margin-top: 15rem !important;
  }
  .mr-md-240 {
    margin-right: 15rem !important;
  }
  .mb-md-240 {
    margin-bottom: 15rem !important;
  }
  .ml-md-240 {
    margin-left: 15rem !important;
  }
  .mt-md-244 {
    margin-top: 15.25rem !important;
  }
  .mr-md-244 {
    margin-right: 15.25rem !important;
  }
  .mb-md-244 {
    margin-bottom: 15.25rem !important;
  }
  .ml-md-244 {
    margin-left: 15.25rem !important;
  }
  .mt-md-248 {
    margin-top: 15.5rem !important;
  }
  .mr-md-248 {
    margin-right: 15.5rem !important;
  }
  .mb-md-248 {
    margin-bottom: 15.5rem !important;
  }
  .ml-md-248 {
    margin-left: 15.5rem !important;
  }
  .mt-md-252 {
    margin-top: 15.75rem !important;
  }
  .mr-md-252 {
    margin-right: 15.75rem !important;
  }
  .mb-md-252 {
    margin-bottom: 15.75rem !important;
  }
  .ml-md-252 {
    margin-left: 15.75rem !important;
  }
  .mt-md-256 {
    margin-top: 16rem !important;
  }
  .mr-md-256 {
    margin-right: 16rem !important;
  }
  .mb-md-256 {
    margin-bottom: 16rem !important;
  }
  .ml-md-256 {
    margin-left: 16rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md--0 {
    margin-top: -0rem !important;
  }
  .mr-md--0 {
    margin-right: -0rem !important;
  }
  .mb-md--0 {
    margin-bottom: -0rem !important;
  }
  .ml-md--0 {
    margin-left: -0rem !important;
  }
  .mt-md--4 {
    margin-top: -0.25rem !important;
  }
  .mr-md--4 {
    margin-right: -0.25rem !important;
  }
  .mb-md--4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md--4 {
    margin-left: -0.25rem !important;
  }
  .mt-md--8 {
    margin-top: -0.5rem !important;
  }
  .mr-md--8 {
    margin-right: -0.5rem !important;
  }
  .mb-md--8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md--8 {
    margin-left: -0.5rem !important;
  }
  .mt-md--12 {
    margin-top: -0.75rem !important;
  }
  .mr-md--12 {
    margin-right: -0.75rem !important;
  }
  .mb-md--12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md--12 {
    margin-left: -0.75rem !important;
  }
  .mt-md--16 {
    margin-top: -1rem !important;
  }
  .mr-md--16 {
    margin-right: -1rem !important;
  }
  .mb-md--16 {
    margin-bottom: -1rem !important;
  }
  .ml-md--16 {
    margin-left: -1rem !important;
  }
  .mt-md--20 {
    margin-top: -1.25rem !important;
  }
  .mr-md--20 {
    margin-right: -1.25rem !important;
  }
  .mb-md--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md--20 {
    margin-left: -1.25rem !important;
  }
  .mt-md--24 {
    margin-top: -1.5rem !important;
  }
  .mr-md--24 {
    margin-right: -1.5rem !important;
  }
  .mb-md--24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md--24 {
    margin-left: -1.5rem !important;
  }
  .mt-md--28 {
    margin-top: -1.75rem !important;
  }
  .mr-md--28 {
    margin-right: -1.75rem !important;
  }
  .mb-md--28 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md--28 {
    margin-left: -1.75rem !important;
  }
  .mt-md--32 {
    margin-top: -2rem !important;
  }
  .mr-md--32 {
    margin-right: -2rem !important;
  }
  .mb-md--32 {
    margin-bottom: -2rem !important;
  }
  .ml-md--32 {
    margin-left: -2rem !important;
  }
  .mt-md--36 {
    margin-top: -2.25rem !important;
  }
  .mr-md--36 {
    margin-right: -2.25rem !important;
  }
  .mb-md--36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md--36 {
    margin-left: -2.25rem !important;
  }
  .mt-md--40 {
    margin-top: -2.5rem !important;
  }
  .mr-md--40 {
    margin-right: -2.5rem !important;
  }
  .mb-md--40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md--40 {
    margin-left: -2.5rem !important;
  }
  .mt-md--44 {
    margin-top: -2.75rem !important;
  }
  .mr-md--44 {
    margin-right: -2.75rem !important;
  }
  .mb-md--44 {
    margin-bottom: -2.75rem !important;
  }
  .ml-md--44 {
    margin-left: -2.75rem !important;
  }
  .mt-md--48 {
    margin-top: -3rem !important;
  }
  .mr-md--48 {
    margin-right: -3rem !important;
  }
  .mb-md--48 {
    margin-bottom: -3rem !important;
  }
  .ml-md--48 {
    margin-left: -3rem !important;
  }
  .mt-md--52 {
    margin-top: -3.25rem !important;
  }
  .mr-md--52 {
    margin-right: -3.25rem !important;
  }
  .mb-md--52 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md--52 {
    margin-left: -3.25rem !important;
  }
  .mt-md--56 {
    margin-top: -3.5rem !important;
  }
  .mr-md--56 {
    margin-right: -3.5rem !important;
  }
  .mb-md--56 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md--56 {
    margin-left: -3.5rem !important;
  }
  .mt-md--60 {
    margin-top: -3.75rem !important;
  }
  .mr-md--60 {
    margin-right: -3.75rem !important;
  }
  .mb-md--60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md--60 {
    margin-left: -3.75rem !important;
  }
  .mt-md--64 {
    margin-top: -4rem !important;
  }
  .mr-md--64 {
    margin-right: -4rem !important;
  }
  .mb-md--64 {
    margin-bottom: -4rem !important;
  }
  .ml-md--64 {
    margin-left: -4rem !important;
  }
  .mt-md--68 {
    margin-top: -4.25rem !important;
  }
  .mr-md--68 {
    margin-right: -4.25rem !important;
  }
  .mb-md--68 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md--68 {
    margin-left: -4.25rem !important;
  }
  .mt-md--72 {
    margin-top: -4.5rem !important;
  }
  .mr-md--72 {
    margin-right: -4.5rem !important;
  }
  .mb-md--72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md--72 {
    margin-left: -4.5rem !important;
  }
  .mt-md--76 {
    margin-top: -4.75rem !important;
  }
  .mr-md--76 {
    margin-right: -4.75rem !important;
  }
  .mb-md--76 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md--76 {
    margin-left: -4.75rem !important;
  }
  .mt-md--80 {
    margin-top: -5rem !important;
  }
  .mr-md--80 {
    margin-right: -5rem !important;
  }
  .mb-md--80 {
    margin-bottom: -5rem !important;
  }
  .ml-md--80 {
    margin-left: -5rem !important;
  }
  .mt-md--84 {
    margin-top: -5.25rem !important;
  }
  .mr-md--84 {
    margin-right: -5.25rem !important;
  }
  .mb-md--84 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md--84 {
    margin-left: -5.25rem !important;
  }
  .mt-md--88 {
    margin-top: -5.5rem !important;
  }
  .mr-md--88 {
    margin-right: -5.5rem !important;
  }
  .mb-md--88 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md--88 {
    margin-left: -5.5rem !important;
  }
  .mt-md--92 {
    margin-top: -5.75rem !important;
  }
  .mr-md--92 {
    margin-right: -5.75rem !important;
  }
  .mb-md--92 {
    margin-bottom: -5.75rem !important;
  }
  .ml-md--92 {
    margin-left: -5.75rem !important;
  }
  .mt-md--96 {
    margin-top: -6rem !important;
  }
  .mr-md--96 {
    margin-right: -6rem !important;
  }
  .mb-md--96 {
    margin-bottom: -6rem !important;
  }
  .ml-md--96 {
    margin-left: -6rem !important;
  }
  .mt-md--100 {
    margin-top: -6.25rem !important;
  }
  .mr-md--100 {
    margin-right: -6.25rem !important;
  }
  .mb-md--100 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md--100 {
    margin-left: -6.25rem !important;
  }
  .mt-md--104 {
    margin-top: -6.5rem !important;
  }
  .mr-md--104 {
    margin-right: -6.5rem !important;
  }
  .mb-md--104 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md--104 {
    margin-left: -6.5rem !important;
  }
  .mt-md--108 {
    margin-top: -6.75rem !important;
  }
  .mr-md--108 {
    margin-right: -6.75rem !important;
  }
  .mb-md--108 {
    margin-bottom: -6.75rem !important;
  }
  .ml-md--108 {
    margin-left: -6.75rem !important;
  }
  .mt-md--112 {
    margin-top: -7rem !important;
  }
  .mr-md--112 {
    margin-right: -7rem !important;
  }
  .mb-md--112 {
    margin-bottom: -7rem !important;
  }
  .ml-md--112 {
    margin-left: -7rem !important;
  }
  .mt-md--116 {
    margin-top: -7.25rem !important;
  }
  .mr-md--116 {
    margin-right: -7.25rem !important;
  }
  .mb-md--116 {
    margin-bottom: -7.25rem !important;
  }
  .ml-md--116 {
    margin-left: -7.25rem !important;
  }
  .mt-md--120 {
    margin-top: -7.5rem !important;
  }
  .mr-md--120 {
    margin-right: -7.5rem !important;
  }
  .mb-md--120 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md--120 {
    margin-left: -7.5rem !important;
  }
  .mt-md--124 {
    margin-top: -7.75rem !important;
  }
  .mr-md--124 {
    margin-right: -7.75rem !important;
  }
  .mb-md--124 {
    margin-bottom: -7.75rem !important;
  }
  .ml-md--124 {
    margin-left: -7.75rem !important;
  }
  .mt-md--128 {
    margin-top: -8rem !important;
  }
  .mr-md--128 {
    margin-right: -8rem !important;
  }
  .mb-md--128 {
    margin-bottom: -8rem !important;
  }
  .ml-md--128 {
    margin-left: -8rem !important;
  }
  .mt-md--132 {
    margin-top: -8.25rem !important;
  }
  .mr-md--132 {
    margin-right: -8.25rem !important;
  }
  .mb-md--132 {
    margin-bottom: -8.25rem !important;
  }
  .ml-md--132 {
    margin-left: -8.25rem !important;
  }
  .mt-md--136 {
    margin-top: -8.5rem !important;
  }
  .mr-md--136 {
    margin-right: -8.5rem !important;
  }
  .mb-md--136 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md--136 {
    margin-left: -8.5rem !important;
  }
  .mt-md--140 {
    margin-top: -8.75rem !important;
  }
  .mr-md--140 {
    margin-right: -8.75rem !important;
  }
  .mb-md--140 {
    margin-bottom: -8.75rem !important;
  }
  .ml-md--140 {
    margin-left: -8.75rem !important;
  }
  .mt-md--144 {
    margin-top: -9rem !important;
  }
  .mr-md--144 {
    margin-right: -9rem !important;
  }
  .mb-md--144 {
    margin-bottom: -9rem !important;
  }
  .ml-md--144 {
    margin-left: -9rem !important;
  }
  .mt-md--148 {
    margin-top: -9.25rem !important;
  }
  .mr-md--148 {
    margin-right: -9.25rem !important;
  }
  .mb-md--148 {
    margin-bottom: -9.25rem !important;
  }
  .ml-md--148 {
    margin-left: -9.25rem !important;
  }
  .mt-md--152 {
    margin-top: -9.5rem !important;
  }
  .mr-md--152 {
    margin-right: -9.5rem !important;
  }
  .mb-md--152 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md--152 {
    margin-left: -9.5rem !important;
  }
  .mt-md--156 {
    margin-top: -9.75rem !important;
  }
  .mr-md--156 {
    margin-right: -9.75rem !important;
  }
  .mb-md--156 {
    margin-bottom: -9.75rem !important;
  }
  .ml-md--156 {
    margin-left: -9.75rem !important;
  }
  .mt-md--160 {
    margin-top: -10rem !important;
  }
  .mr-md--160 {
    margin-right: -10rem !important;
  }
  .mb-md--160 {
    margin-bottom: -10rem !important;
  }
  .ml-md--160 {
    margin-left: -10rem !important;
  }
  .mt-md--164 {
    margin-top: -10.25rem !important;
  }
  .mr-md--164 {
    margin-right: -10.25rem !important;
  }
  .mb-md--164 {
    margin-bottom: -10.25rem !important;
  }
  .ml-md--164 {
    margin-left: -10.25rem !important;
  }
  .mt-md--168 {
    margin-top: -10.5rem !important;
  }
  .mr-md--168 {
    margin-right: -10.5rem !important;
  }
  .mb-md--168 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md--168 {
    margin-left: -10.5rem !important;
  }
  .mt-md--172 {
    margin-top: -10.75rem !important;
  }
  .mr-md--172 {
    margin-right: -10.75rem !important;
  }
  .mb-md--172 {
    margin-bottom: -10.75rem !important;
  }
  .ml-md--172 {
    margin-left: -10.75rem !important;
  }
  .mt-md--176 {
    margin-top: -11rem !important;
  }
  .mr-md--176 {
    margin-right: -11rem !important;
  }
  .mb-md--176 {
    margin-bottom: -11rem !important;
  }
  .ml-md--176 {
    margin-left: -11rem !important;
  }
  .mt-md--180 {
    margin-top: -11.25rem !important;
  }
  .mr-md--180 {
    margin-right: -11.25rem !important;
  }
  .mb-md--180 {
    margin-bottom: -11.25rem !important;
  }
  .ml-md--180 {
    margin-left: -11.25rem !important;
  }
  .mt-md--184 {
    margin-top: -11.5rem !important;
  }
  .mr-md--184 {
    margin-right: -11.5rem !important;
  }
  .mb-md--184 {
    margin-bottom: -11.5rem !important;
  }
  .ml-md--184 {
    margin-left: -11.5rem !important;
  }
  .mt-md--188 {
    margin-top: -11.75rem !important;
  }
  .mr-md--188 {
    margin-right: -11.75rem !important;
  }
  .mb-md--188 {
    margin-bottom: -11.75rem !important;
  }
  .ml-md--188 {
    margin-left: -11.75rem !important;
  }
  .mt-md--192 {
    margin-top: -12rem !important;
  }
  .mr-md--192 {
    margin-right: -12rem !important;
  }
  .mb-md--192 {
    margin-bottom: -12rem !important;
  }
  .ml-md--192 {
    margin-left: -12rem !important;
  }
  .mt-md--196 {
    margin-top: -12.25rem !important;
  }
  .mr-md--196 {
    margin-right: -12.25rem !important;
  }
  .mb-md--196 {
    margin-bottom: -12.25rem !important;
  }
  .ml-md--196 {
    margin-left: -12.25rem !important;
  }
  .mt-md--200 {
    margin-top: -12.5rem !important;
  }
  .mr-md--200 {
    margin-right: -12.5rem !important;
  }
  .mb-md--200 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md--200 {
    margin-left: -12.5rem !important;
  }
  .mt-md--204 {
    margin-top: -12.75rem !important;
  }
  .mr-md--204 {
    margin-right: -12.75rem !important;
  }
  .mb-md--204 {
    margin-bottom: -12.75rem !important;
  }
  .ml-md--204 {
    margin-left: -12.75rem !important;
  }
  .mt-md--208 {
    margin-top: -13rem !important;
  }
  .mr-md--208 {
    margin-right: -13rem !important;
  }
  .mb-md--208 {
    margin-bottom: -13rem !important;
  }
  .ml-md--208 {
    margin-left: -13rem !important;
  }
  .mt-md--212 {
    margin-top: -13.25rem !important;
  }
  .mr-md--212 {
    margin-right: -13.25rem !important;
  }
  .mb-md--212 {
    margin-bottom: -13.25rem !important;
  }
  .ml-md--212 {
    margin-left: -13.25rem !important;
  }
  .mt-md--216 {
    margin-top: -13.5rem !important;
  }
  .mr-md--216 {
    margin-right: -13.5rem !important;
  }
  .mb-md--216 {
    margin-bottom: -13.5rem !important;
  }
  .ml-md--216 {
    margin-left: -13.5rem !important;
  }
  .mt-md--220 {
    margin-top: -13.75rem !important;
  }
  .mr-md--220 {
    margin-right: -13.75rem !important;
  }
  .mb-md--220 {
    margin-bottom: -13.75rem !important;
  }
  .ml-md--220 {
    margin-left: -13.75rem !important;
  }
  .mt-md--224 {
    margin-top: -14rem !important;
  }
  .mr-md--224 {
    margin-right: -14rem !important;
  }
  .mb-md--224 {
    margin-bottom: -14rem !important;
  }
  .ml-md--224 {
    margin-left: -14rem !important;
  }
  .mt-md--228 {
    margin-top: -14.25rem !important;
  }
  .mr-md--228 {
    margin-right: -14.25rem !important;
  }
  .mb-md--228 {
    margin-bottom: -14.25rem !important;
  }
  .ml-md--228 {
    margin-left: -14.25rem !important;
  }
  .mt-md--232 {
    margin-top: -14.5rem !important;
  }
  .mr-md--232 {
    margin-right: -14.5rem !important;
  }
  .mb-md--232 {
    margin-bottom: -14.5rem !important;
  }
  .ml-md--232 {
    margin-left: -14.5rem !important;
  }
  .mt-md--236 {
    margin-top: -14.75rem !important;
  }
  .mr-md--236 {
    margin-right: -14.75rem !important;
  }
  .mb-md--236 {
    margin-bottom: -14.75rem !important;
  }
  .ml-md--236 {
    margin-left: -14.75rem !important;
  }
  .mt-md--240 {
    margin-top: -15rem !important;
  }
  .mr-md--240 {
    margin-right: -15rem !important;
  }
  .mb-md--240 {
    margin-bottom: -15rem !important;
  }
  .ml-md--240 {
    margin-left: -15rem !important;
  }
  .mt-md--244 {
    margin-top: -15.25rem !important;
  }
  .mr-md--244 {
    margin-right: -15.25rem !important;
  }
  .mb-md--244 {
    margin-bottom: -15.25rem !important;
  }
  .ml-md--244 {
    margin-left: -15.25rem !important;
  }
  .mt-md--248 {
    margin-top: -15.5rem !important;
  }
  .mr-md--248 {
    margin-right: -15.5rem !important;
  }
  .mb-md--248 {
    margin-bottom: -15.5rem !important;
  }
  .ml-md--248 {
    margin-left: -15.5rem !important;
  }
  .mt-md--252 {
    margin-top: -15.75rem !important;
  }
  .mr-md--252 {
    margin-right: -15.75rem !important;
  }
  .mb-md--252 {
    margin-bottom: -15.75rem !important;
  }
  .ml-md--252 {
    margin-left: -15.75rem !important;
  }
  .mt-md--256 {
    margin-top: -16rem !important;
  }
  .mr-md--256 {
    margin-right: -16rem !important;
  }
  .mb-md--256 {
    margin-bottom: -16rem !important;
  }
  .ml-md--256 {
    margin-left: -16rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-4 {
    padding: 0.25rem !important;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .p-md-28 {
    padding: 1.75rem !important;
  }
  .p-md-32 {
    padding: 2rem !important;
  }
  .p-md-36 {
    padding: 2.25rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-44 {
    padding: 2.75rem !important;
  }
  .p-md-48 {
    padding: 3rem !important;
  }
  .p-md-52 {
    padding: 3.25rem !important;
  }
  .p-md-56 {
    padding: 3.5rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-64 {
    padding: 4rem !important;
  }
  .p-md-68 {
    padding: 4.25rem !important;
  }
  .p-md-72 {
    padding: 4.5rem !important;
  }
  .p-md-76 {
    padding: 4.75rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-84 {
    padding: 5.25rem !important;
  }
  .p-md-88 {
    padding: 5.5rem !important;
  }
  .p-md-92 {
    padding: 5.75rem !important;
  }
  .p-md-96 {
    padding: 6rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-104 {
    padding: 6.5rem !important;
  }
  .p-md-108 {
    padding: 6.75rem !important;
  }
  .p-md-112 {
    padding: 7rem !important;
  }
  .p-md-116 {
    padding: 7.25rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .p-md-124 {
    padding: 7.75rem !important;
  }
  .p-md-128 {
    padding: 8rem !important;
  }
  .p-md-132 {
    padding: 8.25rem !important;
  }
  .p-md-136 {
    padding: 8.5rem !important;
  }
  .p-md-140 {
    padding: 8.75rem !important;
  }
  .p-md-144 {
    padding: 9rem !important;
  }
  .p-md-148 {
    padding: 9.25rem !important;
  }
  .p-md-152 {
    padding: 9.5rem !important;
  }
  .p-md-156 {
    padding: 9.75rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-164 {
    padding: 10.25rem !important;
  }
  .p-md-168 {
    padding: 10.5rem !important;
  }
  .p-md-172 {
    padding: 10.75rem !important;
  }
  .p-md-176 {
    padding: 11rem !important;
  }
  .p-md-180 {
    padding: 11.25rem !important;
  }
  .p-md-184 {
    padding: 11.5rem !important;
  }
  .p-md-188 {
    padding: 11.75rem !important;
  }
  .p-md-192 {
    padding: 12rem !important;
  }
  .p-md-196 {
    padding: 12.25rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !important;
  }
  .p-md-204 {
    padding: 12.75rem !important;
  }
  .p-md-208 {
    padding: 13rem !important;
  }
  .p-md-212 {
    padding: 13.25rem !important;
  }
  .p-md-216 {
    padding: 13.5rem !important;
  }
  .p-md-220 {
    padding: 13.75rem !important;
  }
  .p-md-224 {
    padding: 14rem !important;
  }
  .p-md-228 {
    padding: 14.25rem !important;
  }
  .p-md-232 {
    padding: 14.5rem !important;
  }
  .p-md-236 {
    padding: 14.75rem !important;
  }
  .p-md-240 {
    padding: 15rem !important;
  }
  .p-md-244 {
    padding: 15.25rem !important;
  }
  .p-md-248 {
    padding: 15.5rem !important;
  }
  .p-md-252 {
    padding: 15.75rem !important;
  }
  .p-md-256 {
    padding: 16rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-md-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-md-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-md-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-md-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .px-md-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-md-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-md-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-md-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .px-md-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-md-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-md-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-md-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-md-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .px-md-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-md-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-md-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .px-md-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-md-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .px-md-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-md-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-md-68 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-md-68 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .px-md-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-md-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-76 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-md-76 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-md-84 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-md-84 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .px-md-88 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-md-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-md-92 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-md-92 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .px-md-96 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .px-md-104 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-md-104 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-md-108 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-md-108 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .px-md-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-md-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-md-116 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-md-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-md-124 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .py-md-124 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .px-md-128 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-128 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-md-132 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .py-md-132 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .px-md-136 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .py-md-136 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .px-md-144 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-md-144 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-md-148 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .py-md-148 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .px-md-152 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .py-md-152 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-md-156 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .py-md-156 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-md-164 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .py-md-164 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .px-md-168 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-md-168 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-md-172 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .py-md-172 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .px-md-176 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-md-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .px-md-184 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .py-md-184 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-md-188 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .py-md-188 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .px-md-192 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-192 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-md-196 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .py-md-196 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-md-204 {
    padding-right: 12.75rem !important;
    padding-left: 12.75rem !important;
  }
  .py-md-204 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .px-md-208 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .py-md-208 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-md-212 {
    padding-right: 13.25rem !important;
    padding-left: 13.25rem !important;
  }
  .py-md-212 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .px-md-216 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .py-md-216 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-md-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .py-md-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .px-md-224 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-md-224 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-md-228 {
    padding-right: 14.25rem !important;
    padding-left: 14.25rem !important;
  }
  .py-md-228 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .px-md-232 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .py-md-232 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-md-236 {
    padding-right: 14.75rem !important;
    padding-left: 14.75rem !important;
  }
  .py-md-236 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .px-md-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-md-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-md-244 {
    padding-right: 15.25rem !important;
    padding-left: 15.25rem !important;
  }
  .py-md-244 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .px-md-248 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .py-md-248 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-md-252 {
    padding-right: 15.75rem !important;
    padding-left: 15.75rem !important;
  }
  .py-md-252 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .px-md-256 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-md-256 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pt-md-4 {
    padding-top: 0.25rem !important;
  }
  .pr-md-4 {
    padding-right: 0.25rem !important;
  }
  .pb-md-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-4 {
    padding-left: 0.25rem !important;
  }
  .pt-md-8 {
    padding-top: 0.5rem !important;
  }
  .pr-md-8 {
    padding-right: 0.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-8 {
    padding-left: 0.5rem !important;
  }
  .pt-md-12 {
    padding-top: 0.75rem !important;
  }
  .pr-md-12 {
    padding-right: 0.75rem !important;
  }
  .pb-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-12 {
    padding-left: 0.75rem !important;
  }
  .pt-md-16 {
    padding-top: 1rem !important;
  }
  .pr-md-16 {
    padding-right: 1rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1rem !important;
  }
  .pl-md-16 {
    padding-left: 1rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pr-md-20 {
    padding-right: 1.25rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-20 {
    padding-left: 1.25rem !important;
  }
  .pt-md-24 {
    padding-top: 1.5rem !important;
  }
  .pr-md-24 {
    padding-right: 1.5rem !important;
  }
  .pb-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-24 {
    padding-left: 1.5rem !important;
  }
  .pt-md-28 {
    padding-top: 1.75rem !important;
  }
  .pr-md-28 {
    padding-right: 1.75rem !important;
  }
  .pb-md-28 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-28 {
    padding-left: 1.75rem !important;
  }
  .pt-md-32 {
    padding-top: 2rem !important;
  }
  .pr-md-32 {
    padding-right: 2rem !important;
  }
  .pb-md-32 {
    padding-bottom: 2rem !important;
  }
  .pl-md-32 {
    padding-left: 2rem !important;
  }
  .pt-md-36 {
    padding-top: 2.25rem !important;
  }
  .pr-md-36 {
    padding-right: 2.25rem !important;
  }
  .pb-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-36 {
    padding-left: 2.25rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40 {
    padding-left: 2.5rem !important;
  }
  .pt-md-44 {
    padding-top: 2.75rem !important;
  }
  .pr-md-44 {
    padding-right: 2.75rem !important;
  }
  .pb-md-44 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-44 {
    padding-left: 2.75rem !important;
  }
  .pt-md-48 {
    padding-top: 3rem !important;
  }
  .pr-md-48 {
    padding-right: 3rem !important;
  }
  .pb-md-48 {
    padding-bottom: 3rem !important;
  }
  .pl-md-48 {
    padding-left: 3rem !important;
  }
  .pt-md-52 {
    padding-top: 3.25rem !important;
  }
  .pr-md-52 {
    padding-right: 3.25rem !important;
  }
  .pb-md-52 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-52 {
    padding-left: 3.25rem !important;
  }
  .pt-md-56 {
    padding-top: 3.5rem !important;
  }
  .pr-md-56 {
    padding-right: 3.5rem !important;
  }
  .pb-md-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-56 {
    padding-left: 3.5rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pr-md-60 {
    padding-right: 3.75rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-60 {
    padding-left: 3.75rem !important;
  }
  .pt-md-64 {
    padding-top: 4rem !important;
  }
  .pr-md-64 {
    padding-right: 4rem !important;
  }
  .pb-md-64 {
    padding-bottom: 4rem !important;
  }
  .pl-md-64 {
    padding-left: 4rem !important;
  }
  .pt-md-68 {
    padding-top: 4.25rem !important;
  }
  .pr-md-68 {
    padding-right: 4.25rem !important;
  }
  .pb-md-68 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-68 {
    padding-left: 4.25rem !important;
  }
  .pt-md-72 {
    padding-top: 4.5rem !important;
  }
  .pr-md-72 {
    padding-right: 4.5rem !important;
  }
  .pb-md-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-72 {
    padding-left: 4.5rem !important;
  }
  .pt-md-76 {
    padding-top: 4.75rem !important;
  }
  .pr-md-76 {
    padding-right: 4.75rem !important;
  }
  .pb-md-76 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-76 {
    padding-left: 4.75rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pr-md-80 {
    padding-right: 5rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pl-md-80 {
    padding-left: 5rem !important;
  }
  .pt-md-84 {
    padding-top: 5.25rem !important;
  }
  .pr-md-84 {
    padding-right: 5.25rem !important;
  }
  .pb-md-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-84 {
    padding-left: 5.25rem !important;
  }
  .pt-md-88 {
    padding-top: 5.5rem !important;
  }
  .pr-md-88 {
    padding-right: 5.5rem !important;
  }
  .pb-md-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-88 {
    padding-left: 5.5rem !important;
  }
  .pt-md-92 {
    padding-top: 5.75rem !important;
  }
  .pr-md-92 {
    padding-right: 5.75rem !important;
  }
  .pb-md-92 {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-92 {
    padding-left: 5.75rem !important;
  }
  .pt-md-96 {
    padding-top: 6rem !important;
  }
  .pr-md-96 {
    padding-right: 6rem !important;
  }
  .pb-md-96 {
    padding-bottom: 6rem !important;
  }
  .pl-md-96 {
    padding-left: 6rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pr-md-100 {
    padding-right: 6.25rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-100 {
    padding-left: 6.25rem !important;
  }
  .pt-md-104 {
    padding-top: 6.5rem !important;
  }
  .pr-md-104 {
    padding-right: 6.5rem !important;
  }
  .pb-md-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-104 {
    padding-left: 6.5rem !important;
  }
  .pt-md-108 {
    padding-top: 6.75rem !important;
  }
  .pr-md-108 {
    padding-right: 6.75rem !important;
  }
  .pb-md-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-108 {
    padding-left: 6.75rem !important;
  }
  .pt-md-112 {
    padding-top: 7rem !important;
  }
  .pr-md-112 {
    padding-right: 7rem !important;
  }
  .pb-md-112 {
    padding-bottom: 7rem !important;
  }
  .pl-md-112 {
    padding-left: 7rem !important;
  }
  .pt-md-116 {
    padding-top: 7.25rem !important;
  }
  .pr-md-116 {
    padding-right: 7.25rem !important;
  }
  .pb-md-116 {
    padding-bottom: 7.25rem !important;
  }
  .pl-md-116 {
    padding-left: 7.25rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pr-md-120 {
    padding-right: 7.5rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-120 {
    padding-left: 7.5rem !important;
  }
  .pt-md-124 {
    padding-top: 7.75rem !important;
  }
  .pr-md-124 {
    padding-right: 7.75rem !important;
  }
  .pb-md-124 {
    padding-bottom: 7.75rem !important;
  }
  .pl-md-124 {
    padding-left: 7.75rem !important;
  }
  .pt-md-128 {
    padding-top: 8rem !important;
  }
  .pr-md-128 {
    padding-right: 8rem !important;
  }
  .pb-md-128 {
    padding-bottom: 8rem !important;
  }
  .pl-md-128 {
    padding-left: 8rem !important;
  }
  .pt-md-132 {
    padding-top: 8.25rem !important;
  }
  .pr-md-132 {
    padding-right: 8.25rem !important;
  }
  .pb-md-132 {
    padding-bottom: 8.25rem !important;
  }
  .pl-md-132 {
    padding-left: 8.25rem !important;
  }
  .pt-md-136 {
    padding-top: 8.5rem !important;
  }
  .pr-md-136 {
    padding-right: 8.5rem !important;
  }
  .pb-md-136 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-136 {
    padding-left: 8.5rem !important;
  }
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .pr-md-140 {
    padding-right: 8.75rem !important;
  }
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-140 {
    padding-left: 8.75rem !important;
  }
  .pt-md-144 {
    padding-top: 9rem !important;
  }
  .pr-md-144 {
    padding-right: 9rem !important;
  }
  .pb-md-144 {
    padding-bottom: 9rem !important;
  }
  .pl-md-144 {
    padding-left: 9rem !important;
  }
  .pt-md-148 {
    padding-top: 9.25rem !important;
  }
  .pr-md-148 {
    padding-right: 9.25rem !important;
  }
  .pb-md-148 {
    padding-bottom: 9.25rem !important;
  }
  .pl-md-148 {
    padding-left: 9.25rem !important;
  }
  .pt-md-152 {
    padding-top: 9.5rem !important;
  }
  .pr-md-152 {
    padding-right: 9.5rem !important;
  }
  .pb-md-152 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-152 {
    padding-left: 9.5rem !important;
  }
  .pt-md-156 {
    padding-top: 9.75rem !important;
  }
  .pr-md-156 {
    padding-right: 9.75rem !important;
  }
  .pb-md-156 {
    padding-bottom: 9.75rem !important;
  }
  .pl-md-156 {
    padding-left: 9.75rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pr-md-160 {
    padding-right: 10rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pl-md-160 {
    padding-left: 10rem !important;
  }
  .pt-md-164 {
    padding-top: 10.25rem !important;
  }
  .pr-md-164 {
    padding-right: 10.25rem !important;
  }
  .pb-md-164 {
    padding-bottom: 10.25rem !important;
  }
  .pl-md-164 {
    padding-left: 10.25rem !important;
  }
  .pt-md-168 {
    padding-top: 10.5rem !important;
  }
  .pr-md-168 {
    padding-right: 10.5rem !important;
  }
  .pb-md-168 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-168 {
    padding-left: 10.5rem !important;
  }
  .pt-md-172 {
    padding-top: 10.75rem !important;
  }
  .pr-md-172 {
    padding-right: 10.75rem !important;
  }
  .pb-md-172 {
    padding-bottom: 10.75rem !important;
  }
  .pl-md-172 {
    padding-left: 10.75rem !important;
  }
  .pt-md-176 {
    padding-top: 11rem !important;
  }
  .pr-md-176 {
    padding-right: 11rem !important;
  }
  .pb-md-176 {
    padding-bottom: 11rem !important;
  }
  .pl-md-176 {
    padding-left: 11rem !important;
  }
  .pt-md-180 {
    padding-top: 11.25rem !important;
  }
  .pr-md-180 {
    padding-right: 11.25rem !important;
  }
  .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }
  .pl-md-180 {
    padding-left: 11.25rem !important;
  }
  .pt-md-184 {
    padding-top: 11.5rem !important;
  }
  .pr-md-184 {
    padding-right: 11.5rem !important;
  }
  .pb-md-184 {
    padding-bottom: 11.5rem !important;
  }
  .pl-md-184 {
    padding-left: 11.5rem !important;
  }
  .pt-md-188 {
    padding-top: 11.75rem !important;
  }
  .pr-md-188 {
    padding-right: 11.75rem !important;
  }
  .pb-md-188 {
    padding-bottom: 11.75rem !important;
  }
  .pl-md-188 {
    padding-left: 11.75rem !important;
  }
  .pt-md-192 {
    padding-top: 12rem !important;
  }
  .pr-md-192 {
    padding-right: 12rem !important;
  }
  .pb-md-192 {
    padding-bottom: 12rem !important;
  }
  .pl-md-192 {
    padding-left: 12rem !important;
  }
  .pt-md-196 {
    padding-top: 12.25rem !important;
  }
  .pr-md-196 {
    padding-right: 12.25rem !important;
  }
  .pb-md-196 {
    padding-bottom: 12.25rem !important;
  }
  .pl-md-196 {
    padding-left: 12.25rem !important;
  }
  .pt-md-200 {
    padding-top: 12.5rem !important;
  }
  .pr-md-200 {
    padding-right: 12.5rem !important;
  }
  .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-200 {
    padding-left: 12.5rem !important;
  }
  .pt-md-204 {
    padding-top: 12.75rem !important;
  }
  .pr-md-204 {
    padding-right: 12.75rem !important;
  }
  .pb-md-204 {
    padding-bottom: 12.75rem !important;
  }
  .pl-md-204 {
    padding-left: 12.75rem !important;
  }
  .pt-md-208 {
    padding-top: 13rem !important;
  }
  .pr-md-208 {
    padding-right: 13rem !important;
  }
  .pb-md-208 {
    padding-bottom: 13rem !important;
  }
  .pl-md-208 {
    padding-left: 13rem !important;
  }
  .pt-md-212 {
    padding-top: 13.25rem !important;
  }
  .pr-md-212 {
    padding-right: 13.25rem !important;
  }
  .pb-md-212 {
    padding-bottom: 13.25rem !important;
  }
  .pl-md-212 {
    padding-left: 13.25rem !important;
  }
  .pt-md-216 {
    padding-top: 13.5rem !important;
  }
  .pr-md-216 {
    padding-right: 13.5rem !important;
  }
  .pb-md-216 {
    padding-bottom: 13.5rem !important;
  }
  .pl-md-216 {
    padding-left: 13.5rem !important;
  }
  .pt-md-220 {
    padding-top: 13.75rem !important;
  }
  .pr-md-220 {
    padding-right: 13.75rem !important;
  }
  .pb-md-220 {
    padding-bottom: 13.75rem !important;
  }
  .pl-md-220 {
    padding-left: 13.75rem !important;
  }
  .pt-md-224 {
    padding-top: 14rem !important;
  }
  .pr-md-224 {
    padding-right: 14rem !important;
  }
  .pb-md-224 {
    padding-bottom: 14rem !important;
  }
  .pl-md-224 {
    padding-left: 14rem !important;
  }
  .pt-md-228 {
    padding-top: 14.25rem !important;
  }
  .pr-md-228 {
    padding-right: 14.25rem !important;
  }
  .pb-md-228 {
    padding-bottom: 14.25rem !important;
  }
  .pl-md-228 {
    padding-left: 14.25rem !important;
  }
  .pt-md-232 {
    padding-top: 14.5rem !important;
  }
  .pr-md-232 {
    padding-right: 14.5rem !important;
  }
  .pb-md-232 {
    padding-bottom: 14.5rem !important;
  }
  .pl-md-232 {
    padding-left: 14.5rem !important;
  }
  .pt-md-236 {
    padding-top: 14.75rem !important;
  }
  .pr-md-236 {
    padding-right: 14.75rem !important;
  }
  .pb-md-236 {
    padding-bottom: 14.75rem !important;
  }
  .pl-md-236 {
    padding-left: 14.75rem !important;
  }
  .pt-md-240 {
    padding-top: 15rem !important;
  }
  .pr-md-240 {
    padding-right: 15rem !important;
  }
  .pb-md-240 {
    padding-bottom: 15rem !important;
  }
  .pl-md-240 {
    padding-left: 15rem !important;
  }
  .pt-md-244 {
    padding-top: 15.25rem !important;
  }
  .pr-md-244 {
    padding-right: 15.25rem !important;
  }
  .pb-md-244 {
    padding-bottom: 15.25rem !important;
  }
  .pl-md-244 {
    padding-left: 15.25rem !important;
  }
  .pt-md-248 {
    padding-top: 15.5rem !important;
  }
  .pr-md-248 {
    padding-right: 15.5rem !important;
  }
  .pb-md-248 {
    padding-bottom: 15.5rem !important;
  }
  .pl-md-248 {
    padding-left: 15.5rem !important;
  }
  .pt-md-252 {
    padding-top: 15.75rem !important;
  }
  .pr-md-252 {
    padding-right: 15.75rem !important;
  }
  .pb-md-252 {
    padding-bottom: 15.75rem !important;
  }
  .pl-md-252 {
    padding-left: 15.75rem !important;
  }
  .pt-md-256 {
    padding-top: 16rem !important;
  }
  .pr-md-256 {
    padding-right: 16rem !important;
  }
  .pb-md-256 {
    padding-bottom: 16rem !important;
  }
  .pl-md-256 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .m-lg-4 {
    margin: 0.25rem !important;
  }
  .m-lg-8 {
    margin: 0.5rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .m-lg-28 {
    margin: 1.75rem !important;
  }
  .m-lg-32 {
    margin: 2rem !important;
  }
  .m-lg-36 {
    margin: 2.25rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-44 {
    margin: 2.75rem !important;
  }
  .m-lg-48 {
    margin: 3rem !important;
  }
  .m-lg-52 {
    margin: 3.25rem !important;
  }
  .m-lg-56 {
    margin: 3.5rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-64 {
    margin: 4rem !important;
  }
  .m-lg-68 {
    margin: 4.25rem !important;
  }
  .m-lg-72 {
    margin: 4.5rem !important;
  }
  .m-lg-76 {
    margin: 4.75rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-84 {
    margin: 5.25rem !important;
  }
  .m-lg-88 {
    margin: 5.5rem !important;
  }
  .m-lg-92 {
    margin: 5.75rem !important;
  }
  .m-lg-96 {
    margin: 6rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-104 {
    margin: 6.5rem !important;
  }
  .m-lg-108 {
    margin: 6.75rem !important;
  }
  .m-lg-112 {
    margin: 7rem !important;
  }
  .m-lg-116 {
    margin: 7.25rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-124 {
    margin: 7.75rem !important;
  }
  .m-lg-128 {
    margin: 8rem !important;
  }
  .m-lg-132 {
    margin: 8.25rem !important;
  }
  .m-lg-136 {
    margin: 8.5rem !important;
  }
  .m-lg-140 {
    margin: 8.75rem !important;
  }
  .m-lg-144 {
    margin: 9rem !important;
  }
  .m-lg-148 {
    margin: 9.25rem !important;
  }
  .m-lg-152 {
    margin: 9.5rem !important;
  }
  .m-lg-156 {
    margin: 9.75rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-164 {
    margin: 10.25rem !important;
  }
  .m-lg-168 {
    margin: 10.5rem !important;
  }
  .m-lg-172 {
    margin: 10.75rem !important;
  }
  .m-lg-176 {
    margin: 11rem !important;
  }
  .m-lg-180 {
    margin: 11.25rem !important;
  }
  .m-lg-184 {
    margin: 11.5rem !important;
  }
  .m-lg-188 {
    margin: 11.75rem !important;
  }
  .m-lg-192 {
    margin: 12rem !important;
  }
  .m-lg-196 {
    margin: 12.25rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !important;
  }
  .m-lg-204 {
    margin: 12.75rem !important;
  }
  .m-lg-208 {
    margin: 13rem !important;
  }
  .m-lg-212 {
    margin: 13.25rem !important;
  }
  .m-lg-216 {
    margin: 13.5rem !important;
  }
  .m-lg-220 {
    margin: 13.75rem !important;
  }
  .m-lg-224 {
    margin: 14rem !important;
  }
  .m-lg-228 {
    margin: 14.25rem !important;
  }
  .m-lg-232 {
    margin: 14.5rem !important;
  }
  .m-lg-236 {
    margin: 14.75rem !important;
  }
  .m-lg-240 {
    margin: 15rem !important;
  }
  .m-lg-244 {
    margin: 15.25rem !important;
  }
  .m-lg-248 {
    margin: 15.5rem !important;
  }
  .m-lg-252 {
    margin: 15.75rem !important;
  }
  .m-lg-256 {
    margin: 16rem !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-lg-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mx-lg-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-lg-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mx-lg-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-lg-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-lg-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-lg-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mx-lg-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-lg-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-lg-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-lg-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-lg-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-lg-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mx-lg-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-lg-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-lg-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mx-lg-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-lg-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mx-lg-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-lg-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-68 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-lg-68 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mx-lg-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-lg-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-76 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-lg-76 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-lg-84 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-lg-84 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mx-lg-88 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-lg-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-lg-92 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-lg-92 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mx-lg-96 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-lg-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mx-lg-104 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-lg-104 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-lg-108 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-lg-108 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mx-lg-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-lg-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-lg-116 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-lg-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-lg-124 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .my-lg-124 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .mx-lg-128 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-lg-128 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-lg-132 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .my-lg-132 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .mx-lg-136 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .my-lg-136 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mx-lg-144 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .my-lg-144 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-lg-148 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .my-lg-148 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .mx-lg-152 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .my-lg-152 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-lg-156 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .my-lg-156 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-lg-164 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .my-lg-164 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .mx-lg-168 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .my-lg-168 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-lg-172 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .my-lg-172 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .mx-lg-176 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-lg-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .mx-lg-184 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .my-lg-184 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-lg-188 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .my-lg-188 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .mx-lg-192 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-lg-192 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-lg-196 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .my-lg-196 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-lg-204 {
    margin-right: 12.75rem !important;
    margin-left: 12.75rem !important;
  }
  .my-lg-204 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .mx-lg-208 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .my-lg-208 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-lg-212 {
    margin-right: 13.25rem !important;
    margin-left: 13.25rem !important;
  }
  .my-lg-212 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .mx-lg-216 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .my-lg-216 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-lg-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .my-lg-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .mx-lg-224 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .my-lg-224 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-lg-228 {
    margin-right: 14.25rem !important;
    margin-left: 14.25rem !important;
  }
  .my-lg-228 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .mx-lg-232 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .my-lg-232 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-lg-236 {
    margin-right: 14.75rem !important;
    margin-left: 14.75rem !important;
  }
  .my-lg-236 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .mx-lg-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .my-lg-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-lg-244 {
    margin-right: 15.25rem !important;
    margin-left: 15.25rem !important;
  }
  .my-lg-244 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .mx-lg-248 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .my-lg-248 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-lg-252 {
    margin-right: 15.75rem !important;
    margin-left: 15.75rem !important;
  }
  .my-lg-252 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .mx-lg-256 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-lg-256 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mt-lg-4 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-4 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-4 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-8 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-8 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-12 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-12 {
    margin-left: 0.75rem !important;
  }
  .mt-lg-16 {
    margin-top: 1rem !important;
  }
  .mr-lg-16 {
    margin-right: 1rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-16 {
    margin-left: 1rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20 {
    margin-left: 1.25rem !important;
  }
  .mt-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-24 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-24 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-28 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-28 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-28 {
    margin-left: 1.75rem !important;
  }
  .mt-lg-32 {
    margin-top: 2rem !important;
  }
  .mr-lg-32 {
    margin-right: 2rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-32 {
    margin-left: 2rem !important;
  }
  .mt-lg-36 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-36 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-36 {
    margin-left: 2.25rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40 {
    margin-left: 2.5rem !important;
  }
  .mt-lg-44 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-44 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-44 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-44 {
    margin-left: 2.75rem !important;
  }
  .mt-lg-48 {
    margin-top: 3rem !important;
  }
  .mr-lg-48 {
    margin-right: 3rem !important;
  }
  .mb-lg-48 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-48 {
    margin-left: 3rem !important;
  }
  .mt-lg-52 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-52 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-52 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-52 {
    margin-left: 3.25rem !important;
  }
  .mt-lg-56 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-56 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-56 {
    margin-left: 3.5rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-60 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-60 {
    margin-left: 3.75rem !important;
  }
  .mt-lg-64 {
    margin-top: 4rem !important;
  }
  .mr-lg-64 {
    margin-right: 4rem !important;
  }
  .mb-lg-64 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-64 {
    margin-left: 4rem !important;
  }
  .mt-lg-68 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-68 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-68 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-68 {
    margin-left: 4.25rem !important;
  }
  .mt-lg-72 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-72 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-72 {
    margin-left: 4.5rem !important;
  }
  .mt-lg-76 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-76 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-76 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-76 {
    margin-left: 4.75rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mr-lg-80 {
    margin-right: 5rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-80 {
    margin-left: 5rem !important;
  }
  .mt-lg-84 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-84 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-84 {
    margin-left: 5.25rem !important;
  }
  .mt-lg-88 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-88 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-88 {
    margin-left: 5.5rem !important;
  }
  .mt-lg-92 {
    margin-top: 5.75rem !important;
  }
  .mr-lg-92 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-92 {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-92 {
    margin-left: 5.75rem !important;
  }
  .mt-lg-96 {
    margin-top: 6rem !important;
  }
  .mr-lg-96 {
    margin-right: 6rem !important;
  }
  .mb-lg-96 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-96 {
    margin-left: 6rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-100 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-100 {
    margin-left: 6.25rem !important;
  }
  .mt-lg-104 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-104 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-104 {
    margin-left: 6.5rem !important;
  }
  .mt-lg-108 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-108 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-108 {
    margin-left: 6.75rem !important;
  }
  .mt-lg-112 {
    margin-top: 7rem !important;
  }
  .mr-lg-112 {
    margin-right: 7rem !important;
  }
  .mb-lg-112 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-112 {
    margin-left: 7rem !important;
  }
  .mt-lg-116 {
    margin-top: 7.25rem !important;
  }
  .mr-lg-116 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-116 {
    margin-bottom: 7.25rem !important;
  }
  .ml-lg-116 {
    margin-left: 7.25rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-120 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-120 {
    margin-left: 7.5rem !important;
  }
  .mt-lg-124 {
    margin-top: 7.75rem !important;
  }
  .mr-lg-124 {
    margin-right: 7.75rem !important;
  }
  .mb-lg-124 {
    margin-bottom: 7.75rem !important;
  }
  .ml-lg-124 {
    margin-left: 7.75rem !important;
  }
  .mt-lg-128 {
    margin-top: 8rem !important;
  }
  .mr-lg-128 {
    margin-right: 8rem !important;
  }
  .mb-lg-128 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-128 {
    margin-left: 8rem !important;
  }
  .mt-lg-132 {
    margin-top: 8.25rem !important;
  }
  .mr-lg-132 {
    margin-right: 8.25rem !important;
  }
  .mb-lg-132 {
    margin-bottom: 8.25rem !important;
  }
  .ml-lg-132 {
    margin-left: 8.25rem !important;
  }
  .mt-lg-136 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-136 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-136 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-136 {
    margin-left: 8.5rem !important;
  }
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mr-lg-140 {
    margin-right: 8.75rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-140 {
    margin-left: 8.75rem !important;
  }
  .mt-lg-144 {
    margin-top: 9rem !important;
  }
  .mr-lg-144 {
    margin-right: 9rem !important;
  }
  .mb-lg-144 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-144 {
    margin-left: 9rem !important;
  }
  .mt-lg-148 {
    margin-top: 9.25rem !important;
  }
  .mr-lg-148 {
    margin-right: 9.25rem !important;
  }
  .mb-lg-148 {
    margin-bottom: 9.25rem !important;
  }
  .ml-lg-148 {
    margin-left: 9.25rem !important;
  }
  .mt-lg-152 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-152 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-152 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-152 {
    margin-left: 9.5rem !important;
  }
  .mt-lg-156 {
    margin-top: 9.75rem !important;
  }
  .mr-lg-156 {
    margin-right: 9.75rem !important;
  }
  .mb-lg-156 {
    margin-bottom: 9.75rem !important;
  }
  .ml-lg-156 {
    margin-left: 9.75rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mr-lg-160 {
    margin-right: 10rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-160 {
    margin-left: 10rem !important;
  }
  .mt-lg-164 {
    margin-top: 10.25rem !important;
  }
  .mr-lg-164 {
    margin-right: 10.25rem !important;
  }
  .mb-lg-164 {
    margin-bottom: 10.25rem !important;
  }
  .ml-lg-164 {
    margin-left: 10.25rem !important;
  }
  .mt-lg-168 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-168 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-168 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-168 {
    margin-left: 10.5rem !important;
  }
  .mt-lg-172 {
    margin-top: 10.75rem !important;
  }
  .mr-lg-172 {
    margin-right: 10.75rem !important;
  }
  .mb-lg-172 {
    margin-bottom: 10.75rem !important;
  }
  .ml-lg-172 {
    margin-left: 10.75rem !important;
  }
  .mt-lg-176 {
    margin-top: 11rem !important;
  }
  .mr-lg-176 {
    margin-right: 11rem !important;
  }
  .mb-lg-176 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-176 {
    margin-left: 11rem !important;
  }
  .mt-lg-180 {
    margin-top: 11.25rem !important;
  }
  .mr-lg-180 {
    margin-right: 11.25rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }
  .ml-lg-180 {
    margin-left: 11.25rem !important;
  }
  .mt-lg-184 {
    margin-top: 11.5rem !important;
  }
  .mr-lg-184 {
    margin-right: 11.5rem !important;
  }
  .mb-lg-184 {
    margin-bottom: 11.5rem !important;
  }
  .ml-lg-184 {
    margin-left: 11.5rem !important;
  }
  .mt-lg-188 {
    margin-top: 11.75rem !important;
  }
  .mr-lg-188 {
    margin-right: 11.75rem !important;
  }
  .mb-lg-188 {
    margin-bottom: 11.75rem !important;
  }
  .ml-lg-188 {
    margin-left: 11.75rem !important;
  }
  .mt-lg-192 {
    margin-top: 12rem !important;
  }
  .mr-lg-192 {
    margin-right: 12rem !important;
  }
  .mb-lg-192 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-192 {
    margin-left: 12rem !important;
  }
  .mt-lg-196 {
    margin-top: 12.25rem !important;
  }
  .mr-lg-196 {
    margin-right: 12.25rem !important;
  }
  .mb-lg-196 {
    margin-bottom: 12.25rem !important;
  }
  .ml-lg-196 {
    margin-left: 12.25rem !important;
  }
  .mt-lg-200 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-200 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-200 {
    margin-left: 12.5rem !important;
  }
  .mt-lg-204 {
    margin-top: 12.75rem !important;
  }
  .mr-lg-204 {
    margin-right: 12.75rem !important;
  }
  .mb-lg-204 {
    margin-bottom: 12.75rem !important;
  }
  .ml-lg-204 {
    margin-left: 12.75rem !important;
  }
  .mt-lg-208 {
    margin-top: 13rem !important;
  }
  .mr-lg-208 {
    margin-right: 13rem !important;
  }
  .mb-lg-208 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-208 {
    margin-left: 13rem !important;
  }
  .mt-lg-212 {
    margin-top: 13.25rem !important;
  }
  .mr-lg-212 {
    margin-right: 13.25rem !important;
  }
  .mb-lg-212 {
    margin-bottom: 13.25rem !important;
  }
  .ml-lg-212 {
    margin-left: 13.25rem !important;
  }
  .mt-lg-216 {
    margin-top: 13.5rem !important;
  }
  .mr-lg-216 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-216 {
    margin-bottom: 13.5rem !important;
  }
  .ml-lg-216 {
    margin-left: 13.5rem !important;
  }
  .mt-lg-220 {
    margin-top: 13.75rem !important;
  }
  .mr-lg-220 {
    margin-right: 13.75rem !important;
  }
  .mb-lg-220 {
    margin-bottom: 13.75rem !important;
  }
  .ml-lg-220 {
    margin-left: 13.75rem !important;
  }
  .mt-lg-224 {
    margin-top: 14rem !important;
  }
  .mr-lg-224 {
    margin-right: 14rem !important;
  }
  .mb-lg-224 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-224 {
    margin-left: 14rem !important;
  }
  .mt-lg-228 {
    margin-top: 14.25rem !important;
  }
  .mr-lg-228 {
    margin-right: 14.25rem !important;
  }
  .mb-lg-228 {
    margin-bottom: 14.25rem !important;
  }
  .ml-lg-228 {
    margin-left: 14.25rem !important;
  }
  .mt-lg-232 {
    margin-top: 14.5rem !important;
  }
  .mr-lg-232 {
    margin-right: 14.5rem !important;
  }
  .mb-lg-232 {
    margin-bottom: 14.5rem !important;
  }
  .ml-lg-232 {
    margin-left: 14.5rem !important;
  }
  .mt-lg-236 {
    margin-top: 14.75rem !important;
  }
  .mr-lg-236 {
    margin-right: 14.75rem !important;
  }
  .mb-lg-236 {
    margin-bottom: 14.75rem !important;
  }
  .ml-lg-236 {
    margin-left: 14.75rem !important;
  }
  .mt-lg-240 {
    margin-top: 15rem !important;
  }
  .mr-lg-240 {
    margin-right: 15rem !important;
  }
  .mb-lg-240 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-240 {
    margin-left: 15rem !important;
  }
  .mt-lg-244 {
    margin-top: 15.25rem !important;
  }
  .mr-lg-244 {
    margin-right: 15.25rem !important;
  }
  .mb-lg-244 {
    margin-bottom: 15.25rem !important;
  }
  .ml-lg-244 {
    margin-left: 15.25rem !important;
  }
  .mt-lg-248 {
    margin-top: 15.5rem !important;
  }
  .mr-lg-248 {
    margin-right: 15.5rem !important;
  }
  .mb-lg-248 {
    margin-bottom: 15.5rem !important;
  }
  .ml-lg-248 {
    margin-left: 15.5rem !important;
  }
  .mt-lg-252 {
    margin-top: 15.75rem !important;
  }
  .mr-lg-252 {
    margin-right: 15.75rem !important;
  }
  .mb-lg-252 {
    margin-bottom: 15.75rem !important;
  }
  .ml-lg-252 {
    margin-left: 15.75rem !important;
  }
  .mt-lg-256 {
    margin-top: 16rem !important;
  }
  .mr-lg-256 {
    margin-right: 16rem !important;
  }
  .mb-lg-256 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-256 {
    margin-left: 16rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg--0 {
    margin-top: -0rem !important;
  }
  .mr-lg--0 {
    margin-right: -0rem !important;
  }
  .mb-lg--0 {
    margin-bottom: -0rem !important;
  }
  .ml-lg--0 {
    margin-left: -0rem !important;
  }
  .mt-lg--4 {
    margin-top: -0.25rem !important;
  }
  .mr-lg--4 {
    margin-right: -0.25rem !important;
  }
  .mb-lg--4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg--4 {
    margin-left: -0.25rem !important;
  }
  .mt-lg--8 {
    margin-top: -0.5rem !important;
  }
  .mr-lg--8 {
    margin-right: -0.5rem !important;
  }
  .mb-lg--8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg--8 {
    margin-left: -0.5rem !important;
  }
  .mt-lg--12 {
    margin-top: -0.75rem !important;
  }
  .mr-lg--12 {
    margin-right: -0.75rem !important;
  }
  .mb-lg--12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg--12 {
    margin-left: -0.75rem !important;
  }
  .mt-lg--16 {
    margin-top: -1rem !important;
  }
  .mr-lg--16 {
    margin-right: -1rem !important;
  }
  .mb-lg--16 {
    margin-bottom: -1rem !important;
  }
  .ml-lg--16 {
    margin-left: -1rem !important;
  }
  .mt-lg--20 {
    margin-top: -1.25rem !important;
  }
  .mr-lg--20 {
    margin-right: -1.25rem !important;
  }
  .mb-lg--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg--20 {
    margin-left: -1.25rem !important;
  }
  .mt-lg--24 {
    margin-top: -1.5rem !important;
  }
  .mr-lg--24 {
    margin-right: -1.5rem !important;
  }
  .mb-lg--24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg--24 {
    margin-left: -1.5rem !important;
  }
  .mt-lg--28 {
    margin-top: -1.75rem !important;
  }
  .mr-lg--28 {
    margin-right: -1.75rem !important;
  }
  .mb-lg--28 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg--28 {
    margin-left: -1.75rem !important;
  }
  .mt-lg--32 {
    margin-top: -2rem !important;
  }
  .mr-lg--32 {
    margin-right: -2rem !important;
  }
  .mb-lg--32 {
    margin-bottom: -2rem !important;
  }
  .ml-lg--32 {
    margin-left: -2rem !important;
  }
  .mt-lg--36 {
    margin-top: -2.25rem !important;
  }
  .mr-lg--36 {
    margin-right: -2.25rem !important;
  }
  .mb-lg--36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg--36 {
    margin-left: -2.25rem !important;
  }
  .mt-lg--40 {
    margin-top: -2.5rem !important;
  }
  .mr-lg--40 {
    margin-right: -2.5rem !important;
  }
  .mb-lg--40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg--40 {
    margin-left: -2.5rem !important;
  }
  .mt-lg--44 {
    margin-top: -2.75rem !important;
  }
  .mr-lg--44 {
    margin-right: -2.75rem !important;
  }
  .mb-lg--44 {
    margin-bottom: -2.75rem !important;
  }
  .ml-lg--44 {
    margin-left: -2.75rem !important;
  }
  .mt-lg--48 {
    margin-top: -3rem !important;
  }
  .mr-lg--48 {
    margin-right: -3rem !important;
  }
  .mb-lg--48 {
    margin-bottom: -3rem !important;
  }
  .ml-lg--48 {
    margin-left: -3rem !important;
  }
  .mt-lg--52 {
    margin-top: -3.25rem !important;
  }
  .mr-lg--52 {
    margin-right: -3.25rem !important;
  }
  .mb-lg--52 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg--52 {
    margin-left: -3.25rem !important;
  }
  .mt-lg--56 {
    margin-top: -3.5rem !important;
  }
  .mr-lg--56 {
    margin-right: -3.5rem !important;
  }
  .mb-lg--56 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg--56 {
    margin-left: -3.5rem !important;
  }
  .mt-lg--60 {
    margin-top: -3.75rem !important;
  }
  .mr-lg--60 {
    margin-right: -3.75rem !important;
  }
  .mb-lg--60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg--60 {
    margin-left: -3.75rem !important;
  }
  .mt-lg--64 {
    margin-top: -4rem !important;
  }
  .mr-lg--64 {
    margin-right: -4rem !important;
  }
  .mb-lg--64 {
    margin-bottom: -4rem !important;
  }
  .ml-lg--64 {
    margin-left: -4rem !important;
  }
  .mt-lg--68 {
    margin-top: -4.25rem !important;
  }
  .mr-lg--68 {
    margin-right: -4.25rem !important;
  }
  .mb-lg--68 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg--68 {
    margin-left: -4.25rem !important;
  }
  .mt-lg--72 {
    margin-top: -4.5rem !important;
  }
  .mr-lg--72 {
    margin-right: -4.5rem !important;
  }
  .mb-lg--72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg--72 {
    margin-left: -4.5rem !important;
  }
  .mt-lg--76 {
    margin-top: -4.75rem !important;
  }
  .mr-lg--76 {
    margin-right: -4.75rem !important;
  }
  .mb-lg--76 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg--76 {
    margin-left: -4.75rem !important;
  }
  .mt-lg--80 {
    margin-top: -5rem !important;
  }
  .mr-lg--80 {
    margin-right: -5rem !important;
  }
  .mb-lg--80 {
    margin-bottom: -5rem !important;
  }
  .ml-lg--80 {
    margin-left: -5rem !important;
  }
  .mt-lg--84 {
    margin-top: -5.25rem !important;
  }
  .mr-lg--84 {
    margin-right: -5.25rem !important;
  }
  .mb-lg--84 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg--84 {
    margin-left: -5.25rem !important;
  }
  .mt-lg--88 {
    margin-top: -5.5rem !important;
  }
  .mr-lg--88 {
    margin-right: -5.5rem !important;
  }
  .mb-lg--88 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg--88 {
    margin-left: -5.5rem !important;
  }
  .mt-lg--92 {
    margin-top: -5.75rem !important;
  }
  .mr-lg--92 {
    margin-right: -5.75rem !important;
  }
  .mb-lg--92 {
    margin-bottom: -5.75rem !important;
  }
  .ml-lg--92 {
    margin-left: -5.75rem !important;
  }
  .mt-lg--96 {
    margin-top: -6rem !important;
  }
  .mr-lg--96 {
    margin-right: -6rem !important;
  }
  .mb-lg--96 {
    margin-bottom: -6rem !important;
  }
  .ml-lg--96 {
    margin-left: -6rem !important;
  }
  .mt-lg--100 {
    margin-top: -6.25rem !important;
  }
  .mr-lg--100 {
    margin-right: -6.25rem !important;
  }
  .mb-lg--100 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg--100 {
    margin-left: -6.25rem !important;
  }
  .mt-lg--104 {
    margin-top: -6.5rem !important;
  }
  .mr-lg--104 {
    margin-right: -6.5rem !important;
  }
  .mb-lg--104 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg--104 {
    margin-left: -6.5rem !important;
  }
  .mt-lg--108 {
    margin-top: -6.75rem !important;
  }
  .mr-lg--108 {
    margin-right: -6.75rem !important;
  }
  .mb-lg--108 {
    margin-bottom: -6.75rem !important;
  }
  .ml-lg--108 {
    margin-left: -6.75rem !important;
  }
  .mt-lg--112 {
    margin-top: -7rem !important;
  }
  .mr-lg--112 {
    margin-right: -7rem !important;
  }
  .mb-lg--112 {
    margin-bottom: -7rem !important;
  }
  .ml-lg--112 {
    margin-left: -7rem !important;
  }
  .mt-lg--116 {
    margin-top: -7.25rem !important;
  }
  .mr-lg--116 {
    margin-right: -7.25rem !important;
  }
  .mb-lg--116 {
    margin-bottom: -7.25rem !important;
  }
  .ml-lg--116 {
    margin-left: -7.25rem !important;
  }
  .mt-lg--120 {
    margin-top: -7.5rem !important;
  }
  .mr-lg--120 {
    margin-right: -7.5rem !important;
  }
  .mb-lg--120 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg--120 {
    margin-left: -7.5rem !important;
  }
  .mt-lg--124 {
    margin-top: -7.75rem !important;
  }
  .mr-lg--124 {
    margin-right: -7.75rem !important;
  }
  .mb-lg--124 {
    margin-bottom: -7.75rem !important;
  }
  .ml-lg--124 {
    margin-left: -7.75rem !important;
  }
  .mt-lg--128 {
    margin-top: -8rem !important;
  }
  .mr-lg--128 {
    margin-right: -8rem !important;
  }
  .mb-lg--128 {
    margin-bottom: -8rem !important;
  }
  .ml-lg--128 {
    margin-left: -8rem !important;
  }
  .mt-lg--132 {
    margin-top: -8.25rem !important;
  }
  .mr-lg--132 {
    margin-right: -8.25rem !important;
  }
  .mb-lg--132 {
    margin-bottom: -8.25rem !important;
  }
  .ml-lg--132 {
    margin-left: -8.25rem !important;
  }
  .mt-lg--136 {
    margin-top: -8.5rem !important;
  }
  .mr-lg--136 {
    margin-right: -8.5rem !important;
  }
  .mb-lg--136 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg--136 {
    margin-left: -8.5rem !important;
  }
  .mt-lg--140 {
    margin-top: -8.75rem !important;
  }
  .mr-lg--140 {
    margin-right: -8.75rem !important;
  }
  .mb-lg--140 {
    margin-bottom: -8.75rem !important;
  }
  .ml-lg--140 {
    margin-left: -8.75rem !important;
  }
  .mt-lg--144 {
    margin-top: -9rem !important;
  }
  .mr-lg--144 {
    margin-right: -9rem !important;
  }
  .mb-lg--144 {
    margin-bottom: -9rem !important;
  }
  .ml-lg--144 {
    margin-left: -9rem !important;
  }
  .mt-lg--148 {
    margin-top: -9.25rem !important;
  }
  .mr-lg--148 {
    margin-right: -9.25rem !important;
  }
  .mb-lg--148 {
    margin-bottom: -9.25rem !important;
  }
  .ml-lg--148 {
    margin-left: -9.25rem !important;
  }
  .mt-lg--152 {
    margin-top: -9.5rem !important;
  }
  .mr-lg--152 {
    margin-right: -9.5rem !important;
  }
  .mb-lg--152 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg--152 {
    margin-left: -9.5rem !important;
  }
  .mt-lg--156 {
    margin-top: -9.75rem !important;
  }
  .mr-lg--156 {
    margin-right: -9.75rem !important;
  }
  .mb-lg--156 {
    margin-bottom: -9.75rem !important;
  }
  .ml-lg--156 {
    margin-left: -9.75rem !important;
  }
  .mt-lg--160 {
    margin-top: -10rem !important;
  }
  .mr-lg--160 {
    margin-right: -10rem !important;
  }
  .mb-lg--160 {
    margin-bottom: -10rem !important;
  }
  .ml-lg--160 {
    margin-left: -10rem !important;
  }
  .mt-lg--164 {
    margin-top: -10.25rem !important;
  }
  .mr-lg--164 {
    margin-right: -10.25rem !important;
  }
  .mb-lg--164 {
    margin-bottom: -10.25rem !important;
  }
  .ml-lg--164 {
    margin-left: -10.25rem !important;
  }
  .mt-lg--168 {
    margin-top: -10.5rem !important;
  }
  .mr-lg--168 {
    margin-right: -10.5rem !important;
  }
  .mb-lg--168 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg--168 {
    margin-left: -10.5rem !important;
  }
  .mt-lg--172 {
    margin-top: -10.75rem !important;
  }
  .mr-lg--172 {
    margin-right: -10.75rem !important;
  }
  .mb-lg--172 {
    margin-bottom: -10.75rem !important;
  }
  .ml-lg--172 {
    margin-left: -10.75rem !important;
  }
  .mt-lg--176 {
    margin-top: -11rem !important;
  }
  .mr-lg--176 {
    margin-right: -11rem !important;
  }
  .mb-lg--176 {
    margin-bottom: -11rem !important;
  }
  .ml-lg--176 {
    margin-left: -11rem !important;
  }
  .mt-lg--180 {
    margin-top: -11.25rem !important;
  }
  .mr-lg--180 {
    margin-right: -11.25rem !important;
  }
  .mb-lg--180 {
    margin-bottom: -11.25rem !important;
  }
  .ml-lg--180 {
    margin-left: -11.25rem !important;
  }
  .mt-lg--184 {
    margin-top: -11.5rem !important;
  }
  .mr-lg--184 {
    margin-right: -11.5rem !important;
  }
  .mb-lg--184 {
    margin-bottom: -11.5rem !important;
  }
  .ml-lg--184 {
    margin-left: -11.5rem !important;
  }
  .mt-lg--188 {
    margin-top: -11.75rem !important;
  }
  .mr-lg--188 {
    margin-right: -11.75rem !important;
  }
  .mb-lg--188 {
    margin-bottom: -11.75rem !important;
  }
  .ml-lg--188 {
    margin-left: -11.75rem !important;
  }
  .mt-lg--192 {
    margin-top: -12rem !important;
  }
  .mr-lg--192 {
    margin-right: -12rem !important;
  }
  .mb-lg--192 {
    margin-bottom: -12rem !important;
  }
  .ml-lg--192 {
    margin-left: -12rem !important;
  }
  .mt-lg--196 {
    margin-top: -12.25rem !important;
  }
  .mr-lg--196 {
    margin-right: -12.25rem !important;
  }
  .mb-lg--196 {
    margin-bottom: -12.25rem !important;
  }
  .ml-lg--196 {
    margin-left: -12.25rem !important;
  }
  .mt-lg--200 {
    margin-top: -12.5rem !important;
  }
  .mr-lg--200 {
    margin-right: -12.5rem !important;
  }
  .mb-lg--200 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg--200 {
    margin-left: -12.5rem !important;
  }
  .mt-lg--204 {
    margin-top: -12.75rem !important;
  }
  .mr-lg--204 {
    margin-right: -12.75rem !important;
  }
  .mb-lg--204 {
    margin-bottom: -12.75rem !important;
  }
  .ml-lg--204 {
    margin-left: -12.75rem !important;
  }
  .mt-lg--208 {
    margin-top: -13rem !important;
  }
  .mr-lg--208 {
    margin-right: -13rem !important;
  }
  .mb-lg--208 {
    margin-bottom: -13rem !important;
  }
  .ml-lg--208 {
    margin-left: -13rem !important;
  }
  .mt-lg--212 {
    margin-top: -13.25rem !important;
  }
  .mr-lg--212 {
    margin-right: -13.25rem !important;
  }
  .mb-lg--212 {
    margin-bottom: -13.25rem !important;
  }
  .ml-lg--212 {
    margin-left: -13.25rem !important;
  }
  .mt-lg--216 {
    margin-top: -13.5rem !important;
  }
  .mr-lg--216 {
    margin-right: -13.5rem !important;
  }
  .mb-lg--216 {
    margin-bottom: -13.5rem !important;
  }
  .ml-lg--216 {
    margin-left: -13.5rem !important;
  }
  .mt-lg--220 {
    margin-top: -13.75rem !important;
  }
  .mr-lg--220 {
    margin-right: -13.75rem !important;
  }
  .mb-lg--220 {
    margin-bottom: -13.75rem !important;
  }
  .ml-lg--220 {
    margin-left: -13.75rem !important;
  }
  .mt-lg--224 {
    margin-top: -14rem !important;
  }
  .mr-lg--224 {
    margin-right: -14rem !important;
  }
  .mb-lg--224 {
    margin-bottom: -14rem !important;
  }
  .ml-lg--224 {
    margin-left: -14rem !important;
  }
  .mt-lg--228 {
    margin-top: -14.25rem !important;
  }
  .mr-lg--228 {
    margin-right: -14.25rem !important;
  }
  .mb-lg--228 {
    margin-bottom: -14.25rem !important;
  }
  .ml-lg--228 {
    margin-left: -14.25rem !important;
  }
  .mt-lg--232 {
    margin-top: -14.5rem !important;
  }
  .mr-lg--232 {
    margin-right: -14.5rem !important;
  }
  .mb-lg--232 {
    margin-bottom: -14.5rem !important;
  }
  .ml-lg--232 {
    margin-left: -14.5rem !important;
  }
  .mt-lg--236 {
    margin-top: -14.75rem !important;
  }
  .mr-lg--236 {
    margin-right: -14.75rem !important;
  }
  .mb-lg--236 {
    margin-bottom: -14.75rem !important;
  }
  .ml-lg--236 {
    margin-left: -14.75rem !important;
  }
  .mt-lg--240 {
    margin-top: -15rem !important;
  }
  .mr-lg--240 {
    margin-right: -15rem !important;
  }
  .mb-lg--240 {
    margin-bottom: -15rem !important;
  }
  .ml-lg--240 {
    margin-left: -15rem !important;
  }
  .mt-lg--244 {
    margin-top: -15.25rem !important;
  }
  .mr-lg--244 {
    margin-right: -15.25rem !important;
  }
  .mb-lg--244 {
    margin-bottom: -15.25rem !important;
  }
  .ml-lg--244 {
    margin-left: -15.25rem !important;
  }
  .mt-lg--248 {
    margin-top: -15.5rem !important;
  }
  .mr-lg--248 {
    margin-right: -15.5rem !important;
  }
  .mb-lg--248 {
    margin-bottom: -15.5rem !important;
  }
  .ml-lg--248 {
    margin-left: -15.5rem !important;
  }
  .mt-lg--252 {
    margin-top: -15.75rem !important;
  }
  .mr-lg--252 {
    margin-right: -15.75rem !important;
  }
  .mb-lg--252 {
    margin-bottom: -15.75rem !important;
  }
  .ml-lg--252 {
    margin-left: -15.75rem !important;
  }
  .mt-lg--256 {
    margin-top: -16rem !important;
  }
  .mr-lg--256 {
    margin-right: -16rem !important;
  }
  .mb-lg--256 {
    margin-bottom: -16rem !important;
  }
  .ml-lg--256 {
    margin-left: -16rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-4 {
    padding: 0.25rem !important;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .p-lg-28 {
    padding: 1.75rem !important;
  }
  .p-lg-32 {
    padding: 2rem !important;
  }
  .p-lg-36 {
    padding: 2.25rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-44 {
    padding: 2.75rem !important;
  }
  .p-lg-48 {
    padding: 3rem !important;
  }
  .p-lg-52 {
    padding: 3.25rem !important;
  }
  .p-lg-56 {
    padding: 3.5rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-64 {
    padding: 4rem !important;
  }
  .p-lg-68 {
    padding: 4.25rem !important;
  }
  .p-lg-72 {
    padding: 4.5rem !important;
  }
  .p-lg-76 {
    padding: 4.75rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-84 {
    padding: 5.25rem !important;
  }
  .p-lg-88 {
    padding: 5.5rem !important;
  }
  .p-lg-92 {
    padding: 5.75rem !important;
  }
  .p-lg-96 {
    padding: 6rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-104 {
    padding: 6.5rem !important;
  }
  .p-lg-108 {
    padding: 6.75rem !important;
  }
  .p-lg-112 {
    padding: 7rem !important;
  }
  .p-lg-116 {
    padding: 7.25rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .p-lg-124 {
    padding: 7.75rem !important;
  }
  .p-lg-128 {
    padding: 8rem !important;
  }
  .p-lg-132 {
    padding: 8.25rem !important;
  }
  .p-lg-136 {
    padding: 8.5rem !important;
  }
  .p-lg-140 {
    padding: 8.75rem !important;
  }
  .p-lg-144 {
    padding: 9rem !important;
  }
  .p-lg-148 {
    padding: 9.25rem !important;
  }
  .p-lg-152 {
    padding: 9.5rem !important;
  }
  .p-lg-156 {
    padding: 9.75rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-164 {
    padding: 10.25rem !important;
  }
  .p-lg-168 {
    padding: 10.5rem !important;
  }
  .p-lg-172 {
    padding: 10.75rem !important;
  }
  .p-lg-176 {
    padding: 11rem !important;
  }
  .p-lg-180 {
    padding: 11.25rem !important;
  }
  .p-lg-184 {
    padding: 11.5rem !important;
  }
  .p-lg-188 {
    padding: 11.75rem !important;
  }
  .p-lg-192 {
    padding: 12rem !important;
  }
  .p-lg-196 {
    padding: 12.25rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !important;
  }
  .p-lg-204 {
    padding: 12.75rem !important;
  }
  .p-lg-208 {
    padding: 13rem !important;
  }
  .p-lg-212 {
    padding: 13.25rem !important;
  }
  .p-lg-216 {
    padding: 13.5rem !important;
  }
  .p-lg-220 {
    padding: 13.75rem !important;
  }
  .p-lg-224 {
    padding: 14rem !important;
  }
  .p-lg-228 {
    padding: 14.25rem !important;
  }
  .p-lg-232 {
    padding: 14.5rem !important;
  }
  .p-lg-236 {
    padding: 14.75rem !important;
  }
  .p-lg-240 {
    padding: 15rem !important;
  }
  .p-lg-244 {
    padding: 15.25rem !important;
  }
  .p-lg-248 {
    padding: 15.5rem !important;
  }
  .p-lg-252 {
    padding: 15.75rem !important;
  }
  .p-lg-256 {
    padding: 16rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-lg-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-lg-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-lg-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-lg-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .px-lg-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-lg-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-lg-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-lg-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .px-lg-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-lg-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-lg-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-lg-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-lg-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-lg-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .px-lg-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-lg-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-lg-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .px-lg-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-lg-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .px-lg-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-lg-68 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-lg-68 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .px-lg-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-lg-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-76 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-lg-76 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-lg-84 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-lg-84 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .px-lg-88 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-lg-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-lg-92 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-lg-92 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .px-lg-96 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .px-lg-104 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-lg-104 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-lg-108 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-lg-108 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .px-lg-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-lg-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-lg-116 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-lg-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-lg-124 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .py-lg-124 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .px-lg-128 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-128 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-lg-132 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .py-lg-132 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .px-lg-136 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .py-lg-136 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .px-lg-144 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-lg-144 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-lg-148 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .py-lg-148 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .px-lg-152 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .py-lg-152 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-lg-156 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .py-lg-156 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-lg-164 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .py-lg-164 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .px-lg-168 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-lg-168 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-lg-172 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .py-lg-172 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .px-lg-176 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-lg-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .px-lg-184 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .py-lg-184 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-lg-188 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .py-lg-188 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .px-lg-192 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-192 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-lg-196 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .py-lg-196 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-lg-204 {
    padding-right: 12.75rem !important;
    padding-left: 12.75rem !important;
  }
  .py-lg-204 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .px-lg-208 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .py-lg-208 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-lg-212 {
    padding-right: 13.25rem !important;
    padding-left: 13.25rem !important;
  }
  .py-lg-212 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .px-lg-216 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .py-lg-216 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-lg-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .py-lg-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .px-lg-224 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-lg-224 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-lg-228 {
    padding-right: 14.25rem !important;
    padding-left: 14.25rem !important;
  }
  .py-lg-228 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .px-lg-232 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .py-lg-232 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-lg-236 {
    padding-right: 14.75rem !important;
    padding-left: 14.75rem !important;
  }
  .py-lg-236 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .px-lg-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-lg-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-lg-244 {
    padding-right: 15.25rem !important;
    padding-left: 15.25rem !important;
  }
  .py-lg-244 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .px-lg-248 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .py-lg-248 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-lg-252 {
    padding-right: 15.75rem !important;
    padding-left: 15.75rem !important;
  }
  .py-lg-252 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .px-lg-256 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-lg-256 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pt-lg-4 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-4 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-4 {
    padding-left: 0.25rem !important;
  }
  .pt-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-8 {
    padding-left: 0.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-12 {
    padding-left: 0.75rem !important;
  }
  .pt-lg-16 {
    padding-top: 1rem !important;
  }
  .pr-lg-16 {
    padding-right: 1rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-16 {
    padding-left: 1rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-20 {
    padding-left: 1.25rem !important;
  }
  .pt-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-24 {
    padding-left: 1.5rem !important;
  }
  .pt-lg-28 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-28 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-28 {
    padding-left: 1.75rem !important;
  }
  .pt-lg-32 {
    padding-top: 2rem !important;
  }
  .pr-lg-32 {
    padding-right: 2rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-32 {
    padding-left: 2rem !important;
  }
  .pt-lg-36 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-36 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-36 {
    padding-left: 2.25rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40 {
    padding-left: 2.5rem !important;
  }
  .pt-lg-44 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-44 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-44 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-44 {
    padding-left: 2.75rem !important;
  }
  .pt-lg-48 {
    padding-top: 3rem !important;
  }
  .pr-lg-48 {
    padding-right: 3rem !important;
  }
  .pb-lg-48 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-48 {
    padding-left: 3rem !important;
  }
  .pt-lg-52 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-52 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-52 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-52 {
    padding-left: 3.25rem !important;
  }
  .pt-lg-56 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-56 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-56 {
    padding-left: 3.5rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-60 {
    padding-left: 3.75rem !important;
  }
  .pt-lg-64 {
    padding-top: 4rem !important;
  }
  .pr-lg-64 {
    padding-right: 4rem !important;
  }
  .pb-lg-64 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-64 {
    padding-left: 4rem !important;
  }
  .pt-lg-68 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-68 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-68 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-68 {
    padding-left: 4.25rem !important;
  }
  .pt-lg-72 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-72 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-72 {
    padding-left: 4.5rem !important;
  }
  .pt-lg-76 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-76 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-76 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-76 {
    padding-left: 4.75rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pr-lg-80 {
    padding-right: 5rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-80 {
    padding-left: 5rem !important;
  }
  .pt-lg-84 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-84 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-84 {
    padding-left: 5.25rem !important;
  }
  .pt-lg-88 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-88 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-88 {
    padding-left: 5.5rem !important;
  }
  .pt-lg-92 {
    padding-top: 5.75rem !important;
  }
  .pr-lg-92 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-92 {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-92 {
    padding-left: 5.75rem !important;
  }
  .pt-lg-96 {
    padding-top: 6rem !important;
  }
  .pr-lg-96 {
    padding-right: 6rem !important;
  }
  .pb-lg-96 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-96 {
    padding-left: 6rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-100 {
    padding-left: 6.25rem !important;
  }
  .pt-lg-104 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-104 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-104 {
    padding-left: 6.5rem !important;
  }
  .pt-lg-108 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-108 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-108 {
    padding-left: 6.75rem !important;
  }
  .pt-lg-112 {
    padding-top: 7rem !important;
  }
  .pr-lg-112 {
    padding-right: 7rem !important;
  }
  .pb-lg-112 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-112 {
    padding-left: 7rem !important;
  }
  .pt-lg-116 {
    padding-top: 7.25rem !important;
  }
  .pr-lg-116 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-116 {
    padding-bottom: 7.25rem !important;
  }
  .pl-lg-116 {
    padding-left: 7.25rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-120 {
    padding-left: 7.5rem !important;
  }
  .pt-lg-124 {
    padding-top: 7.75rem !important;
  }
  .pr-lg-124 {
    padding-right: 7.75rem !important;
  }
  .pb-lg-124 {
    padding-bottom: 7.75rem !important;
  }
  .pl-lg-124 {
    padding-left: 7.75rem !important;
  }
  .pt-lg-128 {
    padding-top: 8rem !important;
  }
  .pr-lg-128 {
    padding-right: 8rem !important;
  }
  .pb-lg-128 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-128 {
    padding-left: 8rem !important;
  }
  .pt-lg-132 {
    padding-top: 8.25rem !important;
  }
  .pr-lg-132 {
    padding-right: 8.25rem !important;
  }
  .pb-lg-132 {
    padding-bottom: 8.25rem !important;
  }
  .pl-lg-132 {
    padding-left: 8.25rem !important;
  }
  .pt-lg-136 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-136 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-136 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-136 {
    padding-left: 8.5rem !important;
  }
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pr-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-140 {
    padding-left: 8.75rem !important;
  }
  .pt-lg-144 {
    padding-top: 9rem !important;
  }
  .pr-lg-144 {
    padding-right: 9rem !important;
  }
  .pb-lg-144 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-144 {
    padding-left: 9rem !important;
  }
  .pt-lg-148 {
    padding-top: 9.25rem !important;
  }
  .pr-lg-148 {
    padding-right: 9.25rem !important;
  }
  .pb-lg-148 {
    padding-bottom: 9.25rem !important;
  }
  .pl-lg-148 {
    padding-left: 9.25rem !important;
  }
  .pt-lg-152 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-152 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-152 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-152 {
    padding-left: 9.5rem !important;
  }
  .pt-lg-156 {
    padding-top: 9.75rem !important;
  }
  .pr-lg-156 {
    padding-right: 9.75rem !important;
  }
  .pb-lg-156 {
    padding-bottom: 9.75rem !important;
  }
  .pl-lg-156 {
    padding-left: 9.75rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pr-lg-160 {
    padding-right: 10rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-160 {
    padding-left: 10rem !important;
  }
  .pt-lg-164 {
    padding-top: 10.25rem !important;
  }
  .pr-lg-164 {
    padding-right: 10.25rem !important;
  }
  .pb-lg-164 {
    padding-bottom: 10.25rem !important;
  }
  .pl-lg-164 {
    padding-left: 10.25rem !important;
  }
  .pt-lg-168 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-168 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-168 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-168 {
    padding-left: 10.5rem !important;
  }
  .pt-lg-172 {
    padding-top: 10.75rem !important;
  }
  .pr-lg-172 {
    padding-right: 10.75rem !important;
  }
  .pb-lg-172 {
    padding-bottom: 10.75rem !important;
  }
  .pl-lg-172 {
    padding-left: 10.75rem !important;
  }
  .pt-lg-176 {
    padding-top: 11rem !important;
  }
  .pr-lg-176 {
    padding-right: 11rem !important;
  }
  .pb-lg-176 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-176 {
    padding-left: 11rem !important;
  }
  .pt-lg-180 {
    padding-top: 11.25rem !important;
  }
  .pr-lg-180 {
    padding-right: 11.25rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }
  .pl-lg-180 {
    padding-left: 11.25rem !important;
  }
  .pt-lg-184 {
    padding-top: 11.5rem !important;
  }
  .pr-lg-184 {
    padding-right: 11.5rem !important;
  }
  .pb-lg-184 {
    padding-bottom: 11.5rem !important;
  }
  .pl-lg-184 {
    padding-left: 11.5rem !important;
  }
  .pt-lg-188 {
    padding-top: 11.75rem !important;
  }
  .pr-lg-188 {
    padding-right: 11.75rem !important;
  }
  .pb-lg-188 {
    padding-bottom: 11.75rem !important;
  }
  .pl-lg-188 {
    padding-left: 11.75rem !important;
  }
  .pt-lg-192 {
    padding-top: 12rem !important;
  }
  .pr-lg-192 {
    padding-right: 12rem !important;
  }
  .pb-lg-192 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-192 {
    padding-left: 12rem !important;
  }
  .pt-lg-196 {
    padding-top: 12.25rem !important;
  }
  .pr-lg-196 {
    padding-right: 12.25rem !important;
  }
  .pb-lg-196 {
    padding-bottom: 12.25rem !important;
  }
  .pl-lg-196 {
    padding-left: 12.25rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-200 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-200 {
    padding-left: 12.5rem !important;
  }
  .pt-lg-204 {
    padding-top: 12.75rem !important;
  }
  .pr-lg-204 {
    padding-right: 12.75rem !important;
  }
  .pb-lg-204 {
    padding-bottom: 12.75rem !important;
  }
  .pl-lg-204 {
    padding-left: 12.75rem !important;
  }
  .pt-lg-208 {
    padding-top: 13rem !important;
  }
  .pr-lg-208 {
    padding-right: 13rem !important;
  }
  .pb-lg-208 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-208 {
    padding-left: 13rem !important;
  }
  .pt-lg-212 {
    padding-top: 13.25rem !important;
  }
  .pr-lg-212 {
    padding-right: 13.25rem !important;
  }
  .pb-lg-212 {
    padding-bottom: 13.25rem !important;
  }
  .pl-lg-212 {
    padding-left: 13.25rem !important;
  }
  .pt-lg-216 {
    padding-top: 13.5rem !important;
  }
  .pr-lg-216 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-216 {
    padding-bottom: 13.5rem !important;
  }
  .pl-lg-216 {
    padding-left: 13.5rem !important;
  }
  .pt-lg-220 {
    padding-top: 13.75rem !important;
  }
  .pr-lg-220 {
    padding-right: 13.75rem !important;
  }
  .pb-lg-220 {
    padding-bottom: 13.75rem !important;
  }
  .pl-lg-220 {
    padding-left: 13.75rem !important;
  }
  .pt-lg-224 {
    padding-top: 14rem !important;
  }
  .pr-lg-224 {
    padding-right: 14rem !important;
  }
  .pb-lg-224 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-224 {
    padding-left: 14rem !important;
  }
  .pt-lg-228 {
    padding-top: 14.25rem !important;
  }
  .pr-lg-228 {
    padding-right: 14.25rem !important;
  }
  .pb-lg-228 {
    padding-bottom: 14.25rem !important;
  }
  .pl-lg-228 {
    padding-left: 14.25rem !important;
  }
  .pt-lg-232 {
    padding-top: 14.5rem !important;
  }
  .pr-lg-232 {
    padding-right: 14.5rem !important;
  }
  .pb-lg-232 {
    padding-bottom: 14.5rem !important;
  }
  .pl-lg-232 {
    padding-left: 14.5rem !important;
  }
  .pt-lg-236 {
    padding-top: 14.75rem !important;
  }
  .pr-lg-236 {
    padding-right: 14.75rem !important;
  }
  .pb-lg-236 {
    padding-bottom: 14.75rem !important;
  }
  .pl-lg-236 {
    padding-left: 14.75rem !important;
  }
  .pt-lg-240 {
    padding-top: 15rem !important;
  }
  .pr-lg-240 {
    padding-right: 15rem !important;
  }
  .pb-lg-240 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-240 {
    padding-left: 15rem !important;
  }
  .pt-lg-244 {
    padding-top: 15.25rem !important;
  }
  .pr-lg-244 {
    padding-right: 15.25rem !important;
  }
  .pb-lg-244 {
    padding-bottom: 15.25rem !important;
  }
  .pl-lg-244 {
    padding-left: 15.25rem !important;
  }
  .pt-lg-248 {
    padding-top: 15.5rem !important;
  }
  .pr-lg-248 {
    padding-right: 15.5rem !important;
  }
  .pb-lg-248 {
    padding-bottom: 15.5rem !important;
  }
  .pl-lg-248 {
    padding-left: 15.5rem !important;
  }
  .pt-lg-252 {
    padding-top: 15.75rem !important;
  }
  .pr-lg-252 {
    padding-right: 15.75rem !important;
  }
  .pb-lg-252 {
    padding-bottom: 15.75rem !important;
  }
  .pl-lg-252 {
    padding-left: 15.75rem !important;
  }
  .pt-lg-256 {
    padding-top: 16rem !important;
  }
  .pr-lg-256 {
    padding-right: 16rem !important;
  }
  .pb-lg-256 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-256 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .m-xl-4 {
    margin: 0.25rem !important;
  }
  .m-xl-8 {
    margin: 0.5rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .m-xl-28 {
    margin: 1.75rem !important;
  }
  .m-xl-32 {
    margin: 2rem !important;
  }
  .m-xl-36 {
    margin: 2.25rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-44 {
    margin: 2.75rem !important;
  }
  .m-xl-48 {
    margin: 3rem !important;
  }
  .m-xl-52 {
    margin: 3.25rem !important;
  }
  .m-xl-56 {
    margin: 3.5rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-64 {
    margin: 4rem !important;
  }
  .m-xl-68 {
    margin: 4.25rem !important;
  }
  .m-xl-72 {
    margin: 4.5rem !important;
  }
  .m-xl-76 {
    margin: 4.75rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-84 {
    margin: 5.25rem !important;
  }
  .m-xl-88 {
    margin: 5.5rem !important;
  }
  .m-xl-92 {
    margin: 5.75rem !important;
  }
  .m-xl-96 {
    margin: 6rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-104 {
    margin: 6.5rem !important;
  }
  .m-xl-108 {
    margin: 6.75rem !important;
  }
  .m-xl-112 {
    margin: 7rem !important;
  }
  .m-xl-116 {
    margin: 7.25rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .m-xl-124 {
    margin: 7.75rem !important;
  }
  .m-xl-128 {
    margin: 8rem !important;
  }
  .m-xl-132 {
    margin: 8.25rem !important;
  }
  .m-xl-136 {
    margin: 8.5rem !important;
  }
  .m-xl-140 {
    margin: 8.75rem !important;
  }
  .m-xl-144 {
    margin: 9rem !important;
  }
  .m-xl-148 {
    margin: 9.25rem !important;
  }
  .m-xl-152 {
    margin: 9.5rem !important;
  }
  .m-xl-156 {
    margin: 9.75rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-164 {
    margin: 10.25rem !important;
  }
  .m-xl-168 {
    margin: 10.5rem !important;
  }
  .m-xl-172 {
    margin: 10.75rem !important;
  }
  .m-xl-176 {
    margin: 11rem !important;
  }
  .m-xl-180 {
    margin: 11.25rem !important;
  }
  .m-xl-184 {
    margin: 11.5rem !important;
  }
  .m-xl-188 {
    margin: 11.75rem !important;
  }
  .m-xl-192 {
    margin: 12rem !important;
  }
  .m-xl-196 {
    margin: 12.25rem !important;
  }
  .m-xl-200 {
    margin: 12.5rem !important;
  }
  .m-xl-204 {
    margin: 12.75rem !important;
  }
  .m-xl-208 {
    margin: 13rem !important;
  }
  .m-xl-212 {
    margin: 13.25rem !important;
  }
  .m-xl-216 {
    margin: 13.5rem !important;
  }
  .m-xl-220 {
    margin: 13.75rem !important;
  }
  .m-xl-224 {
    margin: 14rem !important;
  }
  .m-xl-228 {
    margin: 14.25rem !important;
  }
  .m-xl-232 {
    margin: 14.5rem !important;
  }
  .m-xl-236 {
    margin: 14.75rem !important;
  }
  .m-xl-240 {
    margin: 15rem !important;
  }
  .m-xl-244 {
    margin: 15.25rem !important;
  }
  .m-xl-248 {
    margin: 15.5rem !important;
  }
  .m-xl-252 {
    margin: 15.75rem !important;
  }
  .m-xl-256 {
    margin: 16rem !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-xl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mx-xl-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mx-xl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-xl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-xl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mx-xl-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-xl-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-xl-44 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xl-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mx-xl-48 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-xl-52 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .my-xl-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mx-xl-56 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .my-xl-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mx-xl-64 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-xl-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-xl-68 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .my-xl-68 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .mx-xl-72 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xl-72 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xl-76 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .my-xl-76 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-xl-84 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .my-xl-84 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .mx-xl-88 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .my-xl-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-xl-92 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .my-xl-92 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mx-xl-96 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xl-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .mx-xl-104 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .my-xl-104 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-xl-108 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .my-xl-108 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mx-xl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-xl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-xl-116 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .my-xl-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-xl-124 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .my-xl-124 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .mx-xl-128 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-xl-128 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-xl-132 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .my-xl-132 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .mx-xl-136 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .my-xl-136 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-xl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mx-xl-144 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .my-xl-144 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-xl-148 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .my-xl-148 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .mx-xl-152 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .my-xl-152 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-xl-156 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .my-xl-156 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-xl-164 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .my-xl-164 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .mx-xl-168 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .my-xl-168 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-xl-172 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .my-xl-172 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .mx-xl-176 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-xl-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-xl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .my-xl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .mx-xl-184 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .my-xl-184 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-xl-188 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .my-xl-188 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .mx-xl-192 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-xl-192 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-xl-196 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .my-xl-196 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-xl-204 {
    margin-right: 12.75rem !important;
    margin-left: 12.75rem !important;
  }
  .my-xl-204 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .mx-xl-208 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .my-xl-208 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-xl-212 {
    margin-right: 13.25rem !important;
    margin-left: 13.25rem !important;
  }
  .my-xl-212 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .mx-xl-216 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .my-xl-216 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-xl-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .my-xl-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .mx-xl-224 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .my-xl-224 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-xl-228 {
    margin-right: 14.25rem !important;
    margin-left: 14.25rem !important;
  }
  .my-xl-228 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .mx-xl-232 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .my-xl-232 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-xl-236 {
    margin-right: 14.75rem !important;
    margin-left: 14.75rem !important;
  }
  .my-xl-236 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .mx-xl-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .my-xl-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-xl-244 {
    margin-right: 15.25rem !important;
    margin-left: 15.25rem !important;
  }
  .my-xl-244 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .mx-xl-248 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .my-xl-248 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-xl-252 {
    margin-right: 15.75rem !important;
    margin-left: 15.75rem !important;
  }
  .my-xl-252 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .mx-xl-256 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-xl-256 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mt-xl-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-4 {
    margin-left: 0.25rem !important;
  }
  .mt-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-8 {
    margin-left: 0.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-12 {
    margin-left: 0.75rem !important;
  }
  .mt-xl-16 {
    margin-top: 1rem !important;
  }
  .mr-xl-16 {
    margin-right: 1rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-16 {
    margin-left: 1rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-20 {
    margin-left: 1.25rem !important;
  }
  .mt-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-24 {
    margin-left: 1.5rem !important;
  }
  .mt-xl-28 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-28 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-28 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-28 {
    margin-left: 1.75rem !important;
  }
  .mt-xl-32 {
    margin-top: 2rem !important;
  }
  .mr-xl-32 {
    margin-right: 2rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-32 {
    margin-left: 2rem !important;
  }
  .mt-xl-36 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-36 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-36 {
    margin-left: 2.25rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40 {
    margin-left: 2.5rem !important;
  }
  .mt-xl-44 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-44 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-44 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-44 {
    margin-left: 2.75rem !important;
  }
  .mt-xl-48 {
    margin-top: 3rem !important;
  }
  .mr-xl-48 {
    margin-right: 3rem !important;
  }
  .mb-xl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-48 {
    margin-left: 3rem !important;
  }
  .mt-xl-52 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-52 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-52 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-52 {
    margin-left: 3.25rem !important;
  }
  .mt-xl-56 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-56 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-56 {
    margin-left: 3.5rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-60 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-60 {
    margin-left: 3.75rem !important;
  }
  .mt-xl-64 {
    margin-top: 4rem !important;
  }
  .mr-xl-64 {
    margin-right: 4rem !important;
  }
  .mb-xl-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-64 {
    margin-left: 4rem !important;
  }
  .mt-xl-68 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-68 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-68 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-68 {
    margin-left: 4.25rem !important;
  }
  .mt-xl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-72 {
    margin-left: 4.5rem !important;
  }
  .mt-xl-76 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-76 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-76 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-76 {
    margin-left: 4.75rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mr-xl-80 {
    margin-right: 5rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-80 {
    margin-left: 5rem !important;
  }
  .mt-xl-84 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-84 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-84 {
    margin-left: 5.25rem !important;
  }
  .mt-xl-88 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-88 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-88 {
    margin-left: 5.5rem !important;
  }
  .mt-xl-92 {
    margin-top: 5.75rem !important;
  }
  .mr-xl-92 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-92 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xl-92 {
    margin-left: 5.75rem !important;
  }
  .mt-xl-96 {
    margin-top: 6rem !important;
  }
  .mr-xl-96 {
    margin-right: 6rem !important;
  }
  .mb-xl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-96 {
    margin-left: 6rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-100 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-100 {
    margin-left: 6.25rem !important;
  }
  .mt-xl-104 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-104 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-104 {
    margin-left: 6.5rem !important;
  }
  .mt-xl-108 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-108 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-108 {
    margin-left: 6.75rem !important;
  }
  .mt-xl-112 {
    margin-top: 7rem !important;
  }
  .mr-xl-112 {
    margin-right: 7rem !important;
  }
  .mb-xl-112 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-112 {
    margin-left: 7rem !important;
  }
  .mt-xl-116 {
    margin-top: 7.25rem !important;
  }
  .mr-xl-116 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-116 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xl-116 {
    margin-left: 7.25rem !important;
  }
  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-120 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-120 {
    margin-left: 7.5rem !important;
  }
  .mt-xl-124 {
    margin-top: 7.75rem !important;
  }
  .mr-xl-124 {
    margin-right: 7.75rem !important;
  }
  .mb-xl-124 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xl-124 {
    margin-left: 7.75rem !important;
  }
  .mt-xl-128 {
    margin-top: 8rem !important;
  }
  .mr-xl-128 {
    margin-right: 8rem !important;
  }
  .mb-xl-128 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-128 {
    margin-left: 8rem !important;
  }
  .mt-xl-132 {
    margin-top: 8.25rem !important;
  }
  .mr-xl-132 {
    margin-right: 8.25rem !important;
  }
  .mb-xl-132 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xl-132 {
    margin-left: 8.25rem !important;
  }
  .mt-xl-136 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-136 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-136 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-136 {
    margin-left: 8.5rem !important;
  }
  .mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mr-xl-140 {
    margin-right: 8.75rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xl-140 {
    margin-left: 8.75rem !important;
  }
  .mt-xl-144 {
    margin-top: 9rem !important;
  }
  .mr-xl-144 {
    margin-right: 9rem !important;
  }
  .mb-xl-144 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-144 {
    margin-left: 9rem !important;
  }
  .mt-xl-148 {
    margin-top: 9.25rem !important;
  }
  .mr-xl-148 {
    margin-right: 9.25rem !important;
  }
  .mb-xl-148 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xl-148 {
    margin-left: 9.25rem !important;
  }
  .mt-xl-152 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-152 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-152 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-152 {
    margin-left: 9.5rem !important;
  }
  .mt-xl-156 {
    margin-top: 9.75rem !important;
  }
  .mr-xl-156 {
    margin-right: 9.75rem !important;
  }
  .mb-xl-156 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xl-156 {
    margin-left: 9.75rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mr-xl-160 {
    margin-right: 10rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-160 {
    margin-left: 10rem !important;
  }
  .mt-xl-164 {
    margin-top: 10.25rem !important;
  }
  .mr-xl-164 {
    margin-right: 10.25rem !important;
  }
  .mb-xl-164 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xl-164 {
    margin-left: 10.25rem !important;
  }
  .mt-xl-168 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-168 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-168 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-168 {
    margin-left: 10.5rem !important;
  }
  .mt-xl-172 {
    margin-top: 10.75rem !important;
  }
  .mr-xl-172 {
    margin-right: 10.75rem !important;
  }
  .mb-xl-172 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xl-172 {
    margin-left: 10.75rem !important;
  }
  .mt-xl-176 {
    margin-top: 11rem !important;
  }
  .mr-xl-176 {
    margin-right: 11rem !important;
  }
  .mb-xl-176 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-176 {
    margin-left: 11rem !important;
  }
  .mt-xl-180 {
    margin-top: 11.25rem !important;
  }
  .mr-xl-180 {
    margin-right: 11.25rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xl-180 {
    margin-left: 11.25rem !important;
  }
  .mt-xl-184 {
    margin-top: 11.5rem !important;
  }
  .mr-xl-184 {
    margin-right: 11.5rem !important;
  }
  .mb-xl-184 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xl-184 {
    margin-left: 11.5rem !important;
  }
  .mt-xl-188 {
    margin-top: 11.75rem !important;
  }
  .mr-xl-188 {
    margin-right: 11.75rem !important;
  }
  .mb-xl-188 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xl-188 {
    margin-left: 11.75rem !important;
  }
  .mt-xl-192 {
    margin-top: 12rem !important;
  }
  .mr-xl-192 {
    margin-right: 12rem !important;
  }
  .mb-xl-192 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-192 {
    margin-left: 12rem !important;
  }
  .mt-xl-196 {
    margin-top: 12.25rem !important;
  }
  .mr-xl-196 {
    margin-right: 12.25rem !important;
  }
  .mb-xl-196 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xl-196 {
    margin-left: 12.25rem !important;
  }
  .mt-xl-200 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-200 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-200 {
    margin-left: 12.5rem !important;
  }
  .mt-xl-204 {
    margin-top: 12.75rem !important;
  }
  .mr-xl-204 {
    margin-right: 12.75rem !important;
  }
  .mb-xl-204 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xl-204 {
    margin-left: 12.75rem !important;
  }
  .mt-xl-208 {
    margin-top: 13rem !important;
  }
  .mr-xl-208 {
    margin-right: 13rem !important;
  }
  .mb-xl-208 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-208 {
    margin-left: 13rem !important;
  }
  .mt-xl-212 {
    margin-top: 13.25rem !important;
  }
  .mr-xl-212 {
    margin-right: 13.25rem !important;
  }
  .mb-xl-212 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xl-212 {
    margin-left: 13.25rem !important;
  }
  .mt-xl-216 {
    margin-top: 13.5rem !important;
  }
  .mr-xl-216 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-216 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xl-216 {
    margin-left: 13.5rem !important;
  }
  .mt-xl-220 {
    margin-top: 13.75rem !important;
  }
  .mr-xl-220 {
    margin-right: 13.75rem !important;
  }
  .mb-xl-220 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xl-220 {
    margin-left: 13.75rem !important;
  }
  .mt-xl-224 {
    margin-top: 14rem !important;
  }
  .mr-xl-224 {
    margin-right: 14rem !important;
  }
  .mb-xl-224 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-224 {
    margin-left: 14rem !important;
  }
  .mt-xl-228 {
    margin-top: 14.25rem !important;
  }
  .mr-xl-228 {
    margin-right: 14.25rem !important;
  }
  .mb-xl-228 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xl-228 {
    margin-left: 14.25rem !important;
  }
  .mt-xl-232 {
    margin-top: 14.5rem !important;
  }
  .mr-xl-232 {
    margin-right: 14.5rem !important;
  }
  .mb-xl-232 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xl-232 {
    margin-left: 14.5rem !important;
  }
  .mt-xl-236 {
    margin-top: 14.75rem !important;
  }
  .mr-xl-236 {
    margin-right: 14.75rem !important;
  }
  .mb-xl-236 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xl-236 {
    margin-left: 14.75rem !important;
  }
  .mt-xl-240 {
    margin-top: 15rem !important;
  }
  .mr-xl-240 {
    margin-right: 15rem !important;
  }
  .mb-xl-240 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-240 {
    margin-left: 15rem !important;
  }
  .mt-xl-244 {
    margin-top: 15.25rem !important;
  }
  .mr-xl-244 {
    margin-right: 15.25rem !important;
  }
  .mb-xl-244 {
    margin-bottom: 15.25rem !important;
  }
  .ml-xl-244 {
    margin-left: 15.25rem !important;
  }
  .mt-xl-248 {
    margin-top: 15.5rem !important;
  }
  .mr-xl-248 {
    margin-right: 15.5rem !important;
  }
  .mb-xl-248 {
    margin-bottom: 15.5rem !important;
  }
  .ml-xl-248 {
    margin-left: 15.5rem !important;
  }
  .mt-xl-252 {
    margin-top: 15.75rem !important;
  }
  .mr-xl-252 {
    margin-right: 15.75rem !important;
  }
  .mb-xl-252 {
    margin-bottom: 15.75rem !important;
  }
  .ml-xl-252 {
    margin-left: 15.75rem !important;
  }
  .mt-xl-256 {
    margin-top: 16rem !important;
  }
  .mr-xl-256 {
    margin-right: 16rem !important;
  }
  .mb-xl-256 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-256 {
    margin-left: 16rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl--0 {
    margin-top: -0rem !important;
  }
  .mr-xl--0 {
    margin-right: -0rem !important;
  }
  .mb-xl--0 {
    margin-bottom: -0rem !important;
  }
  .ml-xl--0 {
    margin-left: -0rem !important;
  }
  .mt-xl--4 {
    margin-top: -0.25rem !important;
  }
  .mr-xl--4 {
    margin-right: -0.25rem !important;
  }
  .mb-xl--4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl--4 {
    margin-left: -0.25rem !important;
  }
  .mt-xl--8 {
    margin-top: -0.5rem !important;
  }
  .mr-xl--8 {
    margin-right: -0.5rem !important;
  }
  .mb-xl--8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl--8 {
    margin-left: -0.5rem !important;
  }
  .mt-xl--12 {
    margin-top: -0.75rem !important;
  }
  .mr-xl--12 {
    margin-right: -0.75rem !important;
  }
  .mb-xl--12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl--12 {
    margin-left: -0.75rem !important;
  }
  .mt-xl--16 {
    margin-top: -1rem !important;
  }
  .mr-xl--16 {
    margin-right: -1rem !important;
  }
  .mb-xl--16 {
    margin-bottom: -1rem !important;
  }
  .ml-xl--16 {
    margin-left: -1rem !important;
  }
  .mt-xl--20 {
    margin-top: -1.25rem !important;
  }
  .mr-xl--20 {
    margin-right: -1.25rem !important;
  }
  .mb-xl--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl--20 {
    margin-left: -1.25rem !important;
  }
  .mt-xl--24 {
    margin-top: -1.5rem !important;
  }
  .mr-xl--24 {
    margin-right: -1.5rem !important;
  }
  .mb-xl--24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl--24 {
    margin-left: -1.5rem !important;
  }
  .mt-xl--28 {
    margin-top: -1.75rem !important;
  }
  .mr-xl--28 {
    margin-right: -1.75rem !important;
  }
  .mb-xl--28 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl--28 {
    margin-left: -1.75rem !important;
  }
  .mt-xl--32 {
    margin-top: -2rem !important;
  }
  .mr-xl--32 {
    margin-right: -2rem !important;
  }
  .mb-xl--32 {
    margin-bottom: -2rem !important;
  }
  .ml-xl--32 {
    margin-left: -2rem !important;
  }
  .mt-xl--36 {
    margin-top: -2.25rem !important;
  }
  .mr-xl--36 {
    margin-right: -2.25rem !important;
  }
  .mb-xl--36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl--36 {
    margin-left: -2.25rem !important;
  }
  .mt-xl--40 {
    margin-top: -2.5rem !important;
  }
  .mr-xl--40 {
    margin-right: -2.5rem !important;
  }
  .mb-xl--40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl--40 {
    margin-left: -2.5rem !important;
  }
  .mt-xl--44 {
    margin-top: -2.75rem !important;
  }
  .mr-xl--44 {
    margin-right: -2.75rem !important;
  }
  .mb-xl--44 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xl--44 {
    margin-left: -2.75rem !important;
  }
  .mt-xl--48 {
    margin-top: -3rem !important;
  }
  .mr-xl--48 {
    margin-right: -3rem !important;
  }
  .mb-xl--48 {
    margin-bottom: -3rem !important;
  }
  .ml-xl--48 {
    margin-left: -3rem !important;
  }
  .mt-xl--52 {
    margin-top: -3.25rem !important;
  }
  .mr-xl--52 {
    margin-right: -3.25rem !important;
  }
  .mb-xl--52 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl--52 {
    margin-left: -3.25rem !important;
  }
  .mt-xl--56 {
    margin-top: -3.5rem !important;
  }
  .mr-xl--56 {
    margin-right: -3.5rem !important;
  }
  .mb-xl--56 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl--56 {
    margin-left: -3.5rem !important;
  }
  .mt-xl--60 {
    margin-top: -3.75rem !important;
  }
  .mr-xl--60 {
    margin-right: -3.75rem !important;
  }
  .mb-xl--60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl--60 {
    margin-left: -3.75rem !important;
  }
  .mt-xl--64 {
    margin-top: -4rem !important;
  }
  .mr-xl--64 {
    margin-right: -4rem !important;
  }
  .mb-xl--64 {
    margin-bottom: -4rem !important;
  }
  .ml-xl--64 {
    margin-left: -4rem !important;
  }
  .mt-xl--68 {
    margin-top: -4.25rem !important;
  }
  .mr-xl--68 {
    margin-right: -4.25rem !important;
  }
  .mb-xl--68 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl--68 {
    margin-left: -4.25rem !important;
  }
  .mt-xl--72 {
    margin-top: -4.5rem !important;
  }
  .mr-xl--72 {
    margin-right: -4.5rem !important;
  }
  .mb-xl--72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl--72 {
    margin-left: -4.5rem !important;
  }
  .mt-xl--76 {
    margin-top: -4.75rem !important;
  }
  .mr-xl--76 {
    margin-right: -4.75rem !important;
  }
  .mb-xl--76 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl--76 {
    margin-left: -4.75rem !important;
  }
  .mt-xl--80 {
    margin-top: -5rem !important;
  }
  .mr-xl--80 {
    margin-right: -5rem !important;
  }
  .mb-xl--80 {
    margin-bottom: -5rem !important;
  }
  .ml-xl--80 {
    margin-left: -5rem !important;
  }
  .mt-xl--84 {
    margin-top: -5.25rem !important;
  }
  .mr-xl--84 {
    margin-right: -5.25rem !important;
  }
  .mb-xl--84 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl--84 {
    margin-left: -5.25rem !important;
  }
  .mt-xl--88 {
    margin-top: -5.5rem !important;
  }
  .mr-xl--88 {
    margin-right: -5.5rem !important;
  }
  .mb-xl--88 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl--88 {
    margin-left: -5.5rem !important;
  }
  .mt-xl--92 {
    margin-top: -5.75rem !important;
  }
  .mr-xl--92 {
    margin-right: -5.75rem !important;
  }
  .mb-xl--92 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xl--92 {
    margin-left: -5.75rem !important;
  }
  .mt-xl--96 {
    margin-top: -6rem !important;
  }
  .mr-xl--96 {
    margin-right: -6rem !important;
  }
  .mb-xl--96 {
    margin-bottom: -6rem !important;
  }
  .ml-xl--96 {
    margin-left: -6rem !important;
  }
  .mt-xl--100 {
    margin-top: -6.25rem !important;
  }
  .mr-xl--100 {
    margin-right: -6.25rem !important;
  }
  .mb-xl--100 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl--100 {
    margin-left: -6.25rem !important;
  }
  .mt-xl--104 {
    margin-top: -6.5rem !important;
  }
  .mr-xl--104 {
    margin-right: -6.5rem !important;
  }
  .mb-xl--104 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl--104 {
    margin-left: -6.5rem !important;
  }
  .mt-xl--108 {
    margin-top: -6.75rem !important;
  }
  .mr-xl--108 {
    margin-right: -6.75rem !important;
  }
  .mb-xl--108 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xl--108 {
    margin-left: -6.75rem !important;
  }
  .mt-xl--112 {
    margin-top: -7rem !important;
  }
  .mr-xl--112 {
    margin-right: -7rem !important;
  }
  .mb-xl--112 {
    margin-bottom: -7rem !important;
  }
  .ml-xl--112 {
    margin-left: -7rem !important;
  }
  .mt-xl--116 {
    margin-top: -7.25rem !important;
  }
  .mr-xl--116 {
    margin-right: -7.25rem !important;
  }
  .mb-xl--116 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xl--116 {
    margin-left: -7.25rem !important;
  }
  .mt-xl--120 {
    margin-top: -7.5rem !important;
  }
  .mr-xl--120 {
    margin-right: -7.5rem !important;
  }
  .mb-xl--120 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl--120 {
    margin-left: -7.5rem !important;
  }
  .mt-xl--124 {
    margin-top: -7.75rem !important;
  }
  .mr-xl--124 {
    margin-right: -7.75rem !important;
  }
  .mb-xl--124 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xl--124 {
    margin-left: -7.75rem !important;
  }
  .mt-xl--128 {
    margin-top: -8rem !important;
  }
  .mr-xl--128 {
    margin-right: -8rem !important;
  }
  .mb-xl--128 {
    margin-bottom: -8rem !important;
  }
  .ml-xl--128 {
    margin-left: -8rem !important;
  }
  .mt-xl--132 {
    margin-top: -8.25rem !important;
  }
  .mr-xl--132 {
    margin-right: -8.25rem !important;
  }
  .mb-xl--132 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xl--132 {
    margin-left: -8.25rem !important;
  }
  .mt-xl--136 {
    margin-top: -8.5rem !important;
  }
  .mr-xl--136 {
    margin-right: -8.5rem !important;
  }
  .mb-xl--136 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl--136 {
    margin-left: -8.5rem !important;
  }
  .mt-xl--140 {
    margin-top: -8.75rem !important;
  }
  .mr-xl--140 {
    margin-right: -8.75rem !important;
  }
  .mb-xl--140 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xl--140 {
    margin-left: -8.75rem !important;
  }
  .mt-xl--144 {
    margin-top: -9rem !important;
  }
  .mr-xl--144 {
    margin-right: -9rem !important;
  }
  .mb-xl--144 {
    margin-bottom: -9rem !important;
  }
  .ml-xl--144 {
    margin-left: -9rem !important;
  }
  .mt-xl--148 {
    margin-top: -9.25rem !important;
  }
  .mr-xl--148 {
    margin-right: -9.25rem !important;
  }
  .mb-xl--148 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xl--148 {
    margin-left: -9.25rem !important;
  }
  .mt-xl--152 {
    margin-top: -9.5rem !important;
  }
  .mr-xl--152 {
    margin-right: -9.5rem !important;
  }
  .mb-xl--152 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl--152 {
    margin-left: -9.5rem !important;
  }
  .mt-xl--156 {
    margin-top: -9.75rem !important;
  }
  .mr-xl--156 {
    margin-right: -9.75rem !important;
  }
  .mb-xl--156 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xl--156 {
    margin-left: -9.75rem !important;
  }
  .mt-xl--160 {
    margin-top: -10rem !important;
  }
  .mr-xl--160 {
    margin-right: -10rem !important;
  }
  .mb-xl--160 {
    margin-bottom: -10rem !important;
  }
  .ml-xl--160 {
    margin-left: -10rem !important;
  }
  .mt-xl--164 {
    margin-top: -10.25rem !important;
  }
  .mr-xl--164 {
    margin-right: -10.25rem !important;
  }
  .mb-xl--164 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xl--164 {
    margin-left: -10.25rem !important;
  }
  .mt-xl--168 {
    margin-top: -10.5rem !important;
  }
  .mr-xl--168 {
    margin-right: -10.5rem !important;
  }
  .mb-xl--168 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl--168 {
    margin-left: -10.5rem !important;
  }
  .mt-xl--172 {
    margin-top: -10.75rem !important;
  }
  .mr-xl--172 {
    margin-right: -10.75rem !important;
  }
  .mb-xl--172 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xl--172 {
    margin-left: -10.75rem !important;
  }
  .mt-xl--176 {
    margin-top: -11rem !important;
  }
  .mr-xl--176 {
    margin-right: -11rem !important;
  }
  .mb-xl--176 {
    margin-bottom: -11rem !important;
  }
  .ml-xl--176 {
    margin-left: -11rem !important;
  }
  .mt-xl--180 {
    margin-top: -11.25rem !important;
  }
  .mr-xl--180 {
    margin-right: -11.25rem !important;
  }
  .mb-xl--180 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xl--180 {
    margin-left: -11.25rem !important;
  }
  .mt-xl--184 {
    margin-top: -11.5rem !important;
  }
  .mr-xl--184 {
    margin-right: -11.5rem !important;
  }
  .mb-xl--184 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xl--184 {
    margin-left: -11.5rem !important;
  }
  .mt-xl--188 {
    margin-top: -11.75rem !important;
  }
  .mr-xl--188 {
    margin-right: -11.75rem !important;
  }
  .mb-xl--188 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xl--188 {
    margin-left: -11.75rem !important;
  }
  .mt-xl--192 {
    margin-top: -12rem !important;
  }
  .mr-xl--192 {
    margin-right: -12rem !important;
  }
  .mb-xl--192 {
    margin-bottom: -12rem !important;
  }
  .ml-xl--192 {
    margin-left: -12rem !important;
  }
  .mt-xl--196 {
    margin-top: -12.25rem !important;
  }
  .mr-xl--196 {
    margin-right: -12.25rem !important;
  }
  .mb-xl--196 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xl--196 {
    margin-left: -12.25rem !important;
  }
  .mt-xl--200 {
    margin-top: -12.5rem !important;
  }
  .mr-xl--200 {
    margin-right: -12.5rem !important;
  }
  .mb-xl--200 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl--200 {
    margin-left: -12.5rem !important;
  }
  .mt-xl--204 {
    margin-top: -12.75rem !important;
  }
  .mr-xl--204 {
    margin-right: -12.75rem !important;
  }
  .mb-xl--204 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xl--204 {
    margin-left: -12.75rem !important;
  }
  .mt-xl--208 {
    margin-top: -13rem !important;
  }
  .mr-xl--208 {
    margin-right: -13rem !important;
  }
  .mb-xl--208 {
    margin-bottom: -13rem !important;
  }
  .ml-xl--208 {
    margin-left: -13rem !important;
  }
  .mt-xl--212 {
    margin-top: -13.25rem !important;
  }
  .mr-xl--212 {
    margin-right: -13.25rem !important;
  }
  .mb-xl--212 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xl--212 {
    margin-left: -13.25rem !important;
  }
  .mt-xl--216 {
    margin-top: -13.5rem !important;
  }
  .mr-xl--216 {
    margin-right: -13.5rem !important;
  }
  .mb-xl--216 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xl--216 {
    margin-left: -13.5rem !important;
  }
  .mt-xl--220 {
    margin-top: -13.75rem !important;
  }
  .mr-xl--220 {
    margin-right: -13.75rem !important;
  }
  .mb-xl--220 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xl--220 {
    margin-left: -13.75rem !important;
  }
  .mt-xl--224 {
    margin-top: -14rem !important;
  }
  .mr-xl--224 {
    margin-right: -14rem !important;
  }
  .mb-xl--224 {
    margin-bottom: -14rem !important;
  }
  .ml-xl--224 {
    margin-left: -14rem !important;
  }
  .mt-xl--228 {
    margin-top: -14.25rem !important;
  }
  .mr-xl--228 {
    margin-right: -14.25rem !important;
  }
  .mb-xl--228 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xl--228 {
    margin-left: -14.25rem !important;
  }
  .mt-xl--232 {
    margin-top: -14.5rem !important;
  }
  .mr-xl--232 {
    margin-right: -14.5rem !important;
  }
  .mb-xl--232 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xl--232 {
    margin-left: -14.5rem !important;
  }
  .mt-xl--236 {
    margin-top: -14.75rem !important;
  }
  .mr-xl--236 {
    margin-right: -14.75rem !important;
  }
  .mb-xl--236 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xl--236 {
    margin-left: -14.75rem !important;
  }
  .mt-xl--240 {
    margin-top: -15rem !important;
  }
  .mr-xl--240 {
    margin-right: -15rem !important;
  }
  .mb-xl--240 {
    margin-bottom: -15rem !important;
  }
  .ml-xl--240 {
    margin-left: -15rem !important;
  }
  .mt-xl--244 {
    margin-top: -15.25rem !important;
  }
  .mr-xl--244 {
    margin-right: -15.25rem !important;
  }
  .mb-xl--244 {
    margin-bottom: -15.25rem !important;
  }
  .ml-xl--244 {
    margin-left: -15.25rem !important;
  }
  .mt-xl--248 {
    margin-top: -15.5rem !important;
  }
  .mr-xl--248 {
    margin-right: -15.5rem !important;
  }
  .mb-xl--248 {
    margin-bottom: -15.5rem !important;
  }
  .ml-xl--248 {
    margin-left: -15.5rem !important;
  }
  .mt-xl--252 {
    margin-top: -15.75rem !important;
  }
  .mr-xl--252 {
    margin-right: -15.75rem !important;
  }
  .mb-xl--252 {
    margin-bottom: -15.75rem !important;
  }
  .ml-xl--252 {
    margin-left: -15.75rem !important;
  }
  .mt-xl--256 {
    margin-top: -16rem !important;
  }
  .mr-xl--256 {
    margin-right: -16rem !important;
  }
  .mb-xl--256 {
    margin-bottom: -16rem !important;
  }
  .ml-xl--256 {
    margin-left: -16rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .p-xl-4 {
    padding: 0.25rem !important;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .p-xl-28 {
    padding: 1.75rem !important;
  }
  .p-xl-32 {
    padding: 2rem !important;
  }
  .p-xl-36 {
    padding: 2.25rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-44 {
    padding: 2.75rem !important;
  }
  .p-xl-48 {
    padding: 3rem !important;
  }
  .p-xl-52 {
    padding: 3.25rem !important;
  }
  .p-xl-56 {
    padding: 3.5rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-64 {
    padding: 4rem !important;
  }
  .p-xl-68 {
    padding: 4.25rem !important;
  }
  .p-xl-72 {
    padding: 4.5rem !important;
  }
  .p-xl-76 {
    padding: 4.75rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-84 {
    padding: 5.25rem !important;
  }
  .p-xl-88 {
    padding: 5.5rem !important;
  }
  .p-xl-92 {
    padding: 5.75rem !important;
  }
  .p-xl-96 {
    padding: 6rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-104 {
    padding: 6.5rem !important;
  }
  .p-xl-108 {
    padding: 6.75rem !important;
  }
  .p-xl-112 {
    padding: 7rem !important;
  }
  .p-xl-116 {
    padding: 7.25rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .p-xl-124 {
    padding: 7.75rem !important;
  }
  .p-xl-128 {
    padding: 8rem !important;
  }
  .p-xl-132 {
    padding: 8.25rem !important;
  }
  .p-xl-136 {
    padding: 8.5rem !important;
  }
  .p-xl-140 {
    padding: 8.75rem !important;
  }
  .p-xl-144 {
    padding: 9rem !important;
  }
  .p-xl-148 {
    padding: 9.25rem !important;
  }
  .p-xl-152 {
    padding: 9.5rem !important;
  }
  .p-xl-156 {
    padding: 9.75rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-164 {
    padding: 10.25rem !important;
  }
  .p-xl-168 {
    padding: 10.5rem !important;
  }
  .p-xl-172 {
    padding: 10.75rem !important;
  }
  .p-xl-176 {
    padding: 11rem !important;
  }
  .p-xl-180 {
    padding: 11.25rem !important;
  }
  .p-xl-184 {
    padding: 11.5rem !important;
  }
  .p-xl-188 {
    padding: 11.75rem !important;
  }
  .p-xl-192 {
    padding: 12rem !important;
  }
  .p-xl-196 {
    padding: 12.25rem !important;
  }
  .p-xl-200 {
    padding: 12.5rem !important;
  }
  .p-xl-204 {
    padding: 12.75rem !important;
  }
  .p-xl-208 {
    padding: 13rem !important;
  }
  .p-xl-212 {
    padding: 13.25rem !important;
  }
  .p-xl-216 {
    padding: 13.5rem !important;
  }
  .p-xl-220 {
    padding: 13.75rem !important;
  }
  .p-xl-224 {
    padding: 14rem !important;
  }
  .p-xl-228 {
    padding: 14.25rem !important;
  }
  .p-xl-232 {
    padding: 14.5rem !important;
  }
  .p-xl-236 {
    padding: 14.75rem !important;
  }
  .p-xl-240 {
    padding: 15rem !important;
  }
  .p-xl-244 {
    padding: 15.25rem !important;
  }
  .p-xl-248 {
    padding: 15.5rem !important;
  }
  .p-xl-252 {
    padding: 15.75rem !important;
  }
  .p-xl-256 {
    padding: 16rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-xl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-xl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-xl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-xl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-xl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .px-xl-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-xl-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-xl-44 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xl-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .px-xl-48 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-xl-52 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .py-xl-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .px-xl-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xl-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .px-xl-64 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-xl-68 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .py-xl-68 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .px-xl-72 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xl-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xl-76 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .py-xl-76 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-xl-84 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .py-xl-84 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .px-xl-88 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-xl-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-xl-92 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .py-xl-92 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .px-xl-96 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .px-xl-104 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-xl-104 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-xl-108 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xl-108 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .px-xl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-xl-116 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .py-xl-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-xl-124 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .py-xl-124 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .px-xl-128 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-128 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-xl-132 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .py-xl-132 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .px-xl-136 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .py-xl-136 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-xl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .px-xl-144 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-xl-144 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-xl-148 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .py-xl-148 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .px-xl-152 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .py-xl-152 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-xl-156 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .py-xl-156 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-xl-164 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .py-xl-164 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .px-xl-168 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-xl-168 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-xl-172 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .py-xl-172 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .px-xl-176 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-xl-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-xl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .py-xl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .px-xl-184 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .py-xl-184 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-xl-188 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .py-xl-188 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .px-xl-192 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-192 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-xl-196 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .py-xl-196 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-xl-204 {
    padding-right: 12.75rem !important;
    padding-left: 12.75rem !important;
  }
  .py-xl-204 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .px-xl-208 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .py-xl-208 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-xl-212 {
    padding-right: 13.25rem !important;
    padding-left: 13.25rem !important;
  }
  .py-xl-212 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .px-xl-216 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .py-xl-216 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-xl-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .py-xl-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .px-xl-224 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-xl-224 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-xl-228 {
    padding-right: 14.25rem !important;
    padding-left: 14.25rem !important;
  }
  .py-xl-228 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .px-xl-232 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .py-xl-232 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-xl-236 {
    padding-right: 14.75rem !important;
    padding-left: 14.75rem !important;
  }
  .py-xl-236 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .px-xl-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xl-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-xl-244 {
    padding-right: 15.25rem !important;
    padding-left: 15.25rem !important;
  }
  .py-xl-244 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .px-xl-248 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .py-xl-248 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-xl-252 {
    padding-right: 15.75rem !important;
    padding-left: 15.75rem !important;
  }
  .py-xl-252 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .px-xl-256 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-xl-256 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pt-xl-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-4 {
    padding-left: 0.25rem !important;
  }
  .pt-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-8 {
    padding-left: 0.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-12 {
    padding-left: 0.75rem !important;
  }
  .pt-xl-16 {
    padding-top: 1rem !important;
  }
  .pr-xl-16 {
    padding-right: 1rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-16 {
    padding-left: 1rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-20 {
    padding-left: 1.25rem !important;
  }
  .pt-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-24 {
    padding-left: 1.5rem !important;
  }
  .pt-xl-28 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-28 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-28 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-28 {
    padding-left: 1.75rem !important;
  }
  .pt-xl-32 {
    padding-top: 2rem !important;
  }
  .pr-xl-32 {
    padding-right: 2rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-32 {
    padding-left: 2rem !important;
  }
  .pt-xl-36 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-36 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-36 {
    padding-left: 2.25rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40 {
    padding-left: 2.5rem !important;
  }
  .pt-xl-44 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-44 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-44 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-44 {
    padding-left: 2.75rem !important;
  }
  .pt-xl-48 {
    padding-top: 3rem !important;
  }
  .pr-xl-48 {
    padding-right: 3rem !important;
  }
  .pb-xl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-48 {
    padding-left: 3rem !important;
  }
  .pt-xl-52 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-52 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-52 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-52 {
    padding-left: 3.25rem !important;
  }
  .pt-xl-56 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-56 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-56 {
    padding-left: 3.5rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-60 {
    padding-left: 3.75rem !important;
  }
  .pt-xl-64 {
    padding-top: 4rem !important;
  }
  .pr-xl-64 {
    padding-right: 4rem !important;
  }
  .pb-xl-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-64 {
    padding-left: 4rem !important;
  }
  .pt-xl-68 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-68 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-68 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-68 {
    padding-left: 4.25rem !important;
  }
  .pt-xl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-72 {
    padding-left: 4.5rem !important;
  }
  .pt-xl-76 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-76 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-76 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-76 {
    padding-left: 4.75rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pr-xl-80 {
    padding-right: 5rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-80 {
    padding-left: 5rem !important;
  }
  .pt-xl-84 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-84 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-84 {
    padding-left: 5.25rem !important;
  }
  .pt-xl-88 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-88 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-88 {
    padding-left: 5.5rem !important;
  }
  .pt-xl-92 {
    padding-top: 5.75rem !important;
  }
  .pr-xl-92 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-92 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xl-92 {
    padding-left: 5.75rem !important;
  }
  .pt-xl-96 {
    padding-top: 6rem !important;
  }
  .pr-xl-96 {
    padding-right: 6rem !important;
  }
  .pb-xl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-96 {
    padding-left: 6rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-100 {
    padding-left: 6.25rem !important;
  }
  .pt-xl-104 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-104 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-104 {
    padding-left: 6.5rem !important;
  }
  .pt-xl-108 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-108 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-108 {
    padding-left: 6.75rem !important;
  }
  .pt-xl-112 {
    padding-top: 7rem !important;
  }
  .pr-xl-112 {
    padding-right: 7rem !important;
  }
  .pb-xl-112 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-112 {
    padding-left: 7rem !important;
  }
  .pt-xl-116 {
    padding-top: 7.25rem !important;
  }
  .pr-xl-116 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-116 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xl-116 {
    padding-left: 7.25rem !important;
  }
  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-120 {
    padding-left: 7.5rem !important;
  }
  .pt-xl-124 {
    padding-top: 7.75rem !important;
  }
  .pr-xl-124 {
    padding-right: 7.75rem !important;
  }
  .pb-xl-124 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xl-124 {
    padding-left: 7.75rem !important;
  }
  .pt-xl-128 {
    padding-top: 8rem !important;
  }
  .pr-xl-128 {
    padding-right: 8rem !important;
  }
  .pb-xl-128 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-128 {
    padding-left: 8rem !important;
  }
  .pt-xl-132 {
    padding-top: 8.25rem !important;
  }
  .pr-xl-132 {
    padding-right: 8.25rem !important;
  }
  .pb-xl-132 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xl-132 {
    padding-left: 8.25rem !important;
  }
  .pt-xl-136 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-136 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-136 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-136 {
    padding-left: 8.5rem !important;
  }
  .pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .pr-xl-140 {
    padding-right: 8.75rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xl-140 {
    padding-left: 8.75rem !important;
  }
  .pt-xl-144 {
    padding-top: 9rem !important;
  }
  .pr-xl-144 {
    padding-right: 9rem !important;
  }
  .pb-xl-144 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-144 {
    padding-left: 9rem !important;
  }
  .pt-xl-148 {
    padding-top: 9.25rem !important;
  }
  .pr-xl-148 {
    padding-right: 9.25rem !important;
  }
  .pb-xl-148 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xl-148 {
    padding-left: 9.25rem !important;
  }
  .pt-xl-152 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-152 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-152 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-152 {
    padding-left: 9.5rem !important;
  }
  .pt-xl-156 {
    padding-top: 9.75rem !important;
  }
  .pr-xl-156 {
    padding-right: 9.75rem !important;
  }
  .pb-xl-156 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xl-156 {
    padding-left: 9.75rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pr-xl-160 {
    padding-right: 10rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-160 {
    padding-left: 10rem !important;
  }
  .pt-xl-164 {
    padding-top: 10.25rem !important;
  }
  .pr-xl-164 {
    padding-right: 10.25rem !important;
  }
  .pb-xl-164 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xl-164 {
    padding-left: 10.25rem !important;
  }
  .pt-xl-168 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-168 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-168 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-168 {
    padding-left: 10.5rem !important;
  }
  .pt-xl-172 {
    padding-top: 10.75rem !important;
  }
  .pr-xl-172 {
    padding-right: 10.75rem !important;
  }
  .pb-xl-172 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xl-172 {
    padding-left: 10.75rem !important;
  }
  .pt-xl-176 {
    padding-top: 11rem !important;
  }
  .pr-xl-176 {
    padding-right: 11rem !important;
  }
  .pb-xl-176 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-176 {
    padding-left: 11rem !important;
  }
  .pt-xl-180 {
    padding-top: 11.25rem !important;
  }
  .pr-xl-180 {
    padding-right: 11.25rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xl-180 {
    padding-left: 11.25rem !important;
  }
  .pt-xl-184 {
    padding-top: 11.5rem !important;
  }
  .pr-xl-184 {
    padding-right: 11.5rem !important;
  }
  .pb-xl-184 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xl-184 {
    padding-left: 11.5rem !important;
  }
  .pt-xl-188 {
    padding-top: 11.75rem !important;
  }
  .pr-xl-188 {
    padding-right: 11.75rem !important;
  }
  .pb-xl-188 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xl-188 {
    padding-left: 11.75rem !important;
  }
  .pt-xl-192 {
    padding-top: 12rem !important;
  }
  .pr-xl-192 {
    padding-right: 12rem !important;
  }
  .pb-xl-192 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-192 {
    padding-left: 12rem !important;
  }
  .pt-xl-196 {
    padding-top: 12.25rem !important;
  }
  .pr-xl-196 {
    padding-right: 12.25rem !important;
  }
  .pb-xl-196 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xl-196 {
    padding-left: 12.25rem !important;
  }
  .pt-xl-200 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-200 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-200 {
    padding-left: 12.5rem !important;
  }
  .pt-xl-204 {
    padding-top: 12.75rem !important;
  }
  .pr-xl-204 {
    padding-right: 12.75rem !important;
  }
  .pb-xl-204 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xl-204 {
    padding-left: 12.75rem !important;
  }
  .pt-xl-208 {
    padding-top: 13rem !important;
  }
  .pr-xl-208 {
    padding-right: 13rem !important;
  }
  .pb-xl-208 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-208 {
    padding-left: 13rem !important;
  }
  .pt-xl-212 {
    padding-top: 13.25rem !important;
  }
  .pr-xl-212 {
    padding-right: 13.25rem !important;
  }
  .pb-xl-212 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xl-212 {
    padding-left: 13.25rem !important;
  }
  .pt-xl-216 {
    padding-top: 13.5rem !important;
  }
  .pr-xl-216 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-216 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xl-216 {
    padding-left: 13.5rem !important;
  }
  .pt-xl-220 {
    padding-top: 13.75rem !important;
  }
  .pr-xl-220 {
    padding-right: 13.75rem !important;
  }
  .pb-xl-220 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xl-220 {
    padding-left: 13.75rem !important;
  }
  .pt-xl-224 {
    padding-top: 14rem !important;
  }
  .pr-xl-224 {
    padding-right: 14rem !important;
  }
  .pb-xl-224 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-224 {
    padding-left: 14rem !important;
  }
  .pt-xl-228 {
    padding-top: 14.25rem !important;
  }
  .pr-xl-228 {
    padding-right: 14.25rem !important;
  }
  .pb-xl-228 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xl-228 {
    padding-left: 14.25rem !important;
  }
  .pt-xl-232 {
    padding-top: 14.5rem !important;
  }
  .pr-xl-232 {
    padding-right: 14.5rem !important;
  }
  .pb-xl-232 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xl-232 {
    padding-left: 14.5rem !important;
  }
  .pt-xl-236 {
    padding-top: 14.75rem !important;
  }
  .pr-xl-236 {
    padding-right: 14.75rem !important;
  }
  .pb-xl-236 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xl-236 {
    padding-left: 14.75rem !important;
  }
  .pt-xl-240 {
    padding-top: 15rem !important;
  }
  .pr-xl-240 {
    padding-right: 15rem !important;
  }
  .pb-xl-240 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-240 {
    padding-left: 15rem !important;
  }
  .pt-xl-244 {
    padding-top: 15.25rem !important;
  }
  .pr-xl-244 {
    padding-right: 15.25rem !important;
  }
  .pb-xl-244 {
    padding-bottom: 15.25rem !important;
  }
  .pl-xl-244 {
    padding-left: 15.25rem !important;
  }
  .pt-xl-248 {
    padding-top: 15.5rem !important;
  }
  .pr-xl-248 {
    padding-right: 15.5rem !important;
  }
  .pb-xl-248 {
    padding-bottom: 15.5rem !important;
  }
  .pl-xl-248 {
    padding-left: 15.5rem !important;
  }
  .pt-xl-252 {
    padding-top: 15.75rem !important;
  }
  .pr-xl-252 {
    padding-right: 15.75rem !important;
  }
  .pb-xl-252 {
    padding-bottom: 15.75rem !important;
  }
  .pl-xl-252 {
    padding-left: 15.75rem !important;
  }
  .pt-xl-256 {
    padding-top: 16rem !important;
  }
  .pr-xl-256 {
    padding-right: 16rem !important;
  }
  .pb-xl-256 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-256 {
    padding-left: 16rem !important;
  }
}

.max-h-4p {
  max-height: 4px !important;
}

.max-h-8p {
  max-height: 8px !important;
}

.max-h-12p {
  max-height: 12px !important;
}

.max-h-16p {
  max-height: 16px !important;
}

.max-h-20p {
  max-height: 20px !important;
}

.max-h-24p {
  max-height: 24px !important;
}

.max-h-28p {
  max-height: 28px !important;
}

.max-h-32p {
  max-height: 32px !important;
}

.max-h-36p {
  max-height: 36px !important;
}

.max-h-40p {
  max-height: 40px !important;
}

.max-h-44p {
  max-height: 44px !important;
}

.max-h-48p {
  max-height: 48px !important;
}

.max-h-52p {
  max-height: 52px !important;
}

.max-h-56p {
  max-height: 56px !important;
}

.max-h-60p {
  max-height: 60px !important;
}

.max-h-64p {
  max-height: 64px !important;
}

.max-h-68p {
  max-height: 68px !important;
}

.max-h-72p {
  max-height: 72px !important;
}

.max-h-76p {
  max-height: 76px !important;
}

.max-h-80p {
  max-height: 80px !important;
}

.max-h-84p {
  max-height: 84px !important;
}

.max-h-88p {
  max-height: 88px !important;
}

.max-h-92p {
  max-height: 92px !important;
}

.max-h-96p {
  max-height: 96px !important;
}

.max-h-100p {
  max-height: 100px !important;
}

.max-h-104p {
  max-height: 104px !important;
}

.max-h-108p {
  max-height: 108px !important;
}

.max-h-112p {
  max-height: 112px !important;
}

.max-h-116p {
  max-height: 116px !important;
}

.max-h-120p {
  max-height: 120px !important;
}

.max-h-124p {
  max-height: 124px !important;
}

.max-h-128p {
  max-height: 128px !important;
}

.max-h-132p {
  max-height: 132px !important;
}

.max-h-136p {
  max-height: 136px !important;
}

.max-h-140p {
  max-height: 140px !important;
}

.max-h-144p {
  max-height: 144px !important;
}

.max-h-148p {
  max-height: 148px !important;
}

.max-h-152p {
  max-height: 152px !important;
}

.max-h-156p {
  max-height: 156px !important;
}

.max-h-160p {
  max-height: 160px !important;
}

.max-h-164p {
  max-height: 164px !important;
}

.max-h-168p {
  max-height: 168px !important;
}

.max-h-172p {
  max-height: 172px !important;
}

.max-h-176p {
  max-height: 176px !important;
}

.max-h-180p {
  max-height: 180px !important;
}

.max-h-184p {
  max-height: 184px !important;
}

.max-h-188p {
  max-height: 188px !important;
}

.max-h-192p {
  max-height: 192px !important;
}

.max-h-196p {
  max-height: 196px !important;
}

.max-h-200p {
  max-height: 200px !important;
}

.max-h-204p {
  max-height: 204px !important;
}

.max-h-208p {
  max-height: 208px !important;
}

.max-h-212p {
  max-height: 212px !important;
}

.max-h-216p {
  max-height: 216px !important;
}

.max-h-220p {
  max-height: 220px !important;
}

.max-h-224p {
  max-height: 224px !important;
}

.max-h-228p {
  max-height: 228px !important;
}

.max-h-232p {
  max-height: 232px !important;
}

.max-h-236p {
  max-height: 236px !important;
}

.max-h-240p {
  max-height: 240px !important;
}

.max-h-244p {
  max-height: 244px !important;
}

.max-h-248p {
  max-height: 248px !important;
}

.max-h-252p {
  max-height: 252px !important;
}

.max-h-256p {
  max-height: 256px !important;
}

.max-h-260p {
  max-height: 260px !important;
}

.max-h-264p {
  max-height: 264px !important;
}

.max-h-268p {
  max-height: 268px !important;
}

.max-h-272p {
  max-height: 272px !important;
}

.max-h-276p {
  max-height: 276px !important;
}

.max-h-280p {
  max-height: 280px !important;
}

.max-h-284p {
  max-height: 284px !important;
}

.max-h-288p {
  max-height: 288px !important;
}

.max-h-292p {
  max-height: 292px !important;
}

.max-h-296p {
  max-height: 296px !important;
}

.max-h-300p {
  max-height: 300px !important;
}

.max-h-304p {
  max-height: 304px !important;
}

.max-h-308p {
  max-height: 308px !important;
}

.max-h-312p {
  max-height: 312px !important;
}

.max-h-316p {
  max-height: 316px !important;
}

.max-h-320p {
  max-height: 320px !important;
}

.max-h-324p {
  max-height: 324px !important;
}

.max-h-328p {
  max-height: 328px !important;
}

.max-h-332p {
  max-height: 332px !important;
}

.max-h-336p {
  max-height: 336px !important;
}

.max-h-340p {
  max-height: 340px !important;
}

.max-h-344p {
  max-height: 344px !important;
}

.max-h-348p {
  max-height: 348px !important;
}

.max-h-352p {
  max-height: 352px !important;
}

.max-h-356p {
  max-height: 356px !important;
}

.max-h-360p {
  max-height: 360px !important;
}

.max-h-364p {
  max-height: 364px !important;
}

.max-h-368p {
  max-height: 368px !important;
}

.max-h-372p {
  max-height: 372px !important;
}

.max-h-376p {
  max-height: 376px !important;
}

.max-h-380p {
  max-height: 380px !important;
}

.max-h-384p {
  max-height: 384px !important;
}

.max-h-388p {
  max-height: 388px !important;
}

.max-h-392p {
  max-height: 392px !important;
}

.max-h-396p {
  max-height: 396px !important;
}

.max-h-400p {
  max-height: 400px !important;
}

.max-h-404p {
  max-height: 404px !important;
}

.max-h-408p {
  max-height: 408px !important;
}

.max-h-412p {
  max-height: 412px !important;
}

.max-h-416p {
  max-height: 416px !important;
}

.max-h-420p {
  max-height: 420px !important;
}

.max-h-424p {
  max-height: 424px !important;
}

.max-h-428p {
  max-height: 428px !important;
}

.max-h-432p {
  max-height: 432px !important;
}

.max-h-436p {
  max-height: 436px !important;
}

.max-h-440p {
  max-height: 440px !important;
}

.max-h-444p {
  max-height: 444px !important;
}

.max-h-448p {
  max-height: 448px !important;
}

.max-h-452p {
  max-height: 452px !important;
}

.max-h-456p {
  max-height: 456px !important;
}

.max-h-460p {
  max-height: 460px !important;
}

.max-h-464p {
  max-height: 464px !important;
}

.max-h-468p {
  max-height: 468px !important;
}

.max-h-472p {
  max-height: 472px !important;
}

.max-h-476p {
  max-height: 476px !important;
}

.max-h-480p {
  max-height: 480px !important;
}

.max-h-484p {
  max-height: 484px !important;
}

.max-h-488p {
  max-height: 488px !important;
}

.max-h-492p {
  max-height: 492px !important;
}

.max-h-496p {
  max-height: 496px !important;
}

.max-h-500p {
  max-height: 500px !important;
}

.max-h-504p {
  max-height: 504px !important;
}

.max-h-508p {
  max-height: 508px !important;
}

.max-h-512p {
  max-height: 512px !important;
}

.max-h-516p {
  max-height: 516px !important;
}

.max-h-520p {
  max-height: 520px !important;
}

.max-h-524p {
  max-height: 524px !important;
}

.max-h-528p {
  max-height: 528px !important;
}

.max-h-532p {
  max-height: 532px !important;
}

.max-h-536p {
  max-height: 536px !important;
}

.max-h-540p {
  max-height: 540px !important;
}

.max-h-544p {
  max-height: 544px !important;
}

.max-h-548p {
  max-height: 548px !important;
}

.max-h-552p {
  max-height: 552px !important;
}

.max-h-556p {
  max-height: 556px !important;
}

.max-h-560p {
  max-height: 560px !important;
}

.max-h-564p {
  max-height: 564px !important;
}

.max-h-568p {
  max-height: 568px !important;
}

.max-h-572p {
  max-height: 572px !important;
}

.max-h-576p {
  max-height: 576px !important;
}

.max-h-580p {
  max-height: 580px !important;
}

.max-h-584p {
  max-height: 584px !important;
}

.max-h-588p {
  max-height: 588px !important;
}

.max-h-592p {
  max-height: 592px !important;
}

.max-h-596p {
  max-height: 596px !important;
}

.max-h-600p {
  max-height: 600px !important;
}

.max-h-604p {
  max-height: 604px !important;
}

.max-h-608p {
  max-height: 608px !important;
}

.max-h-612p {
  max-height: 612px !important;
}

.max-h-616p {
  max-height: 616px !important;
}

.max-h-620p {
  max-height: 620px !important;
}

.max-h-624p {
  max-height: 624px !important;
}

.max-h-628p {
  max-height: 628px !important;
}

.max-h-632p {
  max-height: 632px !important;
}

.max-h-636p {
  max-height: 636px !important;
}

.max-h-640p {
  max-height: 640px !important;
}

.max-h-644p {
  max-height: 644px !important;
}

.max-h-648p {
  max-height: 648px !important;
}

.max-h-652p {
  max-height: 652px !important;
}

.max-h-656p {
  max-height: 656px !important;
}

.max-h-660p {
  max-height: 660px !important;
}

.max-h-664p {
  max-height: 664px !important;
}

.max-h-668p {
  max-height: 668px !important;
}

.max-h-672p {
  max-height: 672px !important;
}

.max-h-676p {
  max-height: 676px !important;
}

.max-h-680p {
  max-height: 680px !important;
}

.max-h-684p {
  max-height: 684px !important;
}

.max-h-688p {
  max-height: 688px !important;
}

.max-h-692p {
  max-height: 692px !important;
}

.max-h-696p {
  max-height: 696px !important;
}

.max-h-700p {
  max-height: 700px !important;
}

.max-h-704p {
  max-height: 704px !important;
}

.max-h-708p {
  max-height: 708px !important;
}

.max-h-712p {
  max-height: 712px !important;
}

.max-h-716p {
  max-height: 716px !important;
}

.max-h-720p {
  max-height: 720px !important;
}

.min-h-4p {
  min-height: 4px !important;
}

.min-h-8p {
  min-height: 8px !important;
}

.min-h-12p {
  min-height: 12px !important;
}

.min-h-16p {
  min-height: 16px !important;
}

.min-h-20p {
  min-height: 20px !important;
}

.min-h-24p {
  min-height: 24px !important;
}

.min-h-28p {
  min-height: 28px !important;
}

.min-h-32p {
  min-height: 32px !important;
}

.min-h-36p {
  min-height: 36px !important;
}

.min-h-40p {
  min-height: 40px !important;
}

.min-h-44p {
  min-height: 44px !important;
}

.min-h-48p {
  min-height: 48px !important;
}

.min-h-52p {
  min-height: 52px !important;
}

.min-h-56p {
  min-height: 56px !important;
}

.min-h-60p {
  min-height: 60px !important;
}

.min-h-64p {
  min-height: 64px !important;
}

.min-h-68p {
  min-height: 68px !important;
}

.min-h-72p {
  min-height: 72px !important;
}

.min-h-76p {
  min-height: 76px !important;
}

.min-h-80p {
  min-height: 80px !important;
}

.min-h-84p {
  min-height: 84px !important;
}

.min-h-88p {
  min-height: 88px !important;
}

.min-h-92p {
  min-height: 92px !important;
}

.min-h-96p {
  min-height: 96px !important;
}

.min-h-100p {
  min-height: 100px !important;
}

.min-h-104p {
  min-height: 104px !important;
}

.min-h-108p {
  min-height: 108px !important;
}

.min-h-112p {
  min-height: 112px !important;
}

.min-h-116p {
  min-height: 116px !important;
}

.min-h-120p {
  min-height: 120px !important;
}

.min-h-124p {
  min-height: 124px !important;
}

.min-h-128p {
  min-height: 128px !important;
}

.min-h-132p {
  min-height: 132px !important;
}

.min-h-136p {
  min-height: 136px !important;
}

.min-h-140p {
  min-height: 140px !important;
}

.min-h-144p {
  min-height: 144px !important;
}

.min-h-148p {
  min-height: 148px !important;
}

.min-h-152p {
  min-height: 152px !important;
}

.min-h-156p {
  min-height: 156px !important;
}

.min-h-160p {
  min-height: 160px !important;
}

.min-h-164p {
  min-height: 164px !important;
}

.min-h-168p {
  min-height: 168px !important;
}

.min-h-172p {
  min-height: 172px !important;
}

.min-h-176p {
  min-height: 176px !important;
}

.min-h-180p {
  min-height: 180px !important;
}

.min-h-184p {
  min-height: 184px !important;
}

.min-h-188p {
  min-height: 188px !important;
}

.min-h-192p {
  min-height: 192px !important;
}

.min-h-196p {
  min-height: 196px !important;
}

.min-h-200p {
  min-height: 200px !important;
}

.min-h-204p {
  min-height: 204px !important;
}

.min-h-208p {
  min-height: 208px !important;
}

.min-h-212p {
  min-height: 212px !important;
}

.min-h-216p {
  min-height: 216px !important;
}

.min-h-220p {
  min-height: 220px !important;
}

.min-h-224p {
  min-height: 224px !important;
}

.min-h-228p {
  min-height: 228px !important;
}

.min-h-232p {
  min-height: 232px !important;
}

.min-h-236p {
  min-height: 236px !important;
}

.min-h-240p {
  min-height: 240px !important;
}

.min-h-244p {
  min-height: 244px !important;
}

.min-h-248p {
  min-height: 248px !important;
}

.min-h-252p {
  min-height: 252px !important;
}

.min-h-256p {
  min-height: 256px !important;
}

.min-h-260p {
  min-height: 260px !important;
}

.min-h-264p {
  min-height: 264px !important;
}

.min-h-268p {
  min-height: 268px !important;
}

.min-h-272p {
  min-height: 272px !important;
}

.min-h-276p {
  min-height: 276px !important;
}

.min-h-280p {
  min-height: 280px !important;
}

.min-h-284p {
  min-height: 284px !important;
}

.min-h-288p {
  min-height: 288px !important;
}

.min-h-292p {
  min-height: 292px !important;
}

.min-h-296p {
  min-height: 296px !important;
}

.min-h-300p {
  min-height: 300px !important;
}

.min-h-304p {
  min-height: 304px !important;
}

.min-h-308p {
  min-height: 308px !important;
}

.min-h-312p {
  min-height: 312px !important;
}

.min-h-316p {
  min-height: 316px !important;
}

.min-h-320p {
  min-height: 320px !important;
}

.min-h-324p {
  min-height: 324px !important;
}

.min-h-328p {
  min-height: 328px !important;
}

.min-h-332p {
  min-height: 332px !important;
}

.min-h-336p {
  min-height: 336px !important;
}

.min-h-340p {
  min-height: 340px !important;
}

.min-h-344p {
  min-height: 344px !important;
}

.min-h-348p {
  min-height: 348px !important;
}

.min-h-352p {
  min-height: 352px !important;
}

.min-h-356p {
  min-height: 356px !important;
}

.min-h-360p {
  min-height: 360px !important;
}

.min-h-364p {
  min-height: 364px !important;
}

.min-h-368p {
  min-height: 368px !important;
}

.min-h-372p {
  min-height: 372px !important;
}

.min-h-376p {
  min-height: 376px !important;
}

.min-h-380p {
  min-height: 380px !important;
}

.min-h-384p {
  min-height: 384px !important;
}

.min-h-388p {
  min-height: 388px !important;
}

.min-h-392p {
  min-height: 392px !important;
}

.min-h-396p {
  min-height: 396px !important;
}

.min-h-400p {
  min-height: 400px !important;
}

.min-h-404p {
  min-height: 404px !important;
}

.min-h-408p {
  min-height: 408px !important;
}

.min-h-412p {
  min-height: 412px !important;
}

.min-h-416p {
  min-height: 416px !important;
}

.min-h-420p {
  min-height: 420px !important;
}

.min-h-424p {
  min-height: 424px !important;
}

.min-h-428p {
  min-height: 428px !important;
}

.min-h-432p {
  min-height: 432px !important;
}

.min-h-436p {
  min-height: 436px !important;
}

.min-h-440p {
  min-height: 440px !important;
}

.min-h-444p {
  min-height: 444px !important;
}

.min-h-448p {
  min-height: 448px !important;
}

.min-h-452p {
  min-height: 452px !important;
}

.min-h-456p {
  min-height: 456px !important;
}

.min-h-460p {
  min-height: 460px !important;
}

.min-h-464p {
  min-height: 464px !important;
}

.min-h-468p {
  min-height: 468px !important;
}

.min-h-472p {
  min-height: 472px !important;
}

.min-h-476p {
  min-height: 476px !important;
}

.min-h-480p {
  min-height: 480px !important;
}

.min-h-484p {
  min-height: 484px !important;
}

.min-h-488p {
  min-height: 488px !important;
}

.min-h-492p {
  min-height: 492px !important;
}

.min-h-496p {
  min-height: 496px !important;
}

.min-h-500p {
  min-height: 500px !important;
}

.min-h-504p {
  min-height: 504px !important;
}

.min-h-508p {
  min-height: 508px !important;
}

.min-h-512p {
  min-height: 512px !important;
}

.min-h-516p {
  min-height: 516px !important;
}

.min-h-520p {
  min-height: 520px !important;
}

.min-h-524p {
  min-height: 524px !important;
}

.min-h-528p {
  min-height: 528px !important;
}

.min-h-532p {
  min-height: 532px !important;
}

.min-h-536p {
  min-height: 536px !important;
}

.min-h-540p {
  min-height: 540px !important;
}

.min-h-544p {
  min-height: 544px !important;
}

.min-h-548p {
  min-height: 548px !important;
}

.min-h-552p {
  min-height: 552px !important;
}

.min-h-556p {
  min-height: 556px !important;
}

.min-h-560p {
  min-height: 560px !important;
}

.min-h-564p {
  min-height: 564px !important;
}

.min-h-568p {
  min-height: 568px !important;
}

.min-h-572p {
  min-height: 572px !important;
}

.min-h-576p {
  min-height: 576px !important;
}

.min-h-580p {
  min-height: 580px !important;
}

.min-h-584p {
  min-height: 584px !important;
}

.min-h-588p {
  min-height: 588px !important;
}

.min-h-592p {
  min-height: 592px !important;
}

.min-h-596p {
  min-height: 596px !important;
}

.min-h-600p {
  min-height: 600px !important;
}

.min-h-604p {
  min-height: 604px !important;
}

.min-h-608p {
  min-height: 608px !important;
}

.min-h-612p {
  min-height: 612px !important;
}

.min-h-616p {
  min-height: 616px !important;
}

.min-h-620p {
  min-height: 620px !important;
}

.min-h-624p {
  min-height: 624px !important;
}

.min-h-628p {
  min-height: 628px !important;
}

.min-h-632p {
  min-height: 632px !important;
}

.min-h-636p {
  min-height: 636px !important;
}

.min-h-640p {
  min-height: 640px !important;
}

.min-h-644p {
  min-height: 644px !important;
}

.min-h-648p {
  min-height: 648px !important;
}

.min-h-652p {
  min-height: 652px !important;
}

.min-h-656p {
  min-height: 656px !important;
}

.min-h-660p {
  min-height: 660px !important;
}

.min-h-664p {
  min-height: 664px !important;
}

.min-h-668p {
  min-height: 668px !important;
}

.min-h-672p {
  min-height: 672px !important;
}

.min-h-676p {
  min-height: 676px !important;
}

.min-h-680p {
  min-height: 680px !important;
}

.min-h-684p {
  min-height: 684px !important;
}

.min-h-688p {
  min-height: 688px !important;
}

.min-h-692p {
  min-height: 692px !important;
}

.min-h-696p {
  min-height: 696px !important;
}

.min-h-700p {
  min-height: 700px !important;
}

.min-h-704p {
  min-height: 704px !important;
}

.min-h-708p {
  min-height: 708px !important;
}

.min-h-712p {
  min-height: 712px !important;
}

.min-h-716p {
  min-height: 716px !important;
}

.min-h-720p {
  min-height: 720px !important;
}

.max-w-4p {
  max-width: 4px !important;
}

.max-w-8p {
  max-width: 8px !important;
}

.max-w-12p {
  max-width: 12px !important;
}

.max-w-16p {
  max-width: 16px !important;
}

.max-w-20p {
  max-width: 20px !important;
}

.max-w-24p {
  max-width: 24px !important;
}

.max-w-28p {
  max-width: 28px !important;
}

.max-w-32p {
  max-width: 32px !important;
}

.max-w-36p {
  max-width: 36px !important;
}

.max-w-40p {
  max-width: 40px !important;
}

.max-w-44p {
  max-width: 44px !important;
}

.max-w-48p {
  max-width: 48px !important;
}

.max-w-52p {
  max-width: 52px !important;
}

.max-w-56p {
  max-width: 56px !important;
}

.max-w-60p {
  max-width: 60px !important;
}

.max-w-64p {
  max-width: 64px !important;
}

.max-w-68p {
  max-width: 68px !important;
}

.max-w-72p {
  max-width: 72px !important;
}

.max-w-76p {
  max-width: 76px !important;
}

.max-w-80p {
  max-width: 80px !important;
}

.max-w-84p {
  max-width: 84px !important;
}

.max-w-88p {
  max-width: 88px !important;
}

.max-w-92p {
  max-width: 92px !important;
}

.max-w-96p {
  max-width: 96px !important;
}

.max-w-100p {
  max-width: 100px !important;
}

.max-w-104p {
  max-width: 104px !important;
}

.max-w-108p {
  max-width: 108px !important;
}

.max-w-112p {
  max-width: 112px !important;
}

.max-w-116p {
  max-width: 116px !important;
}

.max-w-120p {
  max-width: 120px !important;
}

.max-w-124p {
  max-width: 124px !important;
}

.max-w-128p {
  max-width: 128px !important;
}

.max-w-132p {
  max-width: 132px !important;
}

.max-w-136p {
  max-width: 136px !important;
}

.max-w-140p {
  max-width: 140px !important;
}

.max-w-144p {
  max-width: 144px !important;
}

.max-w-148p {
  max-width: 148px !important;
}

.max-w-152p {
  max-width: 152px !important;
}

.max-w-156p {
  max-width: 156px !important;
}

.max-w-160p {
  max-width: 160px !important;
}

.max-w-164p {
  max-width: 164px !important;
}

.max-w-168p {
  max-width: 168px !important;
}

.max-w-172p {
  max-width: 172px !important;
}

.max-w-176p {
  max-width: 176px !important;
}

.max-w-180p {
  max-width: 180px !important;
}

.max-w-184p {
  max-width: 184px !important;
}

.max-w-188p {
  max-width: 188px !important;
}

.max-w-192p {
  max-width: 192px !important;
}

.max-w-196p {
  max-width: 196px !important;
}

.max-w-200p {
  max-width: 200px !important;
}

.max-w-204p {
  max-width: 204px !important;
}

.max-w-208p {
  max-width: 208px !important;
}

.max-w-212p {
  max-width: 212px !important;
}

.max-w-216p {
  max-width: 216px !important;
}

.max-w-220p {
  max-width: 220px !important;
}

.max-w-224p {
  max-width: 224px !important;
}

.max-w-228p {
  max-width: 228px !important;
}

.max-w-232p {
  max-width: 232px !important;
}

.max-w-236p {
  max-width: 236px !important;
}

.max-w-240p {
  max-width: 240px !important;
}

.max-w-244p {
  max-width: 244px !important;
}

.max-w-248p {
  max-width: 248px !important;
}

.max-w-252p {
  max-width: 252px !important;
}

.max-w-256p {
  max-width: 256px !important;
}

.max-w-260p {
  max-width: 260px !important;
}

.max-w-264p {
  max-width: 264px !important;
}

.max-w-268p {
  max-width: 268px !important;
}

.max-w-272p {
  max-width: 272px !important;
}

.max-w-276p {
  max-width: 276px !important;
}

.max-w-280p {
  max-width: 280px !important;
}

.max-w-284p {
  max-width: 284px !important;
}

.max-w-288p {
  max-width: 288px !important;
}

.max-w-292p {
  max-width: 292px !important;
}

.max-w-296p {
  max-width: 296px !important;
}

.max-w-300p {
  max-width: 300px !important;
}

.max-w-304p {
  max-width: 304px !important;
}

.max-w-308p {
  max-width: 308px !important;
}

.max-w-312p {
  max-width: 312px !important;
}

.max-w-316p {
  max-width: 316px !important;
}

.max-w-320p {
  max-width: 320px !important;
}

.max-w-324p {
  max-width: 324px !important;
}

.max-w-328p {
  max-width: 328px !important;
}

.max-w-332p {
  max-width: 332px !important;
}

.max-w-336p {
  max-width: 336px !important;
}

.max-w-340p {
  max-width: 340px !important;
}

.max-w-344p {
  max-width: 344px !important;
}

.max-w-348p {
  max-width: 348px !important;
}

.max-w-352p {
  max-width: 352px !important;
}

.max-w-356p {
  max-width: 356px !important;
}

.max-w-360p {
  max-width: 360px !important;
}

.max-w-364p {
  max-width: 364px !important;
}

.max-w-368p {
  max-width: 368px !important;
}

.max-w-372p {
  max-width: 372px !important;
}

.max-w-376p {
  max-width: 376px !important;
}

.max-w-380p {
  max-width: 380px !important;
}

.max-w-384p {
  max-width: 384px !important;
}

.max-w-388p {
  max-width: 388px !important;
}

.max-w-392p {
  max-width: 392px !important;
}

.max-w-396p {
  max-width: 396px !important;
}

.max-w-400p {
  max-width: 400px !important;
}

.max-w-404p {
  max-width: 404px !important;
}

.max-w-408p {
  max-width: 408px !important;
}

.max-w-412p {
  max-width: 412px !important;
}

.max-w-416p {
  max-width: 416px !important;
}

.max-w-420p {
  max-width: 420px !important;
}

.max-w-424p {
  max-width: 424px !important;
}

.max-w-428p {
  max-width: 428px !important;
}

.max-w-432p {
  max-width: 432px !important;
}

.max-w-436p {
  max-width: 436px !important;
}

.max-w-440p {
  max-width: 440px !important;
}

.max-w-444p {
  max-width: 444px !important;
}

.max-w-448p {
  max-width: 448px !important;
}

.max-w-452p {
  max-width: 452px !important;
}

.max-w-456p {
  max-width: 456px !important;
}

.max-w-460p {
  max-width: 460px !important;
}

.max-w-464p {
  max-width: 464px !important;
}

.max-w-468p {
  max-width: 468px !important;
}

.max-w-472p {
  max-width: 472px !important;
}

.max-w-476p {
  max-width: 476px !important;
}

.max-w-480p {
  max-width: 480px !important;
}

.max-w-484p {
  max-width: 484px !important;
}

.max-w-488p {
  max-width: 488px !important;
}

.max-w-492p {
  max-width: 492px !important;
}

.max-w-496p {
  max-width: 496px !important;
}

.max-w-500p {
  max-width: 500px !important;
}

.max-w-504p {
  max-width: 504px !important;
}

.max-w-508p {
  max-width: 508px !important;
}

.max-w-512p {
  max-width: 512px !important;
}

.max-w-516p {
  max-width: 516px !important;
}

.max-w-520p {
  max-width: 520px !important;
}

.max-w-524p {
  max-width: 524px !important;
}

.max-w-528p {
  max-width: 528px !important;
}

.max-w-532p {
  max-width: 532px !important;
}

.max-w-536p {
  max-width: 536px !important;
}

.max-w-540p {
  max-width: 540px !important;
}

.max-w-544p {
  max-width: 544px !important;
}

.max-w-548p {
  max-width: 548px !important;
}

.max-w-552p {
  max-width: 552px !important;
}

.max-w-556p {
  max-width: 556px !important;
}

.max-w-560p {
  max-width: 560px !important;
}

.max-w-564p {
  max-width: 564px !important;
}

.max-w-568p {
  max-width: 568px !important;
}

.max-w-572p {
  max-width: 572px !important;
}

.max-w-576p {
  max-width: 576px !important;
}

.max-w-580p {
  max-width: 580px !important;
}

.max-w-584p {
  max-width: 584px !important;
}

.max-w-588p {
  max-width: 588px !important;
}

.max-w-592p {
  max-width: 592px !important;
}

.max-w-596p {
  max-width: 596px !important;
}

.max-w-600p {
  max-width: 600px !important;
}

.max-w-604p {
  max-width: 604px !important;
}

.max-w-608p {
  max-width: 608px !important;
}

.max-w-612p {
  max-width: 612px !important;
}

.max-w-616p {
  max-width: 616px !important;
}

.max-w-620p {
  max-width: 620px !important;
}

.max-w-624p {
  max-width: 624px !important;
}

.max-w-628p {
  max-width: 628px !important;
}

.max-w-632p {
  max-width: 632px !important;
}

.max-w-636p {
  max-width: 636px !important;
}

.max-w-640p {
  max-width: 640px !important;
}

.max-w-644p {
  max-width: 644px !important;
}

.max-w-648p {
  max-width: 648px !important;
}

.max-w-652p {
  max-width: 652px !important;
}

.max-w-656p {
  max-width: 656px !important;
}

.max-w-660p {
  max-width: 660px !important;
}

.max-w-664p {
  max-width: 664px !important;
}

.max-w-668p {
  max-width: 668px !important;
}

.max-w-672p {
  max-width: 672px !important;
}

.max-w-676p {
  max-width: 676px !important;
}

.max-w-680p {
  max-width: 680px !important;
}

.max-w-684p {
  max-width: 684px !important;
}

.max-w-688p {
  max-width: 688px !important;
}

.max-w-692p {
  max-width: 692px !important;
}

.max-w-696p {
  max-width: 696px !important;
}

.max-w-700p {
  max-width: 700px !important;
}

.max-w-704p {
  max-width: 704px !important;
}

.max-w-708p {
  max-width: 708px !important;
}

.max-w-712p {
  max-width: 712px !important;
}

.max-w-716p {
  max-width: 716px !important;
}

.max-w-720p {
  max-width: 720px !important;
}

.min-w-4p {
  min-width: 4px !important;
}

.min-w-8p {
  min-width: 8px !important;
}

.min-w-12p {
  min-width: 12px !important;
}

.min-w-16p {
  min-width: 16px !important;
}

.min-w-20p {
  min-width: 20px !important;
}

.min-w-24p {
  min-width: 24px !important;
}

.min-w-28p {
  min-width: 28px !important;
}

.min-w-32p {
  min-width: 32px !important;
}

.min-w-36p {
  min-width: 36px !important;
}

.min-w-40p {
  min-width: 40px !important;
}

.min-w-44p {
  min-width: 44px !important;
}

.min-w-48p {
  min-width: 48px !important;
}

.min-w-52p {
  min-width: 52px !important;
}

.min-w-56p {
  min-width: 56px !important;
}

.min-w-60p {
  min-width: 60px !important;
}

.min-w-64p {
  min-width: 64px !important;
}

.min-w-68p {
  min-width: 68px !important;
}

.min-w-72p {
  min-width: 72px !important;
}

.min-w-76p {
  min-width: 76px !important;
}

.min-w-80p {
  min-width: 80px !important;
}

.min-w-84p {
  min-width: 84px !important;
}

.min-w-88p {
  min-width: 88px !important;
}

.min-w-92p {
  min-width: 92px !important;
}

.min-w-96p {
  min-width: 96px !important;
}

.min-w-100p {
  min-width: 100px !important;
}

.min-w-104p {
  min-width: 104px !important;
}

.min-w-108p {
  min-width: 108px !important;
}

.min-w-112p {
  min-width: 112px !important;
}

.min-w-116p {
  min-width: 116px !important;
}

.min-w-120p {
  min-width: 120px !important;
}

.min-w-124p {
  min-width: 124px !important;
}

.min-w-128p {
  min-width: 128px !important;
}

.min-w-132p {
  min-width: 132px !important;
}

.min-w-136p {
  min-width: 136px !important;
}

.min-w-140p {
  min-width: 140px !important;
}

.min-w-144p {
  min-width: 144px !important;
}

.min-w-148p {
  min-width: 148px !important;
}

.min-w-152p {
  min-width: 152px !important;
}

.min-w-156p {
  min-width: 156px !important;
}

.min-w-160p {
  min-width: 160px !important;
}

.min-w-164p {
  min-width: 164px !important;
}

.min-w-168p {
  min-width: 168px !important;
}

.min-w-172p {
  min-width: 172px !important;
}

.min-w-176p {
  min-width: 176px !important;
}

.min-w-180p {
  min-width: 180px !important;
}

.min-w-184p {
  min-width: 184px !important;
}

.min-w-188p {
  min-width: 188px !important;
}

.min-w-192p {
  min-width: 192px !important;
}

.min-w-196p {
  min-width: 196px !important;
}

.min-w-200p {
  min-width: 200px !important;
}

.min-w-204p {
  min-width: 204px !important;
}

.min-w-208p {
  min-width: 208px !important;
}

.min-w-212p {
  min-width: 212px !important;
}

.min-w-216p {
  min-width: 216px !important;
}

.min-w-220p {
  min-width: 220px !important;
}

.min-w-224p {
  min-width: 224px !important;
}

.min-w-228p {
  min-width: 228px !important;
}

.min-w-232p {
  min-width: 232px !important;
}

.min-w-236p {
  min-width: 236px !important;
}

.min-w-240p {
  min-width: 240px !important;
}

.min-w-244p {
  min-width: 244px !important;
}

.min-w-248p {
  min-width: 248px !important;
}

.min-w-252p {
  min-width: 252px !important;
}

.min-w-256p {
  min-width: 256px !important;
}

.min-w-260p {
  min-width: 260px !important;
}

.min-w-264p {
  min-width: 264px !important;
}

.min-w-268p {
  min-width: 268px !important;
}

.min-w-272p {
  min-width: 272px !important;
}

.min-w-276p {
  min-width: 276px !important;
}

.min-w-280p {
  min-width: 280px !important;
}

.min-w-284p {
  min-width: 284px !important;
}

.min-w-288p {
  min-width: 288px !important;
}

.min-w-292p {
  min-width: 292px !important;
}

.min-w-296p {
  min-width: 296px !important;
}

.min-w-300p {
  min-width: 300px !important;
}

.min-w-304p {
  min-width: 304px !important;
}

.min-w-308p {
  min-width: 308px !important;
}

.min-w-312p {
  min-width: 312px !important;
}

.min-w-316p {
  min-width: 316px !important;
}

.min-w-320p {
  min-width: 320px !important;
}

.min-w-324p {
  min-width: 324px !important;
}

.min-w-328p {
  min-width: 328px !important;
}

.min-w-332p {
  min-width: 332px !important;
}

.min-w-336p {
  min-width: 336px !important;
}

.min-w-340p {
  min-width: 340px !important;
}

.min-w-344p {
  min-width: 344px !important;
}

.min-w-348p {
  min-width: 348px !important;
}

.min-w-352p {
  min-width: 352px !important;
}

.min-w-356p {
  min-width: 356px !important;
}

.min-w-360p {
  min-width: 360px !important;
}

.min-w-364p {
  min-width: 364px !important;
}

.min-w-368p {
  min-width: 368px !important;
}

.min-w-372p {
  min-width: 372px !important;
}

.min-w-376p {
  min-width: 376px !important;
}

.min-w-380p {
  min-width: 380px !important;
}

.min-w-384p {
  min-width: 384px !important;
}

.min-w-388p {
  min-width: 388px !important;
}

.min-w-392p {
  min-width: 392px !important;
}

.min-w-396p {
  min-width: 396px !important;
}

.min-w-400p {
  min-width: 400px !important;
}

.min-w-404p {
  min-width: 404px !important;
}

.min-w-408p {
  min-width: 408px !important;
}

.min-w-412p {
  min-width: 412px !important;
}

.min-w-416p {
  min-width: 416px !important;
}

.min-w-420p {
  min-width: 420px !important;
}

.min-w-424p {
  min-width: 424px !important;
}

.min-w-428p {
  min-width: 428px !important;
}

.min-w-432p {
  min-width: 432px !important;
}

.min-w-436p {
  min-width: 436px !important;
}

.min-w-440p {
  min-width: 440px !important;
}

.min-w-444p {
  min-width: 444px !important;
}

.min-w-448p {
  min-width: 448px !important;
}

.min-w-452p {
  min-width: 452px !important;
}

.min-w-456p {
  min-width: 456px !important;
}

.min-w-460p {
  min-width: 460px !important;
}

.min-w-464p {
  min-width: 464px !important;
}

.min-w-468p {
  min-width: 468px !important;
}

.min-w-472p {
  min-width: 472px !important;
}

.min-w-476p {
  min-width: 476px !important;
}

.min-w-480p {
  min-width: 480px !important;
}

.min-w-484p {
  min-width: 484px !important;
}

.min-w-488p {
  min-width: 488px !important;
}

.min-w-492p {
  min-width: 492px !important;
}

.min-w-496p {
  min-width: 496px !important;
}

.min-w-500p {
  min-width: 500px !important;
}

.min-w-504p {
  min-width: 504px !important;
}

.min-w-508p {
  min-width: 508px !important;
}

.min-w-512p {
  min-width: 512px !important;
}

.min-w-516p {
  min-width: 516px !important;
}

.min-w-520p {
  min-width: 520px !important;
}

.min-w-524p {
  min-width: 524px !important;
}

.min-w-528p {
  min-width: 528px !important;
}

.min-w-532p {
  min-width: 532px !important;
}

.min-w-536p {
  min-width: 536px !important;
}

.min-w-540p {
  min-width: 540px !important;
}

.min-w-544p {
  min-width: 544px !important;
}

.min-w-548p {
  min-width: 548px !important;
}

.min-w-552p {
  min-width: 552px !important;
}

.min-w-556p {
  min-width: 556px !important;
}

.min-w-560p {
  min-width: 560px !important;
}

.min-w-564p {
  min-width: 564px !important;
}

.min-w-568p {
  min-width: 568px !important;
}

.min-w-572p {
  min-width: 572px !important;
}

.min-w-576p {
  min-width: 576px !important;
}

.min-w-580p {
  min-width: 580px !important;
}

.min-w-584p {
  min-width: 584px !important;
}

.min-w-588p {
  min-width: 588px !important;
}

.min-w-592p {
  min-width: 592px !important;
}

.min-w-596p {
  min-width: 596px !important;
}

.min-w-600p {
  min-width: 600px !important;
}

.min-w-604p {
  min-width: 604px !important;
}

.min-w-608p {
  min-width: 608px !important;
}

.min-w-612p {
  min-width: 612px !important;
}

.min-w-616p {
  min-width: 616px !important;
}

.min-w-620p {
  min-width: 620px !important;
}

.min-w-624p {
  min-width: 624px !important;
}

.min-w-628p {
  min-width: 628px !important;
}

.min-w-632p {
  min-width: 632px !important;
}

.min-w-636p {
  min-width: 636px !important;
}

.min-w-640p {
  min-width: 640px !important;
}

.min-w-644p {
  min-width: 644px !important;
}

.min-w-648p {
  min-width: 648px !important;
}

.min-w-652p {
  min-width: 652px !important;
}

.min-w-656p {
  min-width: 656px !important;
}

.min-w-660p {
  min-width: 660px !important;
}

.min-w-664p {
  min-width: 664px !important;
}

.min-w-668p {
  min-width: 668px !important;
}

.min-w-672p {
  min-width: 672px !important;
}

.min-w-676p {
  min-width: 676px !important;
}

.min-w-680p {
  min-width: 680px !important;
}

.min-w-684p {
  min-width: 684px !important;
}

.min-w-688p {
  min-width: 688px !important;
}

.min-w-692p {
  min-width: 692px !important;
}

.min-w-696p {
  min-width: 696px !important;
}

.min-w-700p {
  min-width: 700px !important;
}

.min-w-704p {
  min-width: 704px !important;
}

.min-w-708p {
  min-width: 708px !important;
}

.min-w-712p {
  min-width: 712px !important;
}

.min-w-716p {
  min-width: 716px !important;
}

.min-w-720p {
  min-width: 720px !important;
}

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

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

.text-success {
  color: #27ae60 !important;
}

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

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

.text-blue-light {
  color: #84596B !important;
}

.blue-100-bg {
  background-color: #F6F8FB !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-submissions {
  color: #4EAF86 !important;
}

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

.text-underline {
  text-decoration: underline;
}

.color-80 {
  color: #808080;
}

.bg-lightgreen {
  background-color: #E9F6EF;
  color: #27AE60;
  border-radius: 2px;
}

.bg-lightwarn {
  background-color: #f39c1226;
  color: #fd7e14;
  border-radius: 2px;
}

.bg-orange {
  background-color: #f39c12 !important;
}

.grey-900 {
  color: #546271;
}

.img-gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.text-lighter {
  color: #E1E4E8;
}

.bg-lightgrey {
  background-color: #F1F2F3;
}

.modal {
  background-color: rgba(0, 0, 0, 0.25);
}

.modal .modal-dialog-aside {
  width: 400px;
  max-width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal .modal-dialog-aside .modal-content {
  height: inherit;
  border: 0;
  border-radius: 0;
}

.modal .modal-dialog-aside .modal-content .modal-body {
  overflow-y: auto;
  scrollbar-width: thin;
}

.modal.modal-lg .modal-dialog-aside {
  width: 50%;
}

.modal .modal-dialog .modal-content {
  border-radius: 8px;
}

.modal .modal-dialog .modal-content .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.15rem 2.25rem;
  background-color: transparent;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #172A3F;
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.15rem;
}

.modal .modal-dialog .modal-content .modal-header button.close {
  border-radius: 20px;
  color: #172A3F;
  height: 28px;
  opacity: 1;
  padding: 0;
  text-shadow: none;
  width: 28px;
  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;
}

.modal .modal-dialog .modal-content .modal-header button.close .material-icons-outlined {
  font-size: 1.625rem;
}

.modal .modal-dialog .modal-content .modal-header button.close i[class*=oorwin-] {
  font-size: 0.875rem;
}

.modal .modal-dialog .modal-content .modal-header button.close:focus {
  outline: none;
}

.modal .modal-dialog .modal-content .modal-header button.close:hover {
  background-color: rgba(32, 33, 36, 0.15);
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 1rem 2.25rem;
}

.modal .modal-dialog .modal-content .modal-footer {
  background-color: #ffffff;
  border-top: 1px solid #ced4da;
  border-radius: 0 0 8px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
  padding: 0.5rem 1.25rem;
}

.modal .modal-dialog .modal-content .modal-footer .btn.btn-transparent:hover {
  background-color: #e4e8ec;
}

.modal .modal-dialog.modal-lg {
  min-width: 50%;
  max-width: 50%;
}

.modal .modal-dialog.modal-xl {
  min-width: 70%;
  max-width: 70%;
}

.modal .modal-dialog.modal-xxl {
  min-width: 90%;
  max-width: 90%;
}

.modal.fixed-left .modal-dialog-aside {
  position: fixed;
  left: -400px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.fixed-left .modal-dialog-aside .modal-content {
  border-radius: 0 8px 8px 0;
}

.modal.fixed-left .modal-dialog-aside .modal-content .modal-footer {
  border-radius: 0 0 8px 0;
}

.modal.fixed-left.show .modal-dialog-aside {
  left: 0;
}

.modal.fixed-right .modal-dialog-aside {
  position: fixed;
  right: -400px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.fixed-right .modal-dialog-aside .modal-content {
  border-radius: 0.625rem 0 0 0.625rem;
}

.modal.fixed-right .modal-dialog-aside .modal-content .modal-footer {
  border-radius: 0 0 0 0.625rem;
}

.modal.fixed-right.show .modal-dialog-aside {
  right: 0;
}

.modal.fixed-center .modal-content .modal-body {
  height: auto !important;
  max-height: calc(100vh - 240px) !important;
  overflow-y: auto;
}

.modal.fixed-center.show .modal-dialog-aside {
  right: 0;
}

.modal.fixed-center.show .modal-dialog-centered .modal-content {
  border-radius: 8px;
}

.modal.fixed-center.show .modal-dialog-centered .modal-footer {
  border-radius: 8px;
}

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

.modal.fixed-left .modal-dialog.modal-lg, .modal.fixed-right .modal-dialog.modal-lg, .modal.fixed-center .modal-dialog.modal-lg {
  position: relative !important;
  width: auto;
}

.modal.fixed-left .modal-dialog.modal-xl, .modal.fixed-right .modal-dialog.modal-xl, .modal.fixed-center .modal-dialog.modal-xl {
  position: relative !important;
  width: auto;
}

.modal.fixed-left .modal-dialog.modal-xxl, .modal.fixed-right .modal-dialog.modal-xxl, .modal.fixed-center .modal-dialog.modal-xxl {
  position: relative !important;
  width: auto;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/material-icons-new.woff2) format("woff2");
}

.border {
  border-color: #DAE1ED;
}

::-webkit-input-placeholder {
  font-style: normal;
}

::-moz-placeholder {
  font-style: normal;
}

:-ms-input-placeholder {
  font-style: normal;
}

::-ms-input-placeholder {
  font-style: normal;
}

::placeholder {
  font-style: normal;
}

.border-top {
  border-top: 1px solid #DAE1ED !important;
}

.border-right {
  border-right: 1px solid #DAE1ED !important;
}

.border-bottom {
  border-bottom: 1px solid #DAE1ED !important;
}

.border-left {
  border-left: 1px solid #DAE1ED !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-color-light {
  border-color: #ECEDEE !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-4 {
  border-radius: 0.25rem !important;
}

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

.radius-12 {
  border-radius: 0.75rem !important;
}

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

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

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

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

.font-medium,
.font-semibold {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

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

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

.cursor-nodrop {
  cursor: no-drop !important;
}

.dropleft,
.dropright {
  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;
}

.nowrap {
  white-space: initial !important;
}

.custom-tooltip {
  max-width: 260px;
}

.onhover-color:hover, .onhover-color.active {
  background-color: #f7f8f9;
  -webkit-box-shadow: 0 0 3px 3px rgba(246, 238, 246, 0.26), 0 0 4px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 3px 3px rgba(246, 238, 246, 0.26), 0 0 4px 2px rgba(0, 0, 0, 0.14);
}

.or {
  position: relative;
}

.or::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #f1f2f3;
  left: 0;
  top: 16px;
  z-index: 0;
}

.or > span {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 10px;
  border: 1px solid #DAE1ED;
  line-height: 28px;
  text-align: center;
}

.dropdown-menu {
  border-radius: .42rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
          box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  border: none;
  font-size: 0.75rem;
  margin-left: -5px;
  margin-top: 10px;
  z-index: 1041;
}

.dropdown-menu.uib-datepicker-popup {
  max-height: inherit;
}

.dropdown-menu li:hover > a {
  background-color: #e1f7e8;
  color: #27ae60;
}

.dropdown-menu li:hover > a.disabled {
  background-color: transparent;
  color: inherit;
}

.dropdown-menu .dropdown-item {
  color: #212529;
}

.dropdown-menu .dropdown-item.has-submenu {
  position: relative;
}

.dropdown-menu .dropdown-item.has-submenu:after {
  background-image: url(../../images/right_arrow.svg);
  background-position: center right;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1rem;
  width: 0.75rem;
}

.dropdown-menu .dropdown-item.has-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25rem;
  padding: .1rem 1rem;
}

.dropdown-menu .dropdown-item.has-icon .icon {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  min-width: 1.25rem;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e1f7e8;
  color: #27ae60;
}

.dropdown-menu .dropdown-item.disabled {
  cursor: pointer;
  opacity: 0.5;
  pointer-events: auto;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: #e1f7e8;
  color: #27ae60;
}

.dropdown-menu.dropdown-menu-right {
  margin-left: 10px;
}

.dropdown-menu.dropdown-menu-top {
  top: auto;
  bottom: 20px;
}

.dropdown-menu.dropright-menu {
  margin-left: 24px;
  margin-top: -30px;
}

.dropdown-menu.plain::before {
  content: none;
}

.dropdown-menu.topnav-dropdown a {
  font-size: 0.875rem;
}

.dropdown-menu.topnav-dropdown a.active {
  color: #27ae60;
}

.custom-progress label {
  font-size: 0.75rem;
  margin: 0 0 0.25rem;
  padding: 0;
  text-transform: uppercase;
}

.custom-progress .progress,
.custom-progress .progress-bar {
  border-radius: 1rem;
  font-weight: 500;
  position: relative;
}

.custom-progress .progress {
  height: 20px;
}

.custom-progress .progress span {
  font-weight: 500;
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 1;
}

.custom-progress .progress-bar {
  z-index: 2;
}

.custom-progress.licenses-progress-bar .progress-bar {
  background-color: #174385;
}

.custom-progress.hire-licenses-progress-bar .progress-bar {
  background-color: #174385;
}

.custom-progress.hr-licenses-progress-bar .progress-bar {
  background-color: #518be1;
  color: #174385;
}

.custom-progress.crm-licenses-progress-bar .progress-bar {
  background-color: #73a2e7;
  color: #275caa;
}

.custom-progress.mass-licenses-progress-bar .progress-bar {
  background-color: #96b9ed;
  color: #3565ac;
}

.custom-progress.contacts-licenses-progress-bar .progress-bar {
  background-color: #dce8f9;
  color: #5a759d;
}

.custom-progress.unlimited .progress-bar {
  background-color: #D1CFE2 !important;
  color: #000000;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.list-inline {
  margin: 0;
}

.list-inline li {
  display: inline-block;
}

.round-fill {
  background: #B8BBC3;
  border-radius: 50px;
}

.round-fill.success {
  background: #27ae60;
}

.round-fill.warn {
  background: #FFAB00;
}

.round-fill.danger {
  background: #DE350B;
}

.round-fill.primary {
  background: #4175DF;
}

.goback_arrow {
  background: rgba(230, 234, 239, 0.6);
  color: #565682;
  cursor: pointer;
}

.goback_arrow .material-icons {
  padding: 3px 4px;
}

.hotlist-menu .dropdown-menu {
  top: 25px !important;
  right: auto !important;
  left: 0;
  bottom: auto !important;
}

.hotlist-menu .dropdown-menu::before {
  display: none;
}

.hotlist-menu .dropdown-menu li {
  padding: 3px;
}

.hotlist-menu .dropdown-menu li:hover {
  background: #dce8f9;
}

.hotlist-menu .dropdown-menu .hotlist-name {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.browse-drag-file {
  margin: 4px auto 20px;
  position: relative;
  border: 1px dashed #DAE1ED;
  background-image: none;
}

.browse-drag-file.inactive {
  background-color: #F5F5F5;
}

.browse-drag-file.inactive input[type=file] {
  cursor: no-drop;
}

.browse-drag-file input[type=file] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.browse-drag-file .drag-title {
  color: #4D5156;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 4px;
}

.browse-drag-file .browse-txt {
  color: #4D5156;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
}

.error .browse-drag-file {
  border-color: #DE350B;
}

.avatar {
  position: relative;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  height: 3.125rem;
  width: 3.125rem;
}

.avatar.rounded-circle img {
  border-radius: 50%;
}

.avatar.avatar-sm {
  border-radius: .2rem;
  font-size: .75rem;
  height: 2.4375rem;
  width: 2.4375rem;
}

.progress-wrapper {
  position: relative;
  padding-top: 1.2rem;
}

.progress-wrapper .progress-label {
  left: 0;
  color: #3c4858;
}

.progress-wrapper .progress-label,
.progress-wrapper .progress-percentage {
  display: inline-block;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.action-item {
  display: inline-block;
  font-size: .875rem;
  cursor: pointer;
  color: #585584;
  background: transparent;
  border: 0;
  padding: .25rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.action-item.action-item-lg {
  font-size: 1.15rem;
}

.hover-shadow-lg:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.avatar {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
  height: auto;
  width: auto;
}

.avatar .avatar-label {
  background-color: #F3F6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.42rem;
  color: #ffffff;
  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;
  font-size: 1rem;
  font-weight: 500;
  height: 36px;
  line-height: 0;
  width: 36px;
}

.avatar.avatar-lg-52 .avatar-label {
  font-size: 1.25rem;
  font-weight: 600;
  height: 52px;
  width: 52px;
}

.avatar.avatar-xxl-160 .avatar-label {
  font-size: 4rem;
  font-weight: 300;
  height: 160px;
  width: 160px;
}

.avatar.avatar-light-primary .avatar-label {
  background-color: #D1CFE2;
}

.avatar.avatar-dark-primary .avatar-label {
  background-color: #162283;
}

.avatar.avatar-light-success .avatar-label {
  background-color: #8FB99C;
}

.avatar.avatar-light-warning .avatar-label {
  background-color: #D2B6B0;
}

.avatar.avatar-light-info .avatar-label {
  background-color: #96CCEF;
}

.avatar.avatar-dark-secondary .avatar-label {
  background-color: #6c757d;
}

.bg-light-success {
  background-color: #EDF9F2 !important;
}

.bg-dark-primary {
  background-color: #578DA3 !important;
}

.bg-dark-warning {
  background-color: #FCC689 !important;
}

.bg-dark-danger {
  background-color: #EA8F7B !important;
}

.bg-dark-secondary {
  background-color: #6c757d !important;
}

.bg-light-grey {
  background-color: #FAFBFB !important;
}

.bg-color {
  background: #f1f2f3 !important;
}

.text-black {
  color: #000000 !important;
}

.text-grey {
  color: #546271 !important;
}

.text-dark {
  color: #4D5156 !important;
}

.text-hover-primary:hover,
a.text-hover-primary:hover {
  -webkit-transition: color .15s ease, 
 background-color .15s ease, 
 border-color .15s ease, 
 -webkit-box-shadow .15s ease;
  transition: color .15s ease, 
 background-color .15s ease, 
 border-color .15s ease, 
 -webkit-box-shadow .15s ease;
  transition: color .15s ease, 
 background-color .15s ease, 
 border-color .15s ease, 
 box-shadow .15s ease;
  transition: color .15s ease, 
 background-color .15s ease, 
 border-color .15s ease, 
 box-shadow .15s ease, 
 -webkit-box-shadow .15s ease;
  color: #3699ff !important;
}

.dashboard-color-primary {
  color: #186EA0;
}

.dashboard-color-secondary {
  color: #8585FF;
}

.dashboard-color-third {
  color: #61A4A5;
}

.dashboard-color-fourth {
  color: #A972A9;
}

.alert {
  padding: 6px 10px 6px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 0px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(168, 176, 188, 0.8);
          box-shadow: 0 4px 8px 0 rgba(168, 176, 188, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  color: #6f7477;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9999999;
  min-height: 52px;
  max-width: 50%;
  margin-right: 0.875rem;
}

.alert > a {
  position: relative;
  right: 0;
  top: 0;
}

.alert > a > i {
  color: #ffffff;
  font-size: 18px;
}

.alert > span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  font-weight: 600;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  margin-right: 30px;
  font-weight: normal;
}

.alert.alert-info {
  color: #ffffff;
  background-color: #5AAAFA;
}

.alert.alert-success {
  color: #ffffff;
  background-color: #4EAF86;
}

.alert.alert-warning {
  color: #ffffff;
  background-color: #FFAB00;
}

.alert.alert-danger {
  color: #ffffff;
  background-color: #DE350B;
}

.select-holder {
  min-height: 34px;
}

.select-holder .custom-select {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875rem;
  height: auto !important;
  z-index: 0;
  border: none !important;
  min-height: 35px;
  border: 1px solid #ced4da !important;
  padding: 2px 5px !important;
  padding-right: 40px !important;
  background: #ffffff !important;
}

.select-holder .custom-select option {
  padding: 4px;
  min-height: 24px;
  background: #ffffff;
}

.select-holder .custom-select option:hover {
  background-color: #cecece !important;
  color: black !important;
}

.select-holder .custom-select-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

.filter-delete {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.add-divider {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: #DAE1ED dashed 1px;
  display: block;
}

.add-divider-filter {
  position: relative;
}

.add-divider-filter::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: #DAE1ED dashed 1px;
}

.multiselect-by-group ul > li > span:nth-child(3) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cke .cke_bottom {
  display: none;
}

.header-sms .dropdown-menu > li {
  position: relative;
}

.header-sms .dropdown-menu > li .counter {
  background: #0abb87;
  font-size: 9px;
  right: 10px;
  top: 8px;
}

.modal-sms {
  width: 500px;
}

.modal-sms .modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.sms-popup-footer {
  background: #ffffff !important;
  border: 0;
}

.chat-area {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 18px;
  width: 100%;
}

.text-recruiter-body .row {
  margin-bottom: 15px !important;
}

.text-recruiter-body .action-btns {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 12px;
}

.text-recruiter-body .text-recruiter-contact-search {
  width: 100%;
}

.text-recruiter-body .text-recruiter-contact-search .form-control {
  border: 0;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #fafafa;
  height: 28px;
}

.text-recruiter-body .text-recruiter-contact-search .form-control::-webkit-input-placeholder {
  color: #DAE1ED;
  font-size: 0.8125rem;
}

.text-recruiter-body .text-recruiter-contact-search .form-control::-moz-placeholder {
  color: #DAE1ED;
  font-size: 0.8125rem;
}

.text-recruiter-body .text-recruiter-contact-search .form-control:-ms-input-placeholder {
  color: #DAE1ED;
  font-size: 0.8125rem;
}

.text-recruiter-body .text-recruiter-contact-search .form-control::-ms-input-placeholder {
  color: #DAE1ED;
  font-size: 0.8125rem;
}

.text-recruiter-body .text-recruiter-contact-search .form-control::placeholder {
  color: #DAE1ED;
  font-size: 0.8125rem;
}

.text-recruiter-body .text-recruiter-contact-search.error .form-control {
  border-color: #DE350B;
}

.text-recruiter-body .text-recruiter-contact-search .input-group-addon {
  border: 0;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 12px;
}

.text-recruiter-body .chat-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DAE1ED;
  display: inline-block;
  float: left;
  position: relative;
}

.text-recruiter-body .chat-profile.right {
  float: right;
}

.text-recruiter-body .chat-profile > img {
  width: 40px;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.text-recruiter-body .chat-description {
  padding: 0.5rem 0.75rem;
  width: auto;
  display: inline-block;
  border-radius: 0.5rem;
  float: left;
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  word-wrap: break-word;
}

.text-recruiter-body .chat-description > p {
  padding-bottom: 1rem;
  padding-right: 0.75rem;
}

.text-recruiter-body .chat-description .time {
  position: absolute;
  font-size: 12px;
  text-align: right;
  bottom: 0;
  right: 10px;
  color: #333333;
}

.text-recruiter-body .chat-description.left {
  float: left;
  margin-left: 15px;
  background: #ffffff;
  border: 1px solid #f1f2f3;
  border-top-left-radius: 0;
  position: relative;
}

.text-recruiter-body .chat-description.left::after {
  content: "";
  position: absolute;
  margin-top: 0px;
  margin-left: -8px;
  border-top: 8px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0px;
  top: -13px;
}

.text-recruiter-body .chat-description.right {
  margin-right: 1rem;
  position: relative;
  border: #C9EBD7 solid 1px;
  background: #F1FAF5;
  border-top-right-radius: 0;
  float: right;
}

.text-recruiter-body .chat-description.right::after {
  content: "";
  position: absolute;
  margin-top: -10px;
  margin-left: -8px;
  border-left: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cbecbf;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -8px;
  top: 7px;
}

.text-recruiter-textarea {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.text-recruiter-textarea textarea.form-control {
  height: 80px !important;
  border: 0;
  background-color: #f6f6f6;
  padding: 10px, 10px;
  line-height: 20px;
  border: 1px solid #DAE1ED;
  resize: none;
}

.text-recruiter-textarea textarea.form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.text-recruiter-textarea textarea.form-control::-moz-placeholder {
  font-size: 14px;
}

.text-recruiter-textarea textarea.form-control:-ms-input-placeholder {
  font-size: 14px;
}

.text-recruiter-textarea textarea.form-control::-ms-input-placeholder {
  font-size: 14px;
}

.text-recruiter-textarea textarea.form-control::placeholder {
  font-size: 14px;
}

.text-recruiter-textarea textarea.form-control:focus {
  border: 0;
}

.text-recruiter-textarea .left-characters {
  font-size: 12px;
  color: #333333;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.send-sms-btn {
  float: left;
  padding-top: 25px;
  color: #27ae60;
  position: relative;
  overflow: hidden;
  background: none;
  border: 0;
}

.send-sms-btn .mdi::before {
  font-size: 24px;
}

.send-sms-btn:hover {
  color: #27ae60;
}

.dropdown.drop-up .dropdown-menu {
  bottom: 0;
  top: auto;
}

.dropzone {
  border-radius: 0.42rem;
  border: 2px dashed #dee2e6;
  cursor: pointer;
  height: calc(240px - 1px);
  letter-spacing: -.5px;
  padding: 1.25rem;
  text-align: center;
}

.dropzone.dropzone-primary {
  border-color: #00A5F3;
}

.dropzone .dz-message {
  margin: 1rem 0;
  text-align: center;
}

.dropzone .dropzone-msg-title {
  color: #4D5156;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}

.dropzone .dropzone-msg-desc {
  font-weight: 400;
  font-size: 0.75rem;
}

.custom-control-inline .tooltip {
  min-width: 150px;
}

.credits-avilable {
  font-size: 12px;
  color: #333333;
  display: inline-block;
  float: right;
}

.send-sms {
  padding: 10px !important;
  background: #27ae60 !important;
  border-bottom: 1px solid #27ae60;
  position: relative;
  border-radius: 8px 8px 0 0 !important;
}

.send-sms .close {
  position: absolute;
  right: 20px;
  top: 36px;
  font-size: 14px;
  opacity: 1;
  color: #ffffff !important;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.send-sms .sms-conatct-list {
  max-height: 200px;
  overflow-y: auto;
  display: block;
}

.send-sms .sms-conatct-list > li {
  padding: 5px 10px;
  padding: 10px;
  border-bottom: 1px solid #DAE1ED;
  font-size: 16px;
  color: #333333;
}

.send-sms .sms-conatct-list > li:last-child {
  border-bottom: 0;
}

.send-sms .sms-credits {
  right: 40px;
  top: 5px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
}

.send-sms .dashboard-custom-popover {
  height: auto;
}

.send-sms .credits-sms {
  right: 50px;
  top: 22px !important;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
}

.send-sms .chatbox-head {
  padding-bottom: 5px;
  border-radius: 8px;
  float: left;
  width: 100%;
}

.send-sms .chatbox-head > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.send-sms .chatbox-head .custom-popover-main {
  display: block;
}

.send-sms .chatbox-head .custom-popover-main > h4 {
  font-size: 14px;
}

.send-sms .chatbox-head .custom-popover-main .dropdown > h4 {
  padding-top: 5px;
  font-size: 18px;
  color: #ffffff;
}

.send-sms .chatbox-head .custom-popover-main .custom-popover {
  left: 60px;
  right: 0;
  width: 250px;
}

.send-sms .chatbox-head .custom-popover-main .custom-popover::before {
  left: 10px;
  right: 0;
}

.send-sms .chatbox-head .custom-popover-main .custom-popover::after {
  left: 12px;
  right: 0;
}

.send-sms .chatbox-head .profile-image {
  padding-top: 3px;
  width: 30px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  float: left;
}

.send-sms .chatbox-head .profile-image > img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.send-sms .chatbox-head .profile-image > i {
  font-size: 1.5rem;
  color: #ffffff;
}

.send-sms .chatbox-head .profile-details {
  width: calc(100% - 40px);
  display: inline-block;
  padding-top: 10px;
  color: #ffffff;
}

.send-sms .chatbox-head .profile-details > h4 {
  font-size: 0.825rem;
  color: #ffffff;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.send-sms .chatbox-head .profile-details > h3 {
  font-size: 1.125rem;
}

.send-sms .chatbox-head .profile-details > p {
  position: relative;
  color: #ffffff;
  font-family: #333333;
  font-size: 11px;
}

.send-sms .chatbox-head .profile-details > p > a {
  font-size: 14px;
  color: #ffffff;
  padding-left: 10px;
}

.sms-credits {
  font-size: 12px;
}

.text-recruit-not-configured {
  margin-top: 20px;
  padding: 5px, 10px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #DAE1ED;
  font-size: 1rem;
  color: #333333;
}

.dropzone {
  border-radius: 0.42rem;
  border: 2px dashed #dee2e6;
  cursor: pointer;
  height: calc(240px - 1px);
  letter-spacing: -.5px;
  padding: 1.25rem;
  text-align: center;
}

.dropzone.dropzone-primary {
  border-color: #00A5F3;
}

.dropzone .dz-message {
  margin: 1rem 0;
  text-align: center;
}

.dropzone .dropzone-msg-title {
  color: #4D5156;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}

.dropzone .dropzone-msg-desc {
  font-weight: 400;
  font-size: 0.75rem;
}

/*Export Popup*/
.export {
  overflow-y: auto;
}

.export > li {
  padding: 0.415rem 0.875rem;
  margin: 0.25rem 0;
  border-radius: 4px;
  color: #4D5156;
}

.export > li > label {
  padding: 0;
  color: #4D5156;
}

.export > li:hover {
  background-color: #FAFBFB;
}

.export > li.active {
  background-color: #FAFBFB;
}

.export > li .export-close {
  color: #DE350B;
  font-size: 0.875rem;
  float: right;
  opacity: 0;
}

.export > li:hover .export-close {
  opacity: 1;
}

.export.export-right > li {
  position: relative;
  cursor: pointer;
}

.export.export-right > li.active {
  background: #27ae60;
  color: #ffffff;
}

.angucomplete-row {
  padding: 4px;
  cursor: pointer;
  border-bottom: 1px solid #DAE1ED;
}

.angucomplete-row:hover {
  background-color: #186bb7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  margin: 0;
  padding: 0;
  top: 0;
  left: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.dropdown-submenu .dropdown-menu::before {
  content: none;
}

.dropdown-submenu .dropdown-menu.dropup {
  top: auto;
  bottom: 0;
}

.dropdown-submenu .dropdown-menu > li {
  position: relative;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 {
  position: relative;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu {
  margin: 0;
  padding: 4px;
  border-radius: 0px;
  top: 0;
  left: 100%;
  display: none;
  overflow: visible;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu.dropup {
  top: auto;
  bottom: 0;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu > li {
  position: relative;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu .dropdown-submenu3 {
  position: relative;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu .dropdown-submenu3 .dropdown-menu {
  margin: 0;
  padding: 4px;
  border-radius: 0px;
  top: 0;
  left: 100%;
  display: none;
  overflow: visible;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu .dropdown-submenu3 .dropdown-menu.dropup {
  top: auto;
  bottom: 0;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu .dropdown-submenu3 .dropdown-menu > li {
  position: relative;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2 .dropdown-menu .dropdown-submenu3:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu .dropdown-menu .dropdown-submenu2:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu .dropdown-menu.dropdown-menu-left {
  min-width: 10rem;
  left: auto;
  padding: 8px 0;
  right: 100%;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

@media (min-width: 992px) {
  .avatar.avatar-md {
    width: 100%;
    max-width: 3.5rem;
    height: 3.5rem;
  }
  .avatar.avatar-lg {
    width: 100%;
    max-width: 4.5rem;
    height: 4.5rem;
  }
  .avatar.avatar-xl {
    font-size: 1.375rem;
    height: 6rem;
    width: 6rem;
  }
}

@media (max-width: 1400px) {
  .writing-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .writing-mode .vertical-lr {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

.search-jobboards {
  margin-top: 0.75rem;
}

.search-jobboards > li {
  background-color: #f0f3f6;
  border-left: 3px solid transparent;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 5px 10px;
  margin-right: 5px;
}

.search-jobboards > li > a {
  display: block;
  text-align: center;
}

.search-jobboards > li > a > img.dice-job {
  height: 20px;
}

.search-jobboards > li > a > img.monster-job {
  border-radius: 5px;
  height: 30px;
}

.search-jobboards > li > label {
  padding: 6px 10px;
}

.search-jobboards > li .job-board-info {
  color: #6f7477;
  display: inline-block;
  line-height: 1rem;
  padding-left: .25rem;
  vertical-align: middle;
}

.search-jobboards > li .label-text {
  display: block;
}

.search-jobboards > li .job-search-count {
  display: block;
  min-width: 55px;
}

.search-jobboards > li.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.search-jobboards > li.active .job-board-info .label-text {
  color: #ffffff;
}

.search-jobboards > li .career-job {
  height: 20px;
}

.search-jobboards > li .custom-radio + label {
  height: 30px;
}

.dropdown .toggle-arrow {
  padding-bottom: 0 !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.dropdown.show .toggle-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.to_mail .tags-list {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  line-height: 22px;
  border: 0px;
  border-radius: 3px;
  background: #27ae60;
  color: #ffffff;
  word-break: break-all;
  font-size: 12px;
}

.to_mail .tags-list a {
  color: #ffffff;
}

.disabled {
  color: #6c757d;
  cursor: not-allowed;
}

.mh-200p {
  max-height: 200px;
  overflow-y: auto;
}

.max-h-auto {
  max-height: inherit;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

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

.targets-dashboard-table > tbody > tr > td {
  border: 0;
}

.targets-dashboard-table > tbody > tr > td:first-child {
  white-space: normal;
  padding: 4px;
}

.targets-dashboard-table > tbody > tr > td .profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.targets-dashboard-table > tbody > tr > td .profile-img > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.targets-dashboard-table > tbody > tr > td .profile-img-section {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #D2B6B0;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
}

.targets-dashboard-table > tbody > tr > td.targets-list-count {
  width: 70px;
  text-align: center;
  font-size: 0.875rem;
  color: #4D5156;
  padding: 2px 4px;
}

.targets-dashboard-table > tbody > tr > td.targets-list-count > span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.targets-dashboard-table > tbody > tr > td.green > span {
  background: #EDF7F3;
  color: #4EAF86;
  font-weight: 500;
}

.targets-dashboard-table > tbody > tr > td.yellow > span {
  background: #FFF1D6;
  color: #FFAB00;
  font-weight: 500;
}

.targets-dashboard-table > tbody > tr > td.red > span {
  background: #FEEBE7;
  color: #DE350B;
  font-weight: 500;
}

.targets-dashboard-table > tbody > tr > td.gray > span {
  background: #F1F2F3;
  color: #000000;
  font-weight: 500;
}

.target-status {
  font-size: 10px;
  color: #546271;
}

.target-status li {
  line-height: 10px;
}

.target-status .achived {
  position: relative;
  padding-left: 16px;
}

.target-status .achived::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #4EAF86;
}

.target-status .ongoing {
  position: relative;
  padding-left: 16px;
}

.target-status .ongoing::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #FFAB00;
}

.target-status .not-achived {
  position: relative;
  padding-left: 16px;
}

.target-status .not-achived::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #DE350B;
}

.create-agent-jobboard .tab-content {
  border-left: 1px solid #DAE1ED;
  margin-left: 1rem;
  padding-left: 1rem;
  width: 100%;
}

._available {
  position: relative;
}

._available .arrow {
  background-color: #17a2b8;
  height: 12px;
  left: -5px;
  position: absolute;
  right: auto;
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

/* Removed Tooltip Arrow */
.tooltip .tooltip-inner,
.bs-tooltip-top .tooltip-inner {
  background-color: #253858;
  max-width: 450px !important;
}

.tooltip .arrow,
.tooltip .tooltip-arrow,
.bs-tooltip-top .arrow,
.bs-tooltip-top .tooltip-arrow {
  display: none !important;
}

.communication-area {
  width: calc(100% - 200px);
}

/* Actions dropdown item*/
.actions {
  cursor: pointer;
  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;
  height: 20px;
  position: relative;
  width: 20px;
}

.actions:before {
  content: "";
  background: none;
  border-radius: 4px;
  display: block;
  bottom: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  height: 30px;
  width: 30px;
}

.actions:hover:before {
  background-color: rgba(32, 33, 36, 0.059);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.dropdown.show .actions:before, .dropdown.uib-dropdown-open .actions:before {
  background-color: rgba(32, 33, 36, 0.059);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news-columns .card-wrap {
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Employee overview */
._cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px 0;
  width: 14px;
}

._type {
  background-color: #ECEDF0;
  border-radius: 1rem;
  display: block;
  height: 0.625rem;
  width: 0.625rem;
}

._date_header {
  font-size: 0.625rem;
  font-weight: 600;
  margin: 1px;
  text-align: center;
  width: 14px;
}

.day_selected {
  border: 1px solid transparent;
  border-radius: 2px;
}

.day_selected.current_day {
  border-color: #88D3A8;
}

.day_selected.current_day ._date_header {
  color: #4D5156 !important;
}

/** Subscription Plans **/
.subscription_wrapper .subscription_plans .nav-tabs .nav-link {
  background-color: #ffffff;
  border-radius: .5rem;
  border: 1px solid #D3DDD7;
  line-height: 1rem;
  padding: 1rem;
}

.subscription_wrapper .subscription_plans .nav-tabs .nav-link.active {
  background-color: #F2FCF8;
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 1rem rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 1rem rgba(168, 176, 188, 0.25);
}

.subscription_wrapper .billing_plans label {
  margin-right: 2px;
}

.subscription_wrapper .billing_plans input[type="radio"] {
  display: none;
}

.subscription_wrapper .billing_plans input[type="radio"] + label {
  background: #ffffff;
  border-radius: .5rem;
  border: 1px solid #D3DDD7;
  cursor: pointer;
  line-height: 20px;
  padding: 1rem;
  width: 100%;
}

.subscription_wrapper .billing_plans input[type="radio"] + label small {
  display: block;
  line-height: 1rem;
}

.subscription_wrapper .billing_plans input[type="radio"]:checked + label {
  background-color: #F2FCF8;
  border-color: #27ae60;
  -webkit-box-shadow: 0 0 1rem rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 1rem rgba(168, 176, 188, 0.25);
}

.subscription_wrapper .ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}

.subscription_wrapper .ribbon:before, .subscription_wrapper .ribbon:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #ffc107;
}

.subscription_wrapper .ribbon span {
  position: absolute;
  display: block;
  width: 120px;
  padding: 1px 0;
  background-color: #ffc107;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.subscription_wrapper .ribbon-top-left {
  top: 0;
  left: 0;
}

.subscription_wrapper .ribbon-top-left:before, .subscription_wrapper .ribbon-top-left:after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.subscription_wrapper .ribbon-top-left:before {
  top: 0;
  right: 0;
}

.subscription_wrapper .ribbon-top-left:after {
  bottom: 0;
  left: 0;
}

.subscription_wrapper .ribbon-top-left span {
  right: 30px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.resume-preview-data-section {
  height: calc(100vh - 200px);
}

.resume-preview-data-section iframe {
  height: inherit !important;
}

.custom_group_report {
  border-left: 2px solid #229652;
}

.custom_group_report .custom_group_report_header {
  background-color: #f3f3f3;
  font-weight: 600;
}

.toast {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #4B9DF0;
  border-radius: 10px;
  background-color: #E4F2FF;
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.12);
  color: #054D94;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 110px;
  z-index: 2;
}

.toast .toast-header {
  background-color: #E4F2FF;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  color: #054D94;
}

.toast .close {
  color: #054D94;
}

.toast .btn-primary {
  background-color: rgba(5, 77, 148, 0.9);
  border-color: #054D94;
}

.toast .btn-primary:hover {
  background-color: #054d94;
}

.table-header-fixed thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #FAFBFB;
}

.table-header-fixed thead > tr > th {
  border-bottom: 0;
}

.resource-pool-priority-details {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

.subscription-renew-alert {
  top: auto;
  bottom: 0;
}

.cart-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #f9e0da;
  border: 2px solid #DE350B;
  text-align: center;
  display: block;
  margin: auto;
}

.cart-icon > i {
  line-height: 100px;
}

.info-wrapper {
  position: relative;
}

.info-wrapper:after {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 15%, rgba(255, 255, 255, 0) 100%);
  bottom: 1px;
  content: "";
  height: 60px;
  position: absolute;
  left: 1px;
  width: 97%;
}

.view-content-quick-edit .view-content {
  padding: 0.45rem 0.12rem;
}

.view-content-quick-edit .view-content:hover {
  background-color: #efefef;
  border-radius: 0.25rem;
}

.listing-hover-item .listing-item-box {
  border-radius: 0.75rem;
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.04);
          box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  position: relative;
}

.listing-hover-item .listing-item-box .listing-item-image {
  overflow: hidden;
  position: relative;
}

.listing-hover-item .listing-item-box .listing-item-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
}

.listing-hover-item .listing-item-box .listing-item-image .overlay-item-box {
  position: absolute;
  bottom: 12px;
  right: 12px;
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 1;
}

.listing-hover-item .listing-item-box .listing-item-image .overlay-item-box .effect-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
}

.listing-hover-item .listing-item-box .listing-item-image .overlay-item-box .effect-round + .effect-round {
  margin-top: 0.5rem;
}

.listing-hover-item .listing-item-box .listing-item-details {
  border: 1px solid #DAE1ED;
  border-radius: 0 0 0.75rem 0.75rem;
  position: relative;
  padding: 0.75rem;
}

.listing-hover-item .listing-item-box .listing-item-details > h6 {
  font-size: 0.875rem;
  margin: 0;
}

.whatsapp-candidate-list {
  border: 1px solid #DAE1ED;
  border-radius: 2rem;
  margin: 0.125rem 0.25rem 0.125rem 0;
  padding: 0.25rem 0.5rem;
  position: relative;
}

.whatsapp-candidate-list .close-btn {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0 2rem 2rem 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0.25rem 0.25rem;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
}

.whatsapp-candidate-list:hover .close-btn {
  opacity: 1;
  visibility: visible;
}

.chat-popup {
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 1024px;
  height: 100%;
}

.chat-popup .chat-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 9.5px 12.7px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 9.5px 12.7px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.675rem;
  z-index: 1;
}

.chat-popup .chat-header .chat-header-title {
  font-size: 1rem;
  margin-bottom: 0;
}

.chat-popup .chat-body {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 8rem;
  position: relative;
}

.chat-popup .chat-body .btn-positioned {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.chat-popup .chat-body .btn-positioned .action-button {
  background-color: transparent;
  border: 1px solid #7b7b7b;
  border-radius: 0.25rem;
  color: #000000;
  font-size: 0.875rem;
  line-height: 0.75rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  text-align: center;
}

.chat-popup .chat-body .chat-content {
  padding-bottom: 2rem;
}

.chat-popup .chat-body .chat-content h6 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.chat-popup .chat-body .chat-content .response-message {
  padding-right: 4rem;
}

.chat-popup .chat-body .scroll-top {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  border-radius: 2rem;
  bottom: 10rem;
  padding: 0.25rem;
  position: fixed;
  right: 2rem;
}

.chat-popup .chat-body .scroll-top:hover {
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}

.chat-popup .chat-footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -1rem 1rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 -1rem 1rem rgba(255, 255, 255, 0.8);
  bottom: 0;
  padding: 1rem;
  padding-bottom: 0;
  position: fixed;
  width: 1024px;
}

.chat-popup .chat-footer .re-generate {
  padding: 0.25rem 0.75rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-bottom: 0;
  opacity: 0.6;
}

.chat-popup .chat-footer .re-generate:hover {
  opacity: 1;
}

.chat-popup .chat-footer .re-generate {
  background-color: transparent;
  border: 1px solid #DAE1ED;
  color: #343a40;
}

.chat-popup .chat-footer .re-generate:hover {
  opacity: 1;
}

.chat-popup .form-container {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.chat-popup .form-container .chat-textarea {
  display: block;
  width: 100%;
  padding: 0 3rem 0 0;
  margin: 0;
  border: none;
  overflow: hidden;
  background-color: transparent;
  resize: none;
  height: 1.5rem;
}

.chat-popup .form-container .chat-textarea:focus {
  outline: none;
}

.chat-popup .form-container .send-button {
  background-color: #27ae60;
  color: white;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-bottom: 0;
  opacity: 0.6;
  position: absolute;
  right: 1rem;
  bottom: 0.65rem;
}

.chat-popup .form-container .send-button:hover {
  opacity: 1;
}

.chat-popup .close-button {
  margin: 0;
  padding: 0.25rem;
}

.chat-popup .chat-secondary-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DAE1ED;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem 0.25rem 0.615rem;
}

.chat-popup .chat-list-options .dropdown-menu {
  font-size: 0.875rem;
}

.chat-popup .chat-list-options .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #DAE1ED;
}

.gpt-button-position .compose_email_chat_gpt_icon {
  right: 15px;
  top: -16px;
}

.gpt-button-position-custom-templates .compose_email_chat_gpt_icon {
  right: 0;
  top: 20px;
}

.open-button {
  background-color: #ffffff;
  -webkit-box-shadow: -0.25rem 0 0.5rem rgba(0, 0, 0, 0.3);
          box-shadow: -0.25rem 0 0.5rem rgba(0, 0, 0, 0.3);
  padding: 0.225rem;
  border-radius: 2rem 0 0 2rem;
  cursor: pointer;
  opacity: 0.6;
  position: fixed;
  top: 82%;
  right: 0;
  width: 2.5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 9;
}

.open-button .other-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.open-button .other-options > a {
  background-color: #F1F2F3;
  border: 1px solid #DAE1ED;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #172A3F;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  text-align: center;
  width: 2rem;
}

.open-button:hover {
  opacity: 1;
  width: 10rem;
}

.open-button.open-button-plugins {
  top: 90%;
}

.open-button.open-button-plugins:hover {
  width: 11.5rem;
}

.compose_email_chat_gpt_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #27ae60;
  border: 1px solid #DAE1ED;
  border-radius: 0.25rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.5rem;
  padding: 0.15rem 0.25rem;
  position: absolute;
  right: 0;
  top: -8px;
}

.block-type-custom-radio-buttons, .block-type-click-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.block-type-custom-radio-buttons .radio-btn, .block-type-custom-radio-buttons .block-type-click-selection, .block-type-click-buttons .radio-btn, .block-type-click-buttons .block-type-click-selection {
  margin: 10px;
  width: 160px;
  height: 160px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 20px #c3c3c367;
          box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.block-type-custom-radio-buttons .radio-btn > i, .block-type-custom-radio-buttons .block-type-click-selection > i, .block-type-click-buttons .radio-btn > i, .block-type-click-buttons .block-type-click-selection > i {
  color: #ffffff;
  background-color: #27ae60;
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(4);
      -ms-transform: translateX(-50%) scale(4);
          transform: translateX(-50%) scale(4);
  border-radius: 50px;
  padding: 1px 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}

.block-type-custom-radio-buttons .radio-btn .plugin-icon, .block-type-custom-radio-buttons .block-type-click-selection .plugin-icon, .block-type-click-buttons .radio-btn .plugin-icon, .block-type-click-buttons .block-type-click-selection .plugin-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-type-custom-radio-buttons .radio-btn .plugin-icon i, .block-type-custom-radio-buttons .block-type-click-selection .plugin-icon i, .block-type-click-buttons .radio-btn .plugin-icon i, .block-type-click-buttons .block-type-click-selection .plugin-icon i {
  color: #27ae60;
  line-height: 80px;
  font-size: 60px;
}

.block-type-custom-radio-buttons .radio-btn .plugin-icon h5, .block-type-custom-radio-buttons .block-type-click-selection .plugin-icon h5, .block-type-click-buttons .radio-btn .plugin-icon h5, .block-type-click-buttons .block-type-click-selection .plugin-icon h5 {
  font-size: 1rem;
  font-weight: 400;
}

.block-type-custom-radio-buttons .block-type-click-selection > i, .block-type-click-buttons .block-type-click-selection > i {
  font-size: 18px;
  padding: 4px 5px;
}

.block-type-custom-radio input {
  display: none;
}

.block-type-custom-radio input:checked + .radio-btn {
  border: 3px solid #27ae60;
}

.block-type-custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.block-type-click-selection i {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.block-type-click-buttons .block-type-click-selection:hover {
  border: 3px solid #27ae60;
}

.block-type-click-buttons .block-type-click-selection:hover i {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.whatsapp-chat-group .card {
  border: none;
  border-right: 1px solid #DAE1ED;
}

.whatsapp-chat-group .whatsapp-tabs {
  background-color: #27ae60 !important;
}

.whatsapp-chat-group .whatsapp-tabs .nav-link {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: #ffffff !important;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 1px;
  padding: 1.25rem;
  text-transform: uppercase;
  width: 100%;
}

.whatsapp-chat-group .whatsapp-tabs .nav-link.active {
  background-color: #27ae60 !important;
  border-bottom-color: #ffffff;
}

.whatsapp-chat-group .chatbox-footer .whatsapp-textarea {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  width: calc(100% - 60px);
}

.whatsapp-chat-group .chatbox-footer .send-btn-section {
  width: auto;
}

.whatsapp-modal-header {
  background-color: #27ae60 !important;
  border-bottom: none;
}

.whatsapp-modal-header .modal-title, .whatsapp-modal-header button.close {
  color: #ffffff !important;
}

.whatsapp-chating-list {
  display: block;
  position: relative;
}

.whatsapp-chating-list .whatsapp-chating-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.whatsapp-chating-list .whatsapp-chating-list-item:hover {
  background-color: #f1f1f1;
}

.whatsapp-chating-list .whatsapp-chating-list-item.reading {
  background-color: #eef2f7;
}

.whatsapp-chating-list .whatsapp-chating-list-item.reading .chat-profle-short h6 {
  font-weight: 400;
}

.whatsapp-chating-list .whatsapp-chating-list-item.read .chat-profle-short h6 {
  font-weight: 400;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profile-letter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  border-radius: 3rem;
  font-size: 1.25rem;
  margin: 0.5rem;
  height: 3rem;
  width: 3rem;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profile-letter:last-child {
  border-bottom: none;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profile-icon {
  border-bottom: 1px solid #DAE1ED;
  border-radius: 3rem;
  height: 3rem;
  margin: 0.5rem;
  width: 3rem;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profile-icon > img {
  border-radius: 5rem;
  height: 3rem;
  width: 3rem;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profile-icon:last-child {
  border-bottom: none;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profle-short {
  border-bottom: 1px solid #DAE1ED;
  padding: 0.875rem 0.5rem 0.62rem;
  width: calc(100% - 4rem);
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profle-short .chat-profile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.whatsapp-chating-list .whatsapp-chating-list-item .chat-profle-short h6 {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 6rem);
  white-space: nowrap;
}

.whatsapp-chating-list .whatsapp-chat-scroll {
  display: block;
  height: calc(100vh - 185px);
  overflow-y: auto;
}

.whatsapp-candidate-chating {
  position: relative;
}

.whatsapp-candidate-chating.global-chat .chatbox-body {
  background-image: url(../../images/whatsapp-bg-2.png);
  background-position: left top;
  background-repeat: repeat;
  height: calc(100vh - 195px) !important;
  width: 100%;
}

.whatsapp-candidate-chating .text-recruiter-body .chat-description.left {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px #c7c7c7;
          box-shadow: 0 1px 1px #c7c7c7;
  border: none;
}

.whatsapp-candidate-chating .text-recruiter-body .chat-description.right {
  background: #d3fac4;
  -webkit-box-shadow: 0 1px 1px #a2b59b;
          box-shadow: 0 1px 1px #a2b59b;
  border: none;
}

.whatsapp-candidate-chating .text-recruiter-body .chat-description .whatsapp-document-wrapper {
  max-width: 350px;
  max-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.whatsapp-candidate-chating .text-recruiter-body .chat-description .whatsapp-document-backdrop {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  border-radius: 3rem 0 0 0;
  position: absolute;
  height: 2rem;
  bottom: 0;
  opacity: 0;
  right: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
  width: 4rem;
}

.whatsapp-candidate-chating .text-recruiter-body .chat-description .whatsapp-document-actions {
  bottom: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
}

.whatsapp-candidate-chating .text-recruiter-body .chat-description:hover .whatsapp-document-backdrop {
  opacity: 1;
  visibility: visible;
}

.whatsapp-candidate-chating .encrypted-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fce692;
  border: 1px solid #e2b60e;
  border-radius: 0.5rem;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 auto;
  padding: 1rem;
  width: 50%;
}

pre {
  white-space: normal;
}

.newpage-footer {
  width: calc(100% - 226px);
  left: 186px !important;
}

.Welcome_screen .get_role ul {
  list-style-type: none;
  padding: 0px;
}

.title_space {
  letter-spacing: 2px;
}

.break-end {
  position: relative;
}

.break-end small {
  bottom: 0;
  font-size: 0.615rem;
  left: 4px;
  position: absolute;
  top: 17px;
}

.campaign-follow-up-tabs .nav-link {
  color: #546271;
}

.campaign-follow-up-tabs .nav-link.active {
  color: #27ae60;
}

.career-main .career-top .career-logo img {
  max-width: 150px;
}

.newcareer {
  height: 100%;
  background: #f5f7f7;
  font-family: "Open Sans";
}

.newcareer .layout {
  overflow-y: auto;
}

.newcareer .btn_new {
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
}

.newcareer .btn_new:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newcareer .btn_new.btn-lg {
  padding: 0.75rem 3rem;
  font-size: 0.875rem;
}

.newcareer .btn_new.btn-outline {
  border: 1px solid #ced4da;
  color: #808080;
  background: #fff;
}

.newcareer .btn_new.btn-outline:hover {
  color: #27ae60;
  border: 1px solid #27ae60;
}

.newcareer .btn_new.btn-success {
  border: #00C794 solid 1px !important;
  background-color: #00C794 !important;
  color: #fff !important;
}

.newcareer .btn_new.btn-success:hover {
  border-color: #27ae60 !important;
  background-color: #27ae60 !important;
}

.newcareer .career-main {
  border: none;
}

.newcareer .career-main .career-top {
  background: #fff;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 2px 0 #7D7D7D;
          box-shadow: 0 1px 2px 0 #7D7D7D;
}

.newcareer .career-main .career-top .careertopnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newcareer .career-main .career-top .career-logo {
  max-height: none;
}

.newcareer .career-main .career-top .career-logo > img {
  max-width: 150px;
  max-height: 50px;
}

.newcareer .career-main .career-top .career-header-links > li {
  margin-left: 4px;
}

.newcareer .career-main .career-top .career-header-links > li:first-child {
  margin-left: 0;
}

.newcareer .career-main .career-top .career-header-links > li > a {
  color: #00C794;
}

.newcareer .career-main .career-top .career-header-links > li > a:hover {
  color: #27ae60;
}

.newcareer .career-main .career-top .career-header-links .web-signout {
  display: inline;
}

.newcareer .career-main .career-top .career-header-links .mobi-signout {
  display: none;
}

.newcareer .career-main .career-body .career-center {
  background: #f5f7f7;
  padding: 0 20px;
}

.newcareer .search-wrapper {
  padding: 20px 0 0;
}

.newcareer .search-wrapper .clearsearch {
  font-size: 12px;
  color: #007bff;
  margin-left: 0.25rem;
  cursor: pointer;
}

.newcareer .career_search {
  width: auto;
}

.newcareer .career_search .location-select {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  padding: .375rem 0rem .375rem .75rem;
  font-size: 0.75rem;
  font-weight: 600;
  min-height: 32px;
}

.newcareer .career_search .location-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ced4da;
}

.newcareer .career_search .search-input {
  width: 200px;
  border-right: none;
  border-radius: 0;
  font-size: 0.75rem;
  height: 100%;
}

.newcareer .career_search .search-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced4da;
  border-right: none;
}

.newcareer .career_search .search-input::-webkit-input-placeholder {
  font-style: italic;
}

.newcareer .career_search .search-input::-moz-placeholder {
  font-style: italic;
}

.newcareer .career_search .search-input:-ms-input-placeholder {
  font-style: italic;
}

.newcareer .career_search .search-input::-ms-input-placeholder {
  font-style: italic;
}

.newcareer .career_search .search-input::placeholder {
  font-style: italic;
}

.newcareer .career_search .btn-outline-search {
  background: #fff;
  border: none;
  border-top: #DAE1ED solid 1px;
  border-bottom: #DAE1ED solid 1px;
  border-right: #DAE1ED solid 1px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.newcareer .career_search .btn-outline-search span.material-icons {
  font-size: 20px;
  color: #d1d6dc;
}

.newcareer .career_search .btn-outline-search:focus {
  outline: 0;
}

.newcareer .carrer_filter .divider {
  margin: 0 8px;
}

.newcareer .carrer_filter .sort_text {
  margin-right: 8px;
}

.newcareer .filter_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  border: none;
}

.newcareer .filter_toggle .btn {
  border-radius: 0;
  padding: 0.5rem 1rem;
  border: none;
  background: #f0f0f1;
}

.newcareer .filter_toggle .btn:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.newcareer .filter_toggle .btn:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.newcareer .filter_toggle .btn.active {
  background: #00C794;
  color: #fff;
}

.newcareer .view_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.newcareer .view_toggle .btn {
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px !important;
  padding: 2px;
}

.newcareer .view_toggle .btn.active {
  background: #00C794;
  color: #fff;
}

.newcareer .joblist_items {
  padding-bottom: 1px;
}

.newcareer .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newcareer .list_view {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.newcareer .list_view .title {
  color: #00C794;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  max-width: calc(100% - 60px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 120%;
}

.newcareer .list_view .share {
  margin-left: 20px;
}

.newcareer .list_view .share span.share-icon {
  font-size: 14px;
  background: #eafff3;
  padding: 6px;
  border-radius: 50px;
  color: #00C794;
  cursor: pointer;
}

.newcareer .list_view .share .dropdown-toggle:after {
  content: none;
}

.newcareer .list_view .share .social-share a {
  color: #00C794;
  border: #00C794 solid 1px;
  margin-bottom: 0;
}

.newcareer .list_view .divider {
  width: 1px;
  height: 20px;
  background: #D1D1D1;
  display: block;
  margin: 0 20px;
}

.newcareer .list_view .description {
  font-size: 16px;
  color: #9f9f9f;
  margin-top: 30px;
  line-height: 26px;
}

.newcareer .list_view .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.newcareer .list_view .read-more {
  color: #565682;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
  max-width: 100px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newcareer .list_view .read-more.mobi {
  display: none;
}

.newcareer .list_view .read-more.web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newcareer .list_view .read-more .material-icons {
  color: #565682;
  font-size: 16px;
}

.newcareer .list_details {
  margin-bottom: 10px;
}

.newcareer .list_details label {
  margin-bottom: 0;
  padding: 0;
}

.newcareer .list_details .desc {
  font-size: 14px;
  letter-spacing: 0;
  overflow: hidden;
  word-break: break-word;
}

.newcareer .btn-apply {
  background: #fff;
  border: #00C794 solid 1px;
  color: #00C794;
  font-weight: 400;
}

.newcareer .btn-apply:focus {
  outline: 0;
}

.newcareer .btn-apply:hover {
  background: #eafff3;
}

.newcareer .btn-refer {
  background: #fff;
  border: #fd7e14 solid 1px;
  color: #fd7e14;
  font-weight: 400;
  margin-left: 2px;
}

.newcareer .btn-refer:focus {
  outline: 0;
}

.newcareer .btn-refer:hover {
  background: #f7e0cf;
}

.newcareer .without {
  color: #565682;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

.newcareer .share-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0;
}

.newcareer .share-lists .share-item {
  width: 30%;
  text-align: center;
  margin-bottom: 15px;
}

.newcareer .share-lists .share-item img {
  width: 40px;
  padding: 3px;
  cursor: pointer;
}

.newcareer .share-lists .share-item img:hover {
  background: #E8E8E9;
}

.newcareer .jobgrid_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.newcareer .jobgrid_items .grid_view {
  width: 25%;
  padding: 0 15px 15px 0;
}

.newcareer .jobgrid_items .grid_view_item {
  background: #fff;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newcareer .jobgrid_items .grid_view_item:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(105, 63, 105, 0.15);
          box-shadow: 0 0 50px 0 rgba(105, 63, 105, 0.15);
}

.newcareer .jobgrid_items .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  color: #00C794;
  line-height: 120%;
}

.newcareer .jobgrid_items .list_details {
  line-height: 20px;
  margin-bottom: 10px;
}

.newcareer .jobgrid_items .share span.share-icon {
  font-size: 14px;
  background: #eafff3;
  padding: 6px;
  border-radius: 50px;
  color: #00C794;
  cursor: pointer;
}

.newcareer .jobgrid_items .share .dropdown-toggle:after {
  content: none;
}

.newcareer .jobgrid_items .share .social-share a {
  color: #00C794;
  border: #00C794 solid 1px;
  margin-bottom: 0;
}

.newcareer .jobgrid_items.similar-jobs .grid_view {
  width: 33%;
}

.newcareer .jobgrid_items.similar-jobs .grid_view .grid_view_item {
  border: rgba(173, 171, 171, 0.5) solid 1px;
  border-radius: 4px;
}

.newcareer .career-template-header {
  background: url("../../assets/images/careers-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 50px;
  position: relative;
}

.newcareer .career-template-header .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.newcareer .career-template-header .btn-apply {
  background: #00C794;
  color: #fff;
}

.newcareer .career-title {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}

.newcareer .job-desc-wrap {
  margin: 16px 0 30px;
}

.newcareer .job-desc-list {
  color: #fff;
  z-index: 1;
  font-size: 12px;
}

.newcareer .job-desc-list .material-icons {
  font-size: 14px;
  margin-right: 12px;
}

.newcareer .job-desc-list:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #fff;
  margin: auto 20px;
  z-index: 1;
}

.newcareer .job-desc-list:last-child:after {
  content: none;
}

.newcareer .social-share a {
  color: #fff;
  font-size: 16px;
  border: #fff solid 1px;
  border-radius: 30px;
  padding: 3px 7px;
  margin-right: 20px;
  margin-bottom: 50px;
  z-index: 1;
}

.newcareer .social-share a:last-child {
  margin-right: 0;
}

.newcareer .career-template .career-template-body .similar-title {
  font-size: 20px;
  font-weight: 600;
  color: #00C794;
}

.newcareer .career-template .career-template-body .previous-job,
.newcareer .career-template .career-template-body .next-job {
  color: #565682;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 300;
}

.newcareer .career-template .career-template-body .previous-job:hover,
.newcareer .career-template .career-template-body .next-job:hover {
  color: #00C794;
}

.newcareer .career-template .career-template-body .next-job {
  margin-left: 50px;
}

.newcareer .modal .modal-dialog-aside {
  width: 400px;
  max-width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.newcareer .modal .modal-dialog-aside .modal-content {
  height: inherit;
  border: 0;
  border-radius: 0;
}

.newcareer .modal .modal-dialog-aside .modal-content .modal-body {
  overflow-y: auto;
  padding: 0;
  padding-top: 10px;
  overflow-x: hidden;
}

.newcareer .modal.modal-lg .modal-dialog-aside {
  width: 50%;
}

.newcareer .modal .modal-dialog .modal-content .modal-header {
  background-color: #00C794;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 1rem 1.5rem;
}

.newcareer .modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.newcareer .modal .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
  padding: 0.25rem;
  opacity: 1;
}

.newcareer .modal .modal-dialog .modal-content .modal-header button.close .material-icons-outlined {
  font-size: 1.625rem;
}

.newcareer .modal .modal-dialog .modal-content .modal-footer {
  background-color: #F6F8FB;
  border-top: 1px solid #ced4da;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newcareer .modal.show {
  display: block;
}

.newcareer .modal.fixed-right {
  top: auto;
}

.newcareer .modal.fixed-right .modal-dialog-aside {
  position: fixed;
  right: -400px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.newcareer .modal.fixed-right.show .modal-dialog-aside {
  right: 0;
}

.newcareer .newtabs .nav-tabs .nav-item .nav-link:hover {
  color: #00C794;
  border-bottom: none;
}

.newcareer .newtabs .nav-tabs .nav-item .nav-link.active {
  border-bottom: #00C794 solid 2px;
  color: #00C794;
}

.newcareer .career-signup {
  overflow-x: hidden;
  padding: 20px;
}

.newcareer .career-signup .form-group {
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}

.newcareer .career-signup .form-group label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #8f9bb3;
  display: block;
  line-height: 16px;
}

.newcareer .career-signup .form-group .input-group input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.newcareer .career-signup .form-group .input-group input:focus + .input-group-append .input-group-addon {
  border-color: #a5abb4;
}

.newcareer .career-signup .form-group .input-group-addon {
  height: 36px;
}

.newcareer .career-signup .form-control {
  width: auto;
  height: 36px !important;
  border-radius: 4px;
  padding: 0 0.4rem;
  position: relative;
  border: #ced4da solid 1px;
  font-size: 12px !important;
}

.newcareer .career-signup .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #D0D6DF;
  font-size: 10px;
}

.newcareer .career-signup .form-control::-moz-placeholder {
  font-style: italic;
  color: #D0D6DF;
  font-size: 10px;
}

.newcareer .career-signup .form-control:-ms-input-placeholder {
  font-style: italic;
  color: #D0D6DF;
  font-size: 10px;
}

.newcareer .career-signup .form-control::-ms-input-placeholder {
  font-style: italic;
  color: #D0D6DF;
  font-size: 10px;
}

.newcareer .career-signup .form-control::placeholder {
  font-style: italic;
  color: #D0D6DF;
  font-size: 10px;
}

.newcareer .career-signup .form-control:focus,
.newcareer .career-signup .form-control:active:focus {
  border: #a5abb4 solid 1px;
  outline: none;
}

.newcareer .career-signup .forgotpw {
  font-size: 12px;
  margin-top: 16px;
  display: block;
  width: 100%;
}

.newcareer .career-signup .forgotpw a {
  color: #03a9f4;
  text-decoration: none;
}

.newcareer .career-signup .forgotpw a:hover {
  color: #27ae60;
}

.newcareer .career-signup .signup-or {
  margin-top: 24px;
  color: #151B26;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.newcareer .career-signup .social-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.newcareer .career-signup .g-signin {
  padding: 20px 34px;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 5px 0 rgba(42, 54, 60, 0.5);
          box-shadow: 0 1px 5px 0 rgba(42, 54, 60, 0.5);
  margin-top: 16px;
  margin-bottom: 10px;
}

.newcareer .career-signup .o-365 {
  padding: 20px 34px;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 5px 0 rgba(42, 54, 60, 0.5);
          box-shadow: 0 1px 5px 0 rgba(42, 54, 60, 0.5);
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.newcareer .career-signup .section2 .checkmail {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.newcareer .career-signup .section2 .checkmail p {
  margin-bottom: 20px !important;
}

.newcareer .career-signup .section2 .checkmail a {
  font-weight: bold;
}

.newcareer .career-signup .password-strength li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.newcareer .input-group .password-group {
  width: auto !important;
  height: auto !important;
}

.newcareer .input-group .password-group .input-group-addon {
  background: none;
  border: #ced4da solid 1px;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.newcareer .goto-signin {
  color: #151B26;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}

.newcareer .goto-signin:hover {
  color: #00C794;
}

.newcareer .career-header-title {
  padding: 40px 0;
}

.newcareer .career-header-title .registration-job-title {
  color: #172A3F;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 22px;
}

.newcareer .career-header-title .job-desc-list {
  color: #101426;
  margin: 0;
}

.newcareer .career-header-title .job-desc-list:after {
  background: #101426;
}

.newcareer .register-container {
  padding: 20px;
  margin-top: 12px;
}

.newcareer .register-container .career-header-title {
  padding: 20px;
  height: 100%;
  background: #fff;
}

.newcareer .register-container .career-header-title .job-desc-list {
  color: #546271;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.newcareer .register-container .career-header-title .job-desc-list .material-icons {
  font-size: 18px;
  margin-right: 12px;
}

.newcareer .register-container .career-header-title .job-desc-list::after {
  content: none;
}

.newcareer .register-container .form-body .tag-autocomplete .host {
  border: 1px solid #ced4da;
}

.newcareer .register-container .form-body field-item > .row > [class*=col-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.newcareer .register-container .form-body .form-label {
  color: #6C7B88;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.newcareer .register-container .form-body .form-control {
  height: 32px !important;
  background-color: #ffffff;
}

.newcareer .register-container .form-body .tags {
  background-color: #ffffff;
}

.newcareer .register-container .form-body .tags .input {
  height: 32px !important;
  background-color: #ffffff;
}

.newcareer .register-container .form-body textarea.form-control {
  height: 64px !important;
  visibility: visible !important;
}

.newcareer .submit-title {
  color: #151B26;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-top: 20px;
}

.newcareer .form-steps {
  width: 400px;
  margin: 20px auto;
  position: relative;
}

.newcareer .form-steps .step {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.newcareer .form-steps .step .step-count {
  width: 40px;
  height: 40px;
  border: #ced4da solid 1px;
  background: #F8FAFB;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newcareer .form-steps .step .step-title {
  margin-top: 12px;
}

.newcareer .form-steps .step.active {
  font-weight: 600;
}

.newcareer .form-steps .step.active .step-count {
  background: #27ae60;
  color: #fff;
}

.newcareer .form-steps .step.step-2:before {
  position: absolute;
  content: "";
  width: 234px;
  display: block;
  height: 2px;
  border-bottom: #808080 dashed 1px;
  right: 96px;
  top: 20px;
}

.newcareer .career-register-form .drag-file {
  width: 400px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  border: #27ae60 dashed 2px;
  position: relative;
}

.newcareer .career-register-form .drag-file input[type=file] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.newcareer .career-register-form .drag-file .drag-title {
  color: #4175DF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 4px;
}

.newcareer .career-register-form .drag-file .browse-txt {
  color: #4175DF;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
}

.newcareer .career-register-form .drag-file.error {
  border-color: #d21c15 !important;
}

.newcareer .career-register-form .download-form {
  width: 400px;
  margin: 12px auto;
  padding: 8px 16px;
}

.newcareer .career-register-form .download-form .download-text {
  color: #151B26;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}

.newcareer .career-register-form .download-form .file-size {
  color: #98A9BC;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 10px;
}

.newcareer .career-register-form .download-form .pdf-icon {
  font-size: 20px;
}

.newcareer .career-register-form .download-form .download-icon {
  font-size: 16px;
  cursor: pointer;
}

.newcareer .career-register-form .form-footer {
  padding: 12px 0;
}

.newcareer .career-register-form .step2-form {
  margin: auto;
  max-width: 700px;
  border-radius: 4px;
}

.newcareer .career-register-form .career-signup {
  margin: auto;
  width: 70%;
}

.newcareer .career-description iframe * {
  font-family: "Open Sans" !important;
}

.newcareer .indeed-apply-widget .indeed-apply-button {
  background: #00C794 !important;
}

.newcareer .indeed-apply-widget .indeed-apply-button .indeed-apply-button-inner {
  display: none !important;
}

.newcareer .career_myprofile {
  height: auto;
}

.newcareer .careertopnav .mobicon {
  display: none;
}

.career-btn-style .left .btn:first-child {
  opacity: 0.25;
}

.career-btn-style .left .btn:nth-child(2) {
  opacity: 0.5;
}

.career-btn-style .left .btn:nth-child(3) {
  opacity: 0.75;
}

.career-btn-style .left .btn:nth-child(4) {
  opacity: 1;
}

.career-btn-style .left .btn.active {
  -webkit-box-shadow: #717171 0px 0px 8px;
          box-shadow: #717171 0px 0px 8px;
}

.career-btn-style .right .btn:first-child {
  opacity: 0.25;
}

.career-btn-style .right .btn:nth-child(2) {
  opacity: 0.5;
}

.career-btn-style .right .btn:nth-child(3) {
  opacity: 0.75;
}

.career-btn-style .right .btn:nth-child(4) {
  opacity: 1;
}

.career-btn-style .right .btn.active {
  -webkit-box-shadow: #717171 0px 0px 8px;
          box-shadow: #717171 0px 0px 8px;
}

.career-triangle {
  position: absolute;
  right: 0;
  top: 40px;
  background-color: transparent;
  display: inline-block;
  content: "";
  border-right: 0.875rem solid #fff;
  border-bottom: 0.875rem solid transparent;
  border-left: 0;
  border-top: 0.875rem solid transparent;
}

.btn-style_1, .btn-style_2 {
  opacity: 0.25;
}

.btn-style_3, .btn-style_4 {
  opacity: 0.5;
}

.btn-style_5, .btn-style_6 {
  opacity: 0.75;
}

.btn-style_7, .btn-style_8 {
  opacity: 1;
}

.btn-style_2, .btn-style_4, .btn-style_6, .btn-style_8 {
  background-color: transparent;
}

.btn-style.active {
  -webkit-box-shadow: #666666 -4px 4px 2px;
          box-shadow: #666666 -4px 4px 2px;
}

tags-input {
  min-height: 34px !important;
  max-width: 400px !important;
}

tags-input .tags .input {
  height: 2rem !important;
  min-width: 160px;
}

multiselect .dropdown .dropdown-menu > li .custom-checkbox + label {
  padding-left: 22px !important;
}

multiselect .dropdown .dropdown-menu > li .custom-checkbox + label:before, multiselect .dropdown .dropdown-menu > li .custom-checkbox + label:after {
  top: 4px !important;
}

.new_calendar .calendar_views .btn-calview {
  border: 1px solid #ced4da;
  color: #808080;
}

.new_calendar .calendar_views .btn-calview.active {
  border: #27ae60 solid 1px;
  background-color: #27ae60;
  color: #fff;
}

.new_calendar mwl-calendar {
  font-family: "Open Sans", sans-serif;
}

.new_calendar mwl-calendar .cal-row-fluid:hover {
  background-color: transparent;
}

.new_calendar mwl-calendar .cal-month-box {
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.new_calendar mwl-calendar .cal-month-box .cal-row-fluid {
  border: none;
}

.new_calendar mwl-calendar .cal-month-box .cal-week-box-cell {
  display: none;
}

.new_calendar mwl-calendar .cal-month-box .cal-month-day {
  border-top: #E8ECEF solid 1px;
}

.new_calendar mwl-calendar .cal-month-box .cal-month-day:focus {
  outline: 0;
}

.new_calendar mwl-calendar .cal-month-box .cal-month-day .cal-events-num {
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: transparent;
}

.new_calendar mwl-calendar .cal-month-box .cal-row-head:hover {
  background-color: transparent;
}

.new_calendar mwl-calendar .cal-month-box .cal-row-head [class*=cal-cell] {
  text-transform: capitalize;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
}

.new_calendar mwl-calendar .cal-month-box .cal-row-head [class*=cal-cell]:hover {
  background-color: transparent;
}

.new_calendar mwl-calendar .cal-month-box [class*=cal-cell] {
  border-top: none;
}

.new_calendar mwl-calendar .cal-month-box [class*=cal-cell]:focus {
  outline: 0;
}

.new_calendar mwl-calendar .cal-month-box [class*=cal-cell]:hover {
  background-color: transparent;
}

.new_calendar mwl-calendar .cal-month-box [class*=cal-cell] .cal-day-inmonth:hover {
  background-color: #ededed;
}

.new_calendar mwl-calendar .cal-month-box .events-list {
  top: 40px;
  max-height: none;
  padding: 0 6px;
}

.new_calendar mwl-calendar .cal-month-box .events-list .event {
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px;
  font-size: 12px;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #172A3F;
}

.new_calendar mwl-calendar .cal-month-box .events-list .event.task {
  background-color: #F6FBFF;
}

.new_calendar mwl-calendar .cal-month-box .events-list .event.interview {
  background-color: #FFF8F2;
}

.new_calendar mwl-calendar .cal-month-box .cal-day-today {
  background-color: inherit;
}

.new_calendar mwl-calendar .cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
  background: #27ae60;
  padding: 2px 4px;
  border-radius: 2px;
}

.new_calendar mwl-calendar .cal-month-box span[data-cal-date] {
  font-size: 0.625rem;
  color: #546271;
  opacity: 1;
  margin-left: 5px;
  font-weight: bold;
}

.new_calendar mwl-calendar .cal-month-box .cal-day-outmonth {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.new_calendar mwl-calendar .cal-month-box .cal-day-outmonth::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #F9F9FA), color-stop(50%, transparent));
  background-image: linear-gradient(to left, #F9F9FA 50%, transparent 50%);
  background-size: 8px 100%;
}

.new_calendar mwl-calendar .cal-month-box .cal-day-outmonth:hover {
  background-color: transparent;
}

.new_calendar mwl-calendar .cal-month-box .cal-day-outmonth span[data-cal-date] {
  opacity: 0;
  cursor: default;
  color: #98A9BC;
}

.new_calendar mwl-calendar .cal-year-box .row:hover {
  background-color: transparent;
}

.new_calendar mwl-calendar .cal-year-box [class*=span] {
  min-height: 140px;
  position: relative;
}

.new_calendar mwl-calendar .cal-year-box [class*=span].cal-day-today {
  background-color: transparent;
  border: #27ae60 solid 1px;
}

.new_calendar mwl-calendar .cal-year-box span[data-cal-date] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #4EAF86;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  opacity: 1;
}

.new_calendar mwl-calendar .cal-year-box .cal-events-num {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #546271;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  background: transparent;
  margin-top: 0;
  padding: 0;
}

.new_calendar .calendar-right-section {
  padding: 1rem;
  -webkit-box-shadow: -2px 2px 3px 0 rgba(168, 176, 188, 0.2);
          box-shadow: -2px 2px 3px 0 rgba(168, 176, 188, 0.2);
  height: 100%;
}

.new_calendar .calender-today .btn {
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.new_calendar .schedule-day {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
}

.new_calendar .task-delete .material-icons {
  font-size: 16px;
  color: #575585;
  cursor: pointer;
}

.new_calendar .task-delete .material-icons:hover {
  color: #DE350B;
}

.new_calendar .schdule-div {
  background-color: #FFFFFF;
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}

.new_calendar .schdule-div.task {
  background-color: #F6FBFF;
}

.new_calendar .schdule-div.interview {
  background-color: #FFF8F2;
}

.new_calendar .schdule-div .schedule-designation {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  word-wrap: break-word;
}

/* Background patterns from subtlepatterns.com */
.newui {
  /*We need to remove left-right connectors from elements without 
any siblings*/
  /*Remove space from the top of single children*/
  /*Remove left connector from first child and 
right connector from last child*/
  /*Adding back the vertical connector to the last nodes*/
  /*Time to add downward connectors from parents*/
  /*Time for some hover effects*/
  /*We will apply the hover effect the the lineage of the element also*/
  /*Connector styles on hover*/
  /* =========== End of tree styling ============= */
  /* Color Pallet */
}

.newui .dragndrop header {
  width: 100%;
  background: #f59ff5;
  padding: 0 1em 0;
  margin-top: 1em;
  margin-bottom: 4em;
}

.newui .dragndrop header .view a {
  background-color: ghostwhite;
  background-color: rgba(200, 200, 200, 0.9);
  display: inline-block;
  padding: 0 1em;
}

.newui .dragndrop header h1 {
  margin: 0;
}

.newui .dragndrop .core-container {
  width: 100%;
  vertical-align: top;
}

.newui .dragndrop .vertical {
  margin-left: 0;
}

.newui .dragndrop .collapse-nav-list {
  background: #f1f3f6;
  border-radius: 0.3rem;
  vertical-align: top;
  height: calc(100vh - 148px);
}

.newui .dragndrop .collapse-nav-list .org-filter {
  padding: 0px 0.75rem;
  border: #DAE1ED solid 1px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #fff;
}

.newui .dragndrop .network {
  border-radius: 5px;
}

.newui .aside-inner {
  padding-left: 0.75rem;
  overflow: hidden;
}

.newui .tree li:only-child::after,
.newui .tree li:only-child::before {
  display: none;
}

.newui .tree li:only-child {
  padding-top: 0;
}

.newui .tree li:first-child::before,
.newui .tree li:last-child::after {
  border: 0 none;
}

.newui .tree li:last-child::before {
  border-right: 1px dashed #666666;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.newui .tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.newui .tree ul ul::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  border-left: 1px dashed #666666;
  width: 0;
  height: 26px;
}

.newui .tree li a:hover,
.newui .tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  /*border: 1px solid #94a0b4;*/
}

.newui .tree li a:hover + ul li::after,
.newui .tree li a:hover + ul li::before,
.newui .tree li a:hover + ul::before,
.newui .tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}

.newui .network .panel-body {
  background: #fafafa;
  position: relative;
}

.newui .zoom-actions {
  position: sticky;
  top: 0;
  display: block;
  z-index: 1;
  background: #fff;
  padding: 12px;
}

.newui .zoom-actions > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newui .zoom-actions > ul li {
  display: inline-block;
  border: #7a7f82 solid 1px;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 6px;
}

.newui .zoom-actions > ul li:hover {
  background: transparent;
}

.newui .zoom-actions > ul li:last-child {
  border-right: #7a7f82 solid 1px;
}

.newui .zoom-actions > ul li a {
  color: #7a7f82;
}

.newui .network-inner small {
  color: lightgray;
}

.newui .network #target {
  max-width: 10em;
  border: thin solid #A52AB2;
}

.newui .network #target .url {
  max-width: 8em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newui .titling {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}

.newui .node_delete_cls {
  cursor: pointer;
  padding-right: 4px;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 1;
  display: none;
}

.newui .tree li a:hover .node_delete_cls {
  display: block;
}

.newui .hub-area .hub {
  background-color: #fff;
  border: 1px dashed #DAE1ED;
  border-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  font-size: 0.75rem;
  width: 100%;
  height: auto;
  margin-bottom: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  padding: 0.5rem 0.625rem;
  cursor: move;
  position: relative;
}

.newui .hub-area .hub .edit_dsignation {
  opacity: 0;
}

.newui .hub-area .hub:hover {
  border-color: #0288d1;
}

.newui .hub-area .hub:hover .edit_dsignation {
  opacity: 1;
}

.newui .hub,
.newui .node {
  font-weight: bolder;
  color: #333;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.newui ul.special-info {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.newui .dragndrop .info-area {
  color: #363636;
  background: ghostwhite;
  margin-top: 3em;
}

.newui .dragndrop footer {
  color: ghostwhite;
  background: #333;
  min-height: 5em;
  width: 100%;
  margin-top: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.newui .dragndrop footer h3 {
  color: ghostwhite;
}

.newui #remove {
  border: thin dashed crimson;
  color: crimson;
  border-radius: 0.3em;
  padding: 0.275rem;
}

.newui .org-filter p {
  border-radius: 5px 5px 0 0;
}

.newui .org-filter ul {
  max-height: 150px;
  overflow-y: auto;
}

.newui .org-filter .org-filter-actions {
  text-align: right;
}

.newui .org-filter .org-filter-actions span {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  background-color: #f0f3f6;
  border-radius: 5px;
  margin: 5px;
}

.newui .tree {
  min-height: 350px;
  width: 100%;
  overflow-y: hidden;
  text-align: center;
}

.newui .tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: table;
  margin: auto;
}

.newui .tree ul li {
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  min-width: 150px;
  display: table-cell;
}

.newui .tree ul li a {
  position: relative;
  border: 1px solid #cfcfcf;
  border-top: 2px solid #cfcfcf;
  white-space: nowrap;
  background: #ffffff;
  padding: 4px 5px;
  font-weight: 400;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  display: inline-block;
  min-width: 150px;
  width: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: move;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.newui .tree ul li a > img {
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  vertical-align: middle;
}

.newui .tree ul li a .profile-details {
  width: 110px;
  vertical-align: middle;
  display: inline-block;
}

.newui .tree ul li a .profile-details .profile-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #9fa9b7;
}

.newui .tree ul li a .profile-details .profile-designation {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #000000;
}

.newui .tree ul li::before, .newui .tree ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px dashed #666666;
  width: 50%;
  height: 20px;
}

.newui .tree ul li::after {
  right: auto;
  left: 50%;
  border-left: 1px dashed #666666;
}

.newui .tree.vertical {
  max-width: 100%;
  margin-left: 0;
}

.newui .tree.vertical ul {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.newui .tree.vertical ul li {
  text-align: left;
  display: block;
}

.newui .tree.vertical ul li::before {
  top: 50%;
  left: -30px;
  height: 0;
  width: 40px;
}

.newui .tree.vertical ul li::after {
  height: 100%;
  width: 1px;
  bottom: auto;
  top: 0;
  left: -30px;
  border-left: 1px dashed #666666;
}

.newui .tree.vertical ul li:first-child::before {
  border-top: 1px dashed #666666;
}

.newui .tree.vertical ul li:first-child::after {
  height: 50%;
  top: 50%;
}

.newui .tree.vertical ul li:only-child::before {
  display: block;
}

.newui .tree.vertical ul li:last-child::after {
  top: auto;
  bottom: 50%;
  height: 50%;
}

.newui .tree.vertical ul li a {
  vertical-align: middle;
}

.newui .tree.vertical ul li ul {
  margin-left: 50px;
}

.newui .tree.vertical ul li ul::before {
  display: none;
}

.newui .tree.vertical ul li ul::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 20px;
  border-top: 1px dashed #666666;
}

.newui .tree.vertical ul:first-child > li {
  margin-left: 100px;
}

.newui .tree.vertical ul:first-child > li:only-child {
  margin-left: 10px;
}

.newui .tree.vertical ul:first-child > li:only-child::before {
  border: 0;
}

.newui .tree ul li a {
  border-top-color: #f39c12;
}

.newui .tree ul li ul li a {
  border-top-color: #429cda;
}

.newui .tree ul li ul li ul li a {
  border-top-color: #2ecc71;
}

.newui .tree ul li ul li ul li ul li a {
  border-top-color: #07cdbe;
}

.newui .tree ul li ul li ul li ul li ul li a {
  border-top-color: #f39c12;
}

.newui .tree ul li ul li ul li ul li ul li ul li a {
  border-top-color: #0288d1;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #2ecc71;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #07cdbe;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #f39c12;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #429cda;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #2ecc71;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #07cdbe;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #f39c12;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #0288d1;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #2ecc71;
}

.newui .tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
  border-top-color: #07cdbe;
}

.uib-datepicker-popup {
  padding: 4px;
  border-radius: 4px;
}

.uib-datepicker-popup::before {
  content: none;
}

.uib-datepicker-popup .btn-group {
  border: 0;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker {
  outline: 0;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker:focus,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker:focus,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker:focus {
  outline: 0;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-title,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-right,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-left,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-title,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-right,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-left,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-title,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-right,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-left {
  border-radius: 0px;
  border: 0px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-title:hover,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-right:hover,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-left:hover,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-title:hover,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-right:hover,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-left:hover,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-title:hover,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-right:hover,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-left:hover {
  background-color: #f9f9f9;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-title > strong,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-right > strong,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-left > strong,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-title > strong,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-right > strong,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-left > strong,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-title > strong,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-right > strong,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-left > strong {
  color: #222222;
  font-size: 1rem;
  font-weight: normal;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-title,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-title,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-title {
  padding: 0.5rem 0.25rem;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-right,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-left,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-right,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-left,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-right,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-left {
  padding: 0.5rem 0;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-right > i,
.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-left > i,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-right > i,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-left > i,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-right > i,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-left > i {
  font-size: 1.25rem;
  line-height: 100%;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > thead > tr > th,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > thead > tr > th,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > thead > tr > th {
  padding: 0;
  vertical-align: inherit;
  border: none;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > thead > tr > th > small,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > thead > tr > th > small,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > thead > tr > th > small {
  color: #222;
  font-weight: 600;
  padding: 4px 8px;
  text-transform: uppercase;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td {
  padding: 0;
  border: none;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td > em,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td > em,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td > em {
  color: #222;
  font-weight: 600;
  font-style: normal;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn {
  padding: 8px 0;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 0.75rem;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn.active,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn.active,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn.active {
  background-color: #27ae60;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn.active > span,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn.active > span,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn.active > span {
  color: #ffffff !important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn:hover,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn:hover,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn:hover {
  background-color: #f9f9f9;
  border-radius: 4px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn:hover.active,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn:hover.active,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn:hover.active {
  background-color: #27ae60;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn > span .current,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn > span .current,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn > span .current {
  color: #f00;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker > table > tbody > tr > td .btn .text-muted,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker > table > tbody > tr > td .btn .text-muted,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker > table > tbody > tr > td .btn .text-muted {
  color: #cbcbcb !important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker .uib-weeks .uib-day .btn > span {
  padding: 4px 10px;
}

.uib-datepicker-popup .uib-datepicker .uib-monthpicker .uib-months .uib-month .btn > span {
  padding: 6px 20px;
}

.uib-datepicker-popup .uib-datepicker .uib-yearpicker .uib-years .uib-year .btn > span {
  padding: 6px 16px;
}

.uib-button-bar .uib-datepicker-current {
  background-color: #27ae60;
}

.uib-button-bar .uib-close, .uib-button-bar .uib-clear {
  background-color: #DE350B;
}

.uib-timepicker .uib-increment > a, .uib-timepicker .uib-decrement > a {
  padding: 0px;
  border: 0px;
  display: block;
  line-height: 1;
}

.uib-timepicker .uib-increment > a > span, .uib-timepicker .uib-decrement > a > span {
  font-size: 20px;
}

.uib-timepicker .uib-time input {
  width: 50px !important;
  padding: 0 0.5rem !important;
}

.uib-timepicker .uib-time button {
  padding: 3px 10px;
  margin-left: 4px;
  background-color: #27ae60;
  border: 1px solid #27ae60;
  color: #ffffff;
  font-size: 12px;
}

.uib-timepicker .uib-time button:hover, .uib-timepicker .uib-time button:focus, .uib-timepicker .uib-time button:active {
  border-color: #DAE1ED;
  background-color: #27ae60;
}

/*daterangepicker*/
.daterangepicker_start_input, .daterangepicker_end_input {
  display: none;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
  margin-top: 6px;
}

.daterangepicker.opensleft .calendar, .daterangepicker.opensleft .ranges {
  float: left;
  margin: 4px;
}

.daterangepicker.openscenter .calendar, .daterangepicker.openscenter .ranges, .daterangepicker.opensright .calendar, .daterangepicker.opensright .ranges {
  float: left;
  margin: 4px;
}

.daterangepicker.single .calendar, .daterangepicker.single .ranges {
  float: none;
}

.daterangepicker .ranges .range_inputs {
  padding-top: 8px;
}

.daterangepicker .ranges .range_inputs .applyBtn {
  margin-right: 5px;
}

.daterangepicker .ranges .range_inputs > div, .daterangepicker_start_input {
  float: left;
}

.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker.show-calendar {
  min-width: 300px;
}

.daterangepicker.show-calendar .calendar {
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
}

.daterangepicker .calendar.single .calendar-date {
  border: none;
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .daterangepicker_end_input label, .daterangepicker .daterangepicker_start_input label {
  color: #000;
  display: block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
  width: 74px;
}

.daterangepicker .ranges input {
  font-size: 10px;
}

.daterangepicker .input-mini {
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  color: #222222;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 6px 0 28px;
  width: 90%;
}

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

.daterangepicker .ranges li {
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8125rem;
  margin-top: 1px;
  padding: 5px 12px;
}

.daterangepicker .ranges li:hover {
  background: #f3f6f9;
  color: #0288d1;
}

.daterangepicker .ranges li.active {
  background: #27ae60;
  color: #ffffff;
}

.daterangepicker .calendar-date {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #DAE1ED;
  padding: 5px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0;
  line-height: 30px;
}

.daterangepicker {
  position: absolute;
  background: #ffffff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
}

.daterangepicker.opensleft:before {
  content: none;
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: inline-block;
  content: '';
}

.daterangepicker.openscenter:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #DAE1ED;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker.openscenter:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensright:before {
  content: none;
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.daterangepicker option.disabled, .daterangepicker td.disabled, .daterangepicker td.off {
  color: #222222;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #f0f3f6;
}

.daterangepicker td.in-range {
  background: rgba(39, 174, 96, 0.1);
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #27ae60;
  border-color: #27ae60;
  color: #ffffff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #DAE1ED;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}

.daterangepicker th.month {
  width: auto;
  color: #27ae60;
}

.daterangepicker .glyphicon-chevron-left {
  background: url("../../images/arrow-left.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.daterangepicker .glyphicon-chevron-right {
  background: url("../../images/arrow-left.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.daterangepicker .glyphicon-calendar {
  background: url("../../images/newui/calendar/calendar.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: cover;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 3px;
  top: -2px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

@font-face {
  font-family: "alexbrush-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/alexbrush-regular.woff");
}

@font-face {
  font-family: "allura-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/allura-regular.woff");
}

@font-face {
  font-family: "blackjack";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/blackjack.woff");
}

@font-face {
  font-family: "dancingscript-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/dancingscript-regular.woff");
}

@font-face {
  font-family: "greatvibes-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/greatvibes-regular.woff");
}

@font-face {
  font-family: "learning_curve_regular_ot_tt";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/learning_curve_regular_ot_tt.woff");
}

@font-face {
  font-family: "blunt-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/blunt-webfont.woff");
}

@font-face {
  font-family: "carolina-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/carolina-webfont.woff");
}

@font-face {
  font-family: "champignon-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/champignon-webfont.woff");
}

@font-face {
  font-family: "eager-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/eager-webfont.woff");
}

@font-face {
  font-family: "hoffm-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/hoffm-webfont.woff");
}

@font-face {
  font-family: "jacoba_bold-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/jacoba_bold-webfont.woff");
}

@font-face {
  font-family: "mrdehaviland-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/mrdehaviland-webfont.woff");
}

@font-face {
  font-family: "arial";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/arial.woff");
}

@font-face {
  font-family: "calibril";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/calibril.woff");
}

@font-face {
  font-family: "opensans-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/opensans-regular.woff");
}

@font-face {
  font-family: "roboto-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto-regular.woff");
}

@font-face {
  font-family: "segoe-ui";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/segoe-ui.woff");
}

@font-face {
  font-family: "verdanai";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verdanai.woff");
}

@font-face {
  font-family: "tahoma";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/tahoma.woff");
}

.m-signature-pad {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.align_borders:before,
.ui-draggable-dragging:before {
  border: 1px dashed #666666;
  display: block;
  content: '';
  position: absolute;
  top: -2000px;
  bottom: -2000px;
  left: -1px;
  right: -1px;
  z-index: 1;
}

.align_borders:after,
.ui-draggable-dragging:after {
  border: 1px dashed #666666;
  display: block;
  content: '';
  position: absolute;
  left: -2000px;
  right: -2000px;
  top: -1px;
  bottom: -1px;
  z-index: 1;
}

.drag_actual_ele {
  position: relative;
  cursor: pointer;
  background-color: #0288d1;
  border: 1px solid #0288d1;
  width: 150px;
  color: #ffffff;
}

.drag_actual_ele.hide {
  display: none;
}

.drag_actual_ele:hover {
  background-color: #0288d1;
}

.drag_actual_ele.assigned-to-recipient {
  background-color: rgba(243, 156, 18, 0.9);
  border: 1px solid #f39c12;
}

.drag_actual_ele.assigned-to-recipient:hover {
  background-color: #f39c12;
}

.drag_actual_ele.assigned-to-sender {
  background-color: #0288d1;
  border: 1px solid #0288d1;
}

.drag_actual_ele.assigned-to-sender:hover {
  background-color: #0288d1;
}

.drag_actual_ele.neutral-field {
  background-color: #666666;
  border: 1px solid #DAE1ED;
}

.drag_actual_ele.neutral-field:hover {
  background-color: #888888;
}

.drag_actual_ele.highlight-recipient-field {
  background-color: #555555;
  border: 1px solid #555555;
  color: #333333;
}

.drag_actual_ele.highlight-recipient-field:hover {
  background-color: #0288d1;
}

.drag_actual_ele.disabled_field {
  background-color: #cdcdcd;
  border: 1px solid #DAE1ED;
  color: #333333;
}

.drag_actual_ele.disabled_field:hover {
  background-color: #cdcdcd;
}

.drag_actual_ele .input-element {
  color: #ffffff;
}

.drag_actual_ele input[type="text"],
.drag_actual_ele textarea {
  cursor: pointer;
  background-color: inherit;
  color: inherit;
}

.drag_actual_ele .show_recipient_name_tag {
  padding: 2px 4px;
  position: absolute;
  top: 3px;
  left: -35px;
  color: #ffffff;
  font-size: 11px;
}

.drag_actual_ele .show_recipient_name_tag::before {
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid transparent;
  border-left-color: inherit;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -20px;
}

.drag_actual_ele .ui-resizable-handle {
  z-index: 0 !important;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.drag_actual_ele .remove_drag_ele {
  position: absolute;
  top: -18px;
  right: -12px;
  font-size: 12px;
  color: #dc3545;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
}

.drag_actual_ele:hover .ui-resizable-handle,
.drag_actual_ele:hover .remove_drag_ele {
  opacity: 1;
}

.drag_actual_ele.logo_element {
  background-color: transparent;
}

.drag_actual_ele.logo_element:hover {
  background-color: transparent;
}

.recipient-email-txt {
  padding: 5px;
  padding-top: 0;
  color: #0288d1;
  font-size: 12px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drag-ele-main {
  margin-top: 0.25rem;
  padding: 0;
  position: relative;
  z-index: 2;
  height: calc(100vh - 90px);
  overflow-y: auto;
}

.drag-ele-main .element_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.drag-ele-main .element_flex .drag_ele {
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  background-color: #ffffff;
}

.drag-ele-main .element_flex .drag_ele:hover {
  cursor: move;
}

.drag-ele-main .element_flex .drag_ele .drag-item {
  margin: 0;
  padding: 5px 6px;
}

.drag-ele-main .element_flex .drag_ele .drag-item:hover {
  color: #333333;
}

.drag-ele-main .element_flex .drag_ele .doc_fillable_elements {
  height: 100%;
}

.drag-ele-main .element_flex .drag_ele .doc_fillable_elements.input-element {
  height: 100% !important;
  width: 100% !important;
}

.element_selected {
  background-color: #0288d1 !important;
}

.sign_holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sign_holder > img {
  max-width: 100%;
}

[data-required="true"] {
  border: 1px solid #dc3545;
}

.signature-list {
  margin-top: 10px;
  max-height: 165px;
  overflow-y: auto;
}

.signature-list .saved_signature_item {
  margin: 4px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  display: block;
  width: 23%;
  float: left;
  position: relative;
}

.signature-list .saved_signature_item > img {
  width: 100%;
}

.signature-list .saved_signature_item.active::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.ui-autocomplete-input {
  width: 100%;
}

.form-group > select {
  width: 100%;
}

.initials_input_div {
  width: 50px !important;
}

.initials_input_div .input-element {
  width: 50px !important;
}

.font_sign_ele {
  border: 1px solid #e9e9e9;
  float: left;
  width: 50%;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
  cursor: pointer;
}

.font_sign_ele:hover {
  background-color: #e9e9e9;
}

.sign-overflow {
  max-height: 300px;
  overflow-y: auto;
}

.checkbox_ele .ui-wrapper {
  overflow: initial !important;
  width: 20px !important;
  height: 20px !important;
}

.color_combo > i {
  font-size: 20px;
  line-height: 18px;
}

.popover {
  border: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.15);
          box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.15);
  z-index: 9 !important;
}

.my_sign_holder > img, .sign_holder > img {
  width: 100%;
  height: 100%;
}

.ui-resizable-se {
  right: -4px;
  bottom: -3px;
}

.input-element {
  border: 1px solid #DAE1ED;
  color: #333333;
  outline: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.input-element:focus {
  border: 1px solid #999999;
  outline: 0;
}

.ui-icon {
  background-image: none;
}

.resize_div_height {
  position: relative;
  overflow-y: auto;
}

.resize_div_height .status-stamp-image {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9;
}

.signature-pad-header {
  background-color: #ffffff;
}

.document-name-save-btn {
  color: #0288d1;
  font-size: 18px;
  vertical-align: middle;
}

.document-title .form-control {
  border: 0px;
  border-bottom: 1px solid #DAE1ED;
  border-radius: 0;
  background: none;
}

.document-title .form-control:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #DAE1ED;
}

.document-display {
  margin-bottom: 50px;
  padding-top: 0;
  background: #f5f5f5;
}

.document-display .doc-page-main {
  margin-bottom: 20px;
  position: relative;
}

.document-display .doc-page-main > img {
  width: 100%;
}

.form-section {
  margin-top: 20px;
  background-color: #f0f3f6;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
  height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.form-section .recipient_details {
  margin-top: 5px;
  padding-top: 0;
  background-color: #ffffff;
}

.right-forms {
  position: relative;
  z-index: 2;
  height: calc(100vh - 40px);
  overflow-y: auto;
}

.right-forms .fields-content {
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

.right-forms .forms-onboarding {
  background-color: #ffffff;
}

.heading-template {
  margin-bottom: 10px;
  padding: 5px;
  background-color: rgba(24, 107, 183, 0.2);
  text-transform: uppercase;
}

.onboarding-user {
  margin-bottom: 10px;
  background-color: rgba(24, 107, 183, 0.2);
  padding: 5px;
  position: relative;
}

.onboarding-user .onboarding-user-name {
  font-size: 14px;
  text-transform: uppercase;
  width: calc(100% - 15px);
}

.onboarding-user .remove_recipient {
  color: #dc3545;
}

.highlight_field:before {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 45px;
  height: 45px;
  content: "";
  background: url("../images/rings.svg");
  display: inline-block;
  z-index: 9999;
}

.update-right-section {
  margin-top: 20px;
  -webkit-box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #f0f3f6;
  position: relative;
  z-index: 2;
  height: calc(100% - 20px);
}

.onboarding-company-logo {
  padding: 40px 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #DAE1ED;
  text-align: center;
}

.onboarding-company-logo > .company-logo {
  width: 400px;
  display: block;
  overflow: hidden;
  line-height: initial;
}

.onboarding-company-logo > .company-logo > img {
  max-width: 100%;
  max-height: 40px;
}

.update-by-receipent .highlight-recipient-field {
  background-color: #fafafa;
  border: 2px solid #0288d1;
  z-index: 12;
}

.update-by-receipent .highlight-recipient-field:hover {
  background-color: #fafafa;
}

.update-by-receipent .highlight-recipient-field .input-element {
  color: #333333;
}

.page_thumbnail_main {
  margin: 20px 0 0;
  overflow-y: auto;
}

.page_thumbnail_main .page_thumbnail_item {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DAE1ED;
  position: relative;
  cursor: pointer;
  width: 120px;
}

.page_thumbnail_main .page_thumbnail_item > a > img {
  max-width: 100%;
  height: auto;
}

.page_thumbnail_main .page_thumbnail_item:hover:after, .page_thumbnail_main .page_thumbnail_item.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(24, 107, 183, 0.1);
}

.page_thumbnail_main .page_thumbnail_item.active:after {
  border: 2px solid #0288d1;
}

.text_formating_fields {
  margin-top: 12px;
}

.text_formating_fields .text_formating_options select, .text_formating_fields .text_formating_options button, .text_formating_fields .text_formating_options input {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.text_formating_fields .font_size_option {
  width: 70px;
}

.text_formating_fields button {
  border: 1px solid #DAE1ED;
  font-size: 1.375rem;
  height: 35px;
  line-height: 25px;
  text-align: center;
  width: 35px;
}

.text_formating_fields button:hover {
  background-color: #eae8e8;
}

.text_formating_fields button.active {
  background-color: #bddbf7;
  border-color: #bddbf7;
}

.text_formating_fields .text_color {
  height: 35px;
  width: 40px;
  padding: 3px 5px;
}

@media (max-width: 992px) {
  .drag_actual_ele .text_signature_ele {
    font-size: 0.625rem !important;
  }
  .drag_actual_ele .text_signature_ele > span {
    line-height: 100% !important;
  }
  .update-by-receipent .highlight-recipient-field {
    border-width: 1px !important;
  }
  .update-by-receipent .highlight-recipient-field .input-element {
    border: none !important;
    font-size: .4rem !important;
  }
  .modal .modal-dialog.modal-lg {
    max-width: 95% !important;
  }
}

.template-section {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.template-section .template-block {
  border-right: 1px solid #DAE1ED;
  padding: 0.5rem;
}

.template-section .template-block:last-child {
  border-right: none;
}

.editable-section:hover, .template-block:hover {
  background-color: rgba(80, 151, 255, 0.18);
}

.panel_left {
  background-color: #ffffff;
  height: calc(100vh - 56px);
  left: 0;
  overflow: auto;
  position: fixed;
  top: 56px;
  width: 450px;
}

.panel_right_wrapper {
  margin-left: 450px;
}

.panel_right_wrapper .panel_right {
  background-color: #ffffff;
  height: calc(100vh - 56px);
  margin: 0 auto;
  overflow: auto;
  width: auto;
}

.signature_types .card {
  border-color: #DADDE0;
  min-height: 165px;
}

.signature_types .card img {
  width: 80px;
}

.signature_types .card:hover {
  -webkit-box-shadow: 0 0 15px rgba(168, 176, 188, 0.4);
          box-shadow: 0 0 15px rgba(168, 176, 188, 0.4);
}

.m-signature-pad {
  margin: 0px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.m-signature-pad:before,
.m-signature-pad:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  left: 20px;
  bottom: 10px;
  background: transparent;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  -ms-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.m-signature-pad:after {
  left: auto;
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  -ms-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}

.m-signature-pad--body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.m-signature-pad--body canvas {
  background-color: #F9F9FA;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.m-signature-pad--footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 60px;
}

.m-signature-pad--footer .description {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 1em;
}

.custom-form-group .type-signature.form-control {
  background-color: #F9F9FA;
  border: none;
  font-size: 2rem !important;
  height: 250px !important;
  text-align: center !important;
  width: 100%;
}

.custom-form-group .type-signature::-webkit-input-placeholder {
  color: #A8B0BC;
  font-size: 2rem;
  font-style: normal;
}

.custom-form-group .type-signature::-moz-placeholder {
  color: #A8B0BC;
  font-size: 2rem;
  font-style: normal;
}

.custom-form-group .type-signature:-ms-input-placeholder {
  color: #A8B0BC;
  font-size: 2rem;
  font-style: normal;
}

.custom-form-group .type-signature::-ms-input-placeholder {
  color: #A8B0BC;
  font-size: 2rem;
  font-style: normal;
}

.custom-form-group .type-signature::placeholder {
  color: #A8B0BC;
  font-size: 2rem;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .m-signature-pad {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    min-width: 250px;
    min-height: 140px;
  }
  #github {
    display: none;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .m-signature-pad {
    margin: 10%;
  }
}

@media screen and (max-height: 320px) {
  .m-signature-pad--body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 32px;
  }
  .m-signature-pad--footer {
    left: 20px;
    right: 20px;
    bottom: 4px;
    height: 28px;
  }
  .m-signature-pad--footer .description {
    font-size: 1em;
    margin-top: 1em;
  }
}

.change_sign_pen_color.red-color {
  color: #d21c15 !important;
}

.change_sign_pen_color.theme-three {
  color: #16a085 !important;
}

.change_sign_pen_color.blue-color {
  color: #0288d1 !important;
}

.change_sign_pen_color.theme-four {
  color: #8e44ad !important;
}

.change_sign_pen_color.theme-six {
  color: #f39c12 !important;
}

.change_sign_pen_color.theme-seven {
  color: #d35400 !important;
}

.change_sign_pen_color.black-color {
  color: black !important;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

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

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

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

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

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

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

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

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

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

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

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

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

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

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

.ui-menu-icons {
  position: relative;
}

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

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

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

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

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

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

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

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

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background-color: #f0f3f6;
}

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

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

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

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

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

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

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

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/*.ui-datepicker  thead {
    background-color: $primary-color;
}*/
.ui-datepicker th {
  padding: 5px;
  text-align: center;
  /*font-weight: bold;*/
  border: 0;
  color: #000000;
  font-size: 13px;
}

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

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

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

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

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

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

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

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

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

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

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

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

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

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

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-resizable {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

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

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

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

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

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

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

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

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

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

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

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

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

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

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

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

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

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

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

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

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

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

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

.ui-tabs {
  position: relative;
  padding: .2em;
}

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

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

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

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

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

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

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

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

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

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

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

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

.ui-widget.ui-widget-content {
  border: 1px solid #DAE1ED;
  width: auto;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

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

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  padding: 2px 5px;
  /*border: 1px solid #c5c5c5;*/
  /*background: $background-color-dark;*/
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
}

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  /*border: 1px solid #cccccc;*/
  background: #f0f3f6;
  font-weight: normal;
  color: #000000;
}

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

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  /*border: 1px solid #003eff;*/
  background: #27ae60;
  font-weight: normal;
  color: #ffffff;
}

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

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  /*border: 1px solid #dad55e;*/
  background: #186bb7;
  color: #ffffff;
}

.ui-state-checked {
  /*border: 1px solid #dad55e;*/
  background: #186bb7;
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  /*border: 1px solid #f1a899;*/
  background: #DE350B;
  color: #ffffff;
}

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

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

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

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

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

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

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

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

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.immigration-dashboard .card {
  border-color: #F1F2F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  min-height: 125px;
}

.immigration-dashboard .card .card-header, .immigration-dashboard .card .card-footer {
  background-color: transparent;
}

.immigration-dashboard .card h2 {
  font-size: 2.0rem;
  line-height: 2rem;
}

.immigration-dashboard .card h5 {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.immigration-dashboard .card h6, .immigration-dashboard .card .card-header-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.immigration-dashboard .card small {
  font-size: 90%;
}

.immigration-container .table > thead > tr > th {
  background-color: #FAFBFB;
  border: none;
  color: #546271;
  font-size: 0.75rem;
  padding: 0.75rem;
}

.immigration-container .table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #E4E6E8;
  color: #172A3F;
  font-size: 0.875rem;
  padding: 0.75rem;
}

.immigration-container .table .menu-item-selected {
  color: #546271;
  font-size: 0.75rem;
  font-weight: 500;
}

.immigration-container .table .label.label-dot {
  border-radius: 50%;
  display: inline-block;
  font-size: 0 !important;
  height: 10px;
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  vertical-align: middle;
  width: 10px;
}

.immigration-container .table .label.label-primary {
  background-color: #5AAAFA;
  color: #FFFFFF;
}

.immigration-container .table .label.label-danger {
  background-color: #DE350B;
  color: #FFFFFF;
}

.immigration-container .table .label.label-success {
  background-color: #4EAF86;
  color: #FFFFFF;
}

.immigration-container .table .label.label-warning {
  background-color: #FFAB00;
  color: #FFFFFF;
}

.immigration-container .btn.btn-clean {
  color: #A8B0BC;
  background-color: transparent;
  border-color: transparent;
}

.immigration-container .btn.btn-icon {
  border-radius: 0.42rem;
  font-size: 1.2rem;
  height: calc(1.5rem + 2px);
  line-height: 1.5rem;
  padding: 0;
  width: calc(1.53rem + 2px);
}

.immigration-container .btn.btn-hover-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .immigration-container .btn.btn-hover-light-primary:focus:not(.btn-text) {
  color: #3699FF;
  background-color: #E1F0FF;
  border-color: transparent;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.immigration-container .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.immigration-container .table-filters .input-group .input-group-text {
  background-color: transparent;
  border: none;
  height: auto;
}

.immigration-container .subheader-tabs:before {
  display: none;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item {
  font-weight: 600;
  padding-bottom: 0;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item:hover a {
  color: #27ae60;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #27ae60;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item .nav-link:hover a {
  border-bottom: 2px solid transparent;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item .active {
  border-bottom-color: #27ae60;
  color: #27ae60;
}

.immigration-container .subheader-tabs .nav-tabs .nav-item .active:hover {
  border-bottom-color: #27ae60;
}

.timeline-alt {
  font-size: 0.875rem;
  padding: 20px 0;
  position: relative;
}

.timeline-alt .timeline-item {
  position: relative;
}

.timeline-alt .timeline-item:before {
  background-color: #E4E6E8;
  bottom: 0;
  content: "";
  left: 10px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
}

.timeline-alt .timeline-item:first-child:after {
  border: 1px solid #E4E6E8;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 7px;
  position: absolute;
  top: 0;
  width: 7px;
}

.timeline-alt .timeline-item .timeline-icon {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 8px);
}

.timeline-alt .timeline-item .timeline-item-info {
  margin-left: 30px;
}

.bg-success-lighten {
  background-color: rgba(10, 207, 151, 0.25) !important;
}

.bg-secondary-lighten {
  background-color: rgba(108, 117, 125, 0.25) !important;
}

.bg-info-lighten {
  background-color: rgba(57, 175, 209, 0.25) !important;
}

.bg-warning-lighten {
  background-color: rgba(255, 188, 0, 0.25) !important;
}

.bg-danger-lighten {
  background-color: rgba(250, 92, 124, 0.25) !important;
}

.uploaded_document_holder {
  border-color: #F1F2F3;
  min-width: 14rem;
}

.uploaded_document_holder .card-body {
  max-height: 5rem;
  min-height: 5rem;
  overflow: hidden;
}

.uploaded_document_holder .card-body img, .uploaded_document_holder .card-body .img-thumbnail {
  max-width: 160px;
}

.uploaded_document_holder .card-body .icon {
  max-width: 80px;
}

.uploaded_document_holder .card-footer {
  background-color: #ffffff;
  border-top: none;
}

.uploaded_document_holder .card-footer h6 {
  font-size: 0.875rem;
  font-weight: 700;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-aside-left {
  background-color: #F4F5F6;
  width: calc(100% - 290px);
}

.page-aside-left .form-container {
  width: 100%;
}

.page-aside-left .sidenav {
  display: none;
}

.page-aside-left .sidenav.show {
  display: block;
  width: 155px;
}

.page-aside-left .sidenav.show .nav-link {
  margin: 0.625rem 0.75rem;
  padding: 0;
  width: 132px;
}

.page-aside-left .sidenav.show .nav-link .img-thumbnail {
  border-color: #F1F2F3;
  min-height: 168px;
  min-width: 132px;
}

.page-aside-left .sidenav.show .nav-link .page-number {
  background-color: #f4f5f6;
  border-radius: .25rem 0 0 0;
  bottom: 0;
  color: #546271;
  font-size: .75rem;
  line-height: 0.875rem;
  position: absolute;
  right: 0;
}

.page-aside-left .sidenav.show .nav-link.active .img-thumbnail {
  border-color: #27AE60;
  -webkit-box-shadow: 0 0 8px rgba(168, 176, 188, 0.7);
          box-shadow: 0 0 8px rgba(168, 176, 188, 0.7);
}

.page-aside-left .sidenav.show .nav-link.active .page-number {
  background-color: #27AE60;
  color: #ffffff;
  opacity: 1;
}

.page-aside-left .sidenav.show .nav-link:hover {
  -webkit-box-shadow: 0 0 8px rgba(168, 176, 188, 0.7);
          box-shadow: 0 0 8px rgba(168, 176, 188, 0.7);
}

.page-aside-left .sidenav + .form-container {
  max-width: calc(100% - 155px);
}

.page-aside-right {
  position: absolute;
  padding: 1rem;
  right: 0;
  top: 0;
  width: 290px;
}

.page-aside-right .card {
  border: none;
  border-radius: 0;
  padding: 0;
}

.page-aside-right .card .card-body {
  padding: 0;
}

.page-aside-right .card ol {
  padding-left: 0.75rem;
}

.page-aside-right .card .form-group label {
  font-weight: 500;
  margin-bottom: 5px;
}

.page-aside-right .card .form-group .form-control {
  background-color: #ffffff;
  height: calc(2rem + 2px) !important;
}

.page-aside-right .card .form-group textarea.form-control {
  height: auto !important;
}

.page-aside-right .card .form-group textarea.form-control.digital-sign {
  background-color: #DFF3E7;
  border: none;
}

.page-aside-right .custom-checkbox, .page-aside-right .custom-radio {
  display: inherit;
  position: relative;
}

.page-aside-right .custom-checkbox .custom-control-label, .page-aside-right .custom-radio .custom-control-label {
  color: #172A3F;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: none;
  white-space: normal;
}

.page-aside-right .accordion .card {
  margin-bottom: 0.625rem;
  overflow: inherit;
}

.page-aside-right .accordion .card .card-header {
  padding: 0.5rem;
}

.page-aside-right .accordion .card .card-header .btn {
  padding: .15rem;
}

.page-aside-right .accordion .card .card-header .btn label small {
  letter-spacing: -.5px;
}

.page-aside-right .accordion .card .card-body {
  border-top: 1px solid rgba(228, 230, 232, 0.5);
  padding: 0.75rem;
}

.page-aside-right .accordion .mdi-chevron-down, .page-aside-right .accordion .mdi-chevron-up {
  color: #546271;
  font-size: 1.3125rem;
}

.page-aside-right .custom-file .custom-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.page-aside-right .custom-file .custom-fileLabel {
  margin: 0.625rem 0;
}

.page-level-navigation .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  color: #546271;
  font-size: .75rem;
  font-weight: 600;
  margin: .5rem 0.25rem 0.875rem;
  padding: .20rem 0.75rem;
  position: relative;
}

.page-level-navigation .nav-tabs .nav-item .nav-link.active {
  background-color: #27AE60;
  color: #ffffff;
}

.page-level-navigation .nav-tabs .nav-item .nav-link.active:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #27AE60;
  content: " ";
  height: 0;
  left: 45%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.page-level-navigation .nav-tabs .nav-item .nav-link.active:hover {
  background-color: #27AE60;
}

.page-level-navigation .nav-tabs .nav-item .nav-link:hover {
  background-color: #f3f6f9;
  border: none;
}

.form-thumb-pagination {
  color: #546271;
  font-size: 0.75rem;
  font-weight: 600;
}

.form-thumb-pagination .mdi {
  color: #546271;
  font-size: 1rem;
}

.form-thumb-pagination .btn-link:hover {
  background-color: #f3f6f9;
}

/* Lca Create */
.leftSidebar {
  background-color: #f7f9fd;
  height: calc(100vh - 150px);
  left: 65px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 100px;
  width: 250px;
}

.leftSidebar .immigration-sidebar-items {
  border: none;
  list-style: none;
}

.leftSidebar .immigration-sidebar-items li {
  display: block;
  margin: 15px 0px;
  padding: 0;
  position: relative;
}

.leftSidebar .immigration-sidebar-items li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.leftSidebar .form-machine-name {
  font-size: small;
}

.leftSidebar .form-name {
  display: block;
  font-size: medium;
}

.leftSidebar .item-title {
  display: inline-block;
  line-height: 1.25rem;
  padding-left: 0.5rem;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.leftSidebar .item-circle {
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.leftSidebar .item-circle > div {
  background-color: #707276;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
}

.leftSidebar .active .item-circle > div {
  background-color: #007bff;
}

.leftSidebar .active .item-title {
  font-weight: 500;
}

.leftSidebar ._completed_icon, .leftSidebar .error-class ._error_icon {
  color: #27ae60;
  font-size: 22px;
  position: absolute;
  right: 0;
}

.leftSidebar .error-class ._error_icon, .leftSidebar .error-class .item-title {
  color: #DE350B;
}

.aside-enabled .leftSidebar {
  left: 17rem;
}

.lca-container {
  margin-left: 250px;
}

.lca-container .container {
  margin: 0;
}

.lca-container .content-box {
  background-color: #f7f7f7;
  border: 1px solid #DAE1ED;
  padding: 1rem;
}

.lca-container .panel-heading {
  background-color: transparent;
  border-bottom: 1px solid #DAE1ED;
  margin-bottom: 0.5rem;
  padding: 0 0 0.25rem;
}

.lca-container .panel-heading .panel-title {
  color: #343a40;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.lca-container .bg-color {
  background-color: #f0f3f6 !important;
}

.error-alert-display {
  padding: 0.5rem;
  background: rgba(243, 156, 18, 0.3);
  border-left: 5px solid #f39c12;
}

.error-alert-display > i {
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
}

.lca-container .accordion.customforms-accordion .card .card-header {
  padding-bottom: 8px;
}

.i9-sidebar {
  border-right: 1px solid #DAE1ED;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
  height: calc(100vh - 6.1rem);
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: sticky;
  top: 0;
}

.i9-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cke_snippet {
  background-color: #f3f3c1 !important;
}

.add-to-folder-list {
  border-radius: 5px;
}

.add-to-folder-list .custom-control {
  width: 2rem;
}

.add-to-folder-list .add-to-folder-details {
  width: calc(100% - 2rem);
}

.switch-access-level {
  position: relative;
}

.switch-access-level:hover .dropdown-menu {
  left: 100%;
  top: -10px;
  right: auto;
  display: block;
  max-height: 150px;
  overflow-y: auto;
  margin-left: 0;
}

.from-local-computer-file {
  opacity: 0;
  width: 100%;
  top: 7px;
  left: 0;
}

.receipt-list {
  display: block;
  overflow-y: auto;
  clear: both;
}

.receipt-list > li {
  float: left;
  padding: 0 5px;
}

.receipt-list > li .dropzone {
  height: 100%;
  border-color: #27ae60;
}

.receipt-list > li .receipt-wrapper {
  overflow: hidden;
  border: 1px solid #ededed;
  position: relative;
  height: 375px;
  width: 275px;
  margin-bottom: 30px;
  border-radius: 0.42rem;
}

.receipt-list > li .img-preview {
  position: relative;
  height: 100%;
}

.receipt-list > li .img-preview img {
  max-width: 100%;
  padding: 15px;
}

.receipt-list > li .receipt-thumbnail {
  border: 1px solid transparent;
  width: auto;
  height: 100%;
}

.receipt-list > li .receipt-thumbnail .resize-thumbnail {
  height: 87%;
}

.receipt-list > li .thumbnail-container {
  height: 100%;
}

.receipt-list > li .receipt-header {
  padding: 0.85rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0.42rem 0.42rem 0 0;
  background-color: #ffffff;
  border-bottom: 1px dashed #ededed;
  z-index: 1;
}

.receipt-list > li .receipt-header .title {
  font-size: 12px;
}

.receipt-list > li .receipt-header .amount {
  font-size: 24px;
  line-height: 24px;
}

.receipt-list > li .hv-centered {
  top: 50%;
  position: absolute;
  display: inline-table;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.receipt-list > li .card-footer {
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #27ae60;
  border-radius: 0 0 0.42rem 0.42rem;
  display: none;
  z-index: 1;
}

.receipt-list > li:first-child .receipt-wrapper {
  border: 1px solid dashed;
  overflow: initial;
  text-align: center;
}

.receipt-list > li:first-child .dropzone {
  border-width: 1px;
}

.receipt-list > li:hover .receipt-wrapper {
  border-color: #27ae60;
}

.receipt-list > li:hover .receipt-wrapper .card-footer {
  display: block;
}

.receipt-list.modal-receipts > li .receipt-wrapper {
  border: 1px solid #ededed;
}

.receipt-list.modal-receipts > li:hover .receipt-wrapper {
  border-color: #27ae60;
}

.receipt-list.modal-receipts > li:first-child .receipt-wrapper {
  overflow: hidden;
}

.assignment-inactive {
  color: #e9edf1 !important;
}

.pink-color {
  color: #F55B7B !important;
}

.brown-color {
  color: #A9A543 !important;
}

.aquamarine-color {
  color: #76d4c1 !important;
}

.onboarding-radiobox .custom-radio {
  display: block;
  background-color: #ffffff;
  border: 1px dashed #DAE1ED;
  border-radius: 8px;
}

.onboarding-radiobox .custom-radio + label {
  margin-right: 10px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px dashed #DAE1ED;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
  line-height: initial;
  text-align: center;
  cursor: pointer;
}

.onboarding-radiobox .custom-radio + label:before, .onboarding-radiobox .custom-radio + label:after {
  display: none !important;
}

.onboarding-radiobox .custom-radio .custom-control-input:checked {
  accent-color: #27ae60;
}

.onboarding-radiobox .custom-radio .custom-control-input:checked + label {
  background-color: #27ae60;
  color: #ffffff;
  border-radius: 8px;
}

.onboarding-radiobox .custom-radio .custom-control-label:after, .onboarding-radiobox .custom-radio .custom-control-label:before {
  position: absolute;
  top: 0.65rem;
  left: 90%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
  -webkit-transition: background-size 0.1s ease-in-out;
  transition: background-size 0.1s ease-in-out;
  background-size: 0%;
}

.icongrey-bg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #F1F2F3;
  text-align: center;
  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;
  color: #172A3F;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 1rem;
}

.icongrey-bg [class^="oorwin-"]:before, .icongrey-bg [class*=" oorwin-"]:before {
  margin: 0;
}

.icongrey-bg .oorwin-mail-id {
  font-size: 0.875rem;
}

.icongrey-bg .oorwin-mail-id::before {
  width: 1.2em;
}

.icongrey-bg:hover {
  background-color: #dedede;
}

.assignment-selecting-tiles {
  display: block;
  width: 100%;
  padding: 2.5rem 1.5rem;
  color: #181C32;
  background: #f8f9fc;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  text-align: center;
}

.assignment-selecting-tiles > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.assignment-selecting-tiles.existing:hover, .assignment-selecting-tiles.existing.active {
  background: #186bb7;
  color: #ffffff;
}

.assignment-selecting-tiles.new:hover, .assignment-selecting-tiles.new.active {
  background: #27ae60;
  color: #ffffff;
}

.assignment-selecting-tiles.rehire:hover, .assignment-selecting-tiles.rehire.active {
  background: #fd7e14;
  color: #ffffff;
}

.assignment-selecting-tiles.skip:hover, .assignment-selecting-tiles.skip.active {
  background: #DE350B;
  color: #ffffff;
}

.to_mail {
  min-height: 30px;
  max-height: 100px;
  overflow-y: auto;
}

.inactive_job {
  background: #e9edf1;
  color: #6c757d !important;
}

.active_job {
  background: #ffffff;
  color: #6c757d !important;
}

.submitted {
  background: #4175DF;
  color: #ffffff !important;
}

.approved {
  background: #27ae60;
  color: #ffffff !important;
}

.rejected {
  background: #DE350B;
  color: #ffffff !important;
}

.invoiced {
  background: #fd7e14;
  color: #ffffff !important;
}

.on_leave {
  background: #F55B7B;
  color: #ffffff !important;
}

.on_holiday {
  background: #A9A543;
  color: #ffffff !important;
}

.week_off {
  background: #76d4c1 !important;
  color: #ffffff !important;
}

.billed {
  background: #17a2b8 !important;
  color: #ffffff !important;
}

.invoiced_billed {
  background: #17a2b8;
  background: -webkit-gradient(linear, left bottom, left top, from(#17a2b8), to(#fd7e14));
  background: linear-gradient(0deg, #17a2b8 0%, #fd7e14 100%);
  color: #ffffff !important;
}

.timesheet-hint {
  background-color: #ffe4c4;
  border-radius: 0.25rem;
  bottom: 0.125rem;
  color: #131313;
  font-size: 0.625rem;
  left: 0;
  position: absolute;
  padding: 0.125rem 0.5rem;
  right: auto;
}

.table-data {
  background: #ffffff;
  border-collapse: collapse;
}

.table-data > thead td {
  background: #f5f5f5;
  border-left: 1px solid #DAE1ED;
  border-bottom: 1px solid #DAE1ED;
  text-align: center;
}

.table-data > tbody {
  background-color: #ffffff;
}

.table-data > tbody td {
  border: 1px dotted #DAE1ED;
}

.table-data > tbody td.area.area-l {
  border-left: 1px solid primary-color;
}

.table-data > tbody td.area.area-r {
  border-right: 1px solid primary-color;
}

.table-data tr.area-t > td.area {
  border-top: 1px solid primary-color;
}

.table-data tr.area-b > td.area {
  border-bottom: 1px solid primary-color;
}

.table-data .selected_cell_action_btn_div {
  position: relative;
  line-height: 0;
}

.table-data td {
  cursor: pointer;
}

.table-data td > a {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.table-data td.area {
  background: #03a9f4;
  color: #ffffff !important;
}

.table-data td.area.cursor {
  background: #03a9f4;
}

.table-data td.cursor {
  background: #fafafa;
  border: 1px solid primary-color;
}

.table-data.focus td.cursor {
  background: #fafafa;
  border: 1px solid primary-color;
  color: #ffffff !important;
}

.table-data.focus td.area.cursor {
  background: #03a9f4;
  color: #ffffff !important;
}

.timesheets-actions > li {
  padding: 3px 0;
  border-bottom: 1px dashed #DAE1ED;
}

.timesheets-actions > li > a {
  display: block;
  border-radius: 4px;
  font-size: 0.75rem;
  padding: 0 .25rem;
}

.timesheets-actions > li > a.submit-ts {
  color: #20c997;
}

.timesheets-actions > li > a.submit-ts:hover {
  background: #20c997;
  color: #ffffff;
}

.timesheets-actions > li > a.reset-ts {
  color: #6c757d;
}

.timesheets-actions > li > a.reset-ts:hover {
  background-color: #6c757d;
  color: #ffffff;
}

.timesheets-actions > li > a.approve-ts {
  color: #27ae60;
}

.timesheets-actions > li > a.approve-ts:hover {
  background-color: #27ae60;
  color: #ffffff;
}

.timesheets-actions > li > a.reject-ts {
  color: #DE350B;
}

.timesheets-actions > li > a.reject-ts:hover {
  background-color: #DE350B;
  color: #ffffff;
}

.timesheets-actions > li > a.invoice-ts {
  color: #fd7e14;
}

.timesheets-actions > li > a.invoice-ts:hover {
  background-color: #fd7e14;
  color: #ffffff;
}

.timesheets-actions > li > a.bill-ts {
  color: #17a2b8;
}

.timesheets-actions > li > a.bill-ts:hover {
  background-color: #17a2b8;
  color: #ffffff;
}

.timesheets-actions > li > a.download-ts {
  color: #6f42c1;
}

.timesheets-actions > li > a.download-ts:hover {
  background-color: #6f42c1;
  color: #ffffff;
}

.timesheets-actions > li > a.preview-ts {
  color: #4175DF;
}

.timesheets-actions > li > a.preview-ts:hover {
  background-color: #4175DF;
  color: #ffffff;
}

.timesheets-legends {
  padding: 3px 5px;
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  border-bottom: 0px;
}

.timesheets-left-menu {
  -webkit-box-shadow: 0px, 0px, 4px, 0px, rgba(0, 0, 0, 0.15);
          box-shadow: 0px, 0px, 4px, 0px, rgba(0, 0, 0, 0.15);
  padding: 10px 8px;
  background-color: #adb5bd;
  border: 1px solid #DAE1ED;
  border-radius: 8px;
  display: table;
  width: 100%;
  height: calc(100vh - 100px);
}

.timesheets-left-menu > ul > li > a {
  margin-bottom: 5px;
  padding: 5px 0;
  border-radius: 4px;
  display: block;
  color: #6c757d;
}

.timesheets-left-menu > ul > li > a:hover {
  color: #000000;
}

.timesheets-left-menu > ul > li.active > a {
  padding-left: 5px;
  background-color: primary-color;
  color: #ffffff;
}

.timesheets-header-bg {
  padding: 5px;
  background-color: #f0f3f6;
  border: 1px solid #DAE1ED;
  border-radius: 8px;
  min-height: 60px;
}

.timesheets-header-bg .view-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timesheets-header-bg .timesheets-form {
  margin-bottom: 3px;
}

.timesheets-header-bg .timesheets-form .form-control {
  height: 22px;
}

.timesheets-dashboard-table .table > thead > tr > th {
  padding: 3px 6px;
  font-size: 11px;
}

.timesheets-dashboard-table .table > tbody > tr > td {
  padding: 3px 6px;
  font-size: 11px;
}

.timesheets-filter-icon {
  margin-top: 3px;
  display: inline-block;
}

.cgst-terms {
  background: #f0f3f6;
  border-radius: 4px;
  border: 1px solid #DAE1ED;
  font-size: 14px;
}

.cgst-terms > li {
  line-height: 24px;
  list-style: disc;
}

.opportunity-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 250px;
  grid-auto-flow: column;
  overflow: auto;
}

.opportunity-grid a {
  color: #212121;
}

.opportunity-grid .opportunity-logo {
  max-width: 30px;
  width: auto;
}

.opportunity-grid .opportunity-logo img {
  display: inline-block;
  max-width: 30px;
  width: 100%;
}

.opportunity-grid .card {
  padding: 0;
  background: #f7f8fb;
  height: calc(100vh - 200px);
  margin: 0;
  border: 0;
  opacity: 1;
  border-radius: 0;
}

.opportunity-grid .card .card-title, .opportunity-grid .card .card-footer {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 35px;
}

.opportunity-grid .card .card-title, .opportunity-grid .card .card-footer {
  padding: 0.625rem;
  position: relative;
  word-wrap: normal;
  margin-bottom: 0;
  line-height: 100%;
  margin-right: 0.5rem;
}

.opportunity-grid .card .card-title.red-bg::before, .opportunity-grid .card .card-footer.red-bg::before {
  background: #27ae60;
}

.opportunity-grid .card .card-title h6 {
  color: #797979;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  line-height: 100%;
  margin-bottom: 0;
}

.opportunity-grid .card .card-footer {
  color: #253858;
  min-height: 40px;
  line-height: 20px;
  text-transform: none;
  text-align: center;
}

.opportunity-grid .card .card-body {
  background-color: #f7f8fb;
  overflow-y: scroll;
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000000)), -webkit-gradient(linear, right top, left top, color-stop(0.4rem, transparent), color-stop(0.4rem, #000000));
  mask-image: linear-gradient(to top, transparent, #000000), linear-gradient(to left, transparent 0.4rem, #000000 0.4rem);
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000000)), -webkit-gradient(linear, right top, left top, color-stop(0.4rem, transparent), color-stop(0.4rem, #000000));
  -webkit-mask-image: linear-gradient(to top, transparent, #000000), linear-gradient(to left, transparent 0.4rem, #000000 0.4rem);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
  padding: 0;
  margin: 0.5rem 0;
}

.opportunity-grid .card .card-body.dndDragover .dndPlaceholder {
  border: 1px solid #DAE1ED !important;
  height: 70px !important;
  margin: 10px !important;
  width: 90% !important;
  float: none !important;
  list-style: none;
}

.opportunity-grid .card .card-body .card-avatar {
  background-color: #ffffff;
  border: 1px solid #989898;
  border-radius: 2rem;
  color: #212121;
  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;
  font-size: 0.875rem;
  font-weight: 700;
  height: 28px;
  text-transform: uppercase;
  width: 28px;
}

.opportunity-grid .card .card-body .card-view {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  cursor: move;
  list-style: none;
  margin-bottom: 0.5rem;
  padding: 0;
  position: relative;
}

.opportunity-grid .card .card-body .card-view .inner-card-header {
  padding: 0.5rem 0.75rem;
}

.opportunity-grid .card .card-body .card-view.success-border {
  border-left-color: #27ae60;
}

.opportunity-grid .card .card-body .card-view.lost-border {
  border-left-color: #DE350B;
}

.opportunity-grid .card .card-body .card-view .op-label {
  padding: 0.115rem 0.725rem;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #F9F9FA;
  border-radius: 2rem;
  max-width: 5rem;
  margin-left: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opportunity-grid .card .card-body .card-view .inner-card {
  padding: 0 0.75rem 0.75rem;
}

.opportunity-grid .card .card-body .card-view.hot .op-label {
  background-color: #FDDBDA;
  color: #A50202;
}

.opportunity-grid .card .card-body .card-view.cold .op-label {
  background-color: #E5F4ED;
  color: #378E69;
}

.opportunity-grid .card .card-body .card-view.warm .op-label {
  background-color: #FFF2D5;
  color: #BD6517;
}

.opportunity-grid .card .card-body .card-view > label {
  position: absolute;
  right: 5px;
  top: 10px;
  vertical-align: top;
}

.opportunity-grid .card .card-body .card-view > label::before {
  top: 2px;
}

.opportunity-grid .card .card-body .card-view > span {
  display: inline-block;
  width: 100%;
}

.opportunity-grid .card .card-body .card-view > span > a {
  max-width: 100%;
  display: block;
  color: #186bb7;
  font-size: 14px;
  margin-left: 35px;
  padding: 4px 2px;
  text-transform: uppercase;
}

.opportunity-grid .card .card-body .card-view > span > a > span {
  width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}

.opportunity-grid .card .card-body .card-view > span > p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #756d6d;
  font-size: 0.875rem;
  line-height: 18px;
  margin: 0;
}

.opportunity-grid .card .card-body .card-view > span > i {
  padding: 4px;
  position: absolute;
  bottom: 0;
  right: 4px;
  display: none;
}

.opportunity-grid .card .card-body .card-view > span:hover > i {
  display: block;
}

.opportunity-grid .card .card-body .card-view .actions {
  background-color: #ffffff;
  border: 1px solid #A8B0BC;
  border-radius: 5rem;
  overflow: hidden;
}

.opportunity-grid .card .card-body:hover {
  -webkit-mask-position: left top;
}

.opportunity-grid .page-item.disabled {
  cursor: no-drop;
}

.opportunity-grid .page-item.disabled a {
  pointer-events: none;
  opacity: 0.5;
  cursor: no-drop;
}

/** Immigration Dashboard starts from here **/
.block.block-default {
  display: block;
}

.block.block-default .block-header {
  font-size: large;
}

.block.block-default .block-body {
  padding: 10px;
}

.block.block-default .block-details {
  display: block;
}

.block.block-default .block-details .icon-thumbnail {
  background-color: #ececec;
  float: left;
  height: 50px;
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.block.block-default .block-details ._description {
  float: left;
  padding-left: 10px;
  vertical-align: middle;
}

.block.block-default .block-details ._description h4 {
  font-size: 1rem;
}

.block.block-default .block-details .immigration_count {
  float: right;
  font-size: 32px;
}

.block.block-default .progress-small {
  height: 3px;
}

.block.block-default .hint-text {
  color: #999;
  line-height: 25px;
}

.block.block-default .total-certified-lcas .immigration_count {
  color: #0288d1;
}

.block.block-default .missing-lcas .immigration_count {
  color: #d21c15;
}

.block.block-default .missing-lcas .icon-thumbnail {
  background-color: #d21c15;
  color: #ffffff;
}

.block.block-default .total-pafs .immigration_count {
  color: #0288d1;
}

.block.block-default .missing-pafs .immigration_count {
  color: #d21c15;
}

.block.block-default .missing-pafs .icon-thumbnail {
  background-color: #d21c15;
  color: #ffffff;
}

.block.block-default .total-i9s .immigration_count {
  color: #0288d1;
}

.block.block-default .section-completed .immigration_count {
  color: #0288d1;
}

.block.block-default .section-completed .icon-thumbnail {
  background-color: #0288d1;
  color: #ffffff;
}

.block.block-default .section-awaiting .immigration_count {
  color: #d21c15;
}

.block.block-default .section-awaiting .icon-thumbnail {
  background-color: #d21c15;
  color: #ffffff;
}

.block.block-default .section-initiate .immigration_count {
  color: #f39c12;
}

.block.block-default .section-initiate .icon-thumbnail {
  background-color: #f39c12;
  color: #ffffff;
}

/** Immigration Dashboard ends here **/
.timeline {
  position: relative;
  width: 100%;
}

.timeline .timeline-items {
  margin: 0;
  padding: 0;
}

.timeline .timeline-items .timeline-item {
  border-left: 1px solid #DADDE0;
  margin-left: 14px;
  padding: 0 0 20px 10px;
  position: relative;
}

.timeline .timeline-items .timeline-item:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.timeline .timeline-items .timeline-item .timeline-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 2px solid #F1F2F3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -11px;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.timeline .timeline-items .timeline-item .timeline-media .mdi {
  font-size: 0.8125rem;
}

.timeline .timeline-items .timeline-item .timeline-media .mdi:before {
  font-weight: 700;
}

.timeline .timeline-items .timeline-item .timeline-label {
  display: block;
  margin-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.timeline .timeline-items .timeline-item .timeline-content {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  white-space: normal;
}

.timeline .timeline-items .timeline-item .timeline-content .permission {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  border-radius: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 16px;
}

.timeline .timeline-items .timeline-item .timeline-content .permission .mdi {
  font-size: 0.625rem;
}

.detailed-view {
  width: calc(100% - 52px);
}

.detailed-view .main-tabs {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 4;
}

.detailed-view > .vertical {
  margin: 0;
  min-width: 226px;
  max-width: 226px;
  padding-left: 12px;
  padding-right: 0;
  width: 226px;
}

.detailed-view .right-fixed {
  border-top: 1px solid #ced4da;
  position: fixed;
  right: 0;
  height: calc(100vh - 98px);
  width: 52px;
  border-left: #DAE1ED solid 1px;
  background: #fff;
  z-index: 8;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.detailed-view .right-fixed .right-link-wrap {
  overflow: auto;
  min-width: 52px;
  width: 52px;
  scrollbar-width: thin;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner {
  padding: 0.5rem 0.5rem;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link {
  padding: 0 0.2rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link.active {
  background-color: #e9f6ef;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link.active a {
  color: #27ae60;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link a {
  color: #546271;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link a i {
  font-size: 20px;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link .has-notes {
  font-size: 0.675rem;
  font-weight: 400;
  line-height: 0.325rem;
  padding: 0.35rem 0.3rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link .has-notes.badge-success {
  background-color: #27AE60;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .right-nav-link .lock-position {
  left: 0;
  position: absolute;
  top: -10px;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services {
  margin: 0 -0.5rem;
  padding-bottom: 0.5rem;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .ai-icon-wrapper {
  background-color: rgba(39, 174, 96, 0.45);
  margin-bottom: 0.5rem;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .right-nav-link {
  margin: 0 0.5rem 0.5rem;
  padding: 0.3rem 0.2rem;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .right-nav-link a {
  color: #88D3A8;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .right-nav-link a i {
  font-size: 18px;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .right-nav-link.active {
  background: #27AE60;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .right-nav-link.active a {
  color: #FFFFFF;
}

.detailed-view .right-fixed .right-link-wrap .right-fixed-inner .ai-services .right-nav-link .oorwin-customer-insights {
  margin-left: -3px;
}

.detailed-view .right-fixed.expanded {
  width: 690px;
  -webkit-transition: width .5s;
  transition: width .5s;
  -webkit-box-shadow: 0 1rem 1.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 1.2rem rgba(0, 0, 0, 0.2);
}

.detailed-view .right-fixed.expanded .right-fixed-container {
  display: block;
}

.detailed-view .right-fixed.expanded .right-fixed-container .has-footer .right-footer {
  position: absolute;
  bottom: 0;
  left: 50px;
  background: #fff;
  height: 55px;
  -webkit-box-shadow: 2px 0 4px 0 rgba(193, 193, 193, 0.91);
          box-shadow: 2px 0 4px 0 rgba(193, 193, 193, 0.91);
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detailed-view .right-fixed.expanded .right-fixed-container .has-footer .right-body {
  height: calc(100% - 100px);
}

.detailed-view .right-fixed.expanded .right-fixed-container .popover {
  font-size: 0.75rem;
  line-height: 1rem;
}

.detailed-view .right-fixed.expanded .right-fixed-container .popover .popover-body {
  color: #6c757d;
  padding: 1rem;
}

.detailed-view .right-fixed .right-fixed-container {
  width: calc(100% - 52px);
  display: none;
}

.detailed-view .right-fixed .right-fixed-container > * {
  height: 100%;
}

.detailed-view .right-fixed .right-fixed-container .right-header {
  padding: 0.5rem 1rem;
  border-bottom: #DAE1ED solid 1px;
}

.detailed-view .right-fixed .right-fixed-container .right-header .right-title {
  font-size: 1rem;
  font-weight: 500;
}

.detailed-view .right-fixed .right-fixed-container .right-header .oorwin-close {
  font-size: .6875rem;
}

.detailed-view .right-fixed .right-fixed-container .right-body {
  padding: 0.5rem 1rem;
  height: calc(100% - 45px);
  overflow: auto;
  scrollbar-width: thin;
}

.profile-image-wrapper {
  background-color: #F9F9FA;
  padding: 10px;
}

.profile-image-wrapper .profile-image {
  margin: 0.625rem 0 1rem;
}

.profile-image-wrapper .profile-image .profile-pic {
  border-radius: 50%;
  max-width: 160px;
}

.profile-image-wrapper .profile-image .profile-pic img {
  border-radius: 50%;
  height: inherit;
}

.profile-image-wrapper .profile-image .verified-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #27ae60;
  display: block;
  border-radius: 20px;
  border: #fff 2px solid;
}

.profile-image-wrapper .profile-image .file-upload {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 18px;
}

.profile-image-wrapper .profile-image .file-upload input[type=file] {
  opacity: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

.profile-image-wrapper .profile-image .file-upload input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

.profile-image-wrapper .profile-image .file-upload i[class*=oorwin-] {
  font-size: 20px;
}

.profile-image-wrapper .cropArea {
  top: 70px;
}

.profile-image-wrapper .cropArea:before {
  left: 35px;
}

.profile-image-wrapper .cropArea:after {
  left: 36px;
}

.append-to-body .dropdown-submenu {
  position: inherit;
}

body .newui-admin.aside-enabled .page-container.has-footer .detailed-view .vertical + .application-area {
  height: calc(100vh - 156px);
}

body .newui-admin.aside-enabled .page-container.has-footer .detailed-view .vertical + .application-area .page-footer {
  left: 386px;
  width: calc(100% - 386px);
}

body .newui-admin.aside-enabled .page-container.has-footer .detailed-view .application-area {
  height: calc(100vh - 156px);
}

body .newui-admin.aside-disabled .page-container.has-footer .detailed-view .vertical + .application-area .page-footer {
  left: 282px;
  width: calc(100% - 282px);
}

/*star rating*/
.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before, .rating .label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.reports-actions {
  position: absolute;
  right: 5px;
  top: 3px;
}

.rating > label, .rating .label {
  padding: 0;
  color: #9fa9b7;
  float: right;
  line-height: 1;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating .label.checked,
.rating .checked ~ label,
.rating.checked .full::before,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f39c12;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: rgba(243, 156, 18, 0.5);
}

.readonly-rating {
  margin: 10px 0;
}

.readonly-rating .mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  display: block;
  z-index: 1;
}

.readonly-rating fieldset.rating {
  padding-top: 2px;
}

.cand-contact-wrap {
  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;
}

.cand-contact-wrap a {
  margin-right: 5px;
}

.new_whatsapp {
  margin-right: 5px;
}

.new_whatsapp a {
  margin-right: 0px !important;
}

.detailed-tags {
  border: none;
}

.detailed-tags .tags {
  background: transparent;
}

.detailed-tags .tags input {
  background: transparent;
  padding: 0;
  margin-left: 10px;
}

.detailed-tags .tags .tag-item {
  background: transparent;
  border: #DAE1ED solid 1px;
  border-radius: 20px;
  color: inherit;
  padding: 0px 8px;
  margin-left: 8px;
}

.detailed-tags .tags .tag-item:first-child {
  margin-left: 0;
}

.detailed-tags .tags .tag-item .remove-button {
  color: inherit;
}

.detailed-accordion .panel {
  border: #DAE1ED solid 1px;
  border-radius: 4px;
}

.detailed-accordion .panel .panel-heading {
  background: #FAFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding: 8px 16px;
  border-radius: 4px;
}

.detailed-accordion .panel .panel-heading .panel-title {
  font-size: 0.875rem;
  font-weight: 500;
}

.viewtasknew .priority {
  padding: 2px 6px;
}

.viewtasknew .priority.low {
  background-color: #40B3D933;
  color: #40B3D9;
}

.viewtasknew .priority.medium {
  background-color: #F9C95F33;
  color: #F9C95F;
}

.viewtasknew .priority.high {
  background-color: #fd7e1433;
  color: #fd7e14;
}

.viewtasknew .priority.critical {
  background-color: #ff000033;
  color: #ff0000;
}

.custom-content-radio .custom-radio {
  z-index: 9;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.custom-content-radio .custom-radio:checked + label {
  border: 1px solid #27ae60;
  -webkit-box-shadow: 0 0 0 1px #27ae60;
          box-shadow: 0 0 0 1px #27ae60;
}

.custom-content-radio .custom-radio + label {
  border: 1px solid #ced4da;
  width: 100%;
  height: 150px;
  background-color: transparent;
  border-radius: .5rem;
  padding: 0.875rem;
  position: relative;
}

.submission-avatar-text {
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #D2B6B0;
  color: #fff;
  font-size: 32px;
  border-radius: 100px;
  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;
}

.apply-leave-modal > div > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-leave-modal > div > .row > .col-md-8 {
  padding: 15px 20px;
}

.apply-leave-modal > div > .row > .col-md-4 {
  background: #F7F7F7;
}

.apply-leave-modal .mail-notification-message {
  padding: 10px,15px;
  background: #FBFCEC;
  font-size: 12px;
  font-family: 400;
  border: 1px solid #89A76B;
}

.apply-leave-modal .not-enough-leave {
  padding: 5px 10px;
  display: inline-block;
  background: #FCD6CB;
  border: 1px solid #F59579;
}

.apply-leave-modal .leave-duration {
  margin-bottom: 10px;
  padding: 10px;
  background: #186bb7;
  font-size: 12px;
  border: 1px solid #186bb7;
  color: #ffffff;
}

.middle-line {
  position: absolute;
  top: 5px;
  right: -6px;
}

.select-leave-period .custom-radio {
  position: absolute;
  display: none;
}

.select-leave-period .custom-radio + label {
  width: 50%;
  text-align: center;
  line-height: 20px;
  padding: 5px 10px;
  color: #666666;
  display: inline-block;
  height: auto;
  border: 1px solid #DAE1ED;
  float: left;
  font-size: 10px;
}

.select-leave-period .custom-radio + label::before, .select-leave-period .custom-radio + label::after {
  display: none;
}

.select-leave-period .custom-radio + label.first-half, .select-leave-period .custom-radio + label.full-day {
  border-radius: 4px 0 0 4px;
}

.select-leave-period .custom-radio + label.second-half {
  border-radius: 0 4px 4px 0;
}

.select-leave-period .custom-radio:checked + label {
  background-color: #27ae60;
  color: #ffffff;
}

.select-leave-period .custom-checkbox:checked + label:after, .select-leave-period .custom-radio:checked + label:after, .select-leave-period .form-group .custom-checkbox:checked + label:after, .select-leave-period .form-group .custom-radio:checked + label:after {
  display: none;
}

.select-leave-period.full-day .custom-radio + label {
  width: 33.33%;
}

.apply-leave-modal > div > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-leave-modal > div > .row > .col-md-8 {
  padding: 15px 20px;
}

.apply-leave-modal > div > .row > .col-md-4 {
  background: #F7F7F7;
}

.apply-leave-modal .mail-notification-message {
  padding: 10px 15px;
  background: #FBFCEC;
  font-size: 12px;
  border: 1px solid #89A76B;
}

.apply-leave-modal .not-enough-leave {
  padding: 5px 10px;
  display: inline-block;
  background: #FCD6CB;
  border: 1px solid #F59579;
}

.apply-leave-modal .leave-duration {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #186bb7;
  font-size: 12px;
  border: 1px solid #186bb7;
  color: #ffffff;
  border-radius: 5px;
}

.apply-leave-attachments > li {
  background: #f0f3f6;
  border-radius: 10px;
  padding: 2px,10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.leaves-holidays-calendar > table {
  border: 1px solid #DDDADA;
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 3px;
}

.leaves-holidays-calendar > table tr > td {
  padding: 5px !important;
  border-radius: 4px;
  border: 0 !important;
  font-size: 0.75rem;
}

.leaves-holidays-calendar > table tr > td.holiday {
  background: #A9A543;
  color: #ffffff;
}

.leaves-holidays-calendar > table tr > td.leave {
  background: #F55B7B;
  color: #ffffff;
}

.leaves-holidays-calendar > table tr > td.weekoff {
  background: #E6E6E6;
  font-weight: 500;
  color: #000000 !important;
}

.leaves-holidays-calendar > table tr > td.floater_holiday {
  background: #64C3D1;
  color: #ffffff !important;
}

.leaves-holidays-calendar > table tr:nth-child(1) > td, .leaves-holidays-calendar > table tr:nth-child(2) > td {
  background-color: transparent;
  color: #222222;
  font-size: 0.625rem;
}

.leaves-holidays-calendar > table tr:nth-child(2) {
  font-weight: 600;
  text-transform: uppercase;
}

.leaves-holidays-calendar > table tr:nth-child(1) > td {
  vertical-align: middle !important;
  font-size: 1rem !important;
}

.leaves-holidays-calendar > table tr:nth-child(1) > td:first-child > span {
  padding-left: 5px;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.leaves-holidays-calendar > table tr:nth-child(1) > td:last-child > span {
  padding-right: 5px;
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

.calendar-special-days {
  margin-top: -10px;
}

.calendar-special-days > li {
  position: relative;
  font-family: 400;
  font-size: 12px;
  padding-left: 12px;
  margin-right: 0.5rem;
}

.calendar-special-days > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.calendar-special-days > li.holiday::before {
  background-color: #A9A543;
}

.calendar-special-days > li.leave::before {
  background-color: #F55B7B;
}

.calendar-special-days > li.weekoff::before {
  background-color: #E6E6E6;
}

.calendar-special-days > li.floater_holiday::before {
  background-color: #64C3D1;
}

.cand-profile-letter-wrap {
  width: 140px;
  height: 140px;
  display: block;
  background-color: #f08080;
  border-radius: 140px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}

.submission-slider {
  position: relative;
  border-bottom: #DAE1ED solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.submission-slider .navigation {
  width: 50px;
  height: 100%;
  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;
}

.submission-slider .navigation a {
  padding: 0.625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .5;
}

.submission-slider .navigation a:hover {
  background-color: #f7f7f7;
  opacity: 1;
}

.submission-slider .slider-wrap {
  width: calc(100% - 100px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: #DAE1ED solid 1px;
  border-right: #DAE1ED solid 1px;
  overflow-x: hidden;
}

.submission-slider .slider-wrap .slider {
  padding: 12px 20px;
  border-right: #DAE1ED solid 1px;
  position: relative;
}

.submission-slider .slider-wrap .slider:last-child {
  border: none;
}

.submission-slider .slider-wrap .slider:last-child:after {
  content: none;
}

.submission-slider .slider-wrap .slider:after {
  content: '\e8a9';
  font-family: "fontello";
  font-size: 18px;
  border-radius: 10px;
  height: 16px;
  width: 16px;
  position: absolute;
  right: -8px;
  top: 38%;
  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;
  background: #fff;
  z-index: 8;
}

.submission-slider .slider-wrap .slider:hover {
  background-color: #f7f7f7;
}

.submission-slider .slider-wrap .slider.active {
  background: #f0f3f6;
}

.submission-slider .slider-wrap .slider-divider {
  position: relative;
  width: 1px;
  height: 100%;
  background: #DAE1ED;
  display: block;
}

.client-close {
  position: absolute;
  right: 10px;
  top: 0px;
}

.hold-cntl {
  display: inline-block;
  background: rgba(243, 156, 18, 0.2);
  border-radius: 15px;
  padding: 1px 10px;
  vertical-align: middle;
}

.add-document {
  padding: 0px;
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #181C32;
  font-size: 20px;
  border: 1px dashed #cfcfcf;
  background-color: #ffffff;
  border-radius: 4px;
}

.add-document a {
  padding: 2px 0;
  text-align: center;
  color: #6c757d;
  display: block;
  border-radius: 4px;
  font-size: 14px;
}

.add-document a:hover {
  background-color: #27ae60;
  color: #ffffff;
  border-color: #27ae60;
}

.titlepopover {
  border: none;
}

.titlepopover .arrow::before {
  border-width: 0;
}

.titlepopover .popover-body {
  padding: 0;
}

.popover.jobboard-list .popover-header {
  text-align: center;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 12px 0;
}

.expand .slider-wrap {
  overflow-x: auto;
}

.attendance-check-section {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px 0 rgba(209, 209, 209, 0.5);
          box-shadow: 0 1px 6px 0 rgba(209, 209, 209, 0.5);
}

.notify-note {
  padding: 7px 15px;
  display: inline-block;
  background: #FBFCEC;
  color: #000000;
  font-size: 12px;
}

.add-shift-modal .custom-form-group .form-control {
  background: #ffffff;
  min-height: 26px;
  border-radius: 0;
}

.add-shift-modal .custom-form-group .input-group .form-control {
  border-right: 0;
}

.add-shift-modal .custom-form-group .input-group .input-group-addon {
  background: #ffffff;
  border-left: 0;
  font-size: 11px;
}

.add-shift-modal .custom-form-group .input-group .input-group-addon .mdi {
  color: #A2A2A2 !important;
  font-size: 14px !important;
}

.add-shift-modal .notify-note {
  margin-bottom: 10px;
  padding: 7px 15px;
  display: inline-block;
  background: #FBFCEC;
  color: #000000;
  font-size: 12px;
}

.add-shift-modal .date-range-alert {
  margin-top: 10px;
  padding: 7px 15px;
  display: inline-block;
  background: #FCD6CB;
  border: 1px solid #F59579;
  color: #000000;
  font-size: 12px;
}

.uib-timepicker > tbody > tr:nth-child(2) > td {
  border: 0;
  border-top: 1px solid #DAE1ED;
  border-bottom: 1px solid #DAE1ED;
  border-radius: 10px;
  padding: 0;
  vertical-align: middle;
}

.uib-timepicker > tbody > tr:nth-child(2) > td .form-control {
  border: 0;
}

.uib-timepicker > tbody > tr:nth-child(2) > td:first-child {
  border-left: 1px solid #DAE1ED;
  width: 50px;
  border-radius: 4px 0 0 4px;
}

.uib-timepicker > tbody > tr:nth-child(2) > td:nth-child(3) {
  border-right: 1px solid #DAE1ED;
  width: 50px;
}

.uib-timepicker > tbody > tr:nth-child(2) > td.am-pm {
  border: 1px solid #DAE1ED;
  border-radius: 0 4px 4px 0;
}

.uib-timepicker .uib-time button {
  padding: 9px !important;
  margin: 0;
  font-size: 0.625rem;
  background: transparent;
  border: 0;
  color: #000000;
}

.uib-timepicker .uib-time button:hover, .uib-timepicker .uib-time button:focus {
  background: #f1f2f3;
}

.error .uib-timepicker > tbody > tr:nth-child(2) > td {
  border-color: #DE350B;
}

.only-hours .uib-timepicker > tbody > tr:nth-child(2) > td:first-child {
  border-left: 1px solid #DAE1ED;
  border-right: 1px solid #DAE1ED;
  width: 50px;
}

.no-leave-type-found {
  text-align: center;
}

.no-leave-type-found > span {
  background: rgba(210, 28, 21, 0.2);
  padding: 0 10px;
  border-radius: 10px;
  color: rgba(210, 28, 21, 0.8);
}

.expenses-comment-list > li .expenses-comment-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #186bb7;
  border-radius: 26px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}

.asgnmnt-client-logo {
  max-width: 100px;
  max-height: 80px;
}

.report_btn {
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #F1F2F3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}

.column-list:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(168, 176, 188, 0.35);
          box-shadow: 0 0 10px 0 rgba(168, 176, 188, 0.35);
}

.no-tags .tag-list {
  display: none;
}

.acc_billing_card {
  -webkit-box-shadow: 0 2px 20px 0 #a8b0bc66;
          box-shadow: 0 2px 20px 0 #a8b0bc66;
}

.cand-contact-wrap .role-wrap .role-item {
  background-color: #D2B6B0;
  color: #ffffff;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.cand-contact-wrap .role-wrap .role-item a {
  color: #ffffff;
  margin: 0;
}

.section-block {
  padding: 10px;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}

.section-block.section-block-bdr {
  border: 0px;
  border-right: 1px solid #DAE1ED;
  border-radius: 0px;
}

.section-block .user-image {
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0, 0, 10px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 0, 0, 10px, 2px, rgba(0, 0, 0, 0.3);
  width: 120px;
  height: 120px;
  float: none;
  border-radius: 50%;
  z-index: 999;
  position: fixed;
  top: 60px;
}

.section-block .user-image.user-image-popup-submissions {
  margin: 0 auto 10px auto;
  width: 80px;
  height: 80px;
  position: relative;
  top: 0;
}

.section-block .user-image > img {
  border-radius: 50%;
}

.section-block .user-image .heading {
  word-wrap: break-word;
}

.section-block .status-text {
  line-height: 44px;
}

.section-block .user-details {
  margin-top: 10px;
  border-bottom: 1px dashed #DAE1ED;
}

.section-block .user-details .user-heading-positions {
  position: fixed;
  top: 65px;
  left: 160px;
  z-index: 999;
  color: #ffffff;
  font-size: 1rem;
  white-space: nowrap;
}

.section-block .user-details .user-sub-heading {
  position: fixed;
  top: 100px;
  left: 160px;
  z-index: 999;
  color: #ffffff;
  font-size: 0.875rem;
  white-space: nowrap;
}

.section-block .user-details .user-content {
  padding: 5px 0;
  color: #6c7b88;
  word-wrap: break-word;
}

.section-block .user-details .user-content > img {
  display: inline;
  font-size: 18px;
}

.section-block .user-details .user-content > span {
  display: block;
  word-break: break-all;
  vertical-align: top;
}

.section-block .user-details .user-content > span > img {
  vertical-align: text-top;
}

.section-block .user-details .user-content > span > span {
  width: calc(100% - 30px);
  display: inline-block;
  word-break: break-all;
  vertical-align: top;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-block .user-social .social-block {
  width: 100%;
  padding: 5px 0;
  display: inline-block;
}

.section-block .user-social .social-block > ul > li {
  padding: 4px 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), to(f8f9fc));
  background: linear-gradient(#ffffff 10%, f8f9fc);
  border: 1px solid #DAE1ED;
  font-size: 14px;
}

.section-block .user-social .social-block > ul > li .profile-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.section-block .user-social .social-block > ul > li .profile-img > img {
  border-radius: 4px;
}

.section-block .user-social .social-block > ul > li > a {
  margin-left: 2px;
  vertical-align: middle;
}

.section-block .user-social .social-block > ul > li > a > i {
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: center;
}

.section-block .user-social .social-block > ul > li > a > i.mdi-pencil {
  margin-top: 5px;
  color: #DAE1ED;
  float: right;
}

.section-block .user-social .social-block > ul > li > a > i.icon-gray {
  color: #DAE1ED !important;
}

.section-block .user-social .social-block > ul > li > a.disabled-social {
  color: #6c7b88;
  cursor: not-allowed;
}

.section-block .user-social .social-block > ul > li > a.disabled-social > i {
  color: #6c7b88 !important;
}

.section-block .profile-status {
  padding: 4px 10px;
  margin-bottom: 5px;
  background-color: f0f3f6;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  color: #6c7b88;
  font-size: 0.875rem;
}

.section-block .profile-status:after {
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 0;
  content: " ";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #DAE1ED;
}

.section-block .profile-status.active {
  background-color: #4175DF;
  color: #ffffff;
}

.section-block .profile-status.profile-status-last:after {
  display: none;
}

/*applications social media*/
.social-media {
  display: inline-block;
  background: #f1f2f3;
}

.social-media > li {
  border-color: #DAE1ED !important;
  vertical-align: middle;
}

.social-media > li > .social-img {
  width: 40px;
  height: 40px;
  float: left;
}

.social-media > li > .social-img > img {
  width: 100%;
  height: 100%;
}

.social-media > li > a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.social-media > li > a > i.icon-gray {
  background-color: #f0f3f6;
  color: #6c7b88 !important;
  cursor: not-allowed;
  padding: 0 5px;
}

.social-media > li > a > img.icon-gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.social-media > li:last-child {
  border: 0px;
}

.timesheet-table > tbody > tr:first-child > td {
  background-color: #FAFBFB;
}

.timesheet-table > tbody > tr:first-child > td:last-child {
  background-color: #ffffff;
}

.timesheets-custom-table-main {
  margin-bottom: 1rem;
  background-color: #FAFBFB;
  border: 1px solid #DAE1ED;
  display: table;
  width: 100%;
}

.timesheets-custom-table-main .timesheets-custom-table {
  display: table-cell;
  width: 90%;
  background: #ffffff;
}

.timesheets-custom-table-main .timesheets-custom-table > ul {
  font-size: 0;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li {
  width: 10%;
  font-size: 0.75rem;
  vertical-align: top;
  text-align: center;
  position: relative;
  border-right: 1px solid #DAE1ED;
  border-top: 1px solid #DAE1ED;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li .holiday_dates {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #A9A543;
  border-left: 15px solid transparent;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li .leave_dates {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #F55B7B;
  border-right: 15px solid transparent;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li .week_off_dates {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 15px solid #76d4c1;
  border-bottom: 15px solid transparent;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li .form-group {
  margin-bottom: 0.25rem;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li .form-group .form-control {
  text-align: center;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li.timesheet-form-inline > .form-group {
  padding: 0.5rem;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li.timesheet-form-inline > a {
  color: #DE350B;
  position: absolute;
  right: 5px;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li.timesheet-form-inline > a > i {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}

.timesheets-custom-table-main .timesheets-custom-table > ul > li:first-child {
  width: 30%;
  border-radius: 1px solid #DAE1ED;
}

.timesheets-custom-table-main .timesheets-custom-table > ul.timesheets-custom-table-heading > li {
  background-color: #FAFBFB;
  border-top: 0px;
  border-left: 0px;
  text-align: left;
  line-height: 36px;
  position: relative;
  text-align: center;
}

.timesheets-custom-table-main .timesheets-custom-table-total {
  display: table-cell;
  width: 10%;
  background-color: #F1F2F3;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #DAE1ED;
}

.timesheets-custom-table-main .timesheets-custom-table-total .timesheets-custom-table-total-count {
  color: #27ae60;
  font-size: 1.2rem;
  font-weight: 700;
}

.timesheets-custom-table-main .timesheets-custom-table-total .timesheets-custom-table-total-type {
  font-size: 0.85rem;
}

.timesheets-custom-table-main.external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.timesheets-custom-table-main.external .table {
  background-color: #ffffff;
}

.timesheets-custom-table-main.external .table tr th {
  border: #DAE1ED solid 1px;
  text-align: center;
}

.timesheets-custom-table-main.external .table tr th:last-child {
  border-right: 0;
}

.timesheets-custom-table-main.external .table tr td {
  border: #DAE1ED solid 1px;
  text-align: center;
  position: relative;
}

.timesheets-custom-table-main.external .table tr td:last-child {
  border-right: 0;
}

.timesheets-custom-table-main.external .table tr td .holiday_dates {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #A9A543;
  border-left: 15px solid transparent;
}

.timesheets-custom-table-main.external .table tr td .leave_dates {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #F55B7B;
  border-right: 15px solid transparent;
}

.timesheets-custom-table-main.external .table tr td .week_off_dates {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 15px solid #76d4c1;
  border-bottom: 15px solid transparent;
}

.timesheets-custom-table-main.external .timesheets-custom-table-total {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaigns-row {
  height: calc(100% - 62px);
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(164, 164, 164, 0.5);
          box-shadow: 0 2px 10px 0 rgba(164, 164, 164, 0.5);
}

.campaign-layout-wrap {
  position: relative;
}

.campaign-layout-wrap .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.campaign-layout-wrap .img-wrap .mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #546271;
  opacity: 0.4;
}

.campaign-layout-wrap .btn-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-layout-wrap .btn-wrap.template {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.campaign-layout-wrap .btn-wrap.alt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  top: 10px;
}

.campaign-layout-wrap:hover .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign-layout-wrap:hover .img-wrap .mask {
  display: block;
}

.campaign-layout-wrap .template-action-dropdown {
  position: absolute;
  top: 0;
  right: 0;
}

.metrics-tabs {
  -webkit-box-shadow: 0 2px 4px 0 #b4b4b45c;
          box-shadow: 0 2px 4px 0 #b4b4b45c;
}

.metrics-panel {
  border-radius: .5rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  height: 100%;
}

.metrics-panel .text-delivered {
  color: #A3CC88;
}

.metrics-panel .text-notdel {
  color: #E02020;
}

.metrics-panel .text-spam {
  color: #F58D83;
}

.metrics-panel .text-notdel {
  color: #C46E65;
}

.metrics-panel .text-bounced {
  color: #D8A55E;
}

.metrics-panel .text-invalid {
  color: #8F6831;
}

.metrics-panel .gradient_success {
  background: #9fdab0;
  background: -webkit-gradient(linear, left top, left bottom, from(#9fdab0), to(#42aaf2));
  background: linear-gradient(to bottom, #9fdab0 0%, #42aaf2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fdab0', endColorstr='#42aaf2',GradientType=0 );
  -webkit-box-shadow: 0 0.3rem 1rem rgba(159, 218, 176, 0.5);
          box-shadow: 0 0.3rem 1rem rgba(159, 218, 176, 0.5);
}

.invoice-table {
  min-height: auto !important;
}

.invoice-sidebar {
  /*padding: 5px;
    height: calc(100vh - 90px);*/
  background-color: #ffffff;
  /*border-left: 1px solid $border-color;*/
}

.invoice-sidebar .invoice-sidebar-heading {
  padding: 10px;
  padding-right: 50px;
  background-color: rgba(90, 164, 231, 0.2);
  position: relative;
}

.invoice-sidebar .invoice-sidebar-heading > i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(90, 164, 231, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.invoice-sidebar .invoice-awaiting-block {
  margin: 10px 0;
  padding: 5px;
  border-radius: 4px;
}

.invoice-sidebar .invoice-awaiting-block .awaiting-heading {
  margin: 2px 0;
  color: #181C32;
  font-size: 12px;
}

.invoice-sidebar .invoice-awaiting-block .awaiting-content {
  margin: 2px 0;
}

/***** Invoice Quickbooks *****/
.page-links > ul > li > a .qb-connect {
  width: 20px;
  height: 20px;
  background: url("../../images/qb/connect_to_quickbooks_gray.png") no-repeat;
  display: inline-block;
  background-size: contain;
}

.page-links > ul > li > a .qb-export {
  width: 20px;
  height: 20px;
  background: url("../../images/qb/export_to_quickbooks_gray.png") no-repeat;
  display: inline-block;
  background-size: contain;
}

.page-links > ul > li > a .qb-disconnect {
  width: 20px;
  height: 20px;
  background: url("../../images/qb/disconnect_from_quickbooks_gray.png") no-repeat;
  display: inline-block;
  background-size: contain;
}

.sync-with-qb {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("../../images/qb/sync_with_quickbooks.png") no-repeat;
  background-size: contain;
}

/* Quick books loader */
.qb_export_loader {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.qb_export_loader .qb_export_loader_background {
  margin: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.qb_export_loader .qb_export_loader_background ::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 100px;
  background: url("../../images/qb/qb_export_loader.gif") no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}

.invoice-custom-template .panel-default {
  padding-bottom: 20px;
  border: 0;
  margin: 0;
}

.invoice-custom-template .card-header {
  background: transparent;
  padding: 0;
  border: 0;
}

.invoice-custom-template .card-header h5 {
  font-size: 14px;
}

.invoice-custom-template .panel .panel-heading {
  border: 0;
}

.invoice-custom-template .panel-collapse {
  background: #ffffff;
  border: 0;
}

.invoice-custom-template .card-body {
  border-top: 1px solid #DAE1ED;
  margin-top: 10px;
  padding: 0;
}

.invoice-custom-template .templates-list {
  margin-top: 1rem;
}

.invoice-custom-template .templates-list > li {
  padding-right: 10px;
  width: 90px;
}

.invoice-custom-template .templates-list > li .custom-control {
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 110px;
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input {
  width: 100%;
  height: 100%;
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label::after {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.airy-new::after {
  background-image: url(../../images/invoice-templates/airy-new.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.airy-classic::after {
  background-image: url(../../images/invoice-templates/airy-classic.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.modern::after {
  background-image: url(../../images/invoice-templates/modren.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.fresh::after {
  background-image: url(../../images/invoice-templates/fresh.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.bold::after {
  background-image: url(../../images/invoice-templates/bold.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.friendly::after {
  background-image: url(../../images/invoice-templates/friendly.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.grid-style-1::after {
  background-image: url(../../images/invoice-templates/grid-style-1.png);
}

.invoice-custom-template .templates-list > li .custom-control .custom-control-input ~ .custom-control-label.grid-style-2::after {
  background-image: url(../../images/invoice-templates/grid-style-2.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.airy-new::after {
  background-image: url(../../images/invoice-templates/airy-new-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.airy-new::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.airy-classic::after {
  background-image: url(../../images/invoice-templates/airy-classic-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.airy-classic::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.modern::after {
  background-image: url(../../images/invoice-templates/modren-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.modern::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.fresh::after {
  background-image: url(../../images/invoice-templates/fresh-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.fresh::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.bold::after {
  background-image: url(../../images/invoice-templates/bold-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.bold::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.friendly::after {
  background-image: url(../../images/invoice-templates/friendly-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.friendly::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.grid-style-1::after {
  background-image: url(../../images/invoice-templates/grid-style-1-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.grid-style-1::before {
  display: none;
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.grid-style-2::after {
  background-image: url(../../images/invoice-templates/grid-style-2-active.png);
}

.invoice-custom-template .templates-list > li .custom-control-input:checked ~ .custom-control-label.grid-style-2::before {
  display: none;
}

.invoice-custom-template .templates-list > li p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.invoice-custom-template .tableCell {
  display: table-cell;
  vertical-align: top;
}

.invoice-custom-template .table {
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.invoice-custom-template .tableRow {
  display: table-row;
  vertical-align: top;
}

.invoice-custom-template .logoChoicePanel {
  text-align: center;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 3px;
  width: 100%;
}

.invoice-custom-template .label-block {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 5px;
}

.invoice-custom-template ha-label {
  color: #8d9096;
  font-size: 11px;
}

.invoice-custom-template .div-no-margin {
  margin-left: 15px;
  text-align: left;
}

.invoice-custom-template .greyCircle {
  border-radius: 25px;
  border: thin solid #DAE1ED;
}

.invoice-custom-template .greyCircle.active {
  border-color: #000000;
}

.invoice-custom-template .greyCircle.active ha-label {
  color: #000000;
}

.invoice-custom-template .div-no-margin {
  margin-left: 15px;
  text-align: left;
}

.invoice-custom-template .logo-custom-inline {
  display: inline-block;
  margin-right: 15px;
}

.invoice-custom-template .logoChoicePanel {
  text-align: center;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 1px;
  width: 100%;
}

.invoice-custom-template .logoChoicePanel .show-hide-logo-container {
  padding-top: 30px;
  text-align: left;
}

.invoice-custom-template .logoChoicePanel .show-hide-logo-container .blockLogo {
  margin-top: 20px;
  margin-left: 15px;
  display: inline;
}

.invoice-custom-template .alignIcon {
  width: 25px;
  height: 25px;
  border: 1px solid #DAE1ED;
  border-radius: 50%;
  text-align: center;
}

.invoice-custom-template .alignIcon > i {
  line-height: 25px;
  color: #8d9096;
}

.invoice-custom-template .greyCircle {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 15px;
  padding-top: 1px;
  display: inline-block;
}

.invoice-custom-template .greyCircle.active {
  border-color: #000000;
  color: #000000;
}

.invoice-custom-template .logoContainer .content {
  width: 102px;
  height: 102px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  line-height: .1;
  border: 2px solid #dadbdd;
}

.invoice-custom-template .logoContainer .uploadLogoBox {
  cursor: pointer;
  border: 1px solid #dfe7f1;
  bottom: 4px;
  right: 2px;
  position: absolute;
  background: #fff;
}

.invoice-custom-template .logoContainer .uploadLogoBox .uploadLogoIcon {
  background-size: 50px;
  height: 13px;
  width: 13px;
  margin: 2px;
}

.invoice-custom-template .colorPickerContainer .colorPalatte .bigcircle {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: relative;
}

.invoice-custom-template .colorPickerContainer {
  border-spacing: 1px;
}

.invoice-custom-template .colorPickerContainer .colorPalatte .color-ul {
  padding-left: 0 !important;
  width: 2px;
  margin-top: 7px;
  visibility: hidden;
  margin-left: -275px;
  height: 10px;
}

.invoice-custom-template .colorPickerContainer .colorPalatte .color-ul.animate {
  visibility: visible;
  width: 290px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  margin-left: 1px;
}

.invoice-custom-template .colorPickerContainer .colorPalatte .color-li {
  width: 30px;
  display: inline-block;
  position: relative;
}

.invoice-custom-template .colorPickerContainer .colorPalatte .circle {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin: 0 8px;
  position: relative;
  border: 2px solid transparent;
}

.invoice-custom-template .color-ul li.active .circle {
  border-color: #186bb7;
}

.header-overlay, .body-overlay, .footer-overlay {
  padding: 10px;
  position: relative;
}

.header-overlay::before, .body-overlay::before, .footer-overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px dotted #DAE1ED;
}

.header-overlay > a, .body-overlay > a, .footer-overlay > a {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #adb5bd;
}

.invoice-settings .panel-collapse, .invoice-settings .panel-body {
  border: 0;
  background: #ffffff;
}

.invoice-settings .panel-default {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}

.invoice-settings .panel-default .create-template {
  position: absolute;
  right: 70px;
  top: 6px;
}

.invoice-settings .panel-default .card-header {
  padding: 0;
  background: transparent;
  border-color: #186bb7;
}

.invoice-settings .panel-default .card-header h5 {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
}

.invoice-settings .panel-body {
  background: #ffffff;
}

/*loader popup*/
.onboarding-loader-popup {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.onboarding-loader-popup .onboarding-loader-bg {
  margin: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.onboarding-loader-popup .onboarding-loader-bg .onboarding-loader-heading {
  margin-bottom: 20px;
  color: #000000;
  font-size: 32px;
}

.onboarding-loader-popup .onboarding-loader-bg .onboarding-loader-text {
  margin-bottom: 20px;
  color: #6c757d;
  font-size: 14px;
}

.onboarding-loader-popup .onboarding-loader-bg .onboarding-loader svg {
  width: 100px;
  height: 30px;
  display: inline-block;
}

.soc-grid {
  border-radius: 4px;
}

.soc-grid .panel-body {
  padding: 15px 10px;
}

.soc-grid .panel-heading {
  padding: 3px 10px;
  background-color: transparent;
  border-bottom: 1px solid #0288d1;
  border-radius: 4px 4px 0 0;
  background-color: #186bb7;
  color: #ffffff;
}

.soc-grid .panel-heading .panel-title {
  line-height: 23px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-right: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.active-lca {
  position: relative;
}

.active-lca .soc-grid {
  position: relative;
}

.active-lca .soc-grid::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: " ";
  font-size: 16px;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.active-lca .soc-grid::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  content: '\2714';
  font-family: "Material Design Icons";
  color: #186bb7;
  font-size: 18px;
  line-height: 24px;
  border-radius: 50%;
  background: #f0f3f6;
  text-align: center;
}

.lca-label-change .form-label {
  text-transform: none;
  font-size: 0.875rem;
}

.lca-label-change .view-heading {
  text-transform: none;
  font-size: 0.875rem;
}

.immigration-edu-info thead > tr {
  margin-bottom: 5px;
  border-bottom: 1px solid #DAE1ED;
}

.immigration-edu-info tbody > td {
  color: #181C32;
}

.immigration-edu-info .report2a {
  font-size: 12px;
  color: #000000;
}

.immigration-edu-info .progress {
  margin: 0 5px;
  height: 5px;
}

.immigration-edu-info .report2 {
  color: #181C32;
  font-size: 0.75rem;
}

.immigration-edu-info .progress {
  margin-left: 5px;
  margin-right: 5px;
  height: 5px;
}

.lca-tasks-list {
  padding-left: 15px;
}

.lca-tasks-list > li {
  list-style-type: decimal;
}

.range {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 60% !important;
  margin-top: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #3bade3;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #FF6600), color-stop(100%, #70F907));
  background: linear-gradient(45deg, #FF6600 0%, #70F907 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600 ', endColorstr='#70F907 ', GradientType=1 );
  height: 2px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: #3bade3;
  background: #3bade3;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #FF6600), color-stop(100%, #70F907));
  background: linear-gradient(45deg, #FF6600 0%, #70F907 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600 ', endColorstr='#70F907 ', GradientType=1 );
  height: 2px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 5px;
  position: relative;
  bottom: 6px;
  background-color: #186bb7;
  cursor: -webkit-grab;
  border-radius: 8px;
  -webkit-transition: border 1000ms ease;
  transition: border 1000ms ease;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  border: 2px solid;
  height: 15px;
  width: 5px;
  position: relative;
  bottom: 6px;
  background-color: #186bb7;
  cursor: -moz-grab;
  border-radius: 8px;
  -moz-transition: border 1000ms ease;
  transition: border 1000ms ease;
}

.notes-data-list {
  position: relative;
}

.notes-data-list .notes-data {
  padding: 10px;
  background: rgba(24, 107, 183, 0.1);
  border-radius: 4px;
  margin-bottom: 1rem;
  border: 1px solid #DAE1ED;
}

.notes-data-list .notes-data .notes-type {
  font-size: 14px;
  vertical-align: middle;
}

.notes-data-list .notes-data .notes-type > i {
  vertical-align: middle;
  color: #000000;
  margin-right: 5px;
}

.notes-data-list .notes-data .date {
  color: #6c757d;
}

.notes-data-list .notes-data .notes-profile > img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #DAE1ED;
}

.notes-data-list .notes-data .notes-profile > p {
  vertical-align: middle;
  padding-left: 10px;
  color: #6c757d;
  font-size: 0.8125rem;
  display: inline-block;
}

.notes-data-list .notes-data .notes-actions {
  display: none;
}

.notes-data-list .notes-data:hover .notes-actions {
  display: block;
}

.notes-data-list .notes-data .notes-view-attatchment {
  padding-bottom: 10px;
  position: relative;
  color: #6c757d;
  font-size: 0.8125rem;
}

.notes-data-list .notes-data .notes-view-attatchment > a {
  padding: 3px 10px;
  background-color: rgba(24, 107, 183, 0.2);
  border-radius: 4px;
  color: #6c757d;
  display: inline-block;
}

.notes-data-list .notes-data .notes-description {
  color: #6c757d;
}

.notes-data-list .notes-data .notes-description #names_list_container {
  color: #000000;
  padding-right: 10px;
}

.note-form-tabs-latest .nav-pills .nav-item.active .nav-link {
  background-color: #27ae60;
  color: #ffffff;
}

.note-form-tabs-latest .nav-pills .nav-link {
  font-size: 1.25rem;
  margin: 0 0.5rem 0 0;
}

.word-break {
  word-break: break-all;
}

.break-word {
  word-break: break-word;
}

.invoice-timesheet-popup {
  position: relative;
}

.invoice-timesheet-popup .top-section {
  margin-bottom: 0.3rem;
}

.invoice-timesheet-popup .top-section > ul {
  padding: 9px 4px;
  background-color: rgba(24, 107, 183, 0.3);
  font-size: 0.875rem;
  color: #000000;
  border-radius: 4px;
}

.invoice-timesheet-popup .top-section > ul > li {
  display: inline-block;
  text-align: center;
}

.invoice-timesheet-popup .top-section > ul > li:first-child {
  width: 120px;
}

.invoice-timesheet-popup .top-section > ul > li:nth-child(2) {
  width: calc(100% - 230px);
}

.invoice-timesheet-popup .top-section > ul > li:last-child {
  width: 100px;
}

.invoice-timesheet-popup .invoice-timesheet-popup-overflow {
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.invoice-timesheet-popup .body-section .weekly-repeat {
  display: block;
  overflow: hidden;
}

.invoice-timesheet-popup .body-section .weekly-repeat .week-title {
  padding-top: 2px;
  width: 100px;
  text-align: center;
  float: left;
}

.invoice-timesheet-popup .body-section .weekly-repeat .week-title > p {
  font-size: 12px;
  color: #6c757d;
}

.invoice-timesheet-popup .body-section .weekly-repeat .week-title .weekly-check {
  margin-top: 5px;
  display: block;
}

.invoice-timesheet-popup .body-section .weekly-repeat .week-count {
  padding-top: 1rem;
  width: 100px;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  float: left;
}

.invoice-timesheet-popup .body-section .weekly-repeat .week-count.check {
  color: #4175DF;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul {
  width: calc(100% - 200px);
  float: left;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li {
  padding: 10px 6px;
  border: 1px solid #DAE1ED;
  border-right: 0;
  font-size: 12px;
  text-align: right;
  width: 14.20%;
  color: #6c757d;
  float: left;
  border-collapse: collapse;
  margin-bottom: 4px;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li > p {
  color: #4175DF;
  line-height: 14px;
  text-align: center;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li.uncheck {
  background: #f9f9f9;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li .check-section > span {
  display: inline-block;
  color: #000000;
  font-size: 0.875rem;
  vertical-align: middle;
  width: 20px;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li .check-section .custom-checkbox + label {
  height: 25px;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li .hrs-type {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(100% - 30px);
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li:last-child {
  border-right: 1px solid #DAE1ED;
}

.invoice-timesheet-popup .body-section .weekly-repeat > ul > li:nth-child(7n) {
  border-right: 1px solid #DAE1ED;
}

.invoice-timesheet-popup .body-section .weekly-repeat :last-child {
  margin-bottom: 0;
}

.invoice-timesheet-popup .footer-section {
  padding: 10px 15px;
  background: rgba(24, 107, 183, 0.3);
  border-radius: 4px;
  margin-top: 5px;
}

.invoice-timesheet-popup .footer-section > ul {
  display: block;
  overflow: hidden;
}

.invoice-timesheet-popup .footer-section > ul > li {
  float: left;
  padding: 2px;
}

.invoice-timesheet-popup .footer-section > ul > li:first-child {
  padding-top: 6px;
  padding-right: 10px;
  width: calc(100% - 100px);
  text-align: right;
  font-size: 14px;
  vertical-align: middle;
  color: #000000;
  line-height: 18px;
}

.invoice-timesheet-popup .footer-section > ul > li:last-child {
  width: 100px;
  text-align: center;
  font-size: 18px;
  background: #27ae60;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
}

.invoice-timesheet-popup .attachment-section {
  margin-top: 15px;
}

.invoice-timesheet-popup .attachment-section .attachment-block {
  padding: 5px 10px;
  max-height: 65px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f0f3f6;
  border-radius: 4px;
  border: 1px solid #DAE1ED;
}

.invoice-timesheet-popup .attachment-section .attachment-block .attach-file-name {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.divRow {
  display: block;
  padding-left: 6px;
}

.divRow .divSent {
  display: inline-block;
  vertical-align: top;
  width: 40px;
}

.divRow .divSentMails {
  display: inline-block;
  width: 200px;
  word-wrap: break-word;
  white-space: normal;
}

.cropArea {
  background-color: #fff;
  border: 1px solid #186bb7;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 156px;
  z-index: 99;
}

.cropArea img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cropArea img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.cropArea .crop-btn {
  padding: 2px;
  background-color: #fff;
  position: relative;
  top: -30px;
  left: 22%;
  display: inline-block;
}

.cropArea:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -10px;
  right: 48px;
  z-index: 99;
}

.cropArea:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #186bb7;
  content: "";
  position: absolute;
  top: -11px;
  right: 47px;
  z-index: 98;
}

.profile-update-select .dropdown.open .dropdown-menu {
  padding: 0 8px;
  display: block;
  max-height: 120px;
  overflow-y: auto;
}

.new-document {
  font-size: 10px;
  color: #f39c12;
  vertical-align: super;
  text-transform: capitalize;
}

.datepicker-styles ul li {
  display: block;
}

.job-preview .job-preview-head {
  padding: 10px 0;
  border-bottom: 1px dotted #DAE1ED;
}

.job-preview .job-preview-head .job-preview-title {
  position: relative;
  height: 60px;
}

.job-preview .job-preview-head .job-preview-title > h3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 1.375rem;
  color: #6c757d;
  line-height: 24px;
}

.job-preview .job-preview-head .logo {
  float: right;
  width: 150px;
  height: 60px;
}

.job-preview .job-preview-head .logo > img {
  max-width: 150px;
  max-height: 60px;
}

.job-preview .job-preview-body .job-details-list {
  border-bottom: 1px dotted #DAE1ED;
}

.job-preview .job-preview-body .job-details-list > li {
  padding: 5px 20px 5px 0;
  color: #6c757d;
}

.job-preview .job-preview-body .job-details-list > li > span {
  padding-left: 5px;
}

.job-preview .job-preview-body .job-description {
  padding: 15px 0;
  border-top: 3px solid #DAE1ED;
  border-bottom: 1px dotted #DAE1ED;
  color: #6c757d;
  line-height: 20px;
}

.job-preview .job-preview-body .job-description > p {
  color: #6c757d;
  line-height: 20px;
}

.job-preview .job-preview-body .media-social {
  margin-top: 15px;
  font-size: 1rem;
}

.job-preview-top-section {
  padding: 15px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.job-preview-top-section .job-logo-preview {
  padding: 5px 0;
  width: 150px;
  height: 70px;
  border: 1px solid #DAE1ED;
  display: inline-block;
  float: left;
  position: relative;
}

.job-preview-top-section .job-logo-preview > img {
  max-width: 140px;
  max-height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.job-preview-top-section .job-details-preview {
  padding-top: 10px;
  padding-left: 15px;
  float: left;
  display: inline-block;
  width: calc(100% - 150px);
  font-family: 400;
  vertical-align: middle;
}

.job-preview-top-section .job-details-preview .job-title {
  font-size: 1.25rem;
  color: #6c757d;
  line-height: 20px;
  color: #000000;
}

.job-preview-top-section .job-details-preview .job-location {
  padding-top: 5px;
  font-size: 1rem;
  color: #6c757d;
  line-height: 18px;
}

.job-preview-left-section {
  margin-top: 15px;
  padding: 15px 0;
  width: 100%;
  background-color: #ffffff;
  color: #6c757d;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

.job-preview-left-section .job-dscription-title {
  font-size: 18px;
  color: #000000;
}

.job-preview-left-section .job-description {
  padding-top: 5px;
}

.job-preview-left-section .job-description > p {
  padding-bottom: 5px;
}

.job-preview-right-section {
  margin-top: 15px;
  width: 100%;
  color: #6c757d;
}

.job-preview-right-section .job-summary {
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

.job-preview-right-section .job-summary .job-summary-title {
  font-size: 1.25rem;
  color: #000000;
}

.job-preview-right-section .job-summary > ul > li {
  padding: 15px 0 5px 0;
}

.job-preview-right-section .job-summary > ul > li .title {
  font-size: 0.825rem;
}

.job-preview-right-section .job-summary > ul > li .details {
  font-size: 0.825rem;
  color: #000000;
}

.job-preview-right-section .contact-info {
  margin-top: 15px;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

.job-preview-right-section .contact-info .contact-info-title {
  font-size: 1.25rem;
  color: #000000;
}

.job-preview-right-section .contact-info > ul > li {
  padding: 15px 0 5px 0;
}

.job-preview-right-section .contact-info > ul > li .title {
  font-size: 0.875rem;
}

.job-preview-right-section .contact-info > ul > li .details {
  font-size: 0.875rem;
  color: #000000;
}

.imap-configuration-list {
  margin-bottom: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imap-configuration-list > li {
  margin: 5px;
  position: relative;
  width: 100px;
  height: 80px;
  vertical-align: top;
}

.imap-configuration-list > li .custom-radio {
  position: absolute;
  display: none;
}

.imap-configuration-list > li .custom-radio + label {
  width: 100px;
  max-width: 100px;
  height: 80px;
  overflow: inherit;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.imap-configuration-list > li .custom-radio + label:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.3);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.3);
}

.imap-configuration-list > li .custom-radio + label::before {
  width: 100px;
  height: 80px;
  border: 1px solid #F1F2F3;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FCFCFD;
  top: 0;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
}

.imap-configuration-list > li .custom-radio + label > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.imap-configuration-list > li .custom-radio:checked + label::after {
  content: "\e825";
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  right: -8px;
  top: -12px;
  margin: auto;
  color: #27ae60;
}

.main-calendar {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  display: inline-block;
}

.main-calendar > table {
  font-size: 0;
}

.main-calendar.disable {
  cursor: not-allowed;
  position: relative;
}

.main-calendar.disable:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.main-calendar .month {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-calendar .month > a {
  width: 10%;
  height: 10px;
  display: inline-block;
  border-radius: 4px;
  color: #6c757d;
  font-size: 1rem;
  text-align: center;
}

.main-calendar .month > a:hover .mdi {
  background-color: #f0f3f6;
}

.main-calendar .month .month-heading {
  padding-top: 4px;
  width: 80%;
  display: inline-block;
  color: #000000;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
}

.main-calendar .week {
  line-height: 1.6;
}

.main-calendar .week > th {
  margin-top: 7px;
  padding: 0;
  width: 14.1%;
  display: inline-block;
  color: #000000;
  font-size: 10px;
  line-height: 0.875rem;
  text-align: center;
}

.main-calendar .days {
  width: 100%;
  line-height: 1.6;
}

.main-calendar .days > td {
  padding: 4px 0;
  width: 14.1%;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
}

.main-calendar .days > td > a {
  color: #6c757d;
}

.main-calendar .days > td > a:hover {
  color: #186bb7;
}

.main-calendar .days > td.prev > a, .main-calendar .days > td.next > a {
  color: #6c757d;
  cursor: not-allowed;
}

.main-calendar .days > td.prev > a:hover, .main-calendar .days > td.next > a:hover {
  color: #6c757d;
}

.main-calendar .days > td.current > a {
  padding: 0 4px;
  background-color: #186bb7;
  border-radius: 4px;
  color: #ffffff;
}

.main-calendar .days > td.current > a:hover {
  background-color: rgba(3, 169, 244, 0.8);
}

.main-calendar .days > td.primary > a, .main-calendar .days > td.blue > a, .main-calendar .days > td.green > a, .main-calendar .days > td.seagreen > a, .main-calendar .days > td.orange > a, .main-calendar .days > td.red > a {
  color: #ffffff;
}

.main-calendar .days > td.primary.current > a, .main-calendar .days > td.blue.current > a, .main-calendar .days > td.green.current > a, .main-calendar .days > td.seagreen.current > a, .main-calendar .days > td.orange.current > a, .main-calendar .days > td.red.current > a {
  background-color: transparent;
  color: #000000;
}

.main-calendar .days > td.primary.current > a:hover, .main-calendar .days > td.blue.current > a:hover, .main-calendar .days > td.green.current > a:hover, .main-calendar .days > td.seagreen.current > a:hover, .main-calendar .days > td.orange.current > a:hover, .main-calendar .days > td.red.current > a:hover {
  background-color: transparent;
}

.main-calendar .days > td.primary {
  background-color: #186bb7;
  color: #ffffff;
}

.main-calendar .days > td.blue {
  background-color: #4175DF;
  color: #ffffff;
}

.main-calendar .days > td.green {
  background-color: #27ae60;
  color: #ffffff;
}

.main-calendar .days > td.seagreen {
  background-color: #17a2b8;
  color: #ffffff;
}

.main-calendar .days > td.orange {
  background-color: #fd7e14;
  color: #ffffff;
}

.main-calendar .days > td.red {
  background-color: #DE350B;
  color: #ffffff;
}

.chating-list {
  max-height: calc(100vh - 240px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  color: #546271;
}

.chating-list .chating-list-item {
  border-top: 1px solid #DAE1ED;
}

.chating-list .chating-list-item:first-child {
  border-top: none;
}

.chating-list .active {
  background-color: #f8f9fa;
  border-left: 5px solid #27ae60;
}

.chating-list .un-read .candidate-title, .chating-list .un-read .chat-time {
  color: #172A3F;
}

.chating-list .chat-profile-section {
  color: #495057;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  line-height: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  background-color: #c4e8ff;
}

.chating-list .chat-history {
  width: calc(100% - 40px);
  display: inline-block;
}

.candidate-chating.inner {
  max-width: 600px;
  margin: auto;
}

.chatbox-main {
  width: 450px;
  border: 1px solid #DAE1ED;
  margin: auto;
  border-radius: 8px;
}

.chatbox-main .chatbox-head {
  padding: 5px 10px;
  background: #27ae60 !important;
  border-bottom: 1px solid #27ae60;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.chatbox-main .chatbox-head .profile-image {
  padding-top: 3px;
  width: 30px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  float: left;
}

.chatbox-main .chatbox-head .profile-image > i {
  font-size: 1.5rem;
  color: #ffffff;
}

.chatbox-main .chatbox-head .profile-image > img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sms-popup-footer {
  background-color: #ffffff !important;
  border-top: 0 !important;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    @include padding-all(10px !important);
    @include margin-all(10px);
    border-radius: 4px !important;*/
}

.sms-popup-footer .chat-area {
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 18px;
  width: 100%;
}

.sms-popup-footer .chat-area .form-group {
  margin-bottom: 0;
}

.send-sms {
  padding: 10px;
  background: #27ae60 !important;
  border-bottom: 1px solid #27ae60;
  position: relative;
}

.send-sms .close {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 14px;
  opacity: 1;
  color: red;
  border-radius: 100%;
  border: 1px solid #DAE1ED;
}

.send-sms .sms-conatct-list {
  max-height: 200px;
  overflow-y: auto;
  display: block;
}

.send-sms .sms-conatct-list > li {
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid #DAE1ED;
  font-size: 16px;
  color: #6c757d;
}

.send-sms .sms-conatct-list > li:last-child {
  border-bottom: 0;
}

.send-sms .sms-credits {
  right: 40px;
  top: 5px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  margin: 0;
}

.send-sms .dashboard-custom-popover {
  height: auto;
}

.send-sms .credits-sms {
  right: 50px;
  top: 14px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
}

.send-sms .chatbox-head {
  padding-bottom: 5px;
  border-radius: 8px;
  float: left;
  width: 100%;
}

.send-sms .chatbox-head > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.send-sms .chatbox-head .custom-popover-main {
  display: block;
}

.send-sms .chatbox-head .custom-popover-main > h4 {
  font-size: 14px;
}

.send-sms .chatbox-head .custom-popover-main .dropdown > h4 {
  padding-top: 5px;
  font-size: 18px;
  color: #ffffff;
}

.send-sms .chatbox-head .custom-popover-main .custom-popover {
  left: 60px;
  right: 0;
  width: 250px;
}

.send-sms .chatbox-head .custom-popover-main .custom-popover::before {
  left: 10px;
  right: 0;
}

.send-sms .chatbox-head .custom-popover-main .custom-popover::after {
  left: 12px;
  right: 0;
}

.send-sms .chatbox-head .profile-image {
  padding-top: 3px;
  width: 30px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  float: left;
}

.send-sms .chatbox-head .profile-image > img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.send-sms .chatbox-head .profile-image > i {
  font-size: 1.5rem;
  color: #ffffff;
}

.send-sms .chatbox-head .profile-details {
  width: calc(100% - 40px);
  display: inline-block;
  float: left;
  padding-top: 5px;
  color: #ffffff;
}

.send-sms .chatbox-head .profile-details > h4 {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.send-sms .chatbox-head .profile-details > h3 {
  font-size: 1.2rem;
}

.send-sms .chatbox-head .profile-details > p {
  position: relative;
  color: #ffffff;
  font-size: 11px;
}

.send-sms .chatbox-head .profile-details > p > a {
  font-size: 14px;
  color: #ffffff;
  margin-left: 15px;
}

.chatbox-body {
  height: calc(100vh - 472px);
  overflow-y: auto;
  padding: 1rem;
  height: calc(100vh - 472px);
  overflow-y: auto;
}

.chatbox-body.chatbox-body-alt {
  height: calc(100vh - 370px);
}

.chatbox-body > .row {
  margin-bottom: 15px !important;
}

.chatbox-body .switch-info {
  background-color: #e0edf9;
  color: #000000;
  font-size: 10px;
  line-height: 12px;
  margin: 0 20px;
  padding: 5px 10px;
}

.chat-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DAE1ED;
  display: inline-block;
  float: left;
  position: relative;
}

.chat-profile.right {
  float: right;
}

.chat-profile > img {
  width: 40px;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.action-btns {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 0.75rem;
}

.chat-description {
  padding: 7px 10px;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  float: left;
  font-size: 14px;
  color: #000000;
  position: relative;
}

.chat-description > p {
  padding-bottom: 15px;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.chat-description .time {
  position: absolute;
  font-size: 12px;
  text-align: right;
  bottom: 0;
  right: 10px;
  color: #6c757d;
}

.chat-description.left {
  float: left;
  margin-left: 15px;
  background: #fff;
  border: #f1f2f3 solid 1px;
  border-top-left-radius: 0;
  position: relative;
}

.chat-description.left::after {
  content: "";
  position: absolute;
  margin-top: 0px;
  margin-left: -8px;
  border-top: 8px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0px;
  top: -13px;
}

.chat-description.left::before {
  content: "";
  position: absolute;
  margin-top: 0px;
  margin-left: -8px;
  border-top: 10px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f1f2f3;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -4px;
  top: -17px;
}

.chat-description.right {
  margin-right: 15px;
  position: relative;
  border: #C9EBD7 solid 1px;
  background: #F1FAF5;
  border-top-right-radius: 0;
  float: right;
}

.chat-description.right::after {
  content: "";
  position: absolute;
  margin-top: -10px;
  margin-left: -8px;
  border-left: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F1FAF5;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -8px;
  top: 7px;
}

.chat-description.right::before {
  content: "";
  position: absolute;
  margin-top: -12px;
  margin-left: -9px;
  border-left: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #C9EBD7;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -12px;
  top: 9px;
}

.search-section {
  width: 100%;
  overflow: hidden;
}

.search-section > textarea {
  -webkit-box-shadow: 0 0 12px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 12px 0 rgba(168, 176, 188, 0.25);
  padding: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  resize: none;
  vertical-align: middle;
  border: 0;
  height: 48px !important;
}

.search-section > textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.search-section > textarea::-moz-placeholder {
  font-size: 14px;
}

.search-section > textarea:-ms-input-placeholder {
  font-size: 14px;
}

.search-section > textarea::-ms-input-placeholder {
  font-size: 14px;
}

.search-section > textarea::placeholder {
  font-size: 14px;
}

.search-section > textarea:focus {
  border: 0;
}

.search-section .send-btn-section {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
}

.search-section.error > textarea {
  border-width: 1px;
}

.chat-count-section {
  margin-bottom: 10px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 10px;
  overflow: hidden;
  border-radius: 4px;
  display: table;
}

.chat-count-section > span {
  display: table-cell;
  vertical-align: middle;
  color: #186bb7;
  font-size: 24px;
}

.chat-count-section > p {
  display: table-cell;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

.candidsate-chat-hitsory-list {
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}

.candidsate-chat-hitsory-list > li {
  padding: 5px 10px 2px 10px;
  border-bottom: 1px solid #DAE1ED;
  overflow: hidden;
}

.candidsate-chat-hitsory-list > li:first-child {
  margin-top: 10px;
  border-top: 1px solid #DAE1ED;
}

.candidsate-chat-hitsory-list > li .chat-section {
  font-size: 14px;
  color: #000000;
}

.candidsate-chat-hitsory-list > li .chat-more {
  color: #6c757d;
  font-size: 0.875rem;
}

.candidsate-chat-hitsory-list > li .chat-more > span {
  padding-right: 10px;
}

.candidsate-chat-hitsory-list > li .chat-more > span.time {
  float: right;
}

.candidate-chating.global-chat .chatbox-body {
  height: calc(100vh - 330px);
}

.anchor-none {
  overflow-anchor: none;
}

.publish-section > span {
  padding: 6px 10px;
  background-color: #27ae60;
  border-radius: 4px 0px 0px 4px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 18px;
  float: left;
}

.publish-section > ul > li {
  margin-bottom: 5px;
  border: 1px dashed #DAE1ED;
  height: 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.publish-section > ul > li > img {
  padding: 2px 0;
  max-height: 22px;
}

.publish-section > ul > li > label {
  /*height: 16px;*/
}

.publish-section > ul > li > label > img {
  width: 100%;
}

.publish-profile-image {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #186bb7;
  position: relative;
  float: left;
}

.publish-profile-image img {
  width: 100%;
  border-radius: 50%;
}

.mail-list-view {
  padding: 3px 10px;
  font-size: 0.875rem;
  color: #000000;
  margin: 0;
  border-bottom: 1px solid #DAE1ED;
  cursor: pointer;
}

.mail-list-view.unread {
  font-family: 500;
}

.mail-list-view .list-view-profile-img {
  margin: -5px 10px 0 0;
  padding: 2px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  float: left;
  border: 1px solid #DAE1ED;
}

.mail-list-view .list-view-profile-img > img {
  max-width: 100%;
}

.mail-list-view .list-view-person-name {
  font-size: 14px;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

.mail-list-view .list-view-subject {
  display: inline-block;
  font-size: 14px;
}

.mail-list-view .list-view-body {
  color: #6c7b88;
  font-size: 0.875rem;
  display: inline-block;
}

.mail-list-view .mdi-attachment {
  padding-right: 10px;
  font-size: 1rem;
}

.mail-integration {
  position: relative;
  margin-bottom: 50px;
}

.mail-integration .flase-mail-alert {
  text-align: center;
  padding-top: 10px;
}

.mail-integration .flase-mail-alert > span {
  padding: 5px 30px;
  background-color: rgba(220, 53, 69, 0.5);
  border-radius: 4px;
  color: #ffffff;
}

.mail-integration .mail-integration-home-title {
  padding: 2px 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #186bb7;
}

.mail-integration .select-mail {
  text-align: center;
}

.mail-integration .select-mail > a {
  padding: 50px 0;
  display: inline-block;
  width: 220px;
  height: auto;
  border: 1px solid #186bb7;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

.mail-integration .select-mail > a > img {
  max-width: 40px;
}

.mail-integration .select-mail > a .mail-title {
  padding-top: 15px;
  font-size: 1rem;
  color: #6c7b88;
}

.mail-integration .select-mail > a:hover {
  -webkit-box-shadow: 0 0 1px 2px #186bb7;
          box-shadow: 0 0 1px 2px #186bb7;
}

.cke_bottom {
  display: none !important;
}

.mail-integration-popup-body .mail-integration-icon {
  text-align: center;
  padding-top: 15px;
}

.mail-integration-popup-body .mail-integration-icon > img {
  max-width: 50px;
}

.mail-integration-popup-body .mail-integration-icon > h5 {
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.33);
  font-size: 20px;
  margin: 0;
}

.mail-integration-popup-body .mail-integration-icon > p {
  padding: 10px 0;
  font-size: 18px;
  color: #6c7b88;
}

.mail-integration-popup-body .mail-integration-icon > p > span {
  color: #27ae60;
}

.mail-integration-popup-body .mail-integration-body {
  padding: 10px;
  border: 1px solid #DAE1ED;
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
  color: #6c7b88;
  line-height: 16px;
}

.mail-integration-popup-body .mail-integration-body > p {
  line-height: 22px;
}

.mail-integration-list {
  position: relative;
}

.mail-integration-list .mail-section > li {
  padding: 7px 5px 5px 5px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #DAE1ED;
  background-color: #f5f5f5;
}

.mail-integration-list .mail-section > li:first-child {
  border-top: 1px solid #DAE1ED;
}

.mail-integration-list .mail-section > li.active {
  background: none;
}

.mail-integration-list .mail-section > li.unread-mail {
  background-color: #f0f3f6;
}

.mail-integration-list .mail-section > li.unread-mail .body-text {
  font-weight: bold;
}

.mail-integration-list .mail-section > li.unread-mail .body-text > p {
  font-weight: bold;
}

.mail-integration-list .mail-section > li.unread-mail .body-text div {
  min-height: auto !important;
}

.mail-integration-list .mail-section > li .profile-section {
  width: 32px;
  height: 32px;
  border: 1px solid #DAE1ED;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mail-integration-list .mail-section > li .profile-section > img {
  width: 32px;
  height: 32px;
  background: #f0f3f6;
}

.mail-integration-list .mail-section > li .mail-list-count {
  padding: 10px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #DAE1ED;
  line-height: 0.1em;
  cursor: pointer;
}

.mail-integration-list .mail-section > li .mail-list-count > span {
  padding: 0 10px;
  background: #f0f3f6;
  font-size: 12px;
}

.mail-integration-list .mail-section > li .mail-content-section {
  width: 100%;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list {
  font-size: 0.875rem;
  color: #6c7b88;
  line-height: 14px;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover {
  width: 450px;
  min-width: 450px;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group {
  padding-bottom: 0;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group .view-heading {
  color: #6c7b88;
  text-transform: lowercase;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group .view-content {
  font-size: 14px;
  color: #6c7b88;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group .view-content > span {
  padding-right: 5px;
  color: rgba(164, 164, 164, 0.55);
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section {
  position: relative;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-left-section .person-name {
  font-size: 14px;
  color: #222222;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-left-section .person-name > span {
  padding-left: 5px;
  font-size: 14px;
  color: #555555;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-left-section .person-name > span > i {
  vertical-align: middle;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section {
  margin-top: -6px;
  text-align: right;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .date-time {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 12px;
  color: #555555;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .deleted-email {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #DE350B;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li {
  padding: 0;
  margin: 0;
  background: #f8f9fa;
  float: left;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li > a {
  padding: 0 5px;
  border: 1px solid #DAE1ED;
  display: block;
  color: #000000;
  font-size: 14px;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li:first-child {
  border-right: 0;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li:first-child > a {
  padding: 0 15px;
}

.mail-integration-list .mail-section > li .mail-content-section .list-view-body {
  font-size: 0.875rem;
  padding-top: 4px;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section {
  clear: both;
  display: block;
  overflow-x: auto;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section .body-text {
  padding-top: 20px;
  font-size: 14px;
  color: #6c7b88;
  line-height: 16px;
  white-space: normal !important;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section .body-text div {
  min-height: auto !important;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section .body-text .wrapper {
  padding: 0;
}

.mail-integration-list .mail-section > li .mailer-footer {
  padding: 5px;
  background: #f0f3f6;
  border-radius: 0 4px;
  border: 1px solid #DAE1ED;
  border-top: 0;
}

.new-mails-count {
  margin-left: 5px;
  padding: 1px 5px;
  border-radius: 100%;
  background-color: #27ae60;
  color: #ffffff;
}

.delete-mail-chain-alert {
  padding: 5px 20px;
  background-color: rgba(220, 53, 69, 0.1);
  color: rgba(220, 53, 69, 0.5);
  display: inline-block;
}

.mail-sent-section {
  border: 1px solid #DAE1ED;
}

.mail-sent-section .mailling-section {
  position: relative;
}

.mail-sent-section .mailling-section .cke_chrome {
  border: 0 !important;
}

.mail-sent-section .mailling-section .cke_top {
  position: absolute;
  padding: 0;
  bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #DAE1ED;
  width: 100%;
}

.mail-sent-section .mailling-section .cke_contents {
  height: auto !important;
}

.mail-sent-section .mailling-section .cke_editable > p {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}

.mail-sent-section .mailling-section .to-mail {
  padding: 5px;
}

.mail-sent-section .mailling-section .to-mail .to-mail-input {
  display: inline-block;
  width: calc(100% - 100px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail-sent-section .mailling-section .to-mail .tag-list .tag-item {
  margin-bottom: 2px;
}

.mail-sent-section .mailling-section .to-mail > label {
  padding: 3px 0;
  width: 30px;
  display: inline-block;
  float: left;
}

.mail-sent-section .mailling-section .to-mail > span {
  float: right;
}

.mail-sent-section .mailling-section .cc-mail {
  padding: 5px;
}

.mail-sent-section .mailling-section .cc-mail > label {
  padding: 3px 0;
  width: 30px;
  display: inline-block;
  float: left;
}

.mail-sent-section .mailling-section .cc-mail .cc-mail-input {
  display: inline-block;
  width: calc(100% - 40px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail-sent-section .mailling-section .cc-mail .tag-list .tag-item {
  margin-bottom: 2px;
}

.mail-sent-section .mailling-section .bcc-mail {
  padding: 5px;
  padding-bottom: 0;
}

.mail-sent-section .mailling-section .bcc-mail > label {
  padding: 3px 0;
  width: 30px;
  display: inline-block;
  float: left;
}

.mail-sent-section .mailling-section .bcc-mail .bcc-mail-input {
  display: inline-block;
  width: calc(100% - 40px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail-sent-section .mailling-section .bcc-mail .tag-list .tag-item {
  margin-bottom: 2px;
}

.mail-sent-section .mailling-content {
  padding: 0 20px;
}

.mail-sent-section .mailling-content > textarea {
  background: none;
  border: none;
  height: 100px;
}

.mail-sent-section .mail-attach-list {
  padding: 5px;
}

.mail-sent-section .mail-attach-list > li {
  margin: 0 2px;
  padding: 2px 5px;
  margin-bottom: 5px;
  background: #f0f3f6;
  border-radius: 15px;
}

.mail-sent-section .mail-attach-list > span {
  padding: 3px 10px;
  border-radius: 18px;
  display: inline-block;
  background: #f0f3f6;
  color: #000000;
}

.mail-sent-section .mail-attach-list > span > i {
  padding-left: 5px;
  color: #DE350B;
}

.mail-attach {
  padding: 3px 5px;
  font-size: 20px;
  float: left;
}

.multi_attachments .gmail-attatchment {
  float: right;
  height: auto;
  line-height: 30px;
}

.multi_attachments .gmail-attatchment [type=file] {
  z-index: -1 !important;
}

.multi_attachments .gmail-attatchment .document-details.multi {
  cursor: pointer;
}

.multi_attachments .gmail-attatchment .document-details.multi .mail-attach {
  position: relative;
  top: 3px;
  border: #3ca3db solid 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: none;
  line-height: 24px;
  padding: 0;
  border-radius: 5px;
}

.multi_attachments .gmail-attatchment .document-details.multi .mail-attach i {
  cursor: pointer;
  font-size: 20px;
}

.gmail-attatchment {
  background: none;
  border: none;
  float: left;
  height: 24px;
}

.gmail-attatchment:hover {
  background: none;
  color: #186bb7;
  border: none;
}

.gmail-attatchment:hover i {
  color: #186bb7;
}

.mail-account-section {
  display: block;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  height: 100px;
}

.mail-account-section .account-left-section {
  padding: 15px;
  overflow: hidden;
}

.mail-account-section .account-left-section .account-icon {
  width: 90px;
  float: left;
}

.mail-account-section .account-left-section .account-icon > img {
  max-width: 100%;
}

.mail-account-section .account-left-section .account-details {
  padding: 5px 10px;
  display: inline-block;
}

.mail-account-section .account-left-section .account-details .account-mailid {
  font-size: 18px;
  color: #6c7b88;
}

.mail-account-section .account-left-section .account-details .account-type {
  font-size: 14px;
  color: #6c7b88;
}

.mail-account-section .account-left-section .account-details .account-status {
  font-size: 14px;
  color: #6c7b88;
}

.mail-account-section .account-right-section {
  padding-top: 37px;
  height: 100%;
  height: 98px;
  background-color: #f0f3f6;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DAE1ED;
  text-align: center;
}

.reply-mail {
  padding: 10px;
}

.reply-mail .profile-section {
  width: 32px;
  height: 32px;
  border: 1px solid #DAE1ED;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  float: left;
}

.reply-mail .profile-section > img {
  width: 32px;
  height: 32px;
  background: #f0f3f6;
}

.reply-mail .mail-content-section {
  margin-left: 10px;
  padding: 5px 10px;
  color: #6c7b88;
  display: inline-block;
  height: 100px;
  width: calc(100% - 50px);
  float: left;
  border: 1px solid #DAE1ED;
}

.reply-mail .mail-content-section > a {
  color: #6c7b88;
  text-decoration: underline;
}

.reply-mail .mail-content-section > a:hover {
  color: #186bb7;
}

.jobsearch-jobDescriptionText b {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #546271;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1rem;
  padding: 0;
}

.use-as-not-publish {
  position: absolute;
  right: 15px;
}

.recruiter-actions-status {
  margin-bottom: 10px;
}

.recruiter-actions-status > li {
  margin-right: 5px;
  background-color: #f0f3f6;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  position: relative;
}

.recruiter-actions-status > li > img {
  width: 16px;
  height: 16px;
}

.recruiter-actions-status > li.disabled {
  border: 2px solid #DAE1ED;
  cursor: not-allowed;
}

.recruiter-actions-status > li.disabled::after {
  content: "";
  background: #DAE1ED;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.recruiter-actions-status > li.disabled > a {
  cursor: not-allowed;
}

.recruiter-actions-status > li.active {
  border: 2px solid #186bb7;
  cursor: pointer;
}

.recruiter-actions-status > li.active::after {
  content: "";
  background: #186bb7;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.recruiter-actions-status > li.active > a {
  cursor: pointer;
}

.recruiter-actions-status > li.posted {
  border: 2px solid #27ae60;
  cursor: pointer;
}

.recruiter-actions-status > li.posted::after {
  content: "";
  background: #27ae60;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.recruiter-actions-status > li.posted > a {
  cursor: pointer;
}

.recruiter-actions {
  display: table;
}

.recruiter-actions > ul > li {
  padding: 0;
  border: 1px solid #DAE1ED;
  vertical-align: middle;
  background: #ffffff;
  border-top: 2px solid #DAE1ED;
  cursor: pointer;
  float: left;
}

.recruiter-actions > ul > li > img {
  padding: 4px;
  width: 24px;
  height: 24px;
}

.recruiter-actions > ul > li > span {
  padding-right: 5px;
  color: #6c7b88;
  font-size: 12px;
  line-height: 1;
}

.recruiter-actions > ul > li > a {
  padding: 1px 4px 2px 4px;
  display: inline-block;
}

.recruiter-actions > ul > li.green-border {
  border-top: 2px solid #27ae60;
}

.recruiter-actions .recruiter-progress {
  background-color: #f0f3f6;
  border: 1px solid #DAE1ED;
  width: 100%;
  height: 20px;
  text-align: center;
}

.recruiter-actions .recruiter-progress .progress {
  max-width: 2px;
  background-color: #ffffff;
  height: 14px;
  width: 95%;
  display: inline-block;
  vertical-align: top;
}

.recruiter-actions .recruiter-progress .progress .progress-bar.progress-bar-icon {
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  height: 20px;
}

.recruiter-actions .recruiter-progress .recruit-percentage {
  width: 15%;
  display: inline;
  color: #6c7b88;
  font-size: 12px;
  line-height: 11px;
  vertical-align: top;
}

.recruiter-actions.recruiter-actions-list {
  width: 100%;
}

.recruiter-actions.recruiter-actions-list > ul > li {
  -webkit-padding-before: 0 5px;
          padding-block-start: 0 5px;
  border: 0px;
}

.recruiter-actions.recruiter-actions-list > ul > li .recruiter-fields {
  margin-bottom: 5px;
  padding: 4px;
  border: 1px solid #DAE1ED;
  border-top: 2px solid #DAE1ED;
}

.recruiter-actions.recruiter-actions-list > ul > li .recruiter-fields > img.social-img-recruit {
  width: 32px;
  height: 32px;
}

.recruiter-actions.recruiter-actions-list > ul > li .recruiter-fields > span {
  vertical-align: middle;
}

.recruiter-actions.recruiter-actions-list > ul > li .recruiter-fields .recruit-posted {
  color: #27ae60;
  vertical-align: middle;
}

.recruiter-actions.recruiter-actions-list > ul > li .recruiter-fields .recruit-not-posted {
  color: #6c7b88;
  vertical-align: middle;
}

.recruiter-actions.recruiter-actions-list > ul > li.green-border {
  border: 0px;
}

.recruiter-actions.recruiter-actions-list > ul > li.green-border .recruiter-fields {
  border-top: 2px solid #27ae60;
}

.recruiter-actions.recruiter-actions-list > ul > li .posted {
  padding: 9px 10px;
  border: 1px solid #DAE1ED;
  background-color: #186bb7;
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.recruiter-actions.recruiter-actions-list > ul > li .posted > i {
  color: #ffffff;
}

.recruiter-actions.recruiter-actions-list .recruiter-progress {
  background-color: #ffffff;
  border: 0px;
}

.recruiter-actions.recruiter-actions-list .recruiter-progress .progress {
  background-color: #f0f3f6;
  width: 98%;
  height: 18px;
}

.recruiter-actions.recruiter-actions-list .recruiter-progress .progress .progress-bar.progress-bar-icon {
  color: #ffffff;
  font-size: 1rem;
  line-height: 18px;
}

.recruiter-section {
  padding: 5px;
  background-color: rgba(0, 123, 255, 0.15);
  border: 1px solid #DAE1ED;
  display: table;
  width: 100%;
}

.text-recruiter-contact-search {
  height: calc(100vh - 360px);
}

.notes-ckeditor #cke_1_contents {
  height: auto !important;
}

.notes-ckeditor .cke_contents {
  height: auto !important;
}

.stage-name {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 11px;
}

.pdf-view-tile {
  margin-top: 20px;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.pdf-view-tile .pdf-view-header {
  padding: 5px 10px;
  background: #f0f3f6;
  font-size: 14px;
  color: #186bb7;
}

.pdf-view-tile .pdf-view-header .actions > a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  font-size: 14px;
}

.pdf-view-tile .pdf-view-header .actions > a > i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.pdf-view-tile .pdf-view-header .actions > a:hover {
  background: #ffffff;
  border-radius: 50%;
}

.pdf-view-tile .name {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: text-top;
}

.pdf-view-tile .actions {
  display: inline-block;
  vertical-align: middle;
}

.pdf-view-tile .actions > a {
  margin-right: 5px;
  text-decoration: none;
  color: #6c7b88;
  font-size: 16px;
  display: inline-block;
}

.pdf-view-tile .pdf-list-view {
  padding: 10px 0;
  height: 260px;
  overflow-y: auto;
}

.pdf-view-tile .pdf-list-view > li {
  padding: 5px 10px;
  width: 100%;
  list-style: none;
  display: block;
  position: relative;
}

.pdf-view-tile .pdf-list-view > li .name {
  font-size: 12px;
  color: #000000;
}

.pdf-view-tile .pdf-list-view > li .actions {
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
}

.pdf-view-tile .pdf-list-view > li:hover {
  background: #f0f3f6;
}

.pdf-view-tile .pdf-list-view > li:hover .actions {
  display: inline-block;
}

.timeline-main {
  margin: 2.5rem auto;
  padding: 0 1.24rem;
  text-align: center;
  position: relative;
}

.timeline-main .timeline-line {
  margin: 0 auto;
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  height: 105%;
  width: 2px;
  background-color: #DAE1ED;
}

.timeline-main .timeline-line:before, .timeline-main .timeline-line:after {
  margin: 0 auto;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background-color: #186bb7;
  position: absolute;
  left: -6px;
}

.timeline-main .timeline-line:before {
  top: -15px;
}

.timeline-main .timeline-line:after {
  top: 100%;
}

.timeline-main > ul > li.timeline-section .timeline-date {
  display: inline-block;
  border-radius: 1.25rem;
  border: 3px solid #186bb7;
  color: #6c7b88;
  float: right;
  margin-right: 0.625rem;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
}

.timeline-main > ul > li.timeline-section .timeline-date:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #186bb7;
  position: absolute;
  top: 50%;
  right: -24px;
}

.timeline-main > ul > li.timeline-section .timeline-date:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #186bb7;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -33px;
}

.timeline-main > ul > li.timeline-section .timeline-description {
  margin-left: 5px;
  margin-bottom: 25px;
  padding: 0.75rem 1rem;
  border: 1px solid #DAE1ED;
  border-radius: 4px;
  min-width: 250px;
  float: left;
  text-align: left;
  width: 100%;
}

.timeline-main > ul > li.timeline-section .timeline-description > .content-dark,
.timeline-main > ul > li.timeline-section .timeline-description > .content {
  padding: 0;
}

.timeline-main > ul > li:nth-child(even).timeline-section .timeline-date {
  margin: 0px auto 0 10px;
  float: left;
}

.timeline-main > ul > li:nth-child(even).timeline-section .timeline-date:before {
  left: -24px;
}

.timeline-main > ul > li:nth-child(even).timeline-section .timeline-date:after {
  left: -33px;
}

.timeline-main > ul > li:nth-child(even).timeline-section .timeline-description {
  margin-left: auto;
  margin-right: 5px;
  float: right;
  text-align: left;
}

.timeline-main > ul > li:nth-child(even).timeline-section .timeline-description > .content-dark,
.timeline-main > ul > li:nth-child(even).timeline-section .timeline-description > .content {
  padding: 0;
}

.timeline-main > ul > li:nth-child(2n+1).timeline-section .timeline-date {
  border-color: #27ae60;
}

.timeline-main > ul > li:nth-child(2n+1).timeline-section .timeline-date:before, .timeline-main > ul > li:nth-child(2n+1).timeline-section .timeline-date:after {
  background-color: #27ae60;
}

.timeline-main > ul > li:nth-child(3n+1).timeline-section .timeline-date {
  border-color: #fd7e14;
}

.timeline-main > ul > li:nth-child(3n+1).timeline-section .timeline-date:before, .timeline-main > ul > li:nth-child(3n+1).timeline-section .timeline-date:after {
  background-color: #fd7e14;
}

.timeline-main > ul > li:nth-child(4n+1).timeline-section .timeline-date {
  border-color: #DE350B;
}

.timeline-main > ul > li:nth-child(4n+1).timeline-section .timeline-date:before, .timeline-main > ul > li:nth-child(4n+1).timeline-section .timeline-date:after {
  background-color: #DE350B;
}

.submission-timeline .activity-info:before {
  background-color: #ffffff;
  border: 3px solid #186bb7;
  height: 15px;
  left: 0;
  width: 15px;
}

.submission-timeline .activity-info:after {
  top: 4px;
}

.submission-timeline .activity-info .activity-subheading {
  background-color: #f1f1f1;
  border-radius: 0.325rem;
  line-height: 1.125rem;
  min-width: 300px;
  padding: 0.625rem;
  word-wrap: break-word;
}

.bot-items .bot-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d3d3d3;
}

.bot-items .bot-status .bot-status-icon {
  width: 8px;
  height: 8px;
  background: #d3d3d3;
  border-radius: 50px;
  display: block;
}

.bot-items.bot-initiated .bot-status {
  color: #FFAB00;
}

.bot-items.bot-initiated .bot-status .bot-status-icon {
  background: #FFAB00;
}

.bot-items.bot-partially .bot-status {
  color: #dc3545;
}

.bot-items.bot-partially .bot-status .bot-status-icon {
  background: #dc3545;
}

.bot-items.bot-completed .bot-status {
  color: #4EAF86;
}

.bot-items.bot-completed .bot-status .bot-status-icon {
  background: #4EAF86;
}

.bot-items:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.bot-items.active {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.bot-wrapper .bot-container {
  background: #F9F9FA;
  width: 100%;
}

.bot-wrapper .bot-container.has-attach {
  width: calc(100% - 160px);
}

.bot-wrapper .bot-container .bot-header {
  border-bottom: #fff solid 4px;
  padding: 12px;
}

.bot-wrapper .bot-container .bot-content {
  padding: 12px;
}

.bot-wrapper .bot-attachments {
  max-width: 160px;
}

.email-item {
  color: #546271;
}

.email-item.unread {
  color: #172A3F;
  font-weight: 600;
}

.email-item:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.email-item.active {
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
          box-shadow: 0 0 15px 0 rgba(168, 176, 188, 0.25);
}

.orwn-mail .email-item {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
}

.orwn-mail .email-item:hover, .orwn-mail .email-item.active {
  background-color: #f8f9fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#gmail_details .popover {
  -webkit-box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.reply-wrapper {
  -webkit-box-shadow: 0 0 20px 0 rgba(168, 176, 188, 0.4);
          box-shadow: 0 0 20px 0 rgba(168, 176, 188, 0.4);
  border-radius: 8px;
}

.mail-reply-header {
  background-color: #FAFBFB;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.chat-left-wrapper + .chat-left-wrapper .chat-profile.left {
  border: 0;
}

.chat-left-wrapper + .chat-left-wrapper .chat-profile.left > img {
  display: none;
}

.chat-left-wrapper + .chat-left-wrapper .chat-description.left {
  border-top-right-radius: 0.5rem;
}

.chat-left-wrapper + .chat-left-wrapper .chat-description.left:before {
  content: none;
}

.chat-left-wrapper + .chat-left-wrapper .chat-description.left:after {
  content: none;
}

.chat-right-wrapper + .chat-right-wrapper .chat-profile.right {
  border: 0;
}

.chat-right-wrapper + .chat-right-wrapper .chat-profile.right > img {
  display: none;
}

.chat-right-wrapper + .chat-right-wrapper .chat-description.right {
  border-top-right-radius: 0.5rem;
}

.chat-right-wrapper + .chat-right-wrapper .chat-description.right:before {
  content: none;
}

.chat-right-wrapper + .chat-right-wrapper .chat-description.right:after {
  content: none;
}

.bot-hint-message {
  background: rgba(243, 156, 18, 0.2);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fd7e14;
  line-height: 20px;
}

.skill-comparision .card-body {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.skill-comparision .card-header {
  padding: 0.25rem;
  padding-left: 0.125rem;
  background-color: transparent;
}

.target-roles {
  list-style: none;
}

.target-roles > li > a {
  color: #546271;
}

.target-roles > li.active {
  background: #27ae60;
}

.target-roles > li.active > a {
  color: #ffffff;
}

.targets-scroll {
  max-height: calc(100vh - 270px);
  overflow-y: auto;
}

.user-tile .user-tile-input {
  padding: 0;
}

.user-tile .user-tile-input.gray {
  background: #F1F2F3;
  color: #D3D7DD;
}

.user-tile .user-tile-input .form-control {
  background: none;
  border: 0;
  text-align: center;
  font-size: 32px;
  font-family: 400;
  height: 52px;
  background: #f1f2f3;
  border-radius: 4px;
  color: #172A3F;
}

.user-tile .user-tile-input .form-control:focus {
  border: 1px solid #DAE1ED !important;
  background: #ffffff;
}

.list-tags > li {
  padding: 2px 10px;
  margin: 2px;
  border-radius: 15px;
  background: #f0f3f6;
}

.list-tags > li > span {
  padding-left: 4px;
}

.list-tags > li .mdi {
  display: inline-block;
  vertical-align: top;
}

.arrows-only .pagination .page-item {
  display: none;
}

.arrows-only .pagination .page-item:first-child {
  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;
}

.arrows-only .pagination .page-item:first-child .page-link {
  font-size: 22px;
  padding: .25rem .625rem;
  margin-right: 4px;
}

.arrows-only .pagination .page-item:last-child {
  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;
}

.arrows-only .pagination .page-item:last-child .page-link {
  font-size: 22px;
  padding: .25rem .625rem;
}

.timesheet-dashboard-filters .tag-autocomplete .host .tags {
  max-height: 36px;
}

.parse-lca {
  position: absolute;
  left: 40%;
  top: 40%;
}

.equal-flex-width {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.todo-list {
  margin-bottom: 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}

.todo-list li {
  position: relative;
  padding: 2px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.todo-list li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #DADDE0;
  display: inline-block;
  margin-right: 12px;
  border-radius: 4px;
  left: 0;
  top: 10px;
}

.todo-list li a {
  color: #5AAAFA;
  text-decoration: underline;
  font-weight: 600;
}

._cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px;
  width: 14px;
}

._cell ._type {
  background-color: #ECEDF0;
  border-radius: 1rem;
  display: block;
  height: 0.625rem;
  width: 0.625rem;
}

.day_selected {
  border: 1px solid transparent;
  border-radius: 2px;
}

.day_selected ._date_header {
  font-size: 0.625rem;
  font-weight: 600;
  margin: 1px;
  text-align: center;
  width: 14px;
}

.day_selected.current_day {
  border-color: #88D3A8;
}

.day_selected.current_day ._date_header {
  color: #172A3F !important;
}

.checkbox-element.checkbox_checked {
  position: relative;
}

.checkbox-element.checkbox_checked::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -2px;
  left: -2px;
  margin: auto;
  background-image: url("../../images/onboarding/checked_checkbox.png");
  background-position: center center;
  background-size: cover;
}

.radio-element {
  position: relative;
  width: auto;
  height: auto;
  border: 0;
}

.radio-element.radio_checked {
  position: relative;
}

.radio-element.radio_checked:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 4px;
  left: 2px;
  margin: auto;
  background-image: url("../../images/onboarding/checked_radio.png");
  background-position: center center;
  background-size: cover;
  border: 0;
  z-index: 9;
}

.radio-element .custom-radio .custom-control-label::after {
  background-color: #f39c1226;
  border: 1px solid #fd7e14;
  border-radius: 2px;
}

.radio-element .custom-radio .custom-control-label::before {
  margin: 2px;
  width: 1rem;
  height: 1rem;
  z-index: 1;
}

.attendance-right-section {
  border-left: 1px solid #DAE1ED;
}

.attendance-or {
  opacity: 0.35;
}

.attendance-listing-calendar > table > tbody > tr > td {
  padding: 0.5rem !important;
  height: 85px;
  border-color: #F1F2F3 !important;
  text-align: left !important;
}

.attendance-listing-calendar > table > tbody > tr > td .day-number {
  padding: 3.5px 5px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  color: #6C7B88;
  border-radius: 4px;
  display: inherit;
}

.attendance-listing-calendar > table > tbody > tr > td .show-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  padding-top: 10px;
  height: 28px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.attendance-listing-calendar > table > tbody > tr > td:hover {
  background: #f1f2f3 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.weekoff {
  color: #6C7B88 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.present {
  color: #27ae60 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.present > i {
  color: #6c7b88 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.absent {
  color: #DE350B !important;
}

.attendance-listing-calendar > table > tbody > tr > td.holiday {
  color: #40B3D9 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.floater_holiday {
  color: #4175DF !important;
}

.attendance-listing-calendar > table > tbody > tr > td.leave {
  color: #FFAB00 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.lose_of_pay {
  color: #DE350B !important;
}

.attendance-listing-calendar > table > tbody > tr > td.work_from_home {
  color: #27ae60 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.regularization_request {
  color: #FFAB00 !important;
}

.attendance-listing-calendar > table > tbody > tr > td.today .day-number {
  background-color: #27ae60 !important;
  color: #ffffff !important;
}

.attendance-listing-calendar > table > tbody > tr > td.selected {
  background-color: rgba(39, 174, 95, 0.1) !important;
}

.attendance-listing-calendar > table > tbody > tr:first-child > td {
  height: auto;
  background: #ffffff !important;
  padding: 0.75rem !important;
  border-right: 0 !important;
  border-left: 0 !important;
  text-align: center !important;
}

.attendance-listing-calendar > table > tbody > tr:first-child > td:last-child {
  border-right: 1px solid #F1F2F3 !important;
  border-radius: 0 10px 0 0;
}

.attendance-listing-calendar > table > tbody > tr:first-child > td:first-child {
  border-radius: 10px 0 0 0;
  border-left: 1px solid #F1F2F3 !important;
}

.attendance-listing-calendar > table > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 10px;
}

.attendance-listing-calendar > table > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 10px 0px;
}

.expected-item {
  width: 8px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #25429B;
  border-radius: 2px;
}

.actual-item {
  width: 8px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #19A7E7;
  border-radius: 2px;
}

.proj-progress {
  background-color: #25429B;
}

.proj-progress .progress-bar {
  background-color: #19A7E7;
}

.proj-progress-value {
  position: relative;
  color: #19A7E7;
  font-weight: 600;
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
}

.proj-progress-value::before {
  content: '';
  width: 2px;
  height: 26px;
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  background: #19A7E7;
}

.perm-stage {
  width: 16.5%;
}

.attendance-status > span {
  position: relative;
  padding-left: 20px;
}

.attendance-status > span::before {
  position: absolute;
  content: '\00B7';
  font-size: 60px;
  left: 0;
  top: 8px;
  color: inherit;
  line-height: 0;
}

.team-perf-listwrap {
  height: calc(100% - 50px);
  overflow: auto;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-row-fluid {
  border: none;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-row-fluid:hover {
  background: transparent;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-cell {
  min-height: auto;
  border: none;
  padding-right: 10px;
  padding-bottom: 10px;
  cursor: auto;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-cell:hover {
  background: transparent;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-cell1 {
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-cell1:hover {
  background: transparent;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day {
  height: 80px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FAFAFA;
  cursor: auto;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day .pending-icon {
  display: none;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day .completed-icon {
  display: none;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day .dateday {
  font-weight: 600;
  cursor: auto;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.completed {
  background: #F3FCF3;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.completed .pending-icon {
  display: none;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.completed .completed-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.pending {
  background: #FEFCEF;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.pending .pending-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.pending .completed-icon {
  display: none;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.cal-day-outmonth {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.cal-day-outmonth::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #F9F9FA), color-stop(50%, transparent));
  background-image: linear-gradient(to left, #F9F9FA 50%, transparent 50%);
  background-size: 6px 100%;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.cal-day-outmonth .dateday {
  color: #e8e8e8;
  font-weight: normal;
}

.overview-timesheet-calendar mwl-calendar .cal-month-box .cal-month-day.cal-day-today .dateday {
  font-size: 22px;
}

.perf-popover {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.filters-wrapper .form-control {
  height: 32px;
}

.filters-wrapper multiselect.form-control {
  height: 32px;
}

.filters-wrapper multiselect.form-control .dropdown .multibtn {
  height: 32px;
}

.filters-wrapper .input-group-append {
  height: 32px;
}

.filters-wrapper tags-input.tag-autocomplete {
  height: 32px;
  min-height: 32px;
}

.filters-wrapper tags-input.tag-autocomplete .tags {
  max-height: 32px;
}

.filters-wrapper tags-input.tag-autocomplete .tags .input {
  height: 30px;
}

.filters-wrapper .input-group {
  height: 32px;
}

.paid {
  color: #A3CC88;
}

.overdue {
  color: #EC6355;
}

.progress {
  height: 12px;
}

.progress.calls .progress-bar {
  background-color: #19A7E7;
}

.progress.meetings .progress-bar {
  background-color: #A3CC88;
}

.progress.emails .progress-bar {
  background-color: #F9C95F;
}

.progress.sms .progress-bar {
  background-color: #9575CD;
}

.progress.campaigns .progress-bar {
  background-color: #D194CB;
}

.approval-profile {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.approval-profile > img {
  width: 100%;
  border-radius: 100%;
}

.approval-profile.name {
  background-color: #96CCEF;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.engagement-timeline .activity-info::before {
  left: -6px;
  width: 28px;
  height: 28px;
  text-align: center;
  border: 0;
}

.engagement-timeline .activity-info.sms::before {
  background: #FFB472;
  content: '\e85c';
  font-family: "fontello";
  color: #ffffff;
  line-height: 28px;
  font-size: 12px;
}

.engagement-timeline .activity-info.campaigns::before {
  background-color: #3598DB;
  content: '\e877';
  font-family: "fontello";
  color: #ffffff;
  line-height: 28px;
  font-size: 12px;
}

.engagement-timeline .activity-info.email::before {
  background-color: #19B393;
  content: '\e89c';
  font-family: "fontello";
  color: #ffffff;
  line-height: 28px;
  font-size: 12px;
}

.engagement-timeline .activity-info.calander::before {
  background-color: #7791FF;
  content: '\e820';
  font-family: "fontello";
  color: #ffffff;
  line-height: 28px;
  font-size: 12px;
}

.engagement-timeline .activity-info.call::before {
  background-color: #D0ADCA;
  content: '\e821';
  font-family: "fontello";
  color: #ffffff;
  line-height: 28px;
  font-size: 12px;
}

.offboarding-process {
  position: relative;
  padding-top: 1rem !important;
}

.offboarding-process::before {
  content: '';
  position: absolute;
  border-top: 1px solid #DAE1ED;
  top: 0;
  left: 16%;
  width: 68%;
}

.offboarding-process.offboarding-flow::before {
  width: 50%;
  left: 25%;
}

.offboarding-process > li {
  position: relative;
  color: rgba(23, 42, 63, 0.5) !important;
  font-weight: 600;
}

.offboarding-process > li::before {
  position: absolute;
  content: '\2713';
  width: 24px;
  height: 24px;
  border: 1px solid #DAE1ED;
  left: 0;
  right: 0;
  margin: auto;
  top: -27px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #F1F2F3;
}

.offboarding-process > li.completed {
  color: rgba(23, 42, 63, 0.5) !important;
  font-weight: 600;
}

.offboarding-process > li.completed::before {
  color: #27ae60;
}

.offboarding-process > li.active {
  color: #172A3F !important;
  font-weight: 600;
}

.offboarding-process > li.active::before {
  border-color: #27ae60;
  color: #F1F2F3;
}

.offboarding-profile {
  background-color: #FAFBFB;
}

.offboarding-profile .offboarding-profile-header {
  background-color: #FFFAF0;
  border-bottom: 1px solid #FFAB00;
  border-radius: 4px 4px 0 0;
}

.access-req-img {
  width: 140px;
  border-radius: 100%;
  margin: 0 auto;
}

.access-req-img > img {
  width: 100%;
  border-radius: 100%;
}

.leadform-wrap {
  padding: 20px;
  border-radius: 8px;
  background: #F9F9FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.leadform-wrap.active {
  background: #DFF3E7;
}

.leadform-wrap:hover {
  background: #DFF3E7;
}

.leadform-wrap .leadform-icon {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.leadform-wrap .leadform-icon > span {
  font-size: 42px;
  line-height: 120px;
  letter-spacing: 2px;
}

.leadform-wrap .leadform-title {
  color: #546271;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.leadform-wrap .leadform-desc {
  color: #546271;
  font-size: 12px;
}

.form-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.form-stepper-horizontal .form-step {
  display: table-cell;
  position: relative;
  padding: 0 24px;
}

.form-stepper-horizontal .form-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-stepper-horizontal .form-step:first-child .form-step-bar-left {
  display: none;
}

.form-stepper-horizontal .form-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-stepper-horizontal .form-step:last-child .form-step-bar-right {
  display: none;
}

.form-stepper-horizontal .form-step .form-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: #F1F2F3 solid 1px;
  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;
}

.form-stepper-horizontal .form-step .form-step-circle i {
  font-size: 12px;
  font-weight: 600;
  color: #F1F2F3;
  padding-right: 4px;
}

.form-stepper-horizontal .form-step .form-step-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(23, 42, 63, 0.5);
}

.form-stepper-horizontal .form-step .form-step-bar-left {
  position: absolute;
  top: 16px;
  height: 1px;
  border-top: 1px solid #dddddd;
  left: 0;
  right: 50%;
  margin-right: 20px;
}

.form-stepper-horizontal .form-step .form-step-bar-right {
  position: absolute;
  top: 16px;
  height: 1px;
  border-top: 1px solid #dddddd;
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.form-stepper-horizontal .form-step.active .form-step-circle {
  border-color: #27ae60;
}

.form-stepper-horizontal .form-step.active .form-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.form-stepper-horizontal .form-step.active .form-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.form-stepper-horizontal .form-step.active.done .form-step-circle {
  border-color: #f1f2f3;
}

.form-stepper-horizontal .form-step.active.done .form-step-circle i {
  color: #27ae60;
}

.form-stepper-horizontal .form-step.active.done .form-step-title {
  font-weight: 600;
  color: #172A3F;
}

.form-stepper-horizontal .form-step.active.editable .form-step-circle {
  color: #f1f2f3;
  border-color: #27ae60;
}

.form-stepper-horizontal .form-step.active.editable .form-step-title {
  font-weight: 600;
}

.form-create-tab .left-form-wrapper .btn-group input[type="radio"], .form-create-tab .left-form-wrapper .btn-style input[type="radio"], .form-create-tab .right-form-wrapper .btn-group input[type="radio"], .form-create-tab .right-form-wrapper .btn-style input[type="radio"] {
  display: none;
}

.form-create-tab .left-form-wrapper .btn-group .btn, .form-create-tab .left-form-wrapper .btn-style .btn, .form-create-tab .right-form-wrapper .btn-group .btn, .form-create-tab .right-form-wrapper .btn-style .btn {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 8px 18px;
  text-transform: uppercase;
}

.form-create-tab .left-form-wrapper .btn-group input[type="radio"]:checked + label, .form-create-tab .left-form-wrapper .btn-style input[type="radio"]:checked + label, .form-create-tab .right-form-wrapper .btn-group input[type="radio"]:checked + label, .form-create-tab .right-form-wrapper .btn-style input[type="radio"]:checked + label {
  background-color: #27ae60;
  color: #ffffff;
}

.form-create-tab .left-form-wrapper .btn-style input[type="radio"]:checked + label, .form-create-tab .right-form-wrapper .btn-style input[type="radio"]:checked + label {
  background-color: #218838;
  color: #ffffff;
}

.form-create-tab .dndDragover .dndPlaceholder {
  border: 1px solid #0091FF !important;
  min-height: 40px !important;
  width: 100% !important;
  list-style: none;
}

.form-followup-tab .uib-timepicker .form-control {
  height: 32px;
}

.left-form-wrapper {
  background: #fff;
  border: 1px solid #F1F2F3;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: 2px 2px 20px -10px #A8B0BC;
          box-shadow: 2px 2px 20px -10px #A8B0BC;
  width: 310px;
}

.left-form-wrapper .left-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: #DAE1ED solid 1px;
}

.left-form-wrapper .horizontal > .nav-tabs .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin: 0 8px;
}

.right-form-wrapper {
  border-radius: 8px 0 0 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px -10px #A8B0BC;
          box-shadow: 2px 2px 20px -10px #A8B0BC;
  width: 310px;
}

.right-form-wrapper .right-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: #DAE1ED solid 1px;
}

.right-form-wrapper .horizontal > .nav-tabs .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin: 0 8px;
}

.middle-form-wrapper {
  background-color: #fff;
  margin: 0 16px;
  padding: 32px;
}

.middle-form-wrapper .no-form-selected {
  width: 80%;
  margin: 40px auto;
  padding: 40px 20px;
  border: 1px dashed #ced4da;
  border-radius: 4px;
  text-align: center;
}

.middle-form-wrapper .form-attr {
  padding: 20px;
  cursor: auto;
  margin-bottom: 12px;
  border: #fff solid 1px;
}

.middle-form-wrapper .form-attr.active {
  border: #0091FF solid 1px;
}

.middle-form-wrapper .form-attr.template {
  border: #27ae60 dashed 1px;
}

.middle-form-wrapper .form-attr.template.active {
  border: #27ae60 solid 1px;
}

.news-columns .card-wrap {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1rem;
}

.news-columns .card-wrap .card .card-body {
  padding: 0.625rem 0.75rem;
}

.news-columns .card-wrap .card .card-footer {
  padding: 0.425rem 0.625rem;
}

.form-preview .desktop-preview .form-wrap {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-preview .desktop-preview .form-wrap .form-holder {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  margin: 5% 10%;
}

.form-preview .tablet-preview {
  background-color: #ffffff;
  border: #F1F2F3 solid 5px;
  border-radius: 24px;
  width: 60%;
  margin: 25px auto;
  padding: 0 20px;
}

.form-preview .tablet-preview .tablet-mic {
  width: 10px;
  height: 10px;
  margin: 16px auto;
  display: block;
  border-radius: 10px;
  background: #F1F2F3;
}

.form-preview .tablet-preview .form-wrap {
  background-color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-preview .tablet-preview .form-wrap .form-holder {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  margin: 5% 10%;
}

.form-preview .tablet-preview .tablet-btnhome {
  width: 40px;
  height: 40px;
  border: #F1F2F3 solid 3px;
  margin: 1rem auto;
  display: block;
  border-radius: 40px;
}

.form-preview .mobile-preview {
  background-color: #ffffff;
  border: #F1F2F3 solid 5px;
  border-radius: 36px;
  width: 320px;
  margin: 25px auto;
  padding: 0 12px;
  position: relative;
}

.form-preview .mobile-preview .mobile-btnwrap {
  position: absolute;
  left: -10px;
  top: 44px;
}

.form-preview .mobile-preview .mobile-btnwrap .mobile-powerbtn {
  width: 6px;
  height: 20px;
  background: #F1F2F3;
  display: block;
  border-radius: 4px 0 0 4px;
}

.form-preview .mobile-preview .mobile-btnwrap .mobile-upvol {
  width: 6px;
  height: 44px;
  background: #F1F2F3;
  display: block;
  margin-top: 20px;
  border-radius: 4px 0 0 4px;
}

.form-preview .mobile-preview .mobile-btnwrap .mobile-downvol {
  width: 6px;
  height: 44px;
  background: #F1F2F3;
  display: block;
  margin-top: 8px;
  border-radius: 4px 0 0 4px;
}

.form-preview .mobile-preview .mobile-sense {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 6px;
  background: #F1F2F3;
  margin: 0 auto 10px;
}

.form-preview .mobile-preview .mobile-cam {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 10px;
  background: #F1F2F3;
  margin-right: 4px;
}

.form-preview .mobile-preview .mobile-mic {
  width: 40px;
  height: 6px;
  display: block;
  border-radius: 10px;
  background: #F1F2F3;
}

.form-preview .mobile-preview .form-wrap {
  background-color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.form-preview .mobile-preview .form-wrap .form-holder {
  background-color: #ffffff;
  border: 1px solid #DAE1ED;
  margin: 0;
}

.form-preview .mobile-preview .mobile-btnhome {
  width: 40px;
  height: 40px;
  border: #F1F2F3 solid 5px;
  margin: 12px auto;
  display: block;
  border-radius: 40px;
}

.form-preview-submission {
  border: 0.5px solid #DADDE0;
  border-radius: 4px;
  background-color: #E8F5FC;
  padding: 1rem;
}

.form-preview-followup {
  border: 0.5px solid #DADDE0;
  border-radius: 4px;
  background-color: #FFF4E5;
  padding: 1rem;
}

.form-left-fixed-icon {
  position: absolute;
  left: 0;
  top: 46px;
  border-radius: 0 5px 5px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
}

.form-right-fixed-icon {
  position: absolute;
  right: 0;
  top: 46px;
  border-radius: 5px 0 0 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
}

#opportunityAnalysisChart .highcharts-legend {
  display: none;
}

.widget_loader {
  position: relative;
}

.widget_loader:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}

.widget_loader:after {
  background-color: rgba(255, 255, 255, 0.8);
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #27AE60;
  border-bottom: 5px solid #27AE60;
  content: "";
  height: 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  right: 0;
  top: 42%;
  width: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 10;
}

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

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

.alien-i9 li::marker {
  display: none;
  content: '';
}

.disc-profile {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: linear-gradient(140.39deg, #A3CC88 0%, #F9C95F 100%);
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.36px;
}

.ocean-profile {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: linear-gradient(120.39deg, #F9C95F 0%, #A586BD 46.69%, #F58D83 100%);
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.26px;
}

.candidates-overview {
  width: 100%;
  height: 80px;
  background: #FAFBFB;
  position: relative;
}

.candidates-overview .candidates-overview-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.candidates-overview .candidates-overview-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 200%;
  height: 10px;
  background: #FAFBFB;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}

.candidates-overview .candidates-overview-inner.pipelined {
  background-color: #9988db;
}

.candidates-overview .candidates-overview-inner.submitted {
  background-color: #61b1d5;
}

.candidates-overview .candidates-overview-inner.interviewed {
  background-color: #f2ca70;
}

.candidates-overview .candidates-overview-inner.selected {
  background-color: #e79287;
}

.candidates-overview .candidates-overview-inner.accepted {
  background-color: #abca8f;
}

.candidates-overview .candidates-overview-inner.onboarded {
  background-color: #c898c8;
}

.okrs .legends .expected {
  background-color: #25429B;
  height: 10px;
  width: 10px;
}

.okrs .legends .actual {
  background-color: #19A7E7;
  height: 10px;
  width: 10px;
}

.okrs .progress {
  background-color: #25429B;
  overflow: visible;
  position: relative;
}

.okrs .progress .progress-bar {
  background-color: #19A7E7;
  overflow: visible;
  position: relative;
}

.okrs .progress .progress-bar:after {
  background-color: #19a7e7;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 1px;
}

.okrs .bg-light-primary {
  background-color: #96CCEF !important;
}

.okrs .bg-light-danger {
  background-color: #F7C9BA !important;
}

.okrs .accordion > .card {
  overflow: inherit;
}

.stepper.stepper-links .stepper-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 40%;
}

.stepper.stepper-links .stepper-nav:after {
  border: 1px solid #F1F2F3;
  content: "";
  left: 10px;
  margin: 0 10%;
  position: absolute;
  top: 1.2rem;
  width: 80%;
}

.stepper.stepper-links .stepper-nav .stepper-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: .5rem 0;
  position: relative;
}

.stepper.stepper-links .stepper-nav .stepper-item:after {
  content: " ";
  left: 0;
  position: absolute;
  top: 2.3rem;
  -webkit-transition: color .2s ease,background-color .2s ease;
  transition: color .2s ease,background-color .2s ease;
  width: 100%;
}

.stepper.stepper-links .stepper-nav .stepper-item .check-mark {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 24px;
  z-index: 1;
}

.stepper.stepper-links .stepper-nav .stepper-item .check-mark i {
  color: #c3c3c3;
  display: block;
  font-size: 0.5rem;
  line-height: 22px;
  margin-right: 2px;
}

.stepper.stepper-links .stepper-nav .stepper-item.current {
  -webkit-transition: color .2s ease,background-color .2s ease;
  transition: color .2s ease,background-color .2s ease;
}

.stepper.stepper-links .stepper-nav .stepper-item.current .check-mark {
  background-color: #27ae60;
  border: 1px solid #27ae60;
}

.stepper.stepper-links .stepper-nav .stepper-item.current .check-mark i {
  color: #ffffff;
}

.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
  opacity: 100%;
}

.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
  font-size: 0.875rem;
  opacity: 50%;
  padding-top: 5px;
}

.stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title {
  opacity: 1;
}

.stepper.stepper-links .stepper-nav .stepper-item.completed .check-mark {
  background-color: #E9F6EF;
  border-color: #27AE60;
}

.stepper.stepper-links .stepper-nav .stepper-item.completed .check-mark i {
  color: #27ae60;
}

.text-area-height-200 .cke_contents {
  height: 200px !important;
}

.external_onboardingPendingDocumentsDiv {
  height: calc(100vh - 60px);
}

.review-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}

.review-profile-img > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.review-profile-img .no-image {
  width: 100%;
  height: 100%;
  background-color: #f1f2f3;
  font-weight: 500;
  line-height: 32px;
}

.internal-strip {
  background-color: #61A4A5;
  color: #fff;
}

.internal-strip.left {
  border-radius: 0 0 0 8px;
}

.internal-strip.right {
  border-radius: 0 0 8px 0;
}

.holiday-calander-month-name {
  position: relative;
}

.holiday-calander-month-name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 1.5px;
  border-radius: 1px;
  background: #172A3F;
}

.holiday-calander-date {
  width: 36px;
  height: 34px;
  background-color: #27AE60;
  border-radius: 4px;
  position: relative;
}

.holiday-calander-date::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 16px;
  background: #27AE60;
  border: 2px solid #ffffff;
  border-radius: 4px;
  left: 7px;
  top: -8px;
}

.holiday-calander-date::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 16px;
  background: #27AE60;
  border: 2px solid #ffffff;
  border-radius: 4px;
  right: 7px;
  top: -8px;
}

.success-animation {
  margin: 50px auto;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #4bb71b;
          box-shadow: inset 0px 0px 0px #4bb71b;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

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

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
            box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
            box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.tags-readonly tags-input {
  position: relative;
  cursor: default;
}

.tags-readonly tags-input ti-tag-item .remove-button, .tags-readonly tags-input .input {
  display: none;
}

.countdown_timer {
  position: fixed;
  top: 20px;
  right: 0;
  padding: 15px 20px;
}

.countdown_timer > div {
  color: #27AE60;
  text-align: center;
}

.drag-item {
  position: relative;
  border: 1px solid #DAE1ED;
  margin: 5px 0;
}

.drag-item .item {
  padding: 5px 10px;
}

.drag-item:hover {
  border-color: none !important;
}

.drag-item.selected {
  border: none;
}

.drag-item .container-element {
  cursor: pointer;
  text-align: center;
}

.drag-item .container-element .column {
  border: none;
  padding: 0px 2px;
}

.drag-item .container-element .column:hover, .drag-item .container-element .column.selected {
  border-color: none;
}

.drag-item .container-element .column .new_item {
  border: 1px solid #dddddd;
}

.drag-item .container-element .column .new_item:hover, .drag-item .container-element .column .new_item.selected {
  border-color: #dddddd;
}

.drag-item .text-item {
  border: 1px dotted transparent;
}

.drag-item .text-item:hover, .drag-item .text-item.selected {
  border-color: #186bb7;
}

.regularization-calander-grid > li {
  position: relative;
}

.regularization-calander-grid > li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f1f2f3;
}

.regularization-calander-grid > li.absent::before {
  background-color: #F7CFC5;
}

.regularization-calander-grid > li.present::before {
  background-color: #F4FAF7;
}

.regularization-calander-grid > li.holiday::before {
  background-color: #A9A543;
}

.regularization-calander-grid > li.selected::before {
  background-color: #27AE60;
}

.regularization-calander-grid > li.week-off::before {
  background-color: #E6E6E6;
}

.target-low {
  color: #FF9689;
}

.target-avarage {
  color: #849EEA;
}
.target-high {
  color: #27AE60 !important;
}

.container-element {
  position: relative;
}

.container-element .conatiner-delete {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #DE350B;
  display: none;
  border: 1px solid #DAE1ED;
  border-radius: 50%;
  background-color: #ffffff;
}

.container-element:hover .conatiner-delete {
  display: block;
}

.notifications-history > li:hover {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.notifications-history > li .delete:hover {
  background-color: #f1f2f3;
}

.paf-highlight {
  -webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.25);
}

.pulish .custom-control label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pulish .custom-control label > span {
  padding-left: 4px;
}

.remove-from-billing {
  position: absolute;
  top: 25px;
  right: 50px;
}

.custom-reports-dashboard-widget .card .card-header .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 200px);
}

.job-insight {
  margin: 0 -16px;
}

.customer-insight, .job-insight, .salary-insight {
  display: block;
}

.customer-insight .insight, .job-insight .insight, .salary-insight .insight {
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: 600;
}

.insight-req .left-line:nth-child(2n) {
  border-left: #ced4da solid 1px;
}

.steps-btn {
  display: block !important;
  margin: 0px auto !important;
}

.model-content {
  padding: 10px;
  border: 1px  solid #ced4da;
  margin: 10px;
  display: block;
}

.model-content p {
  margin-bottom: 0px;
  text-align: center;
}

.accu-key {
  position: relative;
}

.accu-key span {
  background-color: #ffffff;
  padding: 0px 4px;
  z-index: 1;
}

.accu-key::before {
  position: absolute;
  content: "";
  width: 95%;
  border-top: 3px dotted green;
  z-index: 0;
}

.checker-cont {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.checker-cont p {
  margin-bottom: 0px;
}

.author-part {
  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;
  padding: 10px;
  position: relative;
}

.author-part p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
}

.author-part p input[type=checkbox], .author-part p input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  height: 20px;
  margin-bottom: 10px;
}

.author-part p input[type=radio] {
  accent-color: gray;
}

.author-part p input[type=checkbox] {
  accent-color: green;
}

.author-part p input[type=checkbox]:hover {
  accent-color: green;
}

.author-part::before {
  position: absolute;
  content: "";
  width: 85%;
  border-top: 3px dashed gray;
  top: 30px;
  left: 40px;
}

.auth-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-status p {
  margin-bottom: 0px;
}

.tab-bars::before {
  top: 2px !important;
  left: -1.0rem !important;
}

.tab-bars::after {
  top: 2px !important;
  left: -1.0rem !important;
}

.quick-lead-view .detailed-view {
  width: 100%;
}

.person_view {
  background-color: #27ae60;
  color: #ffffff;
}

.job_info {
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  width: 20px;
  height: 20px;
}

.job_info.pipeline {
  background-color: #9988db;
}

.job_info.submit {
  background-color: #61b1d5;
}

.job_info.interview {
  background-color: #f2ca70;
}

.job_info.select {
  background-color: #e79287;
}

.job_info.accept {
  background-color: #abca8f;
}

.job_info.onboarded {
  background-color: #c898c8;
}

.onboarded_section {
  border-bottom: 1px solid #dee2e6;
  position: relative;
}

.onboarded_section .onboarded_icons {
  display: none;
}

.onboarded_section .onboarded_template {
  width: 100%;
}

.onboarded_section .onboarded_status {
  position: absolute;
  top: 2px;
  right: 0px;
}

.onboarded_section:last-child {
  border-bottom: none;
  padding-bottom: 0px !important;
}

.onboarded_section:hover .onboarded_icons {
  display: block;
  width: 25%;
}

.onboarded_section:hover .onboarded_template {
  width: 75%;
}

.onboarding_pricheck {
  display: block;
  position: relative;
}

.onboarding_pricheck .title {
  display: inline-block;
  position: relative;
}

.onboarding_pricheck::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dee2e6;
  top: 50%;
}

.horizontal_enterprise_search a {
  color: #0E3D22;
}

.help_desk {
  position: relative;
}

.help_desk span {
  border-radius: 50%;
}

.help_desk .help_text {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0%;
}

.help_desk .help_text ol {
  padding-left: 20px;
  margin-bottom: 0px;
}

.help_desk:hover .help_text {
  display: block;
}

.notify_selector {
  z-index: 0 !important;
}

.empty_states_title {
  font-size: calc(1.0rem + 1.25vw);
}

.text_formating_options input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.notification-count {
  top: -5px;
  right: -5px;
  position: absolute;
  width: 15px;
  height: 15px;
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  position: relative;
  overflow: visible;
}

md-autocomplete-wrap input {
  border: 1px solid #DAE1ED !important;
}

md-autocomplete[disabled] input {
  cursor: default;
}

md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: transparent;
  height: auto;
}

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}

md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}

md-autocomplete[md-floating-label] .md-show-clear-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}

md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 30px;
}

[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 0;
  padding-left: 30px;
}

md-autocomplete md-autocomplete-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: visible;
  height: inherit;
}

md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}

md-autocomplete md-autocomplete-wrap md-input-container,
md-autocomplete md-autocomplete-wrap input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
}

md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: none;
  transition: none;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  -webkit-transition: none;
  transition: none;
  height: 3px;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}

md-autocomplete input:not(.md-input) {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 36px;
}

md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}

md-autocomplete .md-show-clear-button button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: transparent;
  margin: auto 5px;
}

md-autocomplete .md-show-clear-button button:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}

md-autocomplete .md-show-clear-button button:focus:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}

md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}

md-autocomplete .md-show-clear-button button.ng-enter {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

md-autocomplete .md-show-clear-button button.ng-leave {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete li:focus {
    color: #fff;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%;
  min-width: 250px !important;
  width: auto;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight {
  font-weight: bold;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container.client-assignment-autocomplete {
  min-width: 400px !important;
}

.md-virtual-repeat-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}

.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 30px;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-autocomplete-suggestions li:focus {
  outline: none;
}

.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
  .md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}

.md-virtual-repeat-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 9999999 !important;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}

[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto;
}

.md-visually-hidden {
  display: none;
}

/** Custom Classes **/
.md-autocomplete {
  display: inline-block;
  vertical-align: middle;
}

.md-autocomplete md-autocomplete-wrap input {
  height: 18px;
  padding: 0;
}

.skill .md-autocomplete md-autocomplete-wrap input {
  height: 36px;
  padding-left: 0.312rem;
  padding-right: 0.312rem;
}

.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 8px;
  margin: 5px 0 35px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: #196bb7;
  border-radius: 5px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  background-color: #5bb1f5;
  border-radius: 2px;
  z-index: 2;
}

.rzslider .rz-pointer {
  top: -7px;
  z-index: 3;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 16px;
  outline: 0;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #ffffff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  top: 8px;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  background: none;
  border-radius: 50%;
}

.rzslider .rz-tick:after {
  background: #a7a8a9;
  content: "";
  height: 18px;
  position: absolute;
  top: 5px;
  width: 1px;
}

.rzslider .rz-tick.rz-selected {
  background: none;
}

.rzslider .rz-tick-value {
  color: #a7a8a9;
  font-size: small;
  position: absolute;
  top: 25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  -webkit-transform: translate(0, -28%);
  -ms-transform: translate(0, -28%);
      transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  -webkit-transform: translate(0, -28%);
  -ms-transform: translate(0, -28%);
      transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}

/********** global-search **********/
/* Candidate Search Form */
.candidate-search-form {
  background-color: #F9F9FA;
  border-radius: 0.625rem;
  max-width: 658px;
  margin: auto;
  padding: 0.75rem;
  width: 100%;
}

.candidate-search-form .nav-tabs {
  border-bottom: none;
}

.candidate-search-form .nav-tabs .nav-link {
  border: none;
  border-radius: 0.225rem;
  color: #546271;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.candidate-search-form .nav-tabs .nav-item.show .nav-link, .candidate-search-form .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60 #27ae60 #fff;
  font-weight: 400;
}

.candidate-search-form .form-control._jd {
  resize: none;
}

.candidate-reecnt-searches .dropdown-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.candidate-reecnt-searches .dropdown-item .oorwin-close {
  padding: 0.375rem;
}

.candidate-reecnt-searches .dropdown-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
}

.candidate-reecnt-searches .dropdown-item:hover .oorwin-close:hover {
  background-color: #E8E9E9;
}

.candidate-reecnt-searches.candidate-saved-searches .dropdown-item:last-child {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.candidate-reecnt-searches.candidate-saved-searches .dropdown-item:last-child {
  border-bottom: 1px solid #dee2e6 !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.advance-search-block .internal_advanced_search .form-group .form-control {
  background-color: #ffffff;
}

.advance-search-block .form-group .form-control > .dropdown .dropdown-menu {
  margin-top: 0;
}

.advance-search-block.candidate-search {
  border: 1px solid #cfcfcf;
}

.advance-search-block.candidate-search .panel {
  margin-bottom: 0;
  border-radius: 4px 20px 0 0;
}

.advance-search-block.candidate-search .panel .panel-title {
  cursor: pointer;
  line-height: 28px;
}

.advance-search-block.candidate-search .panel .panel-title > a {
  display: inline-block;
  vertical-align: bottom;
}

.advance-search-block.candidate-search .panel .panel-title > a > i {
  background-color: #186bb7;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}

.advance-search-block small {
  color: #666;
  display: block;
  padding-top: 2px;
  text-transform: none;
}

.advance-search-block .panel-footer {
  background-color: #f0f3f6;
  position: relative;
  border-radius: 0px;
}

.advance-search-block .panel-footer > a {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.advance-search-block .panel-footer > i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.875rem;
  color: #186bb7;
}

.advance-search-block .panel-footer.panel-footer-alt {
  background-color: #c7c7c7;
}

.advance-search-block .panel-footer.panel-footer-alt > a {
  color: #ffffff;
}

.advance-search-block .form-group .form-control {
  background-color: #f9f9f9;
}

.advance-search-block .form-group .input-group .input-group-addon {
  border: none;
  background: none;
}

.advance-search-block .form-group .input-group .input-group-addon > img {
  max-width: 20px;
  max-height: 20px;
}

.advance-search-block .job-form-small .job-heading {
  background-color: #e9e9e9;
  color: #181c32;
  text-transform: uppercase;
}

.advance-search-block .job-form-small .form-group .form-control {
  background-color: #ffffff;
}

.advance-search-block .job-form-small .form-group .tag-autocomplete .host .tags {
  background: #ffffff;
}

.advance-search-block .job-form-small .form-group .tag-autocomplete .host .tags .input {
  background: #ffffff;
}

.advance-search-block .job-form-small .inline-search-options {
  position: absolute;
  right: 0;
  top: -0.25rem;
  z-index: 1;
}

.advance-search-block .job-boards > li {
  background-color: #f0f3f6;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  vertical-align: middle;
}

.advance-search-block .job-boards > li > img {
  max-width: 20px;
  max-height: 20px;
}

.advance-search-block .job-boards > li .adv-job-boards {
  max-width: 16px;
  max-height: 16px;
  vertical-align: text-top;
}

.advance-search-block .search-result {
  position: relative;
  max-height: 300px;
  overflow-y: auto;
}

.advance-search-block .search-result > li {
  padding-top: 5px;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
  position: relative;
  font-size: 0.8125rem;
}

.advance-search-block .search-result > li:last-child {
  border-bottom: 0;
}

.advance-search-block .search-result > li .search-titles {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6f7477;
}

.advance-search-block .search-result > li .search-exp {
  color: #6f7477;
}

.advance-search-block .search-result > li .search-more {
  width: 100%;
  overflow: hidden;
}

.advance-search-block .search-result > li .search-more > a {
  float: left;
  display: inline-block;
}

.advance-search-block .search-result > li .search-more .time {
  float: right;
  display: inline-block;
}

.advance-search-block .search-result.search-save > li {
  position: relative;
}

.advance-search-block .search-result.search-save > li:after {
  content: " ";
  background-color: #186bb7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.advance-search-block .search-result.search-save > li .save-search-heading {
  margin-bottom: 5px;
  background-color: #186bb7;
  border-radius: 4px;
  color: #ffffff;
}

.advance-search-block .search-result.search-save > li .search-hover-options {
  position: absolute;
  text-align: center;
  z-index: 10;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0;
}

.advance-search-block .search-result.search-save > li .search-hover-options > a {
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}

.advance-search-block .search-result.search-save > li .search-hover-options > a > i {
  font-size: 18px;
}

.advance-search-block .search-result.search-save > li:hover:after,
.advance-search-block .search-result.search-save > li:hover .search-hover-options {
  opacity: 1;
}

.advance-search-block .search-tags > li .tags-list {
  margin-bottom: 5px;
  background-color: #f0f3f6;
  border-radius: 18px;
  color: #6f7477;
}

.advance-search-block .extra-data {
  display: none;
}

.advance-search-block .search-count {
  font-size: 30px;
  color: #186bb7;
  text-align: right;
}

.advance-search-block .search-count + p {
  color: #6f7477;
  text-align: right;
}

.advance-search-block .search-tag-btn .btn {
  border-radius: 0;
}

.advance-search-block .search-tag-btn .btn.btn-default {
  border: 1px solid #cfcfcf;
}

.advance-search-block .span-title {
  color: #6f7477;
  display: inline-block;
}

.advance-search-block .more-btn {
  text-align: center;
  background-color: #f0f3f6;
  border: 1px solid #cfcfcf;
}

.advance-search-block .more-btn > a {
  color: #186bb7;
  display: block;
}

.advance-search-block .search-portal > li {
  display: inline-block;
  background-color: #f0f3f6;
  border: 1px solid #cfcfcf;
  color: #6f7477;
  cursor: pointer;
}

.advance-search-block .search-portal > li > span,
.advance-search-block .search-portal > li > img {
  display: inline;
  line-height: 20px;
}

.advance-search-block .search-portal > li > img {
  vertical-align: text-top;
  max-height: 18px;
}

.advance-search-block .search-portal > li.active {
  border: 1px solid #186bb7;
  color: #186bb7;
}

.advance-search-block .add-file,
.advance-search-block .add-mail {
  color: #333333;
  vertical-align: middle;
}

.advance-search-block .input-group-text {
  font-size: 0.75rem;
}

.advance-search-block .search-candidates-list > li {
  border-radius: 5px;
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(9, 30, 66, 0.31) 0px 0px 1px 0px, rgba(9, 30, 66, 0.25) 0px 1px 1px 0px;
          box-shadow: rgba(9, 30, 66, 0.31) 0px 0px 1px 0px, rgba(9, 30, 66, 0.25) 0px 1px 1px 0px;
}

.advance-search-block .search-candidates-list > li .access-candidate {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 50px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  z-index: 9;
}

.advance-search-block .search-candidates-list > li .access-candidate > span > span {
  width: 120px;
  display: inline-block;
  text-align: right;
}

.advance-search-block .search-candidates-list > li .result-profile-img-block {
  display: block;
  left: 0;
  position: absolute;
  width: 120px;
}

.advance-search-block .search-candidates-list > li .result-profile-img-block .short-views .table-tags {
  letter-spacing: -1px;
  line-height: 28px;
  margin-right: -8px;
  min-height: 32px;
  min-width: 32px;
  padding: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.advance-search-block .search-candidates-list > li .result-profile-img-block .short-views .table-tags:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.advance-search-block .search-candidates-list > li .profile-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  display: inline-block;
}

.advance-search-block .search-candidates-list > li .profile-img > img {
  border-radius: 4px;
}

.advance-search-block .search-candidates-list > li .profile-name {
  display: inline-block;
}

.advance-search-block .search-candidates-list > li .profile-name > a {
  color: #186bb7;
  text-transform: uppercase;
}

.advance-search-block .search-candidates-list > li .profile-name.teachfetch-header {
  width: calc(100% - 30px);
}

.advance-search-block .search-candidates-list > li .result-profile-details-block {
  display: block;
  margin-left: 120px;
  min-height: 85px;
}

.advance-search-block .search-candidates-list > li .profile-details > li {
  color: #9fa9b7;
  margin-bottom: 5px;
}

.advance-search-block .search-candidates-list > li .profile-details > li h5 {
  font-size: 0.75rem;
  padding-bottom: 5px;
}

.advance-search-block .search-candidates-list > li .email {
  width: 100%;
}

.advance-search-block .search-candidates-list > li .email > h5 > i {
  vertical-align: middle;
}

.advance-search-block .search-candidates-list > li .email > h5 > span {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 20px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.advance-search-block .search-candidates-list > li .profile-skills > p {
  color: #186bb7;
  margin: 0;
}

.advance-search-block .search-candidates-list > li .profile-skills > span {
  font-size: 0.875rem;
  color: #6f7477;
  word-break: break-all;
}

.advance-search-block .search-candidates-list > li .profile-action-items {
  display: inline-block;
}

.advance-search-block .search-candidates-list > li .profile-action-items .mdi {
  display: inline-block;
  vertical-align: top;
  width: 15px;
}

.advance-search-block .search-candidates-list > li .profile-action-items h5 {
  display: block;
}

.advance-search-block .search-candidates-list > li .profile-actions {
  position: relative;
  vertical-align: top;
}

.advance-search-block .search-candidates-list > li .profile-actions > a {
  color: #6f7477;
}

.advance-search-block .search-candidates-list > li .profile-actions > ul > li {
  margin-left: 5px;
}

.advance-search-block .search-candidates-list > li .profile-actions > ul > li.candidate-action-details {
  vertical-align: top;
  margin-top: -6px;
}

.advance-search-block .search-candidates-list > li .result-profile-personal-details-block {
  border-top: 1px solid #dfe3ef;
}

.advance-search-block .search-candidates-list > li .result-profile-personal-details-block .result-profile-details-block {
  min-height: 40px;
}

.advance-search-block .search-candidates-list > li .result-profile-personal-details-block .avilable {
  background: #fff;
  color: #f39c12;
  line-height: 12px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 120px;
}

.advance-search-block .search-candidates-list > li .career-builder-profile-name {
  vertical-align: middle;
  color: #186bb7;
  line-height: 26px;
}

.advance-search-block .search-candidates-list > li .career-builder-profile-actions > a {
  color: #6f7477;
}

.advance-search-block .search-candidates-list > li .career-builder-profile-actions > ul > li.candidate-action-details {
  vertical-align: top;
  margin-top: -6px;
}

.advance-search-block .search-candidates-list > li .short-details {
  line-height: 24px;
}

.advance-search-block .search-candidates-list > li .short-details .mdi {
  float: left;
}

.advance-search-block .search-candidates-list > li .short-details ._value {
  display: block;
  margin-left: 20px;
}

.advance-search-block .search-candidates-list > li .skills-exp > li {
  padding-bottom: 5px;
}

.advance-search-block .search-candidates-list > li .skills-exp > li > span {
  color: #186bb7;
}

.advance-search-block .search-candidates-list > li .skills-exp > li > span:first-child {
  width: calc(100% - 50px);
  display: inline-block;
}

.advance-search-block .search-candidates-list > li .skills-exp > li > span:last-child {
  width: 50px;
  text-align: right;
  display: inline-block;
}

.advance-search-block .internal_candidate_disable {
  position: relative;
}

.advance-search-block .internal_candidate_disable .row,
.advance-search-block .internal_candidate_disable .access-denied {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.advance-search-block .internal_candidate_disable td {
  position: relative;
}

.advance-search-block .internal_candidate_disable td .access-candidate {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  top: 6px;
  z-index: 9;
}

.advance-search-block .dice_search_container .input-group .input-group-addon {
  border: 1px solid #cfcfcf;
  background: #f8f9fc;
}

.advance-search-block .dice_search_container .input-group .input-group-text {
  height: inherit;
  line-height: 1;
}

.advance-search-block .jobboard-skills-list > li {
  border: 1px solid #cfcfcf;
  margin-bottom: 5px;
  border-radius: 20px;
}

.advance-search-block .jobboard-skills-list > li > i {
  color: #6f7477;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .result-profile-img-block {
  width: auto;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .result-profile-details-block {
  margin-left: 100px;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-img {
  position: relative;
  width: 60px;
  height: 60px;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .result-profile-personal-details-block .avilable {
  width: 100px;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-name {
  width: 100%;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-name > span > a {
  max-width: calc(100% - 40px);
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-name > a {
  width: 100%;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-name > a > span {
  max-width: calc(100% - 25px);
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-name > a > i {
  padding-left: 5px;
  vertical-align: super;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-name > a.similar-candidate-name {
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-actions {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.advance-search-block.advance-search-block-alt .search-candidates-list > li .profile-actions > a {
  color: #6f7477;
}

.advance-search-block.advance-search-block-alt [class*="col-"][class*="order-"] {
  border-left: none !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: inherit !important;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.advance-search-block.advance-search-block-alt [class*="col-"][class*="order-"] .min-h-160p {
  min-height: inherit !important;
}

.advance-search-block .select-add-file {
  width: 100px;
  border-radius: 0px;
  height: 26px;
  border: 0;
}

.advance-search-block .dice_search_container .rzslider .rz-bar {
  background: #66ccff;
}

.advance-search-block .dice_search_container .rzslider .rz-selection {
  background: #196bb7;
}

.advance-search-block .monster_search_container .rzslider .rz-bar {
  background: #642891;
}

.advance-search-block .monster_search_container .rzslider .rz-selection {
  background: #be7af1;
}

.advance-search-block .monster_search_container .power_search .custom-checkbox + label,
.advance-search-block .monster_search_container .power_search .custom-radio + label {
  height: 26px;
}

.advance-search-block .monster_search_container .power_search .form-group small {
  color: #666;
  display: block;
  padding-top: 2px;
  text-transform: none;
}

.advance-search-block .btn.add_another {
  border: none;
  border-radius: 0;
  line-height: 15px;
  margin-top: 5px;
  padding: 0;
  text-decoration: underline !important;
}

.advance-search-block .btn.add_another:hover {
  background-color: transparent;
  color: #186bb7;
}

.advance-search-block .main-tabs {
  border-bottom: none;
  margin-bottom: 0;
}

.advance-search-block .searching-area {
  margin-bottom: 0.625rem;
}

.advance-search-block .clear_search {
  color: red;
  position: absolute;
  right: 30px;
  top: 4px;
}

.advance-search-block .radio-toggle-group {
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 3px;
  overflow: hidden;
}

.advance-search-block .radio-toggle {
  float: left;
}

.advance-search-block .radio-toggle label {
  line-height: 16px;
  max-width: initial;
  padding-left: 6px;
  padding-right: 6px;
}

.advance-search-block .radio-toggle input[type="radio"]:checked + label {
  background-color: #186bb7;
  color: #ffffff;
}

.advance-search-block .radio-toggle input[type="radio"] {
  display: none;
}

.advance-search-block .likely-to-switch {
  color: #6f7477;
  font-size: 12px;
}

.advance-search-block .likely-to-switch .progress {
  height: 8px;
  margin: 5px;
  overflow: inherit;
  width: 50px;
}

.advance-search-block .likely-to-switch .progress-bar {
  border-radius: 5px;
  font-size: 8px;
  line-height: 12px;
  position: relative;
}

.advance-search-block .likely-to-switch .progress-precentage {
  color: #333;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100%;
}

.advance-search-block .likely-to-switch .likely-to-switch-text {
  color: #333333;
}

.advance-search-block .social-links .list-inline-item {
  cursor: help;
  height: 18px;
  margin-left: 0;
  margin-right: 2px;
  max-height: 18px;
  max-width: 18px;
  overflow: hidden;
  padding: 0;
  width: 18px;
}

.advance-search-block .social-links .list-inline-item img {
  display: block;
  height: 18px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  width: 18px;
}

.advance-search-block .form-group textarea.form-control._jd {
  height: 300px !important;
}

.advance-search-block .panel {
  margin-bottom: 10px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.advance-search-block .panel.panel-bg {
  padding: 0 10px 10px;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px 0 #f9f9f9;
          box-shadow: 0px 4px 4px 0 #f9f9f9;
}

.advance-search-block .panel .panel-icon {
  color: #999999;
  font-size: 0.875rem;
  cursor: pointer;
}

.advance-search-block .panel .panel-icon.mdi-cursor-move {
  padding-right: 6px;
}

.advance-search-block .panel .panel-heading {
  padding: 3px 10px;
  background-color: transparent;
  border-bottom: 1px solid #0288d1;
  border-radius: 0px;
}

.advance-search-block .panel .panel-heading .panel-title {
  color: #186bb7;
  line-height: 23px;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 10px;
}

.advance-search-block .panel .panel-heading .panel-title .panel-checkbox {
  display: inline-block;
}

.advance-search-block .panel .panel-heading .panel-title .panel-checkbox > label {
  padding-right: 0;
}

.advance-search-block .panel .panel-heading > i {
  margin-right: 10px;
  cursor: pointer;
}

.advance-search-block .panel .panel-heading .mdi-cursor-move {
  margin-right: 0;
  cursor: move;
}

.advance-search-block .panel .panel-body {
  padding: 10px;
}

.advance-search-block .panel .panel-body.panel-body-alt {
  padding: 10px 0;
}

.advance-search-block .form-check .form-check-input {
  position: relative;
}

.advance-search-block .filtered-keywords .filtered-item {
  display: inline-block;
  line-height: 1.25rem;
  padding-left: 0.425rem;
}

.advance-search-block .filtered-keywords .filtered-item .oorwin-close {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  margin-left: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

.advance-search-block .filtered-keywords .filtered-item:hover {
  background-color: #d8f0e3;
}

.advance-search-block .filtered-keywords .filtered-item:hover .oorwin-close {
  background-color: #bbe6cd;
  color: #1E8549;
}

.candidate-disabled {
  position: relative;
  cursor: not-allowed;
}

.candidate-disabled::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.global-search-btn {
  background-color: #f0f3f6;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

.search-type > li > label {
  cursor: pointer;
  color: #6f7477;
}

.search-type > li.active > label {
  color: #186bb7;
}

.submission-view-btns {
  position: absolute;
  right: 0;
  z-index: 2;
}

.clear_search {
  color: red;
  position: absolute;
  right: 40px;
  top: 34px;
}

.job-info-tooltip {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
}

.modal-body .job-info-tooltip {
  left: 3px;
  top: -10px;
}

.bottom-buttons-section li {
  position: relative;
}

.bottom-buttons-section li .job-info-tooltip {
  position: absolute;
  right: 2px;
  top: 0;
  left: auto;
}

.bottom-buttons-section li ul.dropdown-menu {
  border-radius: 4px 4px 0 0;
  margin: 0;
  bottom: 100%;
  width: 205px;
}

.bottom-buttons-section li ul.dropdown-menu li {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  display: inline-block !important;
  min-height: 40px;
  width: 50%;
  padding: 0 8px 5px;
}

.bottom-buttons-section li ul.dropdown-menu li:nth-child(even) {
  border-right: none;
}

.bottom-buttons-section li ul.dropdown-menu li > a {
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 6px 0;
  vertical-align: middle;
}

.bottom-buttons-section li ul.dropdown-menu li label {
  padding: 0;
}

.bottom-buttons-section li ul.dropdown-menu img {
  max-width: 80px;
  max-height: 30px;
}

.search-portal-options {
  display: inline-block;
  float: right;
}

.search-portal-options.search-portal-check {
  float: none;
  vertical-align: middle;
}

.search-portal-options.search-portal-check > li {
  border: 1px solid #cfcfcf;
  border-right: 0px;
  display: inline-block;
  float: left;
}

.search-portal-options.search-portal-check > li:first-child {
  border-radius: 4px 0px 0px 4px;
}

.search-portal-options.search-portal-check > li:last-child {
  border-radius: 0px 4px 4px 0px;
  border-right: 1px solid #cfcfcf;
}

.search-portal-options.search-portal-check > li.active {
  background-color: #f0f3f6;
}

.search-portal-options > li .custom-checkbox:checked + label.checkbox-overlay:before {
  border: 0px;
  background: transparent;
}

.search-portal-options > li .checkbox-overlay {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 21px;
  vertical-align: top;
}

.search-portal-options > li .checkbox-overlay > img {
  width: 12px;
  height: 12px;
  vertical-align: baseline;
}

.search-portal-options > li .checkbox-overlay:before {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}

.search-portal-options > li .checkbox-overlay:after {
  top: 5px;
  left: 7px;
  border-color: transparent;
}

.search-portal-options > li .checkbox-overlay:hover {
  border: 1px solid #186bb7;
}

.search-portal-options > li .checkbox-overlay:hover:before {
  -webkit-animation: none;
          animation: none;
}

.adv-fixed-btns {
  position: fixed;
  top: 135px;
  right: 70px;
}

.daily-count {
  background-color: #ffffff;
  color: #6f7477;
  position: relative;
  text-transform: capitalize;
}

.daily-count > img {
  height: 20px;
}

.daily-count img {
  display: inline-block;
  height: 20px;
}

.portal-main .portal-heading {
  background-color: #f0f3f6;
}

.portal-main .portal-detail {
  border-bottom: 1px dashed #cfcfcf;
}

.portal-main .portal-detail .text-shadow {
  color: transparent !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.portal-main .portal-detail .portal-user > li {
  vertical-align: top;
}

.portal-main .portal-detail .portal-user > li.portal-profile {
  width: 60px;
  height: 60px;
  background: url(../images/profile-image.png);
  background-size: cover;
  vertical-align: top;
  border-radius: 4px;
}

.portal-main .portal-detail .portal-user > li.portal-profile > img {
  border-radius: 4px;
}

.portal-main .portal-detail .portal-user > li.portal-profile > img.portal-profile-back {
  display: none;
}

.portal-main .portal-detail .portal-user > li.profile-info .profile-name {
  margin-bottom: 5px;
  color: #181c32;
  font-size: 0.875rem;
  line-height: 16px;
  display: inline-block;
}

.portal-main .portal-detail .portal-user > li.profile-info .profile-name:hover {
  color: #186bb7;
}

.portal-main .portal-detail .portal-user > li.profile-info .profile-title {
  color: #6f7477;
  font-size: 12px;
}

.portal-main .portal-detail .profile-icon {
  color: #6f7477;
  font-size: 0.875rem;
  line-height: 16px;
}

.portal-main .portal-detail .profile-icon:hover {
  color: #186bb7;
}

.portal-main .portal-detail .profile-desc {
  color: #6f7477;
}

.portal-main .portal-detail .profile-desc > i {
  color: #186bb7;
}

ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}

ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: "";
}

ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
}

ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}

/*dice*/
.dice-list .search-candidates-list > li .profile-img {
  width: 75px;
  height: 75px;
}

.dice-list .profile-actions {
  font-size: 18px;
  position: relative;
  top: 0;
  right: 0;
}

.dice-list .profile-desc {
  font-size: 12px;
}

.dice-list .profile-desc .dice-skills {
  background-color: #f5f5f5;
}

.dice-list .profile-desc .dice-skills .dice-skill-name {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.dice-list .profile-desc .dice-skills .dice-skill-exp {
  float: right;
}

/*career builder*/
.career-builder-list {
  color: #181c32;
}

.career-builder-list .career-builder-text {
  color: #6f7477;
}

.techfetch-list {
  font-size: 0.875rem;
}

/*monster*/
.monster-list .career-builder-profile-name {
  font-size: 0.875rem;
}

.monster-list .avilable {
  font-size: 0.875rem;
}

.monster-list .monster-dark {
  color: #181c32;
}

.monster-list .monster-light {
  color: #6f7477;
  word-break: break-word;
}

.monster-list .search-candidates-list > li {
  border-bottom: 0px;
  border-top: 0px;
}

.monster-list .search-candidates-list > li:nth-child(2n) {
  background-color: #f5f5f5;
}

.monster-list .search-candidates-list > li:first-child {
  border-top: 1px solid #cfcfcf;
}

.monster-list .search-candidates-list > li:last-child {
  border-bottom: 1px solid #cfcfcf;
}

.monster-list .job-match-section {
  width: 70px;
  float: left;
}

.monster-list .job-match-section .match-level {
  border-radius: 5px;
  border: 0 none;
  height: 42px;
  width: 42px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 16px;
}

.monster-list .job-title-address {
  margin-left: 70px;
}

.monster-list .job-title-address .job-board-profile-title {
  color: #186bb7;
  font-size: 0.875rem;
  line-height: 16px;
}

.search-candidates-list .job-match-section {
  width: auto;
  float: left;
}

.search-candidates-list .job-match-section .match-level {
  border-radius: 4px;
  border: 0 none;
  height: auto;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 12px;
}

.monster-skill {
  padding-top: 5px;
}

.monster-skill .monster-skill-hit {
  width: 10px;
  display: inline-block;
  float: left;
}

.monster-skill .monster-skill-details {
  width: calc(100% - 15px);
  padding-left: 5px;
  display: inline-block;
}

.job-board-tags {
  word-wrap: break-word;
  color: #6f7477;
}

.job-board-tags > a {
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  display: block;
}

.job-board-tags > a > span {
  display: inline-block;
}

.job-board-tags > a > span:first-child {
  max-width: calc(100% - 60px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.job-board-tags > a > span:last-child {
  background: #186bb7;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 5px;
}

.job-board-tags > a:hover {
  background-color: #f0f3f6;
}

.job-board-tags > a.active {
  background: #186bb7;
  border-color: #186bb7;
  color: #ffffff;
}

.job-board-tags > a.active > span:last-child {
  background: #ffffff;
  color: #186bb7;
}

.search-jobboards > li {
  background-color: #f0f3f6;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.search-jobboards > li > a {
  display: block;
  text-align: center;
}

.search-jobboards > li > a > img.dice-job {
  height: 20px;
}

.search-jobboards > li > a > img.monster-job {
  border-radius: 5px;
  height: 20px;
}

.search-jobboards > li > label {
  padding: 6px 10px;
}

.search-jobboards > li .job-board-info {
  color: #6f7477;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}

.search-jobboards > li .label-text {
  display: block;
}

.search-jobboards > li .job-search-count {
  display: block;
  min-width: 55px;
}

.search-jobboards > li.active .job-board-info {
  color: #181c32;
}

.search-jobboards > li .career-job {
  height: 20px;
}

.search-jobboards > li .custom-radio + label {
  height: 30px;
}

.border-jobs {
  border-left: 3px solid #e9e9e9;
}

/********** Resume Matchings **********/
.summary-well {
  border-left: 1px solid #e3e3e3;
  margin: 50px 0;
  padding: 0 50px;
}

.summary-well .overview-heading {
  line-height: 50px;
  text-transform: uppercase;
}

.summary-well .match_percentage {
  font-size: x-small;
  line-height: 50px;
  padding-left: 5px;
}

.summary-well .mdi {
  font-size: 32px !important;
}

.summary-well .disabled {
  background-color: #f9f5f5;
}

.panel-scrollspy {
  margin: 0;
}

.panel-scrollspy .panel-heading {
  border: none;
}

.panel-scrollspy .panel-heading h6 {
  margin: 0;
}

.panel-scrollspy .panel-body {
  min-height: 350px;
  max-height: 350px;
  overflow-y: auto;
}

.panel-scrollspy .edu_details {
  color: #6f7477;
  list-style: none;
}

.panel-scrollspy .edu_details li {
  display: block;
  position: relative;
}

.panel-scrollspy .edu_details li span {
  display: inline-block;
  padding-right: 10px;
}

.panel-scrollspy .edu_details li ._qualification {
  color: #000000;
}

.panel-scrollspy .edu_details li ._university {
  color: #333333;
}

.panel-scrollspy .edu_details li ._eduDuration {
  color: #666666;
}

.panel-scrollspy .edu_details li .mdi {
  font-size: large;
  left: 0;
  position: absolute;
  top: -3px;
}

.scrollspy .mdi-check {
  font-size: 18px;
  vertical-align: middle;
}

.scrollspy .mdi-close {
  color: red;
  font-size: 18px;
  vertical-align: middle;
}

.skillsComparisionTable,
.skillsComparisionTable th,
.skillsComparisionTable td {
  background-color: #fcfcfd;
}

.skillsComparisionTable th,
.skillsComparisionTable td,
.skillsComparisionTable th th,
.skillsComparisionTable th td,
.skillsComparisionTable td th,
.skillsComparisionTable td td {
  border-bottom: 1px solid #cfcfcf;
  color: #000;
  font-size: 12px;
  padding: 5px 15px;
}

.scrollspy h4 {
  color: #6f7477;
  margin-bottom: 0;
}

.skillsComparisionTable th {
  background-color: #fcfcfd !important;
  border-bottom-color: #bbbcbd !important;
}

.targets-chart .highcharts-container {
  width: 100% !important;
}

.targets-chart .highcharts-container > svg {
  width: inherit !important;
  background-color: #ffffff;
}

.highcharts-container .shadow {
  -webkit-box-shadow: 0 0 5px 5px #eee;
          box-shadow: 0 0 5px 5px #eee;
  height: 200px;
  position: absolute;
  width: 200opx;
}

/********** team **********/
.teams-list-block {
  background-color: #ffffff;
  height: 185px;
  overflow-y: auto;
}

.teams-list {
  overflow-y: auto;
}

.teams-list > li {
  display: block;
  border-radius: 0px;
  border-bottom: 1px solid #cfcfcf;
  color: #181c32;
  font-size: 0.875rem;
  line-height: 30px;
}

.teams-list > li:hover, .teams-list > li.active {
  background-color: #f0f3f6;
}

.teams-list > li .team-name {
  width: 150px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  vertical-align: middle;
}

.multi-team-members {
  position: relative;
}

.multi-team-members .team-members {
  position: relative;
}

.multi-team-members .team-members .remove-member {
  position: absolute;
  right: 0;
}

.multi-team-members .add-member {
  position: absolute;
  left: 82%;
  bottom: 0;
}

.users-team-height {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  height: 375px;
  overflow-y: auto;
}

.teams-popover-list > li > a,
.teams-popover-list > li > span {
  width: 130px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  float: left;
  border: 1px solid #cfcfcf;
}

.teams-popover-list > li > a {
  background-color: #f0f3f6;
}

.teams-popover-list > li > span {
  border-left: 0px;
}

.teams-popover-list > li:last-child {
  border-bottom: 0px;
}

/********** reports **********/
.reports-list {
  background-color: #f0f3f6;
}

.reports-list .report-tabs {
  padding-top: 5px;
}

.reports-list .report-tabs > li {
  padding-bottom: 8px;
  margin-right: 15px;
}

.reports-list .report-tabs > li > a {
  padding: 5px 5px 10px;
  color: #6f7477;
  border-bottom: 2px solid transparent;
}

.reports-list .report-tabs > li.active > a, .reports-list .report-tabs > li:hover > a {
  color: #186bb7;
  border-bottom: 2px solid #186bb7;
}

.reports-list .user-label {
  display: inline-block;
  padding-top: 0;
  margin-top: -5px;
  vertical-align: middle;
}

.reports-list .team-dashboard-top-section .user-label {
  vertical-align: inherit;
}

.reports-list .team-dashboard-top-section .reports-icon-btn {
  vertical-align: baseline;
}

.reports {
  background-color: #ffffff;
}

.reports .panel {
  border-radius: 10px;
}

.reports .panel .panel-heading {
  font-size: 0.875rem;
  color: #6f7477;
  background-color: #186bb7;
  border-color: #cfcfcf;
  border-radius: 10px 10px 0px 0px;
}

.reports .panel .panel-heading .panel-title {
  color: #ffffff;
}

.reports .panel .panel-heading .reports-panel-icons {
  float: right;
  margin-top: 3px;
}

.reports .panel .panel-heading .reports-panel-icons > .dropdown .dropdown-menu > li.active > a, .reports .panel .panel-heading .reports-panel-icons > .dropdown .dropdown-menu > li:hover > a, .reports .panel .panel-heading .reports-panel-icons > .dropdown .dropdown-menu > li:focus > a {
  color: #ffffff;
}

.reports .panel .panel-heading .reports-panel-icons > a {
  font-size: 16px;
  color: #ffffff;
}

.reports .panel .panel-heading .reports-panel-icons > span > a {
  font-size: 16px;
  color: #ffffff;
}

.reports .panel .panel-body {
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
}

.reports .panel .panel-body .panel-inner-title {
  background-color: #fafafa;
  border-bottom: 1px solid #cfcfcf;
}

.reports .panel .panel-body .panel-inner-title .calendar-icon {
  display: inline-block;
  font-size: 16px;
}

.reports .panel .panel-body .panel-inner-title .form-group {
  display: inline-block;
}

.reports .panel .panel-body .panel-inner-title .form-group .form-control {
  background-color: #ffffff;
  border-radius: 6px;
  cursor: default;
  width: 280px;
}

.reports .panel .panel-body .panel-inner-body {
  height: 240px;
  overflow-y: auto;
}

.reports .dndDragover .dndPlaceholder {
  height: 300px;
  width: 30%;
}

.reports .report-panel-loader {
  position: relative;
}

.reports .report-panel-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}

.reports .active-jobs-graph > li {
  font-size: 12px;
  color: #6f7477;
  position: relative;
  line-height: 20px;
}

.reports .report-block {
  margin-bottom: 5px;
  margin-top: 5px;
  height: 100px;
}

.reports .report-block .report-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  display: block;
  color: #6f7477;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.reports .report-block .report-count {
  padding-top: 5px;
  display: block;
  color: #181c32;
  line-height: 1;
}

.reports .report-block .report-count > a {
  color: #181c32;
}

.reports .report-sub-block {
  border: 1px solid #cfcfcf;
  background-color: #fafafa;
}

.reports .reports-types .report-title {
  font-size: 12px;
  color: #6f7477;
  line-height: 20px;
  display: inline-block;
  border-right: 1px solid #cfcfcf;
  width: 85px;
}

.reports .reports-types .report-count {
  color: #181c32;
  display: inline-block;
  vertical-align: middle;
}

.reports .applications > ul > li {
  position: relative;
}

.reports .applications > ul > li > a {
  border-right: 1px solid #cfcfcf;
  display: block;
}

.reports .applications > ul > li > a .report-title {
  color: #6f7477;
  display: block;
  font-size: 12px;
}

.reports .applications > ul > li > a .report-count {
  display: block;
  color: #181c32;
  text-align: center;
}

.reports .applications > ul > li:last-child > a {
  border-right: 0;
}

.reports .applications > ul > li.active > a .report-title,
.reports .applications > ul > li.active > a .report-count {
  color: #186bb7;
}

.reports .applications > ul > li.active > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.reports .applications .application-inner-section {
  width: 100%;
  background-color: #f0f3f6;
}

.reports .applications .application-inner-section > ul > li .report-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #6f7477;
  border-bottom: 1px solid #cfcfcf;
}

.reports .applications .application-inner-section > ul > li .report-count {
  padding-top: 5px;
  color: #181c32;
  display: block;
}

.reports .report-action-data {
  font-size: 0.875rem;
  color: #6f7477;
}

.reports .report-action-data .table-responsive {
  overflow: initial;
}

.reports .report-action-data .table > tbody > tr {
  border: 0;
}

.reports .report-action-data .table > tbody > tr > td {
  border: 0;
}

.reports .report-action-data .shedule-interview-block {
  border-bottom: 1px solid #cfcfcf;
}

.reports .report-action-data .shedule-interview-block:last-child {
  border-bottom: none;
}

.reports .report-action-data .shedule-interview-block:first-child {
  padding-top: 5px;
}

.reports .report-action-data .inner-element {
  color: #6f7477;
}

.reports .actions-count > span {
  color: #6f7477;
  font-size: 0.875rem;
}

.reports .actions-count > a {
  text-align: center;
  position: relative;
}

.reports .actions-count > a.active::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 32px;
  left: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.reports .action-block {
  widows: 100%;
  background-color: #f0f3f6;
}

.reports .action-block .recruter-count {
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #6f7477;
  display: table;
  height: 30px;
  width: 100%;
  table-layout: fixed;
}

.reports .action-block .recruter-count .rc-title {
  display: table-cell;
  width: 75%;
  color: #ffffff;
  font-size: 0.875rem;
  vertical-align: middle;
  word-break: break-all;
}

.reports .action-block .recruter-count .count-r {
  color: #6f7477;
  background-color: #ffffff;
  display: table-cell;
  width: 25%;
  text-align: center;
  font-size: 0.875rem;
  vertical-align: middle;
  word-break: break-all;
}

.reports-table-combine > thead > tr.reports-heading th {
  background-color: #186bb7;
  color: #ffffff;
  text-align: center;
  border: 0px;
}

.reports-table-combine > thead > tr.reports-heading th:first-child {
  background: none;
  border: 0px;
}

.reports-table-combine > thead > tr.reports-sub-heading th {
  text-align: center;
}

.reports-table-combine > thead > tr.reports-sub-heading th:first-child {
  background: none;
  border: 0px;
  border-bottom: 1px solid #cfcfcf;
}

.reports-table-combine > tbody > tr > td {
  border-bottom: 1px solid #cfcfcf !important;
  text-align: center;
}

.reports-table-combine > tbody > tr > td:first-child {
  text-align: left;
}

.reports-table-combine > tbody > tr > td:first-child > a {
  color: #186bb7;
}

.reports-icon-btn {
  background-color: #ffffff;
  border: 1px solid #186bb7;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  vertical-align: text-bottom;
}

.reports-icon-btn > i {
  font-size: 16px;
}

.reports-icon-btn-alt {
  background-color: #ffffff;
  border: 1px solid #6f7477;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: text-bottom;
}

.reports-icon-btn-alt > i {
  color: #6f7477;
}

.reports-icon-reset {
  background-color: #ffffff;
  border: 1px solid red;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  vertical-align: text-bottom;
}

.reports-icon-reset > i {
  font-size: 16px;
  color: red;
}

.reports-border-red {
  background-color: red-20;
}

.reports-total-bg {
  background-color: #fafafa !important;
}

/********** dashboard **********/
.dashboard {
  display: block;
}

.dashboard .panel .panel-body {
  border-radius: 10px;
}

.dashboard .profile .profile-image {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.dashboard .profile .profile-image > img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}

.dashboard .profile .profile-image > i {
  font-size: 30px;
  color: #ffffff;
}

.dashboard .profile .profile-details {
  position: relative;
}

.dashboard .profile .profile-details .name {
  font-size: 22px;
  color: #6f7477;
  line-height: 26px;
}

.dashboard .profile .profile-details .mail,
.dashboard .profile .profile-details .contact,
.dashboard .profile .profile-details .designation {
  color: #6f7477;
  line-height: 16px;
  font-size: 0.875rem;
  word-break: break-all;
}

.dashboard .profile .teams {
  border: 1px solid #cfcfcf;
  display: block;
  width: 100%;
}

.dashboard .profile .teams .title {
  padding-top: 5px;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: #186bb7;
  text-transform: uppercase;
}

.dashboard .profile .teams .team-list {
  padding: 5px;
  font-size: 0.875rem;
  color: #181c32;
  display: block;
  max-height: 60px;
  overflow-y: auto;
}

.dashboard .profile .teams .team-list > p {
  display: inline-block;
}

.dashboard .profile .teams .team-list > p > span {
  background: #f8f9fc;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  line-height: 15px;
  display: inline-block;
}

.dashboard .map-block .map-title {
  text-transform: uppercase;
  color: #186bb7;
}

.dashboard .map-block .map-integration {
  width: 100%;
}

.dashboard .map-block .map-integration > img {
  max-width: 100%;
  height: 100px;
}

.dashboard .map-block .map-integration .dashboard-application-semichart {
  width: 100%;
  height: 130px;
}

.dashboard .map-block .user-ownership-container,
.dashboard .map-block .application-rate-container,
.dashboard .map-block .dashboard-interview-chart {
  height: 160px;
}

.dashboard-custom-popover {
  min-width: 250px !important;
  height: 160px;
}

.dashboard-interview-chart {
  height: 160px;
}

.dashboard-data {
  border: 1px solid #cfcfcf;
  text-align: center;
  color: #6f7477;
  border-radius: 10px;
}

.dashboard-data .data-count {
  display: block;
  border-right: 1px solid #cfcfcf;
}

.dashboard-data .data-count:last-child {
  border-right: none;
}

.dashboard-data .data-count .all-count .custom-popover-main {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}

.dashboard-data .data-count .all-count .custom-popover-main .custom-popover {
  left: 0;
  right: 0;
}

.dashboard-data .data-count .all-count .custom-popover-main .custom-popover::before {
  left: 0;
  right: 0;
}

.dashboard-data .data-count .all-count .custom-popover-main .custom-popover::after {
  left: 2px;
  right: 0;
}

.dashboard-data .data-count .all-count > span > span {
  display: inline-block;
}

.dashboard-data .data-count .all-count > span > p {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.dashboard-data .data-count .all-count .count {
  text-align: center;
}

.dashboard-data .data-count > a {
  color: #6f7477;
  display: block;
}

.dashboard-data .data-count > a > p {
  position: relative;
}

.dashboard-data .data-count > a > p > i {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: -20px;
  color: #6f7477;
  border: 1px solid #cfcfcf;
}

.dashboard-data .data-count > a:hover {
  color: #186bb7;
}

.dashboard-data .data-count.active {
  background: #ffffff;
  color: #186bb7;
}

.dashboard-data .data-count.active > a {
  color: #186bb7;
}

.dashboard-data-view .panel .panel-body {
  border-radius: 10px;
}

.internal-data {
  height: 190px;
  overflow-y: auto;
}

.internal-data > li > a {
  padding: 5px;
  display: block;
  color: #6f7477;
  overflow: hidden;
  border-bottom: 1px solid #cfcfcf;
}

.internal-data > li > a > p {
  display: inline-block;
  line-height: 16px;
}

.internal-data > li > a > p.internal-title {
  float: left;
}

.internal-data > li > a > p.internal-count {
  float: right;
  font-size: 16px;
  color: #186bb7;
}

.internal-data > li:last-child > a {
  border-bottom: 0;
}

.internal-data > li:hover, .internal-data > li.active {
  background: #186bb7;
}

.internal-data > li:hover > a, .internal-data > li.active > a {
  color: #ffffff;
}

.internal-data > li:hover > a .internal-count, .internal-data > li.active > a .internal-count {
  color: #ffffff;
}

.dashboard-user-dropdown {
  width: 150px;
  text-align: left;
}

.submission-data-list {
  height: 250px;
  max-height: 250px;
}

.dashboard-table-data {
  padding-top: 10px;
  position: relative;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.dashboard-table-data .dashboard-table-expand-icon {
  position: absolute;
  right: 5px;
  top: -2px;
  color: #6f7477;
  font-size: 16px;
}

.internal-data .report-block {
  margin-bottom: 5px;
  margin-top: 5px;
  height: 60px;
}

.internal-data .report-block .report-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  display: block;
  color: #6f7477;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.internal-data .report-block .report-count {
  padding-top: 5px;
  display: block;
  color: #181c32;
  line-height: 1;
}

.internal-data .report-block .report-count > a {
  color: #181c32;
}

.internal-data .report-block.active .report-title, .internal-data .report-block:hover .report-title {
  color: #186bb7;
  border-color: #186bb7;
}

.internal-data .report-block.active .report-count, .internal-data .report-block:hover .report-count {
  color: #186bb7;
}

.internal-data .report-block:hover {
  cursor: pointer;
}

.data-list-count {
  height: 250px;
  overflow-y: auto;
  border-radius: 4px;
}

.data-list-count .data-name {
  margin-bottom: 5px;
  color: #186bb7;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.panel-loader.report-panel-loader {
  position: relative;
}

.panel-loader.report-panel-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10;
  z-index: 9;
  width: 95%;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}

.panel-loader.report-panel-loader-1:before {
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 150px;
  height: 150px;
  background: url(../images/reports-loader.gif) no-repeat center center;
  background-size: contain;
  display: block;
}

.category-results {
  color: #181c32;
  font-size: 0.875rem;
}

.category-results .category-list {
  padding-bottom: 5px;
  border-left: 3px solid transparent;
  color: #186bb7;
}

.category-results .category-list > a {
  padding-left: 5px;
  color: #6f7477;
}

.categories {
  background: #ffffff;
}

.categories .heading > span {
  text-transform: none;
}

.categories .categories-list > ul > li {
  padding-bottom: 5px;
}

.categories .categories-list > ul > li > a {
  color: #6f7477;
  font-size: 0.875rem;
}

.categories .search-results .search-list {
  background: #fafafa;
  border-radius: 4px;
}

.categories .search-results .result-data {
  color: #6f7477;
  word-break: break-all;
}

.categories .search-results .result-data > span > p {
  display: inline-block;
}

.categories .search-results .result-data .highlighted {
  color: #ffffff;
  font-size: 0.875rem;
}

.categories .search-results .result-data .result-title {
  color: #181c32;
}

.list-image {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}

.ellipsis-block {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-timepicker-wrapper {
  min-width: 120px;
}

.application-status > a > .mdi {
  opacity: 0;
}

.application-status:hover > a > .mdi {
  opacity: 1;
}

.mail-list {
  max-height: 480px;
  overflow-y: auto;
  padding-right: 5px;
}

.mail-list.mail-list-alt > li {
  border: 0;
  position: relative;
}

.mail-list.mail-list-alt > li > span {
  display: block;
  width: 100%;
}

.mail-list.mail-list-alt > li > span .hotlist-main-title {
  display: block;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.mail-list.mail-list-alt > li > span > ul {
  margin-top: 5px;
}

.mail-list.mail-list-alt > li .edit {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 9;
  color: #6f7477;
  cursor: pointer;
}

.mail-list.mail-list-alt > li .edit:hover {
  color: #186bb7;
}

.mail-list.mail-list-alt > li:last-child {
  border: 0;
}

.mail-list.mail-list-alt > li .hotlist-main-title {
  position: relative;
}

.mail-list.mail-list-alt > li .hotlist-main-title .hotlist-checkbox {
  padding: 5px 2px 5px 5px;
  border-right: 1px solid #cfcfcf;
}

.mail-list.mail-list-alt > li .hotlist-main-title .hotlist-checkbox .custom-checkbox + label {
  height: 20px;
}

.mail-list.mail-list-alt > li .hotlist-main-title .hotlist-checkbox .custom-checkbox + label::before {
  top: 0 !important;
}

.mail-list.mail-list-alt > li .hotlist-main-title .hotlist-expand {
  position: relative;
  border-right: 1px solid #cfcfcf;
}

.mail-list.mail-list-alt > li .hotlist-main-title .hotlist-main-name {
  display: inline-block;
}

.mail-list.template-view > li {
  margin-bottom: 5px;
  border: 1px solid #cfcfcf !important;
  border-radius: 4px;
  background-color: #ffffff;
}

.mail-list > li {
  position: relative;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #186bb7;
  display: block;
}

.mail-list > li .hotlist-checkbox {
  padding: 5px 2px 5px 5px;
  border-right: 1px solid #cfcfcf;
}

.mail-list > li .hotlist-checkbox .custom-checkbox + label {
  height: 20px;
}

.mail-list > li .hotlist-checkbox .custom-checkbox + label::before {
  top: 0 !important;
}

.mail-list > li .hotlist-checkbox .custom-checkbox + label::after {
  top: 0 !important;
}

.mail-list > li > span > ul > li {
  position: relative;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.mail-list > li > span > ul > li > a {
  color: #186bb7;
}

.mail-list .hot-list-single > li {
  padding: 0;
  position: relative;
}

.mail-list .hot-list-single > li > a {
  padding: 5px;
  display: inline-block;
}

.mail-list .hot-list-single .hotlist-checkbox {
  padding: 5px 2px 5px 5px;
  border-right: 1px solid #cfcfcf;
}

.mail-list .hot-list-single .hotlist-checkbox .custom-checkbox + label {
  height: 20px;
}

.mail-list .hot-list-single .hotlist-checkbox .custom-checkbox + label::before {
  top: 0 !important;
}

.mail-list .hot-list-single .hotlist-checkbox .custom-checkbox + label::after {
  top: 0 !important;
}

.full_w_dropdown .dropdown-menu {
  width: 300px !important;
}

.left-addon-img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #186bb7;
  position: relative;
  float: left;
  overflow: hidden;
}

.left-addon-img img {
  border-radius: 50%;
}

.left-addon-img .change-image {
  background-color: #186bb7;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}

.left-addon-img:hover .change-image {
  display: inline-block;
}

.left-addon-img .file-upload [type="file"] {
  z-index: 9999;
}

.left-addon-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.cropArea {
  background-color: #ffffff;
  border: 1px solid #186bb7;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 80px;
  z-index: 99;
}

.cropArea img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cropArea img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.cropArea .crop-btn {
  background-color: #ffffff;
  position: relative;
  top: -36px;
  display: inline-block;
}

.cropArea:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  content: "";
  position: absolute;
  top: -10px;
  left: 41px;
  z-index: 99;
}

.cropArea:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #186bb7;
  content: "";
  position: absolute;
  top: -11px;
  left: 40px;
  z-index: 98;
}

.section-block {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}

.section-block.section-block-bdr {
  border: 0px;
  border-right: 1px solid #cfcfcf;
  border-radius: 0px;
}

.section-block .user-image {
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 20px;
  -webkit-box-shadow: 0, 0, 10px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 0, 0, 10px, 2px, rgba(0, 0, 0, 0.3);
  width: 120px;
  height: 120px;
  float: none;
  border-radius: 50%;
  z-index: 999;
  position: fixed;
  top: 60px;
}

.section-block .user-image.user-image-popup-submissions {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  position: relative;
  top: 0;
}

.section-block .user-image > img {
  border-radius: 50%;
}

.section-block .user-image .heading {
  word-wrap: break-word;
}

.section-block .status-text {
  line-height: 44px;
}

.section-block .user-details {
  border-bottom: 1px dashed #cfcfcf;
}

.section-block .user-details .user-heading-positions {
  position: fixed;
  top: 65px;
  left: 160px;
  z-index: 999;
  color: #ffffff;
  font-size: 18px;
  white-space: nowrap;
}

.section-block .user-details .user-sub-heading {
  position: fixed;
  top: 100px;
  left: 160px;
  z-index: 999;
  color: #ffffff;
  font-size: 0.875rem;
  white-space: nowrap;
}

.section-block .user-details .user-content {
  color: #6f7477;
  word-wrap: break-word;
}

.section-block .user-details .user-content > img {
  display: inline;
  font-size: 18px;
}

.section-block .user-details .user-content > span {
  display: block;
  word-break: break-all;
  vertical-align: top;
}

.section-block .user-details .user-content > span > img {
  vertical-align: text-top;
}

.section-block .user-details .user-content > span > span {
  width: calc(100% - 30px);
  display: inline-block;
  word-break: break-all;
  vertical-align: top;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-block .user-social .social-block {
  width: 100%;
  display: inline-block;
}

.section-block .user-social .social-block > ul > li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), to(#f8f9fc));
  background: linear-gradient(#ffffff 10%, #f8f9fc);
  border: 1px solid #cfcfcf;
  font-size: 0.875rem;
}

.section-block .user-social .social-block > ul > li .profile-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.section-block .user-social .social-block > ul > li .profile-img > img {
  border-radius: 4px;
}

.section-block .user-social .social-block > ul > li > a {
  vertical-align: middle;
}

.section-block .user-social .social-block > ul > li > a > i {
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: center;
}

.section-block .user-social .social-block > ul > li > a > i.mdi-pencil {
  color: #cfcfcf;
  float: right;
}

.section-block .user-social .social-block > ul > li > a > i.icon-gray {
  color: #cfcfcf !important;
}

.section-block .user-social .social-block > ul > li > a.disabled-social {
  color: #6f7477;
  cursor: not-allowed;
}

.section-block .user-social .social-block > ul > li > a.disabled-social > i {
  color: #6f7477 !important;
}

.section-block .profile-status {
  margin-bottom: 5px;
  background-color: #f0f3f6;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  color: #6f7477;
  font-size: 0.875rem;
}

.section-block .profile-status:after {
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 0;
  content: " ";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #cfcfcf;
}

.section-block .profile-status.active {
  color: #ffffff;
}

.section-block .profile-status.profile-status-last:after {
  display: none;
}

.actions-block .actions-inner-block {
  padding-bottom: 5px;
  display: box;
  display: -webkit-box;
  display: -o-box;
}

.actions-block .actions-inner-block .action-section {
  width: 100%;
  padding: 5px;
  border: 1px solid #cfcfcf;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.actions-block .actions-inner-block .action-section a {
  display: block;
}

.actions-block .actions-inner-block .action-section .sub-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insights-search {
  min-height: 350px;
  padding-top: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}

.insights-search .search-div {
  overflow: hidden;
}

.insights-search .insights-content-container {
  height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.insights-search .insights-content-container .insights-content {
  border-bottom: 1px dashed #cfcfcf;
  display: table;
  width: 100%;
}

.insights-search .insights-content-container .insights-content .search-sub-data {
  color: #6f7477;
}

.insights-search .insights-content-container .insights-content .search-sub-data > span {
  color: #181c32;
}

.insights-search .insights-content-container .insights-content .search-position {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insights-search .insights-content-container .insights-content:last-child {
  border-bottom: 0;
}

.ngTruncateToggleText {
  cursor: pointer;
}

.check-box-dev {
  display: inline;
  width: 50%;
}

.counter {
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 16px;
  top: 7px;
  right: 5px;
  border-radius: 50%;
  background: red;
  color: #ffffff;
  text-align: center;
}

.angucomplete-dropdown {
  overflow: auto;
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
}

.angucomplete-row {
  cursor: pointer;
  border-bottom: 1px solid #cfcfcf;
}

.custom-search-result {
  list-style: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 999;
}

.custom-search-result img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.custom-search-result li {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-bottom: 1px solid transparent;
  color: #181c32;
}

.custom-search-result li:last-child {
  border-bottom: 1px solid #cfcfcf;
}

.custom-search-result li:hover {
  cursor: pointer;
  background-color: #186bb7;
  border: 1px solid transparent;
  color: #ffffff;
}

.angucomplete-holder {
  position: relative;
}

.angucomplete-holder .form-control {
  width: 100% !important;
}

.angucomplete-dropdown {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
          box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  cursor: pointer;
  left: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.angucomplete-searching {
  color: #181c32;
  font-size: 0.875rem;
}

.angucomplete-description {
  font-size: 0.875rem;
}

.angucomplete-row {
  padding: 8px 6px;
  color: #181c32;
  clear: both;
}

.angucomplete-row:hover {
  color: #ffffff;
}

.angucomplete-selected-row {
  background-color: #186bb7;
  color: #ffffff;
}

.angucomplete-image-holder {
  float: left;
}

.angucomplete-image {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.angucomplete-image-default {
  background-position: center;
  background-size: contain;
  height: 32px;
  width: 32px;
}

.resume-parse {
  height: 531px;
  overflow: auto;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.top-graphs {
  position: absolute;
  background: #f5f5f5;
  width: calc(100% - 210px);
  z-index: 9;
  color: #6f7477;
}

.top-graphs .bg-shadow {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
}

.top-graphs .map-title {
  color: #6f7477;
  text-align: center;
  text-transform: uppercase;
}

.top-graphs .main-graph {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.top-graphs .main-graph > img {
  max-height: 100%;
}

.top-graphs .main-graph .graph-count {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  line-height: 110px;
  height: 20px;
  color: #186bb7;
  font-size: 16px;
}

.graph-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.graph-legends {
  color: #6f7477;
  font-size: 12px;
}

.top-actions {
  border: 1px solid #cfcfcf;
  border-bottom: 0px;
  background-color: #ffffff;
}

.top-actions .content {
  max-height: 65px;
  overflow-y: auto;
}

.partner-companies {
  background-color: #fcfcfc;
  border: 1px solid #cfcfcf;
  border-left: 3px solid #186bb7;
  border-radius: 6px;
}

.itemlist {
  min-height: 40px;
}

.resource-template {
  padding-top: 0;
}

.resource-template .nav-tabs {
  width: 120px;
  display: inline-block;
}

.resource-template .tab-content {
  background: none;
  display: inline-block;
  width: calc(100% - 125px);
}

.resource-template .template-view {
  margin-left: 20px;
  background: #ffffff;
}

.resource-template .template-view > table {
  border: 1px solid #cfcfcf;
  display: inline-block;
}

.resource-template .nav-tabs {
  border-bottom: 0;
  border-right: 1px solid #cfcfcf;
}

.resource-template .tab-content {
  border-left: 0;
}

.template-actions {
  position: absolute;
  text-align: center;
  top: 5px;
  right: 5px;
}

.template-actions > a {
  line-height: 12px;
  background-color: #f0f3f6;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-block;
}

.template-actions.template-actions-alt {
  top: 0px;
}

.template-actions.template-actions-alt1 {
  top: 5px;
}

.template-actions.template-actions-alt2 {
  top: 20px;
}

.template-actions > a > i.mdi-delete {
  color: red;
}

.candidate-identity {
  padding: 2px 10px;
  background: rgba(24, 107, 183, 0.1);
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #186bb7;
}

.columns-main > li {
  border-bottom: 1px dashed #cfcfcf;
}

.columns-main > li .columns-label {
  color: #6f7477;
}

.columns-main > li .columns-label > i {
  cursor: move;
  color: #6f7477;
  font-size: 16px;
}

.border-bottom-filter {
  border-bottom: 1px dashed #cfcfcf;
  position: relative;
}

.border-bottom-filter .search-option {
  position: absolute;
  top: -18px;
  left: -1px;
}

.border-bottom-filter .search-option .form-control {
  width: 30px;
  height: 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e9e9e9;
  color: #181c32;
  font-size: 12px;
  line-height: 15px;
}

.main-block {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-block .submission-block {
  padding: 5px;
  margin-bottom: 5px;
  min-height: auto;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.main-block .submission-block .view-content {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 12px;
}

.main-block .submission-block .view-heading {
  padding-top: 5px;
}

.main-block .submission-block .view-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-block .submission-block.active {
  border: 1px solid #186bb7;
}

.scroll-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.body-layout-alt {
  background-color: #ffffff;
}

.body-layout-alt .layout {
  overflow: auto;
}

.body-layout-alt.layout-external-alt {
  overflow: hidden;
}

.body-layout-alt .page-container {
  height: calc(100vh - 180px);
}

.body-layout-alt .page-container.tabs-fixed {
  height: calc(100vh - 240px);
}

.body-layout-alt .panel {
  border: 0px;
}

.submission .submission-block {
  display: block;
  height: 130px;
  min-height: auto;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  float: left;
}

.submission .submission-block .submission-view-checkbox {
  width: 30px;
  float: left;
  display: inline-block;
}

.submission .submission-block .insight-tag {
  height: inherit;
}

.submission .submission-block .submission-view-alternate {
  width: calc(100% - 40px);
  float: left;
  display: inline-block;
}

.submission .submission-block .employee-details {
  font-size: 0.875rem;
}

.submission .submission-block .employee-details .employee-name {
  text-transform: uppercase;
  color: #186bb7;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}

.submission .submission-block .employee-details .employee-info {
  width: 100%;
  overflow: hidden;
  color: #6f7477;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}

.submission .submission-block .employee-details .employee-submission-status {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 140px;
}

.submission .submission-block .employee-details .salary-details {
  color: #181c32;
  display: table;
  width: 100%;
}

.submission .submission-block .employee-details .salary-details .detail-count {
  border-right: 1px dashed #cfcfcf;
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.submission .submission-block .employee-details .salary-details .detail-count .emp-detail-heading-one {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  color: #dddddd;
}

.submission .submission-block .employee-details .salary-details .detail-count .emp-detail-heading-three {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  color: #dddddd;
}

.submission .submission-block .employee-details .salary-details .detail-visa {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.submission .submission-block .employee-details .salary-details .detail-visa .emp-detail-heading-two {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  color: #dddddd;
}

.submission .submission-block .employee-details .salary-details .detail-visa .emp-detail-heading-four {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  color: #dddddd;
}

.submission .submission-block .employee-details .salary-details:first-child {
  border-bottom: 1px dashed #cfcfcf;
}

.submission .submission-block .employee-accept-documents {
  background-color: #ffffff;
  color: #6f7477;
  height: 108px;
  overflow-y: auto;
  overflow-x: hidden;
}

.submission .submission-block .employee-accept-documents .document-list {
  position: relative;
}

.submission .submission-block .employee-accept-documents .document-list .no-doc-upload > i {
  color: #dddddd;
  line-height: 1;
}

.submission .submission-block .employee-accept-documents .completed-img {
  width: 100%;
}

.submission .submission-block .employee-accept-documents .completed-img > img {
  max-width: 100%;
}

.submission .submission-block .employee-match {
  background-color: #186bb7;
  color: #ffffff;
  width: 100%;
  height: 128px;
  border-radius: 0 4px 4px 0;
  text-align: center;
  position: relative;
}

.submission .submission-block .employee-match > p {
  font-size: 0.875rem;
}

.submission .submission-block .employee-match .match-icons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.submission .submission-block .employee-match .match-icons > a {
  color: #ffffff;
}

.submission .submission-block.active {
  border: 2px solid #186bb7;
}

.submission.pop-up .submission-block {
  height: auto;
}

.submission.pop-up .submission-block .employee-accept-documents {
  padding: 5px;
  height: 60px;
  border-radius: 0 0 0 4px;
}

.submission.pop-up .submission-block .employee-details {
  padding: 5px;
}

.submission.pop-up .submission-block .employee-match {
  height: 60px;
}

.submission.pop-up .submission-block .employee-match > h2 {
  line-height: 1;
}

.submission.pop-up .submission-block .employee-match .match-icons {
  bottom: 0;
  right: 0;
}

.submission-view-scroll {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

.submission-view-scroll .submission-view {
  height: 250px;
}

.submission-view-scroll .submission-view.active {
  border-color: #186bb7;
}

.submission-view-scroll .submission-view .submission-header {
  height: 125px;
}

.submission-view-scroll .submission-verified-stamp {
  padding-left: 5px;
}

.submission-view-scroll .submission-verified-stamp > img {
  width: 20px;
  vertical-align: text-bottom;
}

.submission-view-scroll .popover {
  top: auto !important;
  left: 0 !important;
  bottom: 35px !important;
}

.submission-view-scroll .arrow {
  display: none;
}

.submission-view-scroll .popover-content .table-responsive {
  width: 170px;
}

.submission-view {
  width: 100%;
  position: relative;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.submission-view .employee-name > h4 {
  display: inline-block;
  max-width: calc(100% - 60px);
  font-size: 16px;
  color: #186bb7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.submission-view .employee-info {
  width: 100%;
  color: #6f7477;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.submission-view .employee-submission-status {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 80px);
  vertical-align: middle;
}

.submission-view .employee-match {
  color: #186bb7;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.submission-view .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.submission-view .row .col-md-6 {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.submission-view .submission-right-section {
  border-radius: 0 4px 4px 0;
}

.submission-view .submission-right-section h5.orange-color {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.submission-view .submission-actions {
  padding-top: 10px;
  text-align: right;
}

.submission-view .submission-actions > span {
  width: 20px;
}

.submission-view .submission-actions > span > img {
  width: inherit;
  vertical-align: sub;
}

.submission-view .submission-actions > a {
  padding: 5px;
  display: inline-block;
}

.submission-view .submission-actions-alt {
  background-color: #186bb7;
  border-radius: 0 0 4px 4px;
}

.submission-view .submission-actions-alt > a {
  display: inline-block;
}

.submission-view .submission-actions-alt .employee-match-percentage {
  float: right;
  background: #186bb7;
  color: #ffffff;
  border-radius: 0 0 4px 0;
}

.tag-details {
  word-wrap: break-word;
}

.profile-match .employee-match {
  padding-top: 5px;
  display: inline-block;
  float: right;
  background-color: #186bb7;
  color: #ffffff;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.profile-match .employee-match > h2 {
  font-size: 22px;
  margin: 0;
}

.profile-match .employee-match > p {
  font-size: 0.875rem;
}

.profile-match .employee-match .match-icons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.profile-match .employee-match .match-icons > a {
  color: #ffffff;
}

.resume-docs {
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 99;
}

.popover-title {
  white-space: nowrap;
}

.contact-list > .form-group {
  width: 70%;
  float: left;
}

.contact-list > .form-group .form-control {
  height: 42px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #186bb7;
  border-right: 0px;
  font-size: 16px;
}

.contact-list > .btn {
  width: 30%;
  height: 42px;
  border-radius: 0px 4px 4px 0px;
}

.contact-list-form-addon > .form-group {
  width: 40%;
  float: left;
}

.contact-list-form-addon > .form-group .input-group {
  width: 100%;
}

.contact-list-form-addon > .form-group .form-control {
  height: 42px;
  border-right: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.contact-list-form-addon > .form-group:first-child .form-control {
  border-radius: 4px 0px 0px 4px;
}

.contact-list-form-addon > .form-group:first-child .input-group .input-group-addon {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 0px;
  border-right: 0px;
}

.contact-list-form-addon > .btn {
  width: 20%;
  height: 42px;
  border-radius: 0px 4px 4px 0px;
}

.hunter-list {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.hunter-list > .heading {
  position: relative;
}

.hunter-list > .heading .close-search {
  position: absolute;
  top: -10px;
  right: 10px;
  color: #181c32;
}

.hunter-list > .form-group .input-group {
  width: 280px;
  position: relative;
}

.hunter-list > .form-group .input-group .input-group-addon {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  position: absolute;
  left: 5px;
  top: 4px;
}

.hunter-list > .form-group .input-group .input-group-addon > i {
  color: #6f7477;
  font-size: 16px;
}

.hunter-list > .form-group .input-group .form-control {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}

.hunter-list > .form-group .input-group .form-control:hover, .hunter-list > .form-group .input-group .form-control:focus {
  border-bottom: 1px solid #186bb7;
}

.hunter-list > .form-group .input-group.error .form-control {
  border-bottom: 1px solid red;
}

.user-profile {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
}

.user-profile .user-profile-img {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #cfcfcf;
}

.user-profile .user-profile-img > img {
  max-width: 100%;
  max-height: 100%;
}

.user-profile .user-profile-img .user-profile-details {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: left;
}

.user-profile .user-profile-img .user-profile-details .user-name {
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
}

.user-profile .user-profile-img .user-profile-details .user-designation {
  font-size: 0.875rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 16px;
}

.user-profile .user-details {
  padding-top: 0;
  color: #181c32;
  font-size: 0.875rem;
}

.user-profile .user-details .mail {
  padding-bottom: 5px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-profile .user-details .mail > span {
  color: #6f7477;
}

.user-profile .user-details .Phone {
  padding-bottom: 5px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-profile .user-details .Phone > span {
  color: #6f7477;
}

.user-profile .user-details .bio-content {
  font-size: 0.875rem;
  color: #6f7477;
  line-height: 16px;
}

/*applications social media*/
.social-media {
  background-color: #f0f3f6;
  border: 1px solid #DAE1ED;
  display: inline-block;
}

.social-media > li {
  border-right: 1px solid #DAE1ED;
  vertical-align: middle;
}

.social-media > li > .social-img {
  width: 40px;
  height: 40px;
  float: left;
}

.social-media > li > .social-img > img {
  width: 100%;
  height: 100%;
}

.social-media > li > a {
  float: left;
}

.social-media > li > a > i.icon-gray {
  color: #6f7477 !important;
  cursor: not-allowed;
}

.social-media > li:last-child {
  border: 0px;
}

.mail-list-view {
  color: #181c32;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
}

.mail-list-view .list-view-profile-img {
  margin-top: -5px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  display: inline-block;
  float: left;
  border: 1px solid #cfcfcf;
}

.mail-list-view .list-view-profile-img > img {
  max-width: 100%;
}

.mail-list-view .list-view-person-name {
  font-size: 0.875rem;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.mail-list-view .list-view-subject {
  display: inline-block;
  font-size: 0.875rem;
}

.mail-list-view .list-view-body {
  color: #6f7477;
  display: inline-block;
}

.mail-list-view .mdi-attachment {
  font-size: 16px;
}

.mail-integration {
  position: relative;
}

.mail-integration .flase-mail-alert {
  text-align: center;
  padding-top: 10px;
}

.mail-integration .flase-mail-alert > span {
  background-color: red-50;
  border-radius: 4px;
  color: #ffffff;
}

.mail-integration .mail-integration-home-title {
  text-transform: uppercase;
  text-align: center;
  color: #186bb7;
}

.mail-integration .select-mail {
  text-align: center;
}

.mail-integration .select-mail > a {
  display: inline-block;
  width: 220px;
  height: auto;
  border: 1px solid #186bb7;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

.mail-integration .select-mail > a > img {
  max-width: 40px;
}

.mail-integration .select-mail > a .mail-title {
  font-size: 16px;
  color: #6f7477;
}

.mail-integration .select-mail > a:hover {
  -webkit-box-shadow: 0 0 1px 2px #186bb7;
          box-shadow: 0 0 1px 2px #186bb7;
}

.cke_bottom {
  display: none !important;
}

.mail-integration-popup-body .mail-integration-icon {
  text-align: center;
}

.mail-integration-popup-body .mail-integration-icon > img {
  max-width: 50px;
}

.mail-integration-popup-body .mail-integration-icon > h5 {
  padding-top: 5px;
  color: #333333;
}

.mail-integration-popup-body .mail-integration-icon > p {
  font-size: 18px;
  color: #6f7477;
}

.mail-integration-popup-body .mail-integration-body {
  border: 1px solid #cfcfcf;
  max-height: 250px;
  overflow-y: auto;
  font-size: 0.875rem;
  color: #6f7477;
  line-height: 16px;
}

.mail-integration-popup-body .mail-integration-body > p {
  line-height: 22px;
}

.mail-integration-list {
  position: relative;
}

.mail-integration-list .mail-section > li {
  padding: 5px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  background-color: #f5f5f5;
}

.mail-integration-list .mail-section > li:first-child {
  border-top: 1px solid #cfcfcf;
}

.mail-integration-list .mail-section > li.active {
  background: none;
}

.mail-integration-list .mail-section > li.unread-mail {
  background-color: #f0f3f6;
}

.mail-integration-list .mail-section > li.unread-mail .body-text {
  font-weight: bold;
}

.mail-integration-list .mail-section > li.unread-mail .body-text > p {
  font-weight: bold;
}

.mail-integration-list .mail-section > li.unread-mail .body-text div {
  min-height: auto !important;
}

.mail-integration-list .mail-section > li .profile-section {
  width: 32px;
  height: 32px;
  border: 1px solid #cfcfcf;
  display: block;
  overflow: hidden;
}

.mail-integration-list .mail-section > li .profile-section > img {
  width: 32px;
  height: 32px;
}

.mail-integration-list .mail-section > li .mail-list-count {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  line-height: 0.1em;
  cursor: pointer;
}

.mail-integration-list .mail-section > li .mail-list-count > span {
  font-size: 12px;
}

.mail-integration-list .mail-section > li .mail-content-section {
  width: 100%;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list {
  color: #6f7477;
  line-height: 14px;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover {
  width: 450px;
  min-width: 450px;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.2);
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group .view-heading {
  color: #6f7477;
  text-transform: lowercase;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group .view-content {
  font-size: 0.875rem;
  color: #6f7477;
}

.mail-integration-list .mail-section > li .mail-content-section .to-mail-list .popover .view-group .view-content > span {
  color: rgba(255, 255, 255, 0.55);
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section {
  position: relative;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-left-section .person-name {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.22);
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-left-section .person-name > span {
  padding-left: 5px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-left-section .person-name > span > i {
  vertical-align: middle;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section {
  text-align: right;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .date-time {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .deleted-email {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: red;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions {
  display: inline-block;
  vertical-align: middle;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li {
  background: #f8f9fc;
  display: inline-block;
  float: left;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li > a {
  border: 1px solid #cfcfcf;
  display: block;
  color: #181c32;
  font-size: 0.875rem;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-top-section .mail-top-right-section .mail-actions > li:first-child {
  border-right: 0;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section {
  clear: both;
  display: block;
  overflow-x: auto;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section .body-text {
  font-size: 0.875rem;
  color: #6f7477;
  line-height: 16px;
}

.mail-integration-list .mail-section > li .mail-content-section .mail-body-section .body-text div {
  min-height: auto !important;
}

.mail-integration-list .mail-section > li .mailer-footer {
  padding: 5px;
  border-radius: 0 4px;
  border: 1px solid #cfcfcf;
  border-top: 0;
}

.new-mails-count {
  border-radius: 100%;
  color: #ffffff;
}

.delete-mail-chain-alert {
  background-color: red-10;
  color: red-50;
  display: inline-block;
}

.cke_editable > p {
  line-height: 16px;
}

.mail-sent-section {
  border: 1px solid #cfcfcf;
}

.mail-sent-section .mailling-section {
  position: relative;
}

.mail-sent-section .mailling-section .cke_chrome {
  border: 0;
}

.mail-sent-section .mailling-section .cke_top {
  position: absolute;
  bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #cfcfcf;
  width: 100%;
}

.mail-sent-section .mailling-section .cke_contents {
  height: auto !important;
}

.mail-sent-section .mailling-section .cke_editable > p {
  line-height: 16px;
  font-size: 0.875rem;
}

.mail-sent-section .mailling-section .to-mail {
  padding: 5px;
}

.mail-sent-section .mailling-section .to-mail .to-mail-input {
  display: inline-block;
  width: calc(100% - 100px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail-sent-section .mailling-section .to-mail > label {
  width: 30px;
  display: inline-block;
  float: left;
}

.mail-sent-section .mailling-section .to-mail > span {
  float: right;
}

.mail-sent-section .mailling-section .cc-mail {
  padding: 5px;
}

.mail-sent-section .mailling-section .cc-mail > label {
  width: 30px;
  display: inline-block;
  float: left;
}

.mail-sent-section .mailling-section .cc-mail .cc-mail-input {
  display: inline-block;
  width: calc(100% - 40px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail-sent-section .mailling-section .bcc-mail {
  padding: 5px;
}

.mail-sent-section .mailling-section .bcc-mail > label {
  width: 30px;
  display: inline-block;
  float: left;
}

.mail-sent-section .mailling-section .bcc-mail .bcc-mail-input {
  display: inline-block;
  width: calc(100% - 40px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail-sent-section .mailling-content > textarea {
  background: none;
  border: none;
  height: 100px;
}

.mail-sent-section .mail-attach-list {
  padding: 5px;
}

.mail-sent-section .mail-attach-list > li {
  margin-bottom: 5px;
  border-radius: 15px;
}

.mail-sent-section .mail-attach-list > span {
  border-radius: 18px;
  display: inline-block;
  color: #181c32;
}

.mail-sent-section .mail-attach-list > span > i {
  padding-left: 5px;
  color: red;
}

.mail-attach {
  float: left;
}

.multi_attachments .gmail-attatchment {
  float: right;
  height: auto;
  line-height: 30px;
}

.multi_attachments .gmail-attatchment [type="file"] {
  z-index: -1 !important;
}

.multi_attachments .gmail-attatchment .document-details.multi {
  cursor: pointer;
}

.multi_attachments .gmail-attatchment .document-details.multi .mail-attach {
  position: relative;
  top: 3px;
  border: #3ca3db solid 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: none;
  line-height: 24px;
  padding: 0;
  border-radius: 5px;
}

.multi_attachments .gmail-attatchment .document-details.multi .mail-attach i {
  cursor: pointer;
  font-size: 20px;
}

.gmail-attatchment {
  background: none;
  border: none;
  float: left;
  height: 24px;
}

.gmail-attatchment:hover {
  background: none;
  color: #186bb7;
  border: none;
}

.gmail-attatchment:hover i {
  color: #186bb7;
}

.mail-account-section {
  display: block;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  height: 100px;
}

.mail-account-section .account-left-section {
  overflow: hidden;
}

.mail-account-section .account-left-section .account-icon {
  width: 90px;
  display: inline-block;
  float: left;
}

.mail-account-section .account-left-section .account-icon > img {
  max-width: 100%;
}

.mail-account-section .account-left-section .account-details {
  display: inline-block;
}

.mail-account-section .account-left-section .account-details .account-mailid {
  font-size: 18px;
  color: #6f7477;
}

.mail-account-section .account-left-section .account-details .account-type {
  font-size: 0.875rem;
  color: #6f7477;
}

.mail-account-section .account-left-section .account-details .account-status {
  font-size: 0.875rem;
  color: #6f7477;
}

.mail-account-section .account-right-section {
  height: 100%;
  height: 98px;
  background-color: #f0f3f6;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #cfcfcf;
  text-align: center;
}

.reply-mail .profile-section {
  width: 32px;
  height: 32px;
  border: 1px solid #cfcfcf;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  float: left;
}

.reply-mail .profile-section > img {
  width: 32px;
  height: 32px;
}

.reply-mail .mail-content-section {
  color: #6f7477;
  display: inline-block;
  height: 100px;
  width: calc(100% - 50px);
  float: left;
  border: 1px solid #cfcfcf;
}

.reply-mail .mail-content-section > a {
  color: #6f7477;
  text-decoration: underline;
}

.reply-mail .mail-content-section > a:hover {
  color: #186bb7;
}

/*plugin links*/
.plugin-links > li {
  background-color: #ffffff;
  display: inline-block;
  width: 200px;
  float: left;
  text-align: center;
}

.plugin-links > li .plugin-title {
  color: #6f7477;
}

.plugin-links > li:hover {
  background-color: #fafafa;
}

.job-publish-list {
  font-size: 16px;
}

.job-publish-list > table > thead > tr {
  border-bottom: 1px solid #cfcfcf;
}

.job-publish-list > table > thead > tr > th {
  border: 0 !important;
  background: none;
}

.job-publish-list > table > tbody > tr {
  border-bottom: 1px solid #cfcfcf;
}

.job-publish-list > table > tbody > tr > td {
  border: 0;
  text-align: left;
}

.job-publish-list .job-board-img {
  height: 40px;
}

.job-publish-list .job-board-img > img {
  max-width: 20px;
}

.job-publish-list .publish-date {
  font-size: 0.875rem;
  color: #6f7477;
}

.job-publish-list .publish-date > p {
  line-height: 20px;
}

.job-publish-list .publish-date > p:first-child {
  font-size: 16px;
  color: #181c32;
}

.job-publish-list .publish-by {
  font-size: 0.875rem;
  color: #6f7477;
}

.job-publish-list .publish-by > p {
  line-height: 20px;
}

.job-publish-list .publish-by > p:first-child {
  font-size: 16px;
  color: #181c32;
}

.job-publish-list .publish-actions > a {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

.job-publish-list .publish-actions > a > i {
  font-size: 16px;
  vertical-align: middle;
}

.job-publish-list .un-publish {
  color: red;
}

.job-publish-list .un-publish:hover {
  color: red;
}

.job-publish-list .refresh {
  text-transform: uppercase;
}

.job-publish-list .refresh:hover {
  color: #07cdbe;
}

.job-publish-list .publish {
  text-transform: uppercase;
}

.job-publish-list .publish:hover {
  color: #186bb7;
}

.template-security .user-heading {
  font-size: 16px;
  color: #6f7477;
}

.template-security .users-list-view {
  border: 1px solid #cfcfcf;
  max-height: 200px;
  overflow-y: auto;
}

.template-security .users-list-view > li {
  border-bottom: 1px solid #cfcfcf;
}

.template-security .users-list-view > li:last-child {
  border-bottom: 0;
}

.template-security .access-users-list {
  border: 1px solid #cfcfcf;
  max-height: 200px;
  overflow-y: auto;
}

.template-security .users-change-icons > a {
  color: #6f7477;
  display: block;
  text-align: center;
  font-weight: 400;
}

.template-security .users-change-icons > a > i {
  line-height: 60px;
}

.member-count > i {
  display: inline-block;
  float: left;
  vertical-align: middle;
}

.member-count > div {
  display: inline-block;
  float: left;
}

.member-count > div > span {
  display: block;
  line-height: 12px;
}

.member-count .members-count {
  font-size: 16px;
  line-height: 16px;
}

.created-data-view {
  height: 35px;
}

.promotions-list-title {
  font-size: 0.875rem;
  vertical-align: middle;
}

.promotions-list-title > i {
  vertical-align: middle;
}

/*reports*/
.reports-excel-icon {
  margin-bottom: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #cfcfcf;
  background-color: #f0f3f6;
  text-align: center;
  line-height: 30px;
}

.reports-excel-icon > i {
  font-size: 22px;
}

.list-alignment {
  display: block;
}

.list-alignment > li {
  margin-bottom: 5px;
}

.list-alignment > li > span {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}

.list-alignment > li > span > a {
  width: calc(100% - 32px);
  display: inline-block;
  float: left;
}

.list-alignment > li:hover {
  border-radius: 4px;
}

.hot-list-create {
  display: block;
  clear: both;
  border-top: 1px solid #cfcfcf;
  color: #181c32;
}

/***** App Screen *****/
.app-screen-section {
  position: relative;
}

.app-screen-section > ul {
  text-align: center;
}

.app-screen-section > ul > li {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

.app-screen-section > ul > li > a {
  display: inline-block;
  text-align: center;
}

.app-screen-section > ul > li > a > img {
  max-height: 30px;
}

.app-screen-section > ul > li > a > span {
  padding-top: 5px;
  color: #181c32;
  font-size: 16px;
  text-transform: uppercase;
}

/****** Harvesting *****/
.harvesting-block {
  border: 1px solid #cfcfcf;
  display: block;
  width: 100%;
  background: #ffffff;
}

.harvesting-block .form-group .form-control {
  background: #f9f9f9;
}

.harvesting-block hr {
  border-color: #cfcfcf;
}

.harvesting-block .search-job-boards {
  text-align: left;
}

.harvesting-block .search-job-boards .img-checkbox {
  position: absolute;
  display: none;
}

.harvesting-block .search-job-boards .img-checkbox + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  height: 22px;
  line-height: 24px;
  color: #6f7477;
  border-radius: 4px;
  border: 1px solid transparent;
}

.harvesting-block .search-job-boards .img-checkbox + label .harveting-job-board-img {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  max-width: 18px;
  max-height: 18px;
  content: "";
  border-radius: 4px;
}

.harvesting-block .search-job-boards .img-checkbox:checked + label:before {
  -webkit-animation-name: none;
          animation-name: none;
}

.harvesting-block .search-job-boards .img-checkbox:checked + label:after {
  display: block;
}

.harvesting-block .search-job-boards .img-checkbox:checked + label {
  border-color: #186bb7;
}

.harvesting-block ._count {
  background-color: #cdd3d8;
  color: #333;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 25px;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin-left: -10px;
  text-align: center;
  width: 25px;
}

/***** list field multiselct *****/
.list-field-multiselect {
  width: calc(100% - 20px);
  display: inline-block;
}

.list-field-multiselect .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.use-as-primary-contact {
  text-align: right;
}

.top-strip {
  width: 100%;
  padding: 5px;
  text-align: center;
  background: red;
}

.top-strip > a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: inline-block;
}

/***** Order summery page *****/
.order-summery-panel {
  min-height: 400px;
  background: #ffffff;
}

.order-summery-panel .order-summary-heading {
  font-size: 20px;
  text-transform: capitalize;
}

.order-summery-panel .order-summery-table .table > thead > tr > th {
  border-bottom: 1px solid #cfcfcf;
}

.order-summery-panel .order-summery-table .table > tbody > tr > td {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.625rem;
  vertical-align: top;
  white-space: normal;
}

.order-summery-panel .order-summery-table .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #cfcfcf;
  border-top: 0;
}

.order-summery-panel .order-summery-table .table > tfoot > tr.total-amount {
  background: #fafafa;
}

.order-summery-panel .order-summery-table .table > tfoot > tr.total-amount > td {
  color: #181c32;
  font-size: 16px;
  vertical-align: middle;
}

.order-summery-panel .order-summery-table .table > tfoot > tr.total-amount > td:first-child {
  text-align: right;
  color: #6f7477;
}

.order-summery-panel .order-summery-table .table > tfoot > tr.total-amount > td:last-child {
  font-size: 22px;
  color: #186bb7;
}

.order-summery-panel .approved-img {
  width: 100px;
  text-align: left;
}

.order-summery-panel .approved-img > img {
  max-width: 100%;
}

.order-summery-panel .pdf-download-btn {
  text-align: right;
  display: block;
}

.order-summery-panel .pdf-download-btn > a {
  text-align: center;
}

.external-html-content .dropdown-menu {
  max-height: 125px !important;
}

.external-html-content .dropdown-menu.uib-datepicker-popup {
  max-height: inherit !important;
}

.job-boards-list-down {
  width: 100px;
  min-width: auto;
}

.job-boards-list-down > li {
  padding: 5px 7px;
  height: 30px;
  float: left;
}

.job-boards-list-down > li > a {
  padding: 0px !important;
  margin: 0 !important;
  text-align: center;
  vertical-align: middle;
}

/* Access Control  */
.left-section-menu-access {
  width: 270px;
  display: table-cell;
  vertical-align: top;
  overflow: visible;
}

.left-section-menu-access > ul {
  width: 250px;
  background-color: #f0f3f6;
  height: calc(100vh - 160px);
  overflow: visible;
  overflow-y: auto;
}

.left-section-menu-access > ul > li {
  display: block;
}

.left-section-menu-access > ul > li > span {
  color: #ffffff;
  padding: 7px 10px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.left-section-menu-access > ul > li > span > p {
  width: calc(100% - 100px);
  display: inline-block;
  font-size: 0.875rem;
}

.left-section-menu-access > ul > li > span > a {
  width: 100px;
  color: #ffffff;
  float: right;
  text-align: right;
  font-size: 0.875rem;
}

.left-section-menu-access > ul > li > ul {
  padding-left: 10px;
  margin-bottom: 20px;
}

.left-section-menu-access > ul > li > ul > li > a {
  font-size: 0.875rem;
  padding: 5px;
  width: calc(100% - 50px);
  display: inline-block;
  color: #6f7477;
}

.left-section-menu-access > ul > li > ul > li .dropdown-menu {
  right: 0 !important;
  left: auto;
}

.left-section-menu-access > ul > li > ul > li > span {
  float: right;
  padding-top: 5px;
}

.left-section-menu-access > ul > li > ul > li > span > a {
  color: #181c32;
  padding: 5px;
}

.internal-search-input {
  display: inline-block;
  width: calc(100% - 40px);
}

.jobboard-default-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.jobboard-default-settings > li {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.jobboard-default-settings > li:first-child {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.jobboard-default-settings > li:first-child > img {
  width: 24px;
  height: 24px;
}

.jobboard-default-settings > li:nth-child(2) {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
}

.app-ip-restriction > li .custom-checkbox + label {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.app-ip-restriction > li .custom-checkbox + label > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.app-ip-restriction > li .custom-checkbox + label::before {
  width: 0;
  height: 0;
  display: none;
}

.app-ip-restriction > li .custom-checkbox + label::after {
  width: 0;
  height: 0;
}

.app-ip-restriction > li .custom-checkbox:checked + label > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.greeting-text.form-group textarea.text-area-height + .cke .cke_contents {
  height: calc(100vh - 400px) !important;
}

.by-employee-card {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #f8f9fc;
}

.by-employee-card > p {
  font-size: 0.875rem;
  color: #6f7477;
  line-height: 20px;
}

.preferance-list-data .preferance-list-block > h4 {
  font-size: 0.875rem;
  font-weight: 600;
}

.preferance-list-data .preferance-list-block > ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.preferance-list-data .preferance-list-block > ul > li {
  border-bottom: 1px dotted #DAE1ED;
  color: #6f7477;
  font-size: 0.75rem;
  line-height: 0.875rem;
  list-style: disc;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}

.preferance-list-data .preferance-list-block > ul > li > span:first-child {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
}

.preferance-list-data .preferance-list-block > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.highcharts-title {
  color: #186bb7;
  fill: #186bb7;
  width: 100%;
  display: block;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  text-align: left;
}

#personalityOpennessChart,
#personalityConscientiousnessChart,
#personalityExtraversionChart,
#personalityAgreeablenessChart,
#personalityEmotionalrangeChart {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.selectled-locations > li > span {
  width: calc(100% - 40px);
  display: inline-block;
  color: #6f7477;
  font-size: 12px;
}

.monster-accordion .panel-group .panel,
.monster-accordion .panel-group .panel-default {
  border: 0;
  background-color: transparent;
}

.monster-accordion .panel-group .panel .panel-heading,
.monster-accordion .panel-group .panel-default .panel-heading {
  border: 0;
  padding: 0;
}

.monster-accordion .panel-group .panel .panel-heading .panel-title,
.monster-accordion .panel-group .panel .panel-heading h5,
.monster-accordion .panel-group .panel-default .panel-heading .panel-title,
.monster-accordion .panel-group .panel-default .panel-heading h5 {
  text-transform: capitalize;
  color: #181c32;
}

.monster-accordion .panel-group .panel .panel-heading .panel-title > a,
.monster-accordion .panel-group .panel .panel-heading h5 > a,
.monster-accordion .panel-group .panel-default .panel-heading .panel-title > a,
.monster-accordion .panel-group .panel-default .panel-heading h5 > a {
  color: #6f7477;
  font-size: 12px;
  text-transform: uppercase;
}

.monster-accordion .panel-group .panel .panel-collapse,
.monster-accordion .panel-group .panel-default .panel-collapse {
  background: transparent;
  border: 0;
}

.monster-accordion .panel-group .panel .panel-collapse .panel-body,
.monster-accordion .panel-group .panel-default .panel-collapse .panel-body {
  border: 0;
  padding: 0;
  padding-left: 20px;
}

.monster-accordion .card {
  border: none;
}

.monster-accordion .card .card-header {
  border: 0;
  background-color: transparent;
  padding: 5px 0;
}

.monster-accordion .card .card-header h5 {
  color: #181c32;
  font-size: 0.875rem;
}

.monster-accordion .card .card-header h5 a {
  color: #181c32;
}

.monster-accordion .card .card-body {
  padding: 10px;
}

/* Dice Accordion */
.dice-accordion.disabled .panel-group, .integrated_search.disabled .panel-group {
  position: relative;
}

.dice-accordion.disabled .panel-group::before, .integrated_search.disabled .panel-group::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.01);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.dice-accordion.disabled .panel-group .panel-heading, .integrated_search.disabled .panel-group .panel-heading {
  color: #6f7477;
}

.dice-accordion .panel,
.dice-accordion .panel-default, .integrated_search .panel,
.integrated_search .panel-default {
  border: 0;
  background: transparent;
}

.dice-accordion .panel .panel-heading,
.dice-accordion .panel .card-header,
.dice-accordion .panel-default .panel-heading,
.dice-accordion .panel-default .card-header, .integrated_search .panel .panel-heading,
.integrated_search .panel .card-header,
.integrated_search .panel-default .panel-heading,
.integrated_search .panel-default .card-header {
  border-color: #cfcfcf !important;
  background-color: transparent;
  padding: 0;
}

.dice-accordion .panel .panel-heading .panel-title,
.dice-accordion .panel .panel-heading h5,
.dice-accordion .panel .card-header .panel-title,
.dice-accordion .panel .card-header h5,
.dice-accordion .panel-default .panel-heading .panel-title,
.dice-accordion .panel-default .panel-heading h5,
.dice-accordion .panel-default .card-header .panel-title,
.dice-accordion .panel-default .card-header h5, .integrated_search .panel .panel-heading .panel-title,
.integrated_search .panel .panel-heading h5,
.integrated_search .panel .card-header .panel-title,
.integrated_search .panel .card-header h5,
.integrated_search .panel-default .panel-heading .panel-title,
.integrated_search .panel-default .panel-heading h5,
.integrated_search .panel-default .card-header .panel-title,
.integrated_search .panel-default .card-header h5 {
  color: #181c32;
  text-transform: capitalize;
}

.dice-accordion .panel .panel-heading .panel-title > a,
.dice-accordion .panel .panel-heading h5 > a,
.dice-accordion .panel .card-header .panel-title > a,
.dice-accordion .panel .card-header h5 > a,
.dice-accordion .panel-default .panel-heading .panel-title > a,
.dice-accordion .panel-default .panel-heading h5 > a,
.dice-accordion .panel-default .card-header .panel-title > a,
.dice-accordion .panel-default .card-header h5 > a, .integrated_search .panel .panel-heading .panel-title > a,
.integrated_search .panel .panel-heading h5 > a,
.integrated_search .panel .card-header .panel-title > a,
.integrated_search .panel .card-header h5 > a,
.integrated_search .panel-default .panel-heading .panel-title > a,
.integrated_search .panel-default .panel-heading h5 > a,
.integrated_search .panel-default .card-header .panel-title > a,
.integrated_search .panel-default .card-header h5 > a {
  color: #6f7477;
  display: block;
  font-size: 12px;
  padding: 8px;
  text-transform: uppercase;
}

.dice-accordion .panel .panel-collapse,
.dice-accordion .panel-default .panel-collapse, .integrated_search .panel .panel-collapse,
.integrated_search .panel-default .panel-collapse {
  border: 0;
  background: transparent;
}

.dice-accordion .panel .panel-collapse .panel-body,
.dice-accordion .panel-default .panel-collapse .panel-body, .integrated_search .panel .panel-collapse .panel-body,
.integrated_search .panel-default .panel-collapse .panel-body {
  border: 0;
}

.snaprecruiter-list {
  border: 1px solid #cfcfcf;
}

.snaprecruiter-list > li .snaprecruiter-check-box {
  width: 25px;
  display: inline-block;
  vertical-align: top;
}

.snaprecruiter-list > li .snaprecruiter-details .snap-header {
  background: #f8f9fc;
}

.snaprecruiter-list > li .snaprecruiter-details .snap-header .snap-img {
  height: 40px;
  display: inline-block;
  vertical-align: top;
}

.snaprecruiter-list > li .snaprecruiter-details .snap-header .snap-img > img {
  height: 40px;
}

.snaprecruiter-list > li .snaprecruiter-details .snap-header .snap-candidate-details .sub-heading span {
  text-transform: capitalize;
}

.snaprecruiter-list > li .snaprecruiter-details .snap-header ul > li.candidate-action-details {
  vertical-align: top;
  margin-top: -7px;
}

.snaprecruiter-list > li .snaprecruiter-details .snap-body {
  padding: 0.625rem 1rem 0;
}

.snaprecruiter-list > li:hover .snaprecruiter-details {
  background: #f8f9fc;
}

.hold-cntl {
  display: inline-block;
  border-radius: 15px;
  vertical-align: middle;
}

.oorwinsearch-keywords > li {
  padding: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

.oorwinsearch-keywords > li .skill {
  border: 1px solid #cfcfcf;
  color: #181c32;
  border-radius: 4px;
  cursor: move;
  display: inline-block;
  font-size: 16px;
}

.oorwinsearch-keywords > li .skill > i {
  font-size: 12px;
}

.oorwinsearch-keywords > li .skill input {
  border: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.oorwinsearch-keywords > li .skill-condition {
  color: #186bb7;
  font-size: 12px;
}

.oorwinsearch-keywords > li:last-child .skill-condition {
  display: none;
}

.section-card {
  background: #f8f9fc;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.section-card.in-active {
  position: relative;
  cursor: not-allowed;
}

.section-card.in-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.section-card .section-header {
  border-bottom: 1px solid #cfcfcf;
}

.section-card .section-header > p {
  display: inline-block;
  font-size: 16px;
  color: #6f7477;
}

.section-card .section-header > p:last-child {
  float: right;
}

.section-card .section-body .section-title {
  font-size: 16px;
  color: #186bb7;
}

.resume-comparison > tbody > tr > th {
  width: 10%;
  vertical-align: middle;
  white-space: nowrap;
}

.resume-comparison > tbody > tr > td {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  white-space: normal;
  width: 30%;
}

.resume-comparison > tbody > tr > td > p {
  line-height: 20px;
}

.resume-comparison > tbody > tr > td > p > span {
  border-radius: 8px;
}

.resume-comparison .candidate-details {
  width: 100%;
}

.resume-comparison .candidate-details .profile-img {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.resume-comparison .candidate-details .profile-img > img {
  border-radius: 50%;
}

.resume-comparison .candidate-details .profile-details {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
  color: #186bb7;
  width: calc(100% - 65px);
}

.resume-comparison .candidate-details .profile-details > a {
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
}

.resume-comparison .candidate-details .profile-details .star-candidate {
  display: inline-block;
  vertical-align: middle;
}

.resume-comparison .candidate-details .profile-details > span {
  display: block;
  line-height: 18px;
  padding-top: 2px;
}

.resume-comparison .candidate-details .search-candidates-list {
  display: inline-block;
  vertical-align: middle;
}

.resume-comparison .sourced-from {
  color: #6f7477;
  display: block;
  text-align: right;
}

.resume-comparison .sourced-from img {
  height: 16px;
  vertical-align: sub;
}

.resume-comparison .search-candidates-list .job-match-section {
  float: right;
}

.resume-comparison .search-candidates-list .job-match-section .match-level {
  font-weight: normal;
  height: auto;
  line-height: 14px;
}

.bulk-Pipeline-title {
  text-transform: uppercase;
  color: #181c32;
}

.bulk-Pipeline-title span {
  font-size: 13px;
  text-transform: capitalize;
}

.bulk-submit .cke_contents {
  height: 150px !important;
}

.submit-canidate-bulk .panel .panel-heading {
  border-color: #cfcfcf;
}

.submit-canidate-bulk .panel .panel-heading .panel-title {
  color: #181c32;
}

.submit-canidate-bulk .panel .panel-body {
  background: #ffffff;
}

.submit-canidate-bulk .panel .panel-body .panel {
  border: 0 !important;
}

.submit-canidate-bulk .panel .panel-body .panel-heading {
  display: none;
}

.submit-canidate-bulk .panel.panel-default {
  border-bottom: 1px solid #cfcfcf !important;
}

.submit-canidate-bulk .panel .panel-collapse {
  border: 0 !important;
}

.job-grabber .job-grabber-list {
  height: calc(100vh - 300px);
  overflow-y: auto;
  overflow-x: hidden;
}

.job-grabber .share-icon {
  position: absolute;
  right: 0px;
}

.job-grabber .job-grabber-profile {
  width: 100%;
  height: calc(100vh - 130px);
  overflow-y: auto;
  border-radius: 4px;
}

.job-grabber .job-grabber-profile .job-grabber-header {
  width: 100%;
  height: 100px;
}

.job-grabber .job-grabber-profile .img {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  margin-top: -50px;
}

.job-grabber .job-grabber-profile .img > img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
}

.job-grabber .job-grabber-profile .details {
  text-align: center;
  width: 100%;
  vertical-align: middle;
}

.job-grabber .job-grabber-profile .details > h4 {
  font-size: 16px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.job-grabber .job-grabber-profile .details > p {
  font-size: 0.875rem;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #cfcfcf;
}

.job-grabber .job-grabber-profile .details-part {
  width: 100%;
  font-size: 16px;
}

.job-grabber .job-grabber-profile .details-part > p {
  font-size: 12px;
  color: #6f7477;
  text-transform: uppercase;
  line-height: 14px;
}

.job-grabber .job-grabber-profile .details-part > i {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.job-grabber .job-grabber-profile .details-part > span {
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #181c32;
  vertical-align: middle;
  display: inline-block;
  line-height: 16px;
}

.job-grabber .job-grabber-profile .skills {
  border-top: 1px solid #cfcfcf;
  position: relative;
}

.job-grabber .job-grabber-profile .skills > h5 {
  padding-bottom: 5px;
  font-size: 12px;
  color: #6f7477;
  text-transform: uppercase;
}

.job-grabber .job-grabber-profile .skills > p {
  overflow-y: auto;
  color: #181c32;
}

.job-grabber .job-grabber-profile .skills .ngTruncateToggleText {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 28px 12px 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, #fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 40%, #fff 100%);
}

.job-grabber .job-grabber-list-item {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.job-grabber .job-grabber-list-item .jobgrabber-popover .popover {
  min-width: 250px;
}

.job-grabber .job-grabber-list-item:first-child .jobgrabber-popover .popover {
  top: -6px !important;
}

.job-grabber .job-grabber-list-item:first-child .jobgrabber-popover .popover .arrow {
  top: 19px !important;
}

.job-grabber .job-grabber-list-item .checkbox {
  width: 30px;
  display: inline-block;
  vertical-align: top;
}

.job-grabber .job-grabber-list-item h6 {
  font-size: 0.875rem;
}

.job-grabber .job-grabber-list-item .data {
  width: calc(100% - 40px);
  display: inline-block;
}

.job-grabber .job-grabber-list-item .data h4 {
  text-transform: capitalize;
  font-size: 16px;
}

.job-grabber .job-grabber-list-item .data p {
  color: #181c32;
  font-size: 0.875rem;
  line-height: 22px;
  text-transform: capitalize;
}

.job-grabber .job-grabber-list-item .data .description {
  padding-top: 5px;
  height: 49px;
  overflow: hidden;
}

.job-grabber .job-grabber-list-item .job-boards > li > a > img {
  width: 20px;
  height: 20px;
}

.job-grabber .job-grabber-list-item .job-boards > li.checked > a {
  position: relative;
  display: block;
}

.job-grabber .job-grabber-list-item .job-boards > li.checked > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.job-grabber .job-grabber-list-item .job-boards > li.checked > a::after {
  position: absolute;
  content: "\F12C";
  color: #186bb7;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  margin: auto;
}

.gmail-track-modal-header {
  color: #6f7477;
}

.table-responsive .dropdown-menu:before {
  display: none;
}

.agent-popover .popover {
  max-width: 350px;
}

.preferred-details .row {
  padding-top: 10px;
  border-bottom: 1px solid #cfcfcf;
}

.preferred-details .row:last-child {
  border: 0;
}

.preferred-details p {
  font-size: 0.875rem;
}

.preferred-details span {
  font-size: 0.875rem;
  text-transform: capitalize;
}

.mail-body iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.take-test {
  border-bottom: 1px dashed #cfcfcf;
}

.take-test .question {
  font-size: 20px;
  font-weight: 500;
}

.take-test .answer {
  font-size: 0.875rem;
  color: #181c32;
}

.receipt-list {
  display: block;
  overflow-y: auto;
  clear: both;
}

.receipt-list > li {
  float: left;
  padding: 0 5px;
}

.receipt-list > li .dropzone {
  height: 100%;
}

.receipt-list > li .receipt-wrapper {
  overflow: hidden;
  border: 1px solid #ededed;
  position: relative;
  height: 375px;
  width: 275px;
  margin-bottom: 30px;
  border-radius: 0.42rem;
}

.receipt-list > li .img-preview {
  position: relative;
  height: 100%;
}

.receipt-list > li .img-preview img {
  max-width: 100%;
  padding: 15px;
}

.receipt-list > li .receipt-thumbnail {
  border: 1px solid transparent;
  width: auto;
  height: 100%;
}

.receipt-list > li .receipt-thumbnail .resize-thumbnail {
  height: 87%;
}

.receipt-list > li .thumbnail-container {
  height: 100%;
}

.receipt-list > li .receipt-header {
  padding: 0.85rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0.42rem 0.42rem 0 0;
  background: #ffffff;
  border-bottom: 1px dashed #ededed;
  z-index: 1;
}

.receipt-list > li .receipt-header .title {
  font-size: 12px;
}

.receipt-list > li .receipt-header .amount {
  font-size: 24px;
  line-height: 24px;
}

.receipt-list > li .hv-centered {
  top: 50%;
  position: absolute;
  display: inline-table;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.receipt-list > li .card-footer {
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 0.42rem 0.42rem;
  display: none;
  z-index: 1;
}

.receipt-list > li:first-child .receipt-wrapper {
  border: 1px solid dashed;
  overflow: initial;
  text-align: center;
}

.receipt-list > li:first-child .dropzone {
  border-width: 1px;
}

.receipt-list > li:hover .receipt-wrapper .card-footer {
  display: block;
}

.receipt-list.modal-receipts > li .receipt-wrapper {
  border: 1px solid #ededed;
}

.receipt-list.modal-receipts > li:first-child .receipt-wrapper {
  overflow: hidden;
}

.from-local-computer-file {
  opacity: 0;
  width: 100%;
  top: 7px;
  left: 0;
}

.card .form-control {
  text-align: left !important;
}

.nowrap {
  white-space: nowrap;
}

.mpower-tabs > li {
  border-bottom: 2px solid transparent;
}

.mpower-tabs > li > a {
  display: inline-block;
  color: #181c32;
}

.mpower-tabs > li.active {
  border-color: #186bb7;
}

.mpower-tabs > li.active > a {
  color: #186bb7;
}

.selectable-list .title {
  font-size: 12px;
  line-height: 32px;
  color: #181c32;
  position: relative;
}

.selectable-list .title .mdi {
  position: absolute;
  right: 2px;
  top: 2px;
}

.selectable-list .selected-list {
  border: 1px solid #cfcfcf;
  border-top: 0;
}

.selectable-list .selected-list .selected-list-header {
  background: #f8f9fc;
}

.selectable-list .selected-list .selected-list-header > span {
  display: inline-block;
  width: calc(100% - 30px);
}

.selectable-list .selected-list .selected-list-header > i {
  display: inline-block;
  width: 26px;
  text-align: center;
}

.selectable-list .selected-list ul {
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
}

.selectable-list .selected-list ul > li {
  font-size: 12px;
}

.selectable-list .selected-list ul > li > b,
.selectable-list .selected-list ul > li > span {
  display: inline-block;
  width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selectable-list .selected-list ul > li > i {
  display: inline-block;
  width: 26px;
  text-align: right;
}

.located-areas {
  position: relative;
}

.located-areas .mdi {
  position: absolute;
  right: 5px;
  top: 5px;
}

.ui-select-choices-row:hover,
.select2-results .select2-highlighted:hover {
  background-color: #186bb7;
  color: #ffffff;
}

.select2-results .select2-highlighted {
  background-color: #186bb7;
  color: #ffffff;
}

.error > .ng-invalid > a.select2-choice {
  border-color: red;
}

.vendor-submission-section > div {
  display: inline-block;
}

.vendor-submission-section .vendor-heading {
  width: 150px;
  color: #181c32;
}

.vendor-submission-section .vendor-details {
  color: #186bb7;
}

.matching-score-preview {
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}

/* Add Filter in campions */
.add-filter {
  width: 100%;
  border: 1px solid #cfcfcf;
}

.add-filter .add-filter-heading {
  border-bottom: 1px solid #cfcfcf;
}

.add-filter .add-filter-body {
  min-height: 200px;
}

.add-filter .add-filter-footer {
  border-top: 1px solid #cfcfcf;
}

.count-alt {
  position: absolute;
  top: 8px;
  right: 4px;
}

.view_editor_jb_cls ul li {
  list-style: initial;
}

.view_editor_jb_cls ol {
  list-style-type: decimal;
}

.combo-input {
  white-space: nowrap;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.combo-input select {
  border: 0 !important;
  border-radius: 4px 0 0 4px !important;
}

.combo-input input {
  border: 0 !important;
  border-radius: 0 4px 4px 0 !important;
  background-color: #ffffff !important;
}

.additional-receipents > li > a {
  color: #6f7477;
  display: block;
}

.additional-receipents > li:hover > a {
  color: #186bb7;
}

.login-edge {
  position: absolute;
  right: 20px;
  top: 0;
}

.keywords-drag .drag-icon {
  width: 20px;
  display: inline-block;
  cursor: all-scroll;
  vertical-align: middle;
}

.keywords-drag .drag-icon + .form-control {
  width: calc(100% - 35px);
  display: inline-block;
  vertical-align: middle;
}

.border-all {
  border: 1px solid #cfcfcf;
}

/* Integrations */
.monster-india-list {
  display: block;
  width: 100%;
  background: #cdcdcd;
}

.monster-india-list .monster-india-left-section {
  width: 300px;
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.monster-india-list .monster-india-left-section .check-item {
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.monster-india-list .monster-india-left-section .monster-india-profile-details {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 25px);
  text-align: center;
}

.monster-india-list .monster-india-left-section .monster-india-profile-details > img {
  width: 110px;
}

.monster-india-list .monster-india-left-section h4, .monster-india-list .monster-india-left-section p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.monster-india-list .monster-india-left-section p {
  line-height: 20px;
}

.monster-india-list .monster-india-right-section {
  width: calc(100% - 304px);
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.monster-india-list .monster-india-right-section .color-light {
  font-size: 12px;
}

.monster-india-list .monster-india-right-section .title {
  font-size: 16px;
  font-weight: 400;
}

.monster-india-list .monster-india-right-section ul + h4 {
  font-size: 16px;
}

.monster-india-list .monster-india-right-section .candidate-action-details {
  margin-top: -12px;
  vertical-align: middle;
}

.footer-section {
  padding: 10px 15px;
  background: #cdcdcd;
  border-top: 1px solid #ffffff;
}

.footer-section .matched-data {
  position: relative;
}

.footer-section .matched-data .matched-details {
  padding: 10px;
  background: #ffffff;
  width: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
  border: 1px solid #fdfdfd;
}

.footer-section .matched-data:hover .matched-details {
  display: block;
}

.salary-data {
  position: relative;
}

.salary-data .salary-details {
  width: 250px;
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  background: #ffffff;
  z-index: 9;
  border: 1px solid #cfcfcf;
}

.salary-data .salary-details p {
  background: #f8f9fc;
  margin-bottom: 0;
  padding: 10px;
}

.salary-data .salary-details ul {
  padding: 10px;
  max-height: 150px;
  overflow-y: auto;
}

.salary-data:hover .salary-details {
  display: block;
}

.jobboards-team-members-list {
  white-space: nowrap;
  max-height: 120px;
  overflow-y: auto;
}

.jobboards-team-members-list > li {
  display: block !important;
  white-space: nowrap;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #fdfdfd;
}

.jobboards-team-members-list > li:last-child {
  border-bottom: 0;
}

.jobboards-team-members-list > li .team-member-name {
  display: inline-block;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  vertical-align: middle;
}

.jobboards-team-members-list > li .team-member-count {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.internal_configure_match_weightage .rzslider {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.internal_configure_match_weightage .rzslider .rz-bar {
  background: #f0f3f6;
  height: 8px;
}

.internal_configure_match_weightage .rzslider .rz-bar-wrapper {
  padding-top: 15px;
}

.internal_configure_match_weightage .rzslider .rz-bubble {
  background: #f0f3f6;
  color: #212121;
}

.internal_configure_match_weightage .rzslider .rz-bubble.rz-limit {
  background: #ffffff;
  color: #212121;
  display: none;
}

.internal_configure_match_weightage .keywords .rz-selection {
  background: #FA6900;
}

.internal_configure_match_weightage .keywords span {
  color: #FA6900;
}

.internal_configure_match_weightage .skills .rz-selection {
  background: #6A4A3D;
}

.internal_configure_match_weightage .skills span {
  color: #6A4A3D;
}

.internal_configure_match_weightage .job-title .rz-selection {
  background: #69D2E7;
}

.internal_configure_match_weightage .job-title span {
  color: #69D2E7;
}

.internal_configure_match_weightage .location .rz-selection {
  background: #C7F465;
}

.internal_configure_match_weightage .location span {
  color: #C7F465;
}

.careerbuilder-search-form .form-group .form-control:placeholder {
  color: #999999;
}

.careerbuilder-search-results > ul > li {
  border: 1px solid #d2d1d1;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
}

.careerbuilder-search-results > ul > li h6 {
  padding-bottom: 4px;
  color: #212121;
  font-weight: 600;
}

.careerbuilder-search-results > ul > li .profile-left {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

.careerbuilder-search-results > ul > li .profile-left > img {
  width: 100%;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.careerbuilder-search-results > ul > li .profile-right {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 190px);
}

.careerbuilder-search-results > ul > li .profile-right .ellipsis {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.careerbuilder-search-results > ul > li .profile-right .name {
  color: #09a0db;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

.careerbuilder-search-results > ul > li .profile-right .position {
  color: #25272c;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 5px;
}

.careerbuilder-search-results > ul > li .profile-right .location {
  font-size: 0.875rem;
  color: #7f7f7f;
  overflow: hidden;
  text-transform: capitalize;
}

.careerbuilder-search-results > ul > li .profile-right .networks {
  margin: 15px 0 0 0;
  padding: 0;
}

.careerbuilder-search-results > ul > li .profile-right .networks > li {
  margin-left: 5px;
  margin-right: 5px;
}

.careerbuilder-search-results > ul > li .profile-right .networks > li > img {
  width: 26px;
}

.careerbuilder-search-results > ul > li .profile-right .skills {
  margin-top: 5px;
  height: 90px;
  overflow: hidden;
  padding: 0;
}

.careerbuilder-search-results > ul > li .profile-right .skills > li {
  color: #fff;
  background-color: #63c0b9;
  position: relative;
  padding: 4px 6px;
  height: 25px;
  margin: 0 5px 5px 0;
  border-radius: 2px;
  max-width: 200px;
  float: left;
}

.careerbuilder-search-results > ul > li .profile-right .skills > li > span {
  display: block;
  line-height: 16px;
}

.careerbuilder-search-results > ul > li .profile-right .skills > li .ellipsis {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.careerbuilder-search-results > ul > li .profile-right .skills > li .profile-actions {
  position: relative;
  vertical-align: top;
  width: 330px;
  display: inline-block;
}

.careerbuilder-search-results > ul > li .profile-right .skills > li .profile-actions > a {
  margin-right: 5px;
  color: #999999;
  font-size: 20px;
}

.careerbuilder-search-results > ul > li .profile-right .skills > li .profile-actions > ul > li.candidate-action-details {
  vertical-align: top;
  margin-top: -6px;
}

.careerbuilder-search-results > ul > li .profile-more-details {
  padding: 0 10px 10px;
}

.careerbuilder-search-results > ul > li .profile-more-details p {
  color: #7f7f7f;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.careerbuilder-search-results > ul > li .profile-more-details p > span {
  display: block;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
  text-align: center;
  padding: 15px;
  color: #ffffff;
}

.scroll-to-top:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

#hunter_search_domain .angucomplete-holder .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 36px;
}

.dashboard-widgets .static-widgets .card:after {
  border-right: 1px solid #DAE1ED;
  content: "";
  height: 282px;
  position: absolute;
  right: 0;
  top: 15px;
}

.dashboard-widgets .static-widgets .card._calendar:after {
  border-right: none;
}

.dashboard-widgets .card {
  height: 300px;
}

.dashboard-widgets .dndDragover .dndPlaceholder {
  border: 2px dashed #DAE1ED !important;
  height: 300px !important;
  margin: 0 15px !important;
  width: 31.412% !important;
  float: none !important;
  list-style: none;
}

.dashboard-widgets .dndDragover .dndDraggingSource {
  display: none !important;
}

.widget.quick_links .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  line-height: 2rem;
  min-height: 4.5rem;
  width: 100%;
}

.widget.quick_links .bg-light-success:hover {
  background-color: #E1F4E9 !important;
  color: #27AE60;
}

.widget.contacts_leads .bg-light-success {
  background-color: #D5ECE2 !important;
  color: #4EAF86;
}

.widget .avatar .avatar-label {
  height: 32px;
  width: 32px;
}

.active_quick_links {
  border: 2px dashed #D3D7DD;
  margin-bottom: 0.75rem;
  padding: 0.625rem;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-radius: 0.525rem;
}

.symbol.symbol-light-info .symbol-label {
  background-color: #F5F2FC;
  color: #8950fc;
}

.symbol.symbol-light-danger .symbol-label {
  background-color: #FEF3F0;
  color: #f64e60;
}

.symbol.symbol-light-primary .symbol-label {
  background-color: #E8F5FC;
  color: #3699ff;
}

.symbol.symbol-light-warning .symbol-label {
  background-color: #FFF4E5;
  color: #ffa800;
}

.symbol .symbol-label {
  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;
  font-weight: 500;
  color: #3f4254;
  background-color: #f3f6f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 36px;
  width: 36px;
}

.bg-light-success {
  background-color: #E9F6EF !important;
  color: #559f74;
}

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

.bg-light-primary {
  background-color: #E8F5FC !important;
  color: #0288d1;
}

.bg-light-warning {
  background-color: #FFF8DD !important;
  color: #F59300;
}

.bg-light-danger {
  background-color: #FDDFD8 !important;
  color: #DE350B;
}

.bg-light-secondary {
  background-color: #e6e6e6 !important;
  color: #6c757d;
}

.shadow-hover:hover, a.shadow-hover:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1) !important;
}

.letter-spacing--1 {
  letter-spacing: -1px;
}

.calendar-item:hover {
  background-color: #E9F6EF !important;
}

.calendar-item:hover .calendar-item-time {
  color: #27AE60;
}

.calendar-item:hover .border-left {
  border-left-color: #88D3A8 !important;
}

.calendar-item.read {
  opacity: .4;
}

.calendar-item.read .calendar-item-time {
  color: #172A3F;
}

.add_widget .check_widget {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #F1F2F3;
  color: #4EAF86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -.5rem;
  top: -.5rem;
  width: 24px;
}

.add_widget.added_widget, .add_widget:hover {
  border-color: #4EAF86;
}

.add_widget.added_widget .check_widget, .add_widget:hover .check_widget {
  background-color: #4EAF86;
  color: #ffffff;
}

.move_widget {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .25rem;
  color: #212121;
  cursor: move;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  font-size: .75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .25;
  width: 20px;
}

.move_widget:focus, .move_widget:hover {
  background-color: #f8f9fa;
  opacity: .5;
}

.move_widget:active {
  background-color: #4EAF86;
  color: #ffffff;
  opacity: 1;
}

.clip1 {
  width: 300px;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
  background: #FF9689;
}

.clip1 .count {
  line-height: 60px;
}

.clip2 {
  width: 300px;
  height: 40px;
  clip-path: polygon(14% 0, 86% 0, 76% 100%, 24% 100%);
  background: #CCAACC;
  margin-top: 2px;
}

.clip2 .count {
  line-height: 40px;
}

.clip3 {
  width: 300px;
  height: 40px;
  clip-path: polygon(24% 0, 76% 0, 66% 100%, 34% 100%);
  background: #8FC9CA;
  margin-top: 2px;
}

.clip3 .count {
  line-height: 40px;
}

.clip4 {
  width: 300px;
  height: 50px;
  clip-path: polygon(34% 0, 50% 100%, 66% 0);
  background: #97C1A9;
  margin-top: 2px;
}

.clip4 .count {
  line-height: 30px;
}

.candidate-submissions-chart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.candidate-submissions-chart-list > li {
  width: 50%;
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
  padding-left: 12px;
  list-style: none;
}

.candidate-submissions-chart-list > li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  left: 0;
  top: 5px;
}

.candidate-submissions-chart-list > li:nth-child(1)::before {
  background-color: #FF9689;
}

.candidate-submissions-chart-list > li:nth-child(2)::before {
  background-color: #CCAACC;
}

.candidate-submissions-chart-list > li:nth-child(3)::before {
  background-color: #8FC9CA;
}

.candidate-submissions-chart-list > li:nth-child(4)::before {
  background-color: #97C1A9;
}

@media only screen and (min-width: 1440px) {
  .news-columns .card-wrap {
    width: 20% !important;
  }
}

@media only screen and (max-width: 1400px) {
  .account-credits-card-block .account-credits-card {
    width: 220px;
  }
  .cp_template-wrap .cp-search-wrapper .cp-search-wrap .career_search .search-input {
    width: 100px;
  }
  .news-columns .card-wrap {
    width: 25% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .detailed-view .right-fixed.expanded {
    width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .subheader-tabs .responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #808080;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0.5rem;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .subheader-tabs .responsive:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../../../assets/images/newui/arrow-left.svg) no-repeat;
    display: block;
    background-size: cover;
    margin-left: 6px;
    opacity: 0.6;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .subheader-tabs .responsive.show + ul {
    display: block;
    width: 100%;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(153, 155, 168, 0.2);
            box-shadow: 0 0 16px rgba(153, 155, 168, 0.2);
    z-index: 1;
  }
  .subheader-tabs .responsive.show + ul li {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
  .subheader-tabs .responsive.show + ul li.active {
    border-bottom: none;
  }
  .subheader-tabs .responsive.show + ul li.active a {
    font-weight: normal;
  }
  .subheader-tabs ul {
    display: none;
  }
  /* For general iPad layouts */
  .cp-grid-view-wrap .cp-grid-view {
    width: 33%;
    padding: 0 12px 12px 0;
  }
  .search-wrapper .search input {
    min-width: 150px;
  }
  .dashboard_widgets.card-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .news-columns .card-wrap {
    width: 33.3333% !important;
  }
  .detailed-view .right-fixed.expanded {
    width: 690px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.aside-fixed .page-container {
    margin-top: 0;
  }
  body.aside-fixed .page-container.has-footer .page-footer {
    left: 0 !important;
    width: 100%;
  }
  .vertical-tabs .mobile-vertical-tab {
    display: block;
    text-align: right;
  }
  .vertical-tabs .mobile-vertical-tab:focus {
    outline: none;
  }
  .vertical-tabs .vertical.open {
    position: fixed;
    left: 0;
    width: auto;
    display: block;
    z-index: 999;
    background: #f1f3fb;
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .vertical-tabs .vertical.open .nav-stacked {
    border-right: none;
  }
  .vertical-tabs .vertical.open .nav-stacked > li {
    width: 100% !important;
  }
  .cp-grid-view-wrap .cp-grid-view {
    width: 33%;
    padding: 0 12px 12px 0;
  }
  .news-columns .card-wrap {
    width: 50% !important;
  }
}

@media only screen and (max-width: 600px) {
  .custom-field-wrap .custom-field {
    width: 100%;
  }
  .subheader-tabs:before {
    content: none;
  }
  .breadcrumb .breadcrumb-pagination {
    padding-left: 0;
    margin-top: 10px;
  }
  .dashboard_widgets.card-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .news-columns .card-wrap {
    padding: 0 !important;
    width: 100% !important;
  }
  .noprint_view {
    display: block;
    width: 100%;
  }
}
