:root {
  --main: #936dfe;
}

.flex-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hide-desktop {
  display:none;
}

/* DEFAULT BOOTSTRAP */
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

button.close {
  margin-top: 3px;
}

.btn {
  border-radius: 5px;
  font-weight: 500;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 40px;
  transition:0.3s;
}
.btn-sm {
  font-size: 15px;
  line-height: 36px;
}
.btn-xs {
  font-size: 15px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-lg {
  font-size: 16px;
  font-weight: 700;
  width: 240px;
  height: 60px;
  line-height: 60px;
}

.btn-size-sm {
  min-width: 95px;
  line-height: 45px;
}
.btn-size-md {
  min-width: 154px;
  line-height: 45px;
}

.btn-fixed-size-lg {
  font-weight: 700;
  font-size: 16px;
  line-height: 58px;
  width:300px;
  height:60px;
}

.btn-mini {
  font-size: 13px;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
}
.btn-mini .text {
  font-size: 13px;
}
.btn-mini .material-icons.xs {
  margin-top: -2px;
}

.btn-round {
  border-radius: 30px;
}
.btn-shadow {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-default {
  background: #000;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
  /* background-color: #936dfe; */
  background-color:#000;
  color: #fff;
}

.btn-secondary {
  background: #E6E6E6;
  color: #B3B3B3;
  font-weight: 700;
}
.btn-secondary:hover,
.btn-secondary:focus {
  /* background-color: #d9d9d9; */
  color: #B3B3B3;
}

.btn-primary,
.btn-primary:visited {
  background-color: #936dfe;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #936dfe;
}
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #936dfe;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #936dfe;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:hover {
  background-color: #d9534f;
}

.btn-info,
.btn-info:visited {
  background-color: #00a7ff;
  font-weight: 400;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2594f0;
}
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
  background-color: #1881d6;
}

.btn-gray,
.btn-gray:visited {
  color:#B3B3B3;
  background-color: #E6E6E6;
}
.btn-gray:hover,
.btn-gray:focus {
  color:#fff;
  background-color: #8848FE;
}
.btn-gray:active,
.btn-gray:active:focus,
.btn-gray:active:hover {
  color:#fff;
  background-color: #8848FE;
}

