.aw-form-row .aw-column {
  float:left;
  padding: 0 15px;
}
.aw-form-row .aw-form-label {
  display:block;
}
.aw-form .close {
  position:absolute;
  top:0;
  right:0;
  margin-top:-10px;
  margin-right:-10px;
  border-radius:50%;
  width: 25px;
  height: 25px;
  background: #a8c8b9;
  border-color: #212529 !important;
}
.aw-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #333333;
  position: absolute;
  border-radius: 10px 0;
  box-shadow: 0 0 2px #4e4e4e4a;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #efefef;
  z-index: 9 !important;
}
.aw-form-fields .form-check-input {
  margin-right: 7px;
}
.aw-form-fields [data-check-read="1"] {
  cursor:pointer !important;
}
.aw-form-fields [data-check-read="1"] + a {
  color:#3c65c0 !important;
  cursor:pointer
}
.aw-status-loading {
  font-size: 18px
}
.password-container {
  display:flex;
  justify-content:center;
  position:relative;
}
.password-container .show-password-button {
  background: #939393;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
  margin-left:-10px
}
.password-container input {}
.aw-form-status {
  margin-top: 40px;
}
.aw-column .form-group {
  margin-bottom: 20px;
}
.aw-column .form-group.checkbox {
  margin-bottom: 5px
}
.aw-column .form-group.checkbox:last-child {
  margin-bottom: 20px !important
}
.aw-text-error {
  color:red;
  display:block
}
.awModalCheckContent {
  position:relative;
  z-index: 999991
}
.awModalCheckContent + .modal-backdrop {
  z-index: 99999 !important
}
span.uploadInput {
  background:#888888;
  border-radius:6px;
  padding:5px 10px;
  color:#fff;
  margin-top:px;
  display:table;
  position:relative
}
.uploadClose {
  position:absolute;
  background:#fff;
  border-radius:50px;
  height: 20px;
  width: 20px;
  right:0;
  font-size: 12px;
  color:red;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight: bold;
  line-height: 0;
  cursor: pointer;
  top:0;
  padding: 0;
  margin-top: -10px;
  margin-right: -10px;
  border:1px solid #888888
}

span.uploadClose {}
.aw-input-error {
  border-color:#d00 !important;
}
.aw-form-fields textarea {
  height:auto !important
}
.aw-form-fields .form-control, .aw-form-fields .form-select {
    color: #212529;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #b8cae1;
    border-radius: 6px;
    background-clip: padding-box;
    width: 100%;
    /* padding: 0.5rem 1rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    height: 45px;
}
.has-success .form-control-feedback:before {
    content:"\f00c";
    font-family:"FontAwesome";
}
.has-error .form-control-feedback:before {
    content:"\f00d";
    font-family:"FontAwesome";
}
.aw-required {
  color:#d00;
  margin-left:2px
}
.multi {
  background: #f1f1f1bf;
  border: 1px solid #e3e3e3;
  padding: 20px;
  margin-bottom: 20px;
}
.multi .multiBtns {
  display:flex;
  justify-content:end
}
.multi .multiBtns button.removeMulti {
  margin-left: 10px
}
.multi .multiBtns button:focus {
  outline-offset:0;
  box-shadow:none;
}
/*Loader*/
.aw-form-loader-bg {
  background:#000000bf;
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: 999999
}
.aw-form-loader {
  width: 60px;
  height: 60px;
  position:fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  text-align:center;
  font-size: 60px;
  color:#fff

}

/*captcha*/
#aw-captcha {
  padding: 5px 10px;
  display:table;
  line-height:30px;
  border-radius: 4px;
  font-weight: 600
}
.awCaptchaRe {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  background: #f9f9f9;
  padding: 10px;
  color: #444;
  border: 1px solid #ddd;
}
.awCaptchaRe label {
  font-size: 0.8rem;
}

#aw-captcha .aw-res, #aw-captcha .aw-aritim, #aw-captcha .aw-sres, #aw-captcha .aw-result {
  float:left;
  display:table;
  padding: 0 2px;
}
#aw-captcha .aw-sres {
}

#aw-captcha .aw-result {
  font-weight: 600;
}
#aw-captcha input {
  height: 30px;
  width: 50px;
  text-align: center;
  float:left;
  outline: none !important;
  margin: 0px 5px;
}

#aw-captcha .aw-refresh {
  float:left;
  display:table;
  margin-left:10px;
  font-size: 20px !important;
  line-height: 30px;
  cursor: pointer;
}
.g-recaptcha,.aw-g-recaptcha {
  margin-bottom: 10px;
  display: flex;
}

/*Edit*/
.awUpHeader {
  background:#ddd;
  padding: 10px
}
.awUpHeader .aw-upD {
  border: 1px solid #606362;
  border-radius: 6px;
  padding: 4px 10px;
  color: #f7f7f7;
  background: #7d7a7a;
}
.aw-form-edit-bg:before {
  content:"";
  width: 100%;
  height: 300px;
  position:absolute;
  background: #0553a5fa;
}
.aw-form-edit-bg {
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index: 99991;
}
.aw-form-edit-content {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right:0;
  bottom:0;
  top: 0;
  z-index: 99991;
}
.aw-form-edit-content .page-header {
  border-bottom: 0;
  
}
.aw-form-edit-content form {
  background: #fff;
  z-index: 9991;
  max-width: 980px;
  overflow:  s;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  padding: 40px;
  box-shadow: 0 0 2px #000;
  margin-top: 60px;
  margin-bottom: 40px;
  border-radius: 6px;
}

.aw-form-edit-content .awLoader-19 {
  font-size: 60px;
  color:#fff;
  position:absolute;
  left: 50%;
  top: 100px;
  margin-left: -45px;
}

/*Modal*/
.awMform .alert {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.awMform::-webkit-scrollbar-thumb {
  background:#9e9e9e !important
}
.awMform::-webkit-scrollbar {
  background:#000;
  width: 10px
}

.awMform {
   position: fixed;
   background:rgba(0,0,0,0.8);
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   z-index: 99999;
   padding: 20px;
   box-sizing: border-box;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: flex-start;
}
.awMform .aw-form-status {
  margin-top: 20px !important;
  margin-bottom: 20px;
}
.awMform:before {
    content: "";
    display: inline-table;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.awFormModalHeader, .awMformContent form {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.awFormModalHeader h4 {
  font-size: 1.5rem;
}
.awMformContent {
    vertical-align: middle;
    display:inline-block;
    position: relative;
    z-index: 999;
    max-width: 700px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
.awMfClose {
  width: 30px;
  height: 30px;
  position:absolute;
  right: 0px;
  border-radius:60px;
  display:table;
  z-index:99999;
  top: 0px;
  cursor:pointer;
  margin: 10px;
}
.awMfClose::before,
.awMfClose::after {
  content: '';
  position: absolute;
  width: 60%;
  top: 50%;
  left:0;
  right:0;
  margin: auto;
  height: 1px;
  background: #4a4a4a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awMfClose::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aw-new {
  position:absolute;
  top:0;
  right:0;
  margin-top:-10px;
  margin-right:-10px;
  border-radius: 50px;
  width:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  height:20px;
}
@media screen and (max-width: 767px){
  .aw-form-row .aw-column {
    width:100% !important
  }
}