div.m-blockui {
  margin: 0 auto;
}

div.m-blockui > span {
  font-size: 24px;
}

.avatar-preview {
    margin: 0 auto; 
    border: 1px solid #efefef; 
    width: 208px; 
    height: 158px; 
    margin-bottom: 10px;
}

.m-form .m-form__group {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

#map {
    height: 100%;
    max-height: 250px;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

span.handle {
    cursor: pointer !important;
}

.dz-image img{
  width: 100%;
  height: 100%;
}

.img-fluid-carousel {
  width: 100%;
  height: 500px;
}

.img-mini-thumbnail {
  height: 70px;
  width: 70px;
  vertical-align: middle;
}

.img-thumbnail {
  width: 200px;
  height: 200px;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 111 css*/
.jssort111 .p {position:absolute;top:0;left:0;width:200px;height:100px;background-color:#000;}
.jssort111 .p img {position:absolute;top:0;left:0;width:100%;height:100%;}
.jssort111 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.45;}
.jssort111 .p:hover .t{opacity:.8;}
.jssort111 .pav .t, .jssort111 .pdn .t, .jssort111 .p:hover.pdn .t{opacity:1;}
.jssort111 .ti {position:absolute;bottom:0px;left:0px;width:100%;height:28px;line-height:28px;text-align:center;font-size:12px;color:#fff;background-color:rgba(0,0,0,.3)}
.jssort111 .pav .ti, .jssort111 .pdn .ti, .jssort111 .p:hover.pdn .ti{color:#000;background-color:rgba(255,255,255,.6);}

.sticky-register {
  display: none;
  position: fixed;
  top: 0;
}

.card.card-creative {
  margin-bottom: 30px;
  border-left: 15px solid #5867dd;
  border-right: 2px solid #5867dd;
  border-top: 2px solid #5867dd;
  border-bottom: 2px solid #5867dd;
}

.modal-title-custom-1 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.white-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 15px !important;
}

.box-title {
    margin: 0 0 12px;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.box-icon {
  font-size: 50px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.two-part li span {
    font-size: 50px;
    font-weight: 100;
    font-family: Poppins,sans-serif;
}

.list-inline>li {
    display: inline-block;
}

.two-part li {
    width: 48.8%;
}


.m-option {
  display: table;
  width: 100%;
  padding: 1.4em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  .m-option .m-option__control {
    display: table-cell;
    vertical-align: top;
    width: 2.7rem;
    padding-top: 0.1rem; }
    .m-option .m-option__control .m-radio {
      display: block; }
  .m-option .m-option__label {
    display: table-cell;
    padding-left: 4px; }
    .m-option .m-option__label .m-option__head {
      display: table;
      width: 100%; }
      .m-option .m-option__label .m-option__head .m-option__title {
        display: table-cell;
        vertical-align: top;
        width: 80%;
        font-size: 1.1rem; }
      .m-option .m-option__label .m-option__head .m-option__focus {
        display: table-cell;
        vertical-align: top;
        text-align: right;
        font-size: 1.1rem;
        font-weight: 600; }
    .m-option .m-option__label .m-option__body {
      display: block;
      padding-top: 0.7rem;
      font-size: 0.85rem; }
  .m-option.m-option--plain {
    padding: 0;
    margin-top: -0.2rem;
    margin-bottom: 2rem; }
    .m-option.m-option--plain .m-option__control {
      vertical-align: middle;
      width: 2.7rem; }
      .m-option.m-option--plain .m-option__control .m-radio {
        margin-bottom: 1.6rem; }
    .m-option.m-option--plain .m-option__label {
      vertical-align: middle; }
      .m-option.m-option--plain .m-option__label .m-option__body {
        padding-top: 0.2rem; }

.m-option {
  border: 1px solid #ebedf2; }
  .m-option .m-option__label .m-option__head .m-option__title {
    color: #3f4047; }
  .m-option .m-option__label .m-option__head .m-option__focus {
    color: #3f4047; }
  .m-option.m-option--plain {
    border: none; }

.has-success .m-option .m-option__label .m-option__head .m-option__title {
  color: #34bfa3; }

.has-warning .m-option .m-option__label .m-option__head .m-option__title {
  color: #ffb822; }

.has-danger .m-option .m-option__label .m-option__head .m-option__title {
  color: #f4516c; }

.form-control-feedback {
  color: #f4516c;;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.show {
  opacity: .5;
}