.btn-default-outline {
  color: #000;
  border: 1px solid #000;
}
.btn-default-outline:focus,
.btn-default-outline:hover {
  color:#000;
}
.btn-default-outline:active {
  background-color: #eee;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-default-outline.btn-fixed-size-lg,
.btn-default-outline.btn-size-lg { border-width:2px; }

.btn-primary-outline {
  background: #000;
  color:#fff;
}
.btn-primary-outline:focus,
.btn-primary-outline:hover {
  color:#fff;
}
.btn-primary-outline:active {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-purple-outline {
  background: #936DFE;
  color:#fff;
}
.btn-purple-outline:focus,
.btn-purple-outline:hover {
  color:#fff;
}
.btn-purple-outline:active {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-danger-outline {
  background: #fff;
  border: 1px solid #d9534f;
  color: #d9534f;
}
.btn-danger-outline:active {
  background-color: #eee;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-info-outline {
  background: #fff;
  border: 1px solid #1f8ceb;
  color: #1f8ceb;
}
.btn-info-outline:active {
  background-color: #eee;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle):not(.btn-radio):not(.btn-checkbox) {
  border-right: 0;
}

.btn-square {
  position: relative;

  border-radius:0;
  background: #E6E6E6;
  border: 1px solid #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  letter-spacing: -0.02em;
  color: #777777;
  text-decoration: none !important;
}
.btn-square:hover {
  background:#B3B3B3;
}

.btn-square small {
  position:absolute;

  top:50%;
  right:20px;
  transform: translateY(-50%);

  font-size: 12px;
  line-height: 1;

  color: #000000;
  margin-left: 5px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;

  vertical-align: middle;

  border-radius: 30px;
  padding: 5px 10px;
  background: #B399FF;

  pointer-events: none;
}

@media (max-width: 768px) {
  .btn-square small {
    right: -5px;
    top: 0px;
  }
}

.btn-square.green {
  color: #000000;
  background: #84FF9F;
  border: 1px solid #000000;
}
.btn-square.green:hover {
  background: #00FF38;
  border: 1px solid #000000;
} 
.btn-square.purple {
  color:#fff;
  background: #936DFE;
  border: 1px solid rgba(147, 109, 254, 0.5);
}
.btn-square.purple:hover {
  background: #6947CA;
  border: 1px solid rgba(147, 109, 254, 0.5);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn[disabled],
.btn-primary.disabled,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
.btn-danger.disabled,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background: #eee;
  color: #999;
  border-color: transparent;
}

.btn-fluid {
  width: 100%;
  text-align: left;
}
.btn-fluid .caret {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}

.btn-center {
  text-align: center;
}

.btn-back {
  padding-left: 30px;
  background-image: url(/img/admin/icon_left_white@2x.png);
  background-repeat: no-repeat;
  background-size:18px 18px;
  background-position: 6px center;
}
.btn-back:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control.disabled {
  background-color: #eee;
}

.input-group .form-control,
.input-group .form-control:active,
.input-group .form-control:focus {
  border-radius: 5px;
}
.input-group input.form-control {
  height: 60px;
  padding: 20px;
}
.input-group textarea.form-control {
  padding: 20px;
}

.input-group .btn.b-r {
  border-right: 1px solid #e6e6e6;
  margin-right: 1px;
}
.input-group .input-group-addon {
  border: 0;
  background: transparent;
  padding: 0;
  padding-top:24px;
  vertical-align: top;
  min-width: 100px;
  text-align: left;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.input-group .input-group-btn {
  vertical-align: top;
}
.input-group .input-group-btn .btn {
  height:60px;
}

.input-group-sm .form-control {
  height: 30px;
}

.input-group + .info {
  margin-left: 100px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #b3b3b3;
  margin-top: 10px;
}

.dropdown-menu {
  border-color:#000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  z-index: 1002;
}
.dropdown-menu > li > a {
  cursor: pointer;
}

.btn-group.open .dropdown-toggle,
.btn-group .dropdown-toggle:active {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.12);
}

.btn.btn-add {
  text-decoration: none;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.btn.btn-mini.btn-add {
  padding-left: 23px;
  background-position: 3px center;
}
.btn.btn-xs.btn-add {
  padding-left: 28px;
  background-position: 7px center;
}

.btn.btn-add,
.btn.btn-add:active {
  background-image: url(/img/admin/icon_add_black.png);
}

.btn.btn-default.btn-add,
.btn.btn-default.btn-add:active {
  background-size:18px 18px;
  background-image: url(/img/admin/icon_add@2x.png);
}

.btn-info.btn-add,
.open > .dropdown-toggle.btn-info.btn-add,
.btn-info.btn-add:active,
.btn-primary.btn-add,
.open > .dropdown-toggle.btn-primary.btn-add,
.btn-primary.btn-add:active {
  background-size:18px 18px;
  background-image: url(/img/admin/icon_add@2x.png);
}

.btn-check {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.btn-check,
.btn-check:active {
  background-image: url(/img/admin/icon_check_black.png);
}

.btn-check.btn-check-white,
.btn-check.btn-check-white:active {
  background-image: url(/img/admin/icon_check.png);
}

.btn.block {
  display: block;
}

.alert {
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #6fce84;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #d69299;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.tooltip {
  font-size: 14px;
}
.popover-content {
  font-size: 14px;
  color: #333;
}

.sticky-wrapper {
  position: relative;
  z-index: 1000;
}

.empty-box {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  color: #999;
  background: #fafafa;
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .container-large {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-large {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-large {
    width: 1170px;
  }
}

/* icon */
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.icon-file {
  background: url(/img/admin/icon_file.png) no-repeat left center;
}
.icon-download {
  background: url(/img/admin/icon_download.png) no-repeat left center;
}
.icon-hint {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/img/admin/icon_hint.png) no-repeat center;
  margin-right: 2px;
  margin-top: -3px;
}

/* help */
span.help {
  display: inline-block;
  margin-left: 5px;
  background: #000;
  color: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

/* BREADCRUMBS */
ol.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

/* DEFAULT */

.step-menu-wrap {
}
.step-menu-wrap h2 {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin: 0;
  margin-bottom: 26px;
}

.step-menu-wrap ul {
}
.step-menu-wrap ul li {
  display: block;
  float: left;
}
.step-menu-wrap ul li a {
  display: block;
}

.step-menu-wrap ul li a {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #646464;
  line-height: 38px;
}
.step-menu-wrap ul li a:hover {
  text-decoration: none;
}

.step-menu-wrap ul li .number {
  display: inline-block;
}
.step-menu-wrap ul li .text {
  display: inline-block;
  margin-left: 5px;
}

.step-menu-wrap ul li:before {
  z-index: 0;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #d5d5d5;
}
.step-menu-wrap ul li:first-child:before {
  left: 50%;
}
.step-menu-wrap ul li:last-child:before {
  right: 50%;
}

.step-menu-wrap ul.with-text li {
  width: auto;
}
.step-menu-wrap ul.with-text li {
  padding-left: 6px;
  padding-right: 6px;
}
.step-menu-wrap ul.with-text li a {
  width: auto;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.step-menu-wrap ul.step-active-1 li a.step-1,
.step-menu-wrap ul.step-active-2 li a.step-2,
.step-menu-wrap ul.step-active-3 li a.step-3,
.step-menu-wrap ul.step-active-4 li a.step-4,
.step-menu-wrap ul.step-active-5 li a.step-5,
.step-menu-wrap ul.step-active-6 li a.step-6 {
  border-color: #25a1f3;
  color: #25a1f3;
  font-weight: 500;
}

.step-menu-wrap ul.step-ok-1 li a.step-1,
.step-menu-wrap ul.step-ok-2 li a.step-2,
.step-menu-wrap ul.step-ok-3 li a.step-3,
.step-menu-wrap ul.step-ok-4 li a.step-4,
.step-menu-wrap ul.step-ok-5 li a.step-5,
.step-menu-wrap ul.step-ok-6 li a.step-6 {
  background-image: url(/img/admin/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 12px;
  border-color: #25a1f3;
  background-color: #25a1f3;
  color: #fff;
  text-indent: -1000px;
  overflow: hidden;
}

.step-menu-wrap ul.step-count-2 {
  width: 300px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
}
.step-menu-wrap ul.step-count-2 li {
  width: 50%;
  text-align: center;
  position: relative;
}

.step-menu-wrap ul.step-count-3 {
  width: 400px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
}
.step-menu-wrap ul.step-count-3 li {
  width: 33.3%;
  text-align: center;
  position: relative;
}

.step-menu-wrap ul.step-count-4 {
  width: 540px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
}
.step-menu-wrap ul.step-count-4 li {
  width: 25%;
  text-align: center;
  position: relative;
}

.step-menu-wrap ul.step-count-5 {
  width: 640px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
}
.step-menu-wrap ul.step-count-5 li {
  width: 20%;
  text-align: center;
  position: relative;
}

.radio-group a.btn {
  overflow: hidden;
}
.radio-group input {
  height: 1px;
  width: 1px;
  position: absolute;
  top: -20px;
}

.select-group {
  width: 100%;
}
.select-group .radio-group {
}
.select-group .radio-group .btn {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 0;
  background: #fafafa;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #95989a;
}
.select-group .radio-group .btn.active {
  border-color: #159af3;
  color: #159af3;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.image-checkbox {
  position: relative;
  overflow: hidden;
}
.image-checkbox label.error {
  display:none !important;
}
.image-checkbox .form-check-label {
  cursor: pointer;
  font-weight: normal;
}
.image-checkbox .form-check-input {
  position: absolute;
  left: -1000px;
}
.image-checkbox .form-check-input + span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  padding-left: 22px;
}

.image-checkbox .form-check-input[type=radio] + span {
  color: #c4c4c4;
}

.image-checkbox span a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.image-checkbox.sm .form-check-label .form-check-input + span { font-size:13px; line-height:24px; }
.image-checkbox.lg .form-check-label .form-check-input + span { font-size:20px; line-height:28px; }

.image-checkbox .form-check-input + span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(/img/layout/ui_check.svg) no-repeat left center;
  transition: all ease-in-out 0.05s;
}

.image-checkbox .form-check-input[type=checkbox]:checked + span:before {
  background-image: url(/img/layout/ui_checked_green.svg);
}

.image-checkbox .form-check-input[type=radio]:checked + span {
  color: #936dfe;
}

.image-checkbox .form-check-input[type=radio]:checked + span:before {
  background-image: url(/img/layout/ui_checked.svg);
}

.image-checkbox.lg .form-check-input[type=checkbox] + span,
.image-checkbox.md .form-check-input[type=checkbox] + span {
  padding-left: 36px;
}

.image-checkbox.lg .form-check-input[type=checkbox] + span:before {
  width:25px;
  height:28px;
  background-image: url(/img/layout/ui_check_lg.svg);
}
.image-checkbox.lg .form-check-input[type=checkbox]:checked + span:before {
  background-image: url(/img/layout/ui_checked_lg.svg);
}

.form-group.error .image-checkbox .form-check-input + span:before {
  background-image:url(/img/layout/ui_check_red.svg);
}

.form-submit-wrap {
  text-align: center;
  margin-top:35px;
  padding-top:35px;
  border-top:0.5px solid #000;
}

/* DISPLAY */
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}

/* MARGIN */
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}

/* FORM */
form {
}
form fieldset {
  margin-top: 30px;
}
form legend {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 30px;
  border-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
form h4.hint {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 300;
  color: #95989a;
  margin-top: -10px;
}
form h4.hint strong {
  color: #eb0972;
  font-weight: 400;
}

.form-control {
  color: #000;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  outline: none;
  padding: 14px;
  font-size: 16px;
  height: 50px;
}
.form-control:focus,
.form-control:active {
  box-shadow: none;
  background: #f8f8f8;
  border-color: #dadada;
}

textarea.form-control {
  resize: vertical;
}

textarea.form-control.disabled-resize {
  resize: none;
}

.form-control-sm {
  font-weight: 400;
  font-size: 14px;
  padding: 12px 22px;
  height: 45px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label.form-control-label {
  color: #333;
  font-size: 15px;
  margin: 0;
  margin-bottom: 6px;
  font-weight: normal;
}
.form-group label.form-control-label span.required {
  color: #aaa;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}
.form-group div.text {
  font-size: 16px;
}

.form-group .help-block {
  font-size: 13px;
  margin-top: 14px;
  color: #95989a;
}
.form-group .help-block strong {
  color: #eb0972;
  font-weight: 400;
}
.form-group .help-block.big {
  font-size: 16px;
  line-height: 24px;
}

.form-group .form-control.error {
  border: 1px solid #e63138;
  background: #fff0f0;
  color: #e63138;
}
.form-group.error label {
  color: #e63138;
}
.form-group label.error {
  color: #e63138;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  padding-left: 30px;
  background: url(/img/admin/icon_report.png) no-repeat left 3px;
  background-size: auto 18px;
}

.form-group .input-group + label.error {
  margin-left: 100px;
}

.form-group:last-child .help-block {
  margin-bottom: 0;
}

.form-group .form-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.form-group .form-values {
  font-size: 0;
  line-height: 0;
}

.form-group .form-values.mode-inline > div {
  display: inline-block;
  margin-right: 30px;
}

/* MODAL */

.modal.md .modal-dialog {
  width: 450px;
}

.modal-header {
  padding: 18px 20px;
}
.modal-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.modal-header .close {
  margin-top: 2px;
}

.modal-title {
  display: inline-block;
  font-size: 16px;
}

.modal-sub-body {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #fafafa;
  text-align: center;
}
.modal-body {
  padding: 15px 26px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.modal-body .hint {
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
}

.modal-footer.flex {
  display:flex;
  border-top:0;
  padding:30px;
}

.modal-footer.flex .btn {
  flex:1;
}

.modal-footer .btn:not(.hide) + .btn:not(.hide) {
  margin-left: 10px;
}

.modal-backdrop.in {
  opacity: 0.2;
}

/* BOOTBOX */

.bootbox-form .form-control {
  height: 40px;
  padding: 10px 14px;
}

.modal-dialog .modal-content,
.bootbox .modal-content {
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
}

.bootbox .modal-header {
  position: relative;
}

.modal-dialog .modal-header {
  position: relative;
}
.modal-dialog .modal-header .bootbox-close-button,
.bootbox .modal-header .close {
  text-indent: -1000px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  opacity: 1;
  margin-top: 0;
  background: url(/img/layout/icon_close.svg) no-repeat center / contain;
  float: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.bootbox-alert .modal-dialog,
.bootbox-confirm .modal-dialog {
  width: 380px;
  margin: 20px auto;
}

.bootbox-alert .modal-header,
.bootbox-confirm .modal-header {
  background: #000;
  padding: 10px 20px;
}

.bootbox-alert .modal-header .close,
.bootbox-confirm .modal-header .close {
  background-image: url(/img/layout/icon_close_white.svg);
}

.bootbox-alert .modal-title,
.bootbox-confirm .modal-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.bootbox-alert .modal-body,
.bootbox-confirm .modal-body {
  padding: 40px 20px;
  text-align: center;
}

.bootbox-alert .modal-body h3,
.bootbox-confirm .modal-body h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.bootbox-alert .modal-body p,
.bootbox-confirm .modal-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #777777;
  word-break: keep-all;
}

.bootbox-confirm .modal-body textarea {
  margin-top: 20px;
  font-size: 14px;
}

.bootbox-alert .modal-footer,
.bootbox-confirm .modal-footer {
  border-top: 0;
  padding: 23px 26px;
  padding-top: 0;
  text-align: center;
  display: flex;
  justify-content: stretch;
}

.bootbox-alert .modal-footer .btn,
.bootbox-confirm .modal-footer .btn {
  flex: 1;
  height: 48px;
  background: #e6e6e6;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #757575;
  padding: 0;
}

/* Setting Modal */

.modal-setting-dialog .modal-header {
  margin:25px;
  padding: 0; padding-top:30px;  
  border-bottom:3px solid #000;
}

.modal-setting-dialog .modal-header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -2px;
  margin-bottom:12px;
}

.modal-setting-dialog .modal-header .close {
  width:32px; 
  height:40px;
  top:20px;
  right:0;
}

.modal-setting-dialog .form-maker-form {
  margin:0; padding:0; width:auto;
}

.modal-setting-dialog .form-maker-form .form-group label.form-control-label span.required {
  display:none;
}

.modal-setting-dialog .form-maker-form input[type="text"],
.modal-setting-dialog .form-maker-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  background:transparent;
  height: auto !important;
  padding:14px 20px !important;
  font-size:16px !important;
}
.modal-setting-dialog .form-maker-form .form-group label.form-control-label {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
}
.modal-setting-dialog .form-maker-form .step-data .step-footer {
  border-top: 0;
  text-align: center;
  margin-top: 38px;
  padding-top: 0;
  padding-bottom:30px;
}

/* breadcrumb */
.header-breadcrumb {
  background: rgba(80, 223, 178, 0.4);
  padding-top:18px;
  padding-bottom:18px;
}

.header-breadcrumb span {
  display:inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #B3B3B3;
}

.header-breadcrumb span + span {
  position:relative;
  padding-left: 30px;
}
.header-breadcrumb span + span:before {
  content:'>';
  position:absolute;
  left:10px;
  top:50%;
  transform: translateY(-50%);
}

.header-breadcrumb span.point {
  color:#000;
}

/* PAGE */
.page-wrap {
}

.page-wrap .page-content {
  padding-top: 74px;
  padding-bottom: 152px;
}

.page-wrap .page-content.add-mode {
  padding-top: 20px;
}

.page-wrap .page-content.leave-page {
  background: #fff;
  border-radius: 20px;
  padding-bottom:0px;
  margin-bottom: 60px;
}

.page-content h2 {
  font-size: 21px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.page-content h2 .bookmarks {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 20px;
}
.page-content h2 .bookmarks .bookmark {
  display: inline-block;
  color: #888;
  font-size: 16px;
  line-height: 31px;
  font-weight: normal;
  margin-left: 20px;
}

.page-content h2.is-header {
  border-bottom: 1px solid #ddd;
  padding-top: 4px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.page-content h2.is-header .btn-back {
  position: absolute;
  left: 10px;
  top: 0;
}
.page-content h2.is-header .label {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.page-content h2.is-header .title {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.page-content h2.is-header .right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.page-content h3 {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 14px;
}
.page-content h3 small {
  font-size: 16px;
  font-weight: 300;
}

.page-content h4 {
  font-weight: normal;
  color: #95989a;
  font-size: 16px;
}
.page-content h2 + h4 {
  margin-top: -15px;
}

.page-wrap .terms-page-content {
  font-size: 14px;
}
.page-wrap .terms-page-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  margin-top: 20px;
}
.page-wrap .terms-page-content h4:first-child {
  margin-top: 0;
}
.page-wrap .terms-page-content ol {
  margin-bottom: 10px;
}
.page-wrap .terms-page-content ol li ul {
  margin-bottom: 10px;
}
.page-wrap .terms-page-content ul {
  margin-bottom: 10px;
}
.page-wrap .terms-page-content ul li {
  margin-bottom: 4px;
}
.page-wrap .terms-page-content p {
  margin-bottom: 10px;
}
.page-wrap .terms-page-content p a {
  color: #333;
  text-decoration: underline;
}

.page-wrap .terms-page-content strong {
  color: #333;
}
.page-wrap .terms-page-content strong small {
  margin-left: 10px;
  font-weight: normal;
}

/* PAGINATION */
.pagination-wrap {
  text-align: center;
}
.pagination-wrap .more-wrap { padding:68px 0; }
.pagination-wrap .page-wrap {
  line-height: 0;
}
.pagination {
  margin: 20px 0;
}

.pagination > li.disabled {
  pointer-events: none;
}

.pagination > li > a,
.pagination > li > span {
  border: 0;
  border-radius: 3px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 15px;
  color: #666;
  background:transparent;
  transition: all ease-in-out 0.2s;
}

.pagination > li > a.page-link {
  width:40px;
  height:40px;
  line-height: 29px;
  font-weight: 700;
}

.pagination > li > a.page-nav {
  text-indent:-1000px;
  overflow:hidden;    
  border:1px solid rgba(0,0,0,0.5);
}

.pagination > li > a.page-nav-prev {
  margin-right:20px;
  background:url(/img/layout/icon_arrow_left.svg) no-repeat center;
}
.pagination > li > a.page-nav-next {
  margin-left:20px;
  background:url(/img/layout/icon_arrow_right.svg) no-repeat center;
}

.pagination > li.disabled {
  opacity: 0.2;
}

.pagination > li > a.page-link:hover {
  color:#000;
  background-color:#ddd;
}

.pagination > .active > a.page-link,
.pagination > .active > a.page-link:focus,
.pagination > .active > a.page-link:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color:#fff;
  background-color: #3fcc91;
}

/* TABLE */
table.table td.fix:not(.have-input) {
  opacity: 0.7;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
  background: #eee;
}

table.table.table-header-background th {
  background: #f8f8f8;
}

table.table > tbody > tr > th,
table.table > tbody > tr > td {
  vertical-align: middle;
}

table.table span.point {
  font-weight: 500;
}
table.table p.emtpy {
  color: #999;
}

table.info-table {
  font-size: 15px;
}
table.info-table:last-child {
  margin-bottom: 0;
}

table.info-table > thead > tr > th,
table.info-table > tbody > tr > th,
table.info-table > tfoot > tr > th,
table.info-table > thead > tr > td,
table.info-table > tbody > tr > td,
table.info-table > tfoot > tr > td {
  padding: 12px 0;
  border-color: #eee;
}

table.info-table > tbody > tr.line {
  height: 2px;
  background: #eee;
}

table tr td span.sep {
  color: #ccc;
  display: inline-block;
}

table tr td a.link {
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}
table tr td a.link:hover {
  text-decoration: none;
  border-bottom-color: #666;
}

table tr td .buttons-wrap {
}
table tr td .buttons-wrap + .buttons-wrap {
  padding-top: 6px;
  border-top: 1px dotted #eee;
  margin-top: 6px;
}
table tr td .buttons-wrap .btn + .btn {
  margin-left: 5px;
}

.box table.info-table > thead > tr > th,
.box table.info-table > tbody > tr > th,
.box table.info-table > tfoot > tr > th,
.box table.info-table > thead > tr > td,
.box table.info-table > tbody > tr > td,
.box table.info-table > tfoot > tr > td {
  padding: 12px;
  vertical-align: middle;
}

table.info-table > tbody > tr:first-child th,
table.info-table > tbody > tr:first-child td {
  border-color: transparent;
}

table.info-table > tbody > tr > th {
  width: 150px;
  font-weight: 400;
  color: #333;
}

table.info-table .thumbnail {
  max-width: 300px;
  margin-bottom: 0;
}
table.info-table img {
  max-width: 100%;
}

table.info-table .bootstrap-select + .btn {
  margin-left: 5px;
}

table.info-table > tbody > tr.line > th,
table.info-table > tbody > tr.line > td {
  padding: 0;
  border-top: 1px solid #eee;
}

/* Div Table */

div.table .table-item {
  padding:10px 0px;
  border-bottom:0.5px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display:flex;
  text-align:center;
  position:relative;
  gap:10px;
}

div.table .table-item.bb-0 {
  border-bottom:0;
  padding-bottom:0;
}

div.table .table-item:not(.hide-arrow):after {
  content:'';
  width:10px;
  margin-left:20px;
}

div.table .table-item a.table-link {
  position:absolute;
  left:0; top:0; width:100%; height:100%;
}

div.table .table-item .table-title {
  text-align:left;
  flex:1;
}

div.table .table-item .table-title.is-flex {
  display:flex;
  gap:0;
}

div.table .table-item .table-title .title {
  flex:1;
}

div.table .table-item .table-title .message {
  margin-top: 10px;
  font-size: 14px;
  border-radius: 6px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 10px;
}

div.table .table-item .table-title .message .message-title {
  display:block;
}

div.table .table-header .table-item .table-title {
  text-align:center;
}

div.table .table-item .table-title .table-toggle-content-link { 
  display:block;
}

div.table .table-item .table-title .status {
  display:inline-block;
  margin-right:24px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

div.table .table-item .table-title .status-completion {
  color: #13CF8F;
}

div.table .table-item .table-title .status-approve {
  color: #47BBFC;
}

div.table .table-item .table-title .status-refuse {
  color: #59D97D;
}

div.table .table-item .table-title .status-join {
  color: #936DFE;
}

div.table .table-item .table-date {
  width:130px;
  display:flex;
  align-items:center;
}

div.table .table-item .table-content {
  display:none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #B3B3B3;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

div.table .table-item.show-content .table-content {
  display:block;
} 

div.table .table-header .table-item {
  font-weight:700;
  text-align:center;
}

div.table .table-item a {
  font-weight:bold;
}

div.table .table-item a.view-content {
  position:relative;
}

div.table .table-item a.view-content:after {
  content:'';
  position:absolute;
  left:0; bottom:0; right:0;
  border-bottom:1px solid #000;
}

div.table .table-body .table-item:not(.hide-arrow):after {
  background:url(/img/layout/icon_arrow_right.svg) no-repeat center right;
}

div.table .table-item.grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  /* grid-template-rows: repeat(5, 1fr); */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

div.table .table-item.grid.have-checkbox {
  grid-template-columns: 20px 8fr repeat(3, 4fr);
}

div.table .table-item.grid .table-grid-item-value {
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
div.table .table-item.grid .table-grid-item-value:first-child {
  text-align: left;
}

div.table .table-item.extra-info-wrap {
  border-top:0;
  padding-top:0;
}
div.table .table-item.extra-info-wrap .extra-info {
  text-align: left;
  display:flex;
  gap:0px;
  font-size: 14px;
}

div.table .table-item.extra-info-wrap .extra-info span {
  display:inline-block;
}

div.table .table-item.extra-info-wrap .extra-info span + span:before {
  content: '·';
  display: inline-block;
  margin-left:5px;
  margin-right: 5px;
  opacity: 0.3;
}

div.table .table-footer {
  position:relative;
  padding-top:10px;
  padding-bottom:10px;
}
div.table .table-footer .right {
  position:absolute;
  right:0;
  top:0;
  padding:10px 0;
}

/* Alert */
.single-alert {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 120px;
}
.single-alert h1 {
  font-weight: 100;
  font-size: 48px;
  color: #000;
  margin: 0 0 20px 0;
  line-height: 60px;
}
.single-alert p {
  color: #666;
  font-size: 20px;
  margin-top: 0;
  line-height: 32px;
}
.single-alert a {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  background-color: #636363;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin: 20px 0 40px;
  text-align: center;
}
.single-alert span {
  color: #a27ee8;
  font-size: 11px;
}

/* JOIN */

.join-step-wrap {
  margin: 0 auto;
}

.join-step-wrap .step-header {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.join-step-wrap .step-header h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}
.join-step-wrap .step-header h4 {
  font-size: 18px;
  font-weight: 300;
  color: #aaaaaa;
  margin: 0;
}
.join-step-wrap .step-header h4 strong {
  color: #ce2a2a;
}
.join-step-wrap .step-header p.alert {
  border: 1px solid #aaa;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.join-step-wrap .step-footer {
  position: relative;
  min-height: 40px;
  width: 100%;
  text-align: right;
}
.join-step-wrap .step-footer .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 10px;
}
.join-step-wrap .step-footer .left {
  position: absolute;
  left: 0;
  top: 0;
}
.join-step-wrap .step-footer .left .btn {
  margin-left: 0;
  margin-right: 10px;
}

.join-step-wrap .step-1,
.join-step-wrap .step-2,
.join-step-wrap .step-3,
.join-step-wrap .step-4 {
  display: none;
}

.join-step-wrap .step-active-1 .step-1,
.join-step-wrap .step-active-2 .step-2,
.join-step-wrap .step-active-3 .step-3,
.join-step-wrap .step-active-4 .step-4 {
  display: block;
}

.join-step-wrap .alert-danger,
.join-step-wrap .alert-info {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

/* Neet Style */
.form-group.neet-style {
  display:flex !important;
}

.form-group.neet-style label.form-control-label {
  width:200px;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.02em;
  padding-top:17px;
}

.form-group.neet-style input.form-control {
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding:16px 20px;
}

.form-group.neet-style.error  {
  position: relative;
  padding-bottom: 40px;
}

.form-group.neet-style label.error {
  position: absolute;
  bottom: -10px;
  left: 160px;
}

/* Select Options */
.select-options-wrap {
  display: flex;
  max-width: calc(100% - 340px);
  gap: 10px;
}

.select-options-wrap .bootstrap-select .btn-option .filter-option {
  color:#333;
}

.select-options-wrap .bootstrap-select .btn-option {
  background-color: #fff;
  border:1px solid rgba(0,0,0,0.15);
}

.select-options-wrap .bootstrap-select .btn-option:not(.bs-placeholder) {
  border-color:#000;
}

/* Refuse wrap */
.refuse-wrap { }
.refuse-wrap  h4 { margin-bottom:20px; }
.refuse-wrap .refuse-form { text-align: left; font-size: 13px; }
.refuse-wrap .refuse-form label {
  font-weight:normal;
}

.refuse-wrap .refuse-form textarea {
  display:none;
}

.refuse-wrap .refuse-form textarea.show {
  display:block;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* UI */

  .icon-hint {
    background: url(/img/admin/icon_hint@2x.png) no-repeat center;
    background-size: 14px 14px;
  }
  .icon-download {
    background: url(/img/admin/icon_download@2x.png) no-repeat center;
    background-size: contain;
  }

  .btn.btn-add,
  .btn.btn-add:active {
    background-image: url(/img/admin/icon_add_black@2x.png);
    background-size: 18px 18px;
  }  
  
  .btn.btn-dfeault.btn-add,
  .btn.btn-dfeault.btn-add:active {
    background-image: url(/img/admin/icon_add@2x.png);
  }
  .btn.btn-info.btn-add,
  .btn.btn-info.btn-add:active,
  .btn.btn-primary.btn-add,
  .btn.btn-primary.btn-add:active {
    background-image: url(/img/admin/icon_add@2x.png);
    background-size: 18px 18px;
  }
}

@media (max-width: 991px) {
  .hide-mobile { display:none !important; }
  .hide-desktop { display:inherit !important; }

  .flex-center {
    display:block;
  }

  #popup-player {
    max-width: 100%;
    max-height: 316px;
  }

  .page-wrap .page-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-content h2 {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .page-content h2.is-header {
    padding-bottom: 20px;
  }
  
  .page-content h2.is-header .btn-back {
    padding-right: 0;
    left: 0;
    height: 22px;
    width: 18px;
    text-indent: -1000px;
    overflow: hidden;
  }

  .page-content h2 .bookmarks {
    position: absolute;
    right: 0;
  }
  .page-content h2 .bookmarks .bookmark {
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
  }
  .page-content h3 {
    font-size: 15px;
    line-height: 18px;
    
    margin-bottom: 5px;
    word-break: keep-all;
  }
  .page-content h3 small {
    font-size: 13px;
    display: block;
  }

  .single-alert {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .single-alert h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .single-alert a {
    margin-top: 20px;
  }

  .btn {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .btn.dropdown-toggle {
    padding-left: 10px;
  }
  .btn-mini {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
  }

  .btn-lg,
  .btn-fixed-size-lg {
    width: auto;
    height: 60px;
    min-width: 300px;
    font-size: 16px;
    line-height: 60px;
  }

  .modal.md .modal-dialog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-body .hint {
    font-size: 12px;
  }
  /* .modal-footer .btn {
    line-height: 30px;
  } */

  .modal-footer .btn {
    min-width:auto;
  }

  .modal-footer .btn:not(.hide) + .btn:not(.hide) {
    margin-left:10px;
  }

  .pagination > li > a,
  .pagination > li > a.page-link,
  .pagination > li > span {
    font-size: 13px;
    padding: 3px 10px;
    margin-left: 2px;
    margin-right: 2px;
    width: 32px;
    height: 32px;
    line-height: 28px;
  }

  .pagination > li > a.page-nav-prev {
    margin-right:10px;
  }
  .pagination > li > a.page-nav-next {
    margin-left:10px;
  }

  .step-menu-wrap ul.step-count-3 {
    width: auto;
  }
  .step-menu-wrap ul li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .step-menu-wrap ul li .text {
    display: none;
  }
  .step-menu-wrap ul.with-text li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-menu-wrap ul.step-count-4,
  .step-menu-wrap ul.step-count-5 {
    width: auto;
  }

  .image-checkbox span:not(.radio-dot, .btn-radio-word) {
    font-size: 14px;
    padding-left: 28px;
  }
  .image-checkbox .form-check-input + span:before,
  .image-checkbox .form-check-input:checked + span:before {
    background-size: 16px 16px;
  }

  .agreement-wrap .terms-wrap h4 {
    font-size: 14px;
  }

  form fieldset {
    margin-top: 20px;
  }
  form legend {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 10px;
  }

  .form-control {
    padding: 10px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-control-sm {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
  }

  .form-maker-form textarea.form-control {
    padding: 10px;
    font-size: 16px;
  }
  .form-maker-form input.form-control,
  .form-maker-form div.form-control {
    padding: 10px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  .form-group {
    margin-bottom: 10px;
  }
  .form-group .help-block {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
  .form-group label.error {
    font-size: 13px;
    line-height: 18px;
  }
  .form-group.neet-style label.error {
    left: 0;
  }

  .form-group.neet-style {
    display:block !important
  }

  .form-group.neet-style label.form-control-label {
    padding-top: 0;
  }

  .form-group label.form-control-label {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .input-group + .info {
    margin-left:0;
  }

  .join-welcome-wrap {
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .join-step-wrap .step-footer .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-wrap .page-content.add-mode {
    padding-top: 10px;
  }

  .page-wrap .page-content.leave-page {
    border-radius: 10px;
    
    margin:0 20px;
    padding-top:20px;
    padding-bottom:20px;
  }

  div.table .table-item {
    font-size: 14px;
  }

  table.info-table > thead > tr > th,
  table.info-table > tbody > tr > th,
  table.info-table > tfoot > tr > th,
  table.info-table > thead > tr > td,
  table.info-table > tbody > tr > td,
  table.info-table > tfoot > tr > td {
    padding: 10px 0;
    font-size: 12px;
  }
  table.info-table > tbody > tr > th {
    width: 100px;
    padding-right: 10px;
  }

  table.info-table .thumbnail {
    max-width: 100px;
  }

  /* JOIN */

  .join-step-wrap {
    width: auto;
    /* padding-left: 10px;
    padding-right: 10px; */
  }
  .join-step-wrap .step-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .join-step-wrap .step-header h3 {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .join-step-wrap .step-header h4 {
    font-size: 13px;
  }
  .join-step-wrap .step-footer {
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .join-step-wrap .alert-danger,
  .join-step-wrap .alert-info {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .select-options-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .select-options-wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:auto;
  }
}

/* IMAGE */
.image-wrap { position:relative; }
	.image-wrap img.image { width:105px; height:105px; vertical-align: top; margin-right:20px; margin-bottom:10px; }
	.image-wrap .buttons { position:absolute; right:0; top:0; }
	
	.image-wrap .have-image-wrap,
	.image-wrap .not-have-image-wrap { display:none; text-align:center; }

	.image-wrap .not-have-image-wrap img.image-image { background:#f5f4f3; border:1px solid #e5e5e5; }

	.image-wrap.have-image .have-image-wrap { display:block; text-align:center; }
		.image-wrap.have-image .have-image-wrap img { }

	.image-wrap.have-image .have-image-wrap .image-image { max-width:100%; }
	.image-wrap.not-have-image .not-have-image-wrap { display:block; }

/* Privacy Table Styles */
.privacy-table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	border: 1px solid #ddd;
}

.privacy-table th,
.privacy-table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.privacy-table th {
	background-color: #f5f5f5;
	font-weight: bold;
}

.privacy-table th:first-child,
.privacy-table td:first-child {
	border-left: none;
}

.privacy-table tr.privacy-table-header th,
.privacy-table tr.privacy-table-header td {
  border-top:0;
}

/* Mobile Responsive for Privacy Tables */
@media (max-width: 768px) {
.privacy-table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
.privacy-table th,
.privacy-table td {
	min-width: 120px;
}

}