﻿@charset "utf-8";
@import url(../fontawesome/css/all.css);

* {
    font-family: 'Roboto','Montserrat', sans-serif;
    font-size: 14px!important;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

*:focus
{
    outline: none;
}

html{
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}

p {
   color:rgba(0,0,0,.6);
   font-size: 14px;
   line-height: 1.8;
}

strong{
    font-weight: 500;
}

a{
  color: #e46a2e;
  font-weight: 400;
  font-size: 14px;
}

a,a:hover,button:focus,button:hover{
    text-decoration: none;
}

input,
input:focus,button:focus {
    outline: 0;
}

button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

input,button,select{
    -moz-border-radius: 99px!important;
    -ms-border-radius: 99px!important;
    -o-border-radius: 99px!important;
    -webkit-border-radius: 99px!important;
    border-radius: 99px;
}

.button-m,a.button-m,.primary button,button.submit,a.submit,a.button-backH {
    font-weight: 400;
    padding: .5rem 2rem;
    border-radius: 99px;
    margin: 4px 16px;
    background: #F59D23;
    color: #FFF;
}


a.button-m:hover,button.button-m:hover,button.submit:hover,button.second:hover{
    opacity: .8;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
}

.noshaow{
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
}

hr{
    height: 0;
    width: 100%;
    margin: 3px auto;
    border-color: rgba(204, 204, 204, 0.2);
}

.remarks {
    text-align: center;
    color:rgba(0,0,0,.6);
    font-size: 14px!important;
    line-height: 1.8;
}

.required {
  color: #f73636!important;
  margin: 12px 2px 2px 2px;
  font-size: 18px!important;
}

.alert {
  color: #f73636!important;
  margin: 3px auto;
  font-size: 13px!important;
}

.alert > .fa {
  font-size: 16px!important;
  color: #f73636!important;
  margin: 15px auto 3px auto;
}

.ok > .fa {
  font-size: 16px!important;
  color: #4CAF50!important;
  margin: 3px auto;
}

span.num{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px!important;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #F96302;
}

header {
    width: 100%;
    min-width: 1024px;
    height: 50px;
    background: #fff;
    margin: 0;
    display: flex;
    position: relative;
    padding: 20px;
}

header a.button-m{
    background: #f3f3f3;
}

header a.button-m,header a.button-m:hover {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 7px 12px;
    margin: 12px 10px;
    color: #555;
    font-weight: 500;
}

header a.button-backH:hover {
    background: #e1e2e2;
}

header a.button-backH{
    background: #f3f3f3;
}

header a.button-backH,header a.button-backH:hover {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 7px 12px;
    margin: 12px 10px;
    color: #555;
    font-weight: 500;
}

header a.button-m:hover,header a.button-backH:hover {
    background: #e1e2e2;
}

header .name {
    width: 568px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

header .name>img {
    padding-right: 16px;
}

header .name>span {
    font-size: 22px!important;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    color: #36424e;
  }

.layout_wrap .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    width: 380px;
    min-width: 320px;
    margin: 20px auto;
    padding: 20px 30px;
    border-radius: 8px;
    /* overflow: hidden; */
    box-shadow: 0 0 8px #f7bb4f;
    border: 0;
    text-align: center;
    min-height: 360px;
}

.server-form label {
    display: block;
    font-size: 14px!important;
    margin-top: 14px;
    text-align: left;
}

.form.server h3{
    font-size: 16px!important;
}

.form.server {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    width: 600px;
    min-width: 600px;
    border-radius: 8px;
    /* overflow: hidden; */
    box-shadow: 0 0 8px #f7bb4f;
    border: 0;
    text-align: center;
    line-height: 1.6;
    min-height: 320px;
}

.server-form{
    width: 530px;
    padding: 0 64px;
}

.server-form span{
    font-weight: 400;

}

.form .server-form > .search{
    background: #f1f2f3;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
}

.form .server-form > .search label {
    display: block;
    font-size: 14px!important;
    padding-top: 0;
    text-align: left;
}

.form .server-form > .search input{
    background: #FFF;
    padding: 4px 6px;
    width: 250px;
    height: 38px;
}

.form .server-form > .search button{
    font-size: 15px!important;
    padding: 6px;
    margin-left: 6px;
}

.main-block.bind{
    margin-top:0!important;
}

.verification{
    box-shadow: none!important;
    padding: 0!important;
    min-height: 160px!important;
}

.mt--60{
    margin-top:-60px;
}

.d-table{
    display:table!important
}

.d-table-row{
    display:table-row!important
}

.d-table-cell{
    display:table-cell!important
}

.d-flex{
    display:-ms-flexbox!important;
    display:flex!important
}

.d-inline-flex{
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left {
    display: flex;
    justify-content: start;
    align-items: center;
}

.fa.fa-pencil:before{
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f040";
}

.form.server .button.space-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.server-form label{
  display: block;
}

.fa.fa-upload:before{
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f093";
}

.form h1 {
    margin: 16px 4px auto;
    font-size: 18px!important;
    padding: 30px 0px 6px 0px;
    color: #333;
    font-weight: 500;
}

.form.server h1 {
    margin: 0 4px auto;
    font-size: 20px!important;
    padding: 20px 0px 10px 0px;
    color: #333;
    font-weight: 500;
}

.form.server h4 {
    line-height: 2rem;
    /* background: hsl(187, 4%, 97%); */
    padding: 4px 10px;
    border-radius: 99px;
    border-bottom: 1px soild #ccc!important;
    font-size: 17px!important;
    text-align: left;
    align-items: start;
    font-weight: 500;
    color: rgb(56, 56, 56);
}

.form.server h4 > i.fas,.form.server h4 > i.far,.form.server h4 > i.fa{
    font-size: 17px!important;
}

hr.vertical{
    height: 180px;
    width: 0;
    margin: 0 20px;
    border-color:rgba(204, 204, 204, 0.2);
}

.server-form hr{
    height: 0;
    width: 100%;
    margin: 3px auto;
    border-color:rgba(204, 204, 204, 0.2);
}

.form.server > .server-form hr {
    height: 0;
    width: 1px;
    margin: 0;
    border-color: rgba(204, 204, 204, 0.2);
}


.form .thumbnail {
    box-shadow: 0 -1px 2px 0 rgba(79, 115, 123, 0.6196078431372549);
    background-image: linear-gradient(103deg, #42667b -12%, #518398 101%);
    /* box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(103deg, #546368 -12%, #7f929a 101%); */
    width: 76px;
    height: 76px;
    margin: 12px auto;
    padding: 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-sizing: border-box;
    top: -40px;
    position: absolute;
    left: 150px;
}

.form .thumbnail img{
   display: block;
   width: 100%;
}

.form input,.form.server input,.form button{
    width: 80%;
    border: 0;
    box-sizing: border-zbox;
    height: 42px;
    line-height: 1;
    border-radius: 50px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: text;
    padding-bottom: 32px;
}

.form.server select ,.form select{
    border: 0;
    box-sizing: border-zbox;
    height: 42px;
    border-radius: 50px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: text;
    padding-bottom: 32px;
}

.bootstrap-select > .dropdown-toggle {
    color: #000;
    font-weight: normal!important;
    line-height: 1rem!important;
    font-size: .98rem!important;
    background: #f2f2f2!important;
    box-shadow: none!important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    line-height: 1.4rem;
}

.bs-searchbox .form-control {
    margin-bottom: 6px;
    float: none;
    height: 40px!important;
    padding: 10px 0 10px 10px!important;
    width: 96%!important;
    background: transparent!important;
    border: 1px solid #cdcecd!important;
    box-shadow: none;
}

.form.server input,.form.server select ,.form select{
    width: 100%;
    vertical-align: middle;
}

.form.server input:disabled {
    height: 42px!important;
    padding: 0;}

.form.server input[placeholder]
{
   padding:16px 12px;
   font-size: 14px!important;
}

.inputcb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.inputcb{
    padding: 8px 30px 0 30px;
    font-size: 16px!important;
    margin: 4px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 20px;
}

.inputcb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label small{
    color: #666;
    font-size: .7rem!important;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 74%;
}

label.captcha{
    position: relative;
    margin-top: 15px ;
    padding-bottom: 25px;
}

label.captcha > a{
    font-size: 13px!important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20%;
    top: 13px;
}

label.captcha > small{
    color: #666;
    font-size: .7rem!important;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 40%;
}


.required.reason textarea {
    background: #f2f2f2;
    margin: 0;
    padding: 15px;
}

label > span.notice {
    display: block;
    padding: 2px 10px;
    width: 100%;
    margin: 10px 0 16px 0;
    text-align: left;
    font-size: 0.86rem!important;
    line-height: 1.8;
    font-weight: 400;
    background: #b8d8e84a;
    border-radius: 4px;
    font-size: 14px!important;
    color: #333;
}

.checkmark {
    position: absolute;
    top: 7px;
    left: 16px;
    height: 18px;
    width: 18px;
    margin-top: 6px;
    border-radius: 3px;
    background-color: #eee;
}

.inputcb:hover input ~ .checkmark {
  background-color: #ccc;
}

.inputcb input:checked ~ .checkmark {
  background-color: #00BCD4;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.inputcb input:checked ~ .checkmark:after {
  display: block;
}

.inputcb .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inputcb:after{
    margin-top: 0;
}

input[type="checkbox"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}


/*input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}*/
/*.custom-file-upload {
    display: inline-block;
    padding-bottom: 4px!important;
    cursor: pointer;
    width: 90%;
    border-radius: 99px;
    background: #f2f2f2;
}

label.custom-file-upload {
    padding-left: 47px;
    padding-top: 8px;
    padding-bottom: 8px!important;
    color: #555;
    width: 100%;
    margin: 8px;
}*/

label.fa{
    color: #555;
}


.register-form label{
  display: block;
  font-size: 14px!important;
  padding-top: 14px;
  text-align: left;
  padding-left: 40px;
}

.register-form h4,.register-form h4 > i.far,.register-form h4 > i.fas,.register-form h4 > i.fa{
    font-size: 16px!important
}


.register-form label.pinlabel{
  display: block;
}

.register-form > a i.fa.fa-info-circle{
  color: #CCC;
  margin-left: 4px;
}

.pin > span.forgot a{
  display: block;
  font-size: 13px!important;
  margin: 4px auto 6px auto;
  text-align: left;
  padding-left: 40px;
}

.register-form > input.pass{
    background: rgba(126, 211, 33, 0.5);
    color: #417505;
    font-weight: 700;
    text-align: center;
    cursor: default; 
}

.register-form > .checkdetail > input.pass::placeholder {
    color: #417505 !important;
}

.register-form > .checkdetail > input.pass {
    background: rgba(126, 211, 33, 0.5);
    color: #417505;
    font-weight: 700;
    text-align: center;
    cursor: default;
}

.register-form > .checkdetail {
    position: relative;
    width: 100%;
    height: 50px;
}

.checkdetail > a.detail{
    color: #0e0e0e;
    position: absolute;
    display: block;
    top: 15px;
    right: 14px;
    font-size: .8rem!important;
    border-radius: 3px;

}

.checkdetail > a.detail:hover {
  text-decoration: underline;
}


.checkdetail > input.error::placeholder{
      color: #D0021B !important;
}

.register-form input.error {
    background: rgba(250, 137, 137, 0.5);
    font-weight: 700;
    text-align: center;
    cursor: default; 
    color: #D0021B;}


.register-form > .checkdetail > input.readcard {
    background: rgba(200, 200, 200, 0.5);
    color: #333;
    font-weight: 700;
    text-align: center;
    cursor: default;
}

.register-form > .checkdetail > input.readcard::placeholder {
    color: #666 !important;
}
.register-form > .pin{
  position: relative;
  width: 100%;
}

.register-form > .pin > span i.fa{
    cursor: pointer;
    background: transparent;
    width: 20px;
    position: absolute;
    top: 20px;
    left: 244px;
    font-size: 14px!important;
    color: #717171;
    display: block;
}

.form input,.form textarea {
    background: #f2f2f2;
    margin: 0 0 15px;
}

.form input {
    padding: 15px;
}

.form textarea{
    padding: 15px 15px 15px 10px;

}

.register-form .eye {
    text-align: center;
    position: relative;
}

.eye span i.fa.fa-eye {
    position: absolute;
    top: 23px;
    right: 50px;
}

/* select */

/*.select-group{
    position: relative;
}

.select-group > .fas{
    position: absolute;
    top: 22px;
    right: 10px;
    color: #777;
    font-size: 14px;

}

.select-group:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 8px;
    color: #434B67;
    pointer-events: none;
}

 .form select,select.select {
    background: #f2f2f2;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 15px 0!important;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
}

select {
    width: 100%!important;
    padding: 20px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;
}*/

/*.form-group{

}*/

/*.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

button {
    margin: 0;
    font-family: inherit;

}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/



/* end select */

.form button {
    width: 80%;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px!important;
    font-weight: 900;
    line-height: 1;
    margin-top: 1rem!important;
}

.form button.pink {
    background-color: #ec59a0
}

.form button.purple {
    background-color: #8760e4
}

.form button.green {
    background-color: #62ce35
}

.form button.primary {
    background-color: #F59D23
}

.form button.cancel {
    border: solid 2px #F59D23;
    color: #f58523;
    background: #FFF;
}

.rebind {
    color: #888;
    margin-top: 12px;
}

.register-form > .personal label{
    line-height: 2;
}

.register-form > .personal label span{
    font-size: 14px!important;
    line-height: 2;
    width: 140px;
    margin-right: 1rem;

}

/* form > .personal{
    font-size: 1rem;
    line-height: 2;
} */

.bindnow{
    padding: 2rem;
    border-radius: .25rem;
    text-align: left;
    position: relative;
    border-bottom: 2px solid #f1f2f3;
}

.bindnow h4{
     font-size:16px!important;
}

.bindnow h4 > i.fa{
     font-size:16px!important;

}

.bindnow > button.btn-sm.bg-primary{
     font-size:14px!important;

}

.bindnow:hover{
    background: #f1f2f3;
}

.bindnow:last-child{
    border-bottom: 0px solid #f1f2f3;
}

.bindnow a{
    right: 2rem;
    bottom: 2rem;
    position: absolute;
}

.btn-sm{
    font-size: .86rem;
}

.text-success{
    color: rgb(139 195 74)!important;
}

.text-light{
    color: #e8e6e6!important;
}

.bindnow button{
    right: .2rem;
    bottom: .8rem;
    position: absolute;
    padding: .75rem 1rem;
    width: 100px;
    background: chocolate;
    font-size: .86rem;
}

/* .bindnow i.fa.fa-lg.fa-check{
    color: rgb(139 195 74)!important;
} */

a.notice {
    color: #e46a2e;
    text-decoration: none;
}

button.second,button.submit,button{
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

button.second:hover,button.submit,:hoverbutton:hover{
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

button.second{
    color: #F59D23!important;
    background: transparent!important;
    border: 1px solid #F59D23!important;
}

.form button.pink:hover,.form button.cancel:hover,.form button.purple:hover,.form button.green:hover,.form button.primary:hover{
   text-decoration: none;
    cursor: pointer;
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.form button.pink:hover {
    -moz-box-shadow: 0 .2em .2em -.1em #b73272, 0 .3em #b73272, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .2em .2em -.1em #b73272, 0 .3em #b73272, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    box-shadow: 0 .2em .2em -.1em #b73272, 0 .3em #b73272, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
}

.form button.cancel:hover {
    -moz-box-shadow: 0 .2em .2em -.1em #F57623, 0 .1em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .2em .2em -.1em #F57623, 0 .1em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    box-shadow: 0 .2em .2em -.1em #F57623, 0 .1em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
}

.form button.purple:hover {
    -moz-box-shadow: 0 .2em .2em -.1em #4e2daf, 0 .3em #4e2daf, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .2em .2em -.1em #4e2daf, 0 .3em #4e2daf, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    box-shadow: 0 .2em .2em -.1em #4e2daf, 0 .3em #4e2daf, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
}

.form button.green:hover {
    -moz-box-shadow: 0 .2em .2em -.1em #5c9817, 0 .3em #5c9817, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .2em .2em -.1em #5c9817, 0 .3em #5c9817, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    box-shadow: 0 .2em .2em -.1em #5c9817, 0 .3em #5c9817, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
}

.form button.primary:hover {
    -moz-box-shadow: 0 .2em .2em -.1em #F59D23, 0 .3em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .2em .2em -.1em #F59D23, 0 .3em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    box-shadow: 0 .2em .2em -.1em #F59D23, 0 .3em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
}

.form button.cancel:hover {
    -moz-box-shadow: 0 .2em .2em -.1em #F59D23, 0 .3em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .2em .2em -.1em #F59D23, 0 .3em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
    box-shadow: 0 .2em .2em -.1em #F59D23, 0 .3em #F57623, 0 .5em .5em -.1em rgba(0, 0, 0, 0.12);
}

.form input,.form button,button,input,select,.form select{
    outline: none;
    border-radius: 50px;
    margin: 8px 8px 8px 0px;
}

.form button.primary:disabled {
    background-color: #cdcdcd
}

.form button.primary:disabled:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #cdcdcd;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

textarea{
    outline: none;
    border-radius: 10px;
    border: 0;
    color: #888;
    resize : none!important
}

.or {
    position: relative;
    text-align: center;
    margin: 14px 0 16px 0;

}

.or hr {
    height: 0;
    position: absolute;
    top: 0.4em;
    width: 100%;
    border-top: 1px solid rgba(204, 204, 204, 0.2);
}

.or span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 .75em;
    color: #888;
    top: 4px;
    font-size: 16px!important;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: '';
    display: block;
    clear: both;
}

/* waves animation */

.waves {
    position: fixed;
    font-size: 0;
    bottom: 0px;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    z-index: 0;
    background-size: 100% auto;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #FFFFFF;
}
html.fixbg{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fbab1b;
}


.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}


body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-height: 100%;
}

.layout_wrap {
    position: relative;
    background: -webkit-linear-gradient(-45deg, #fcdc4b 0%, #fcaf20 47%, #f9a811 100%);
    background: linear-gradient(135deg, #fcdc4b 0%, #fcaf20 47%, #f9a811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcdc4b', endColorstr='#f9a811', GradientType=1);
    display: block;
    object-fit: cover;
    width: 100%;
    min-width: 1024px;
    min-height: 100vh;
}

.main-block{
    height: 100%;
    min-height: 100vh;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px
 }


/* modal */


label.modal-info{
  display: inline-block;
/*   color: #e46a2e;
 */  font-size: 14px;
  margin-left: 2px;
  padding: 0;
  cursor: pointer;
}

.modal-dialog {
    width: 100%;
    font-size: 14px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modal-dialog:target {
    opacity:1;
    pointer-events: auto;
}
.modal-dialog > div {
    width: 500px;
    min-width: 450px;
    position: relative;
    margin: 10% auto;
    padding: 0;
    text-align: center;
    border-radius: 8px;
    background: #fff;
}
@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 0;    }
}


.modal-header {
    background: #f1f2f3;
    margin-top: 1rem;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #ddd;
}

.modal-title{
    font-weight:500;
    font-size: 16px!important;
    padding:16px!important;
}

.modal-title > i.far,.modal-title > i.fas,.modal-title > i.fa{
    font-weight:900;
    font-size: 16px!important;
}


.modal-body{
  padding: 1rem;
}


.modal-body p{
    margin: 6px 0;
    line-height: 1.6;
}

.modal-footer {
/*     background: #f1f2f3;
 */    padding-bottom: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    border-top: none!important;
}

.modal-footer .submit {
    cursor: pointer;
    font-size: .93rem!important;
    color: #797777;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 600;
    padding: .6rem 2.5rem;
    border: none;
    background: #f3f3f3;
    border-radius: 99px;
}

.modal-footer .submit:hover {
  background: #e1e2e2;
}


.modal-footer .close {
    cursor: pointer;
    font-size: 14px!important;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 600;
    padding: .5rem 2.5rem;
    border-radius: 99px;
    background: #f2f2f2;
    opacity: 1!important;
}


.modal-footer .button-m,.modal-footer .button-m:hover {
    cursor: pointer;
    width: 120px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 600;
    padding: .5rem 2rem;
    border-radius: 99px;
    margin: 4px 16px;
    background: #F59D23;
    color: #FFF;
}

.modal-footer a.cancel,.modal-footer a.cancel:hover {
  color: #F59D23!important;
  background: transparent!important;
  border: 1px solid #F59D23!important;
}

.modal-body > table.check {
  width: 100%;
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 10px auto;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.modal-body > table.check thead {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.modal-body > table.check thead th {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px 14px;
    background: #1FA6C4;
}

.modal-body > table.check thead th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}
.modal-body > table.check thead th:last-child {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}

.modal-body > table.check tbody tr td {
  font-weight: 400;
  vertical-align: middle;
  color: #333;
  font-size: 13px!important;
  width: 60px;
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-body > table.check tbody tr td:last-child{
   width: 70px;
}


.modal-body > table.checktbody tr:last-child td {
  border-bottom: none;
}

.modal-body > table.check tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 115px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 15px;
}

.modal-body > table.check tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.modal-body > table.check tr:hover {
  background-color: rgb(255, 249, 197);
}

/* show/hidden password */
input[type="password"]::-ms-reveal {
  display: none;
}
.btn {
  margin-top: 1.75em;
}
.input-group {
  position: relative;
  width: 100%;
}
.toggle {
  background: none;
  border: none;
  color: #337ab7;
  font-weight: 600;
  position: absolute;
  right: .75em;
  top: 2.25em;
  z-index: 9;
}

/* SA */

#sa.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

#sa > button {
  cursor: pointer;
  margin-left: 15px;
}

#sa .hide{
  display:none;
}

#sa .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

#sa .sa-icon.sa-success {
  border-color: #4CAF50;
}

#sa .sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sa .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

#sa .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

#sa .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

#sa .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sa .sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

#sa .sa-icon.sa-success {
  border-color: transparent\9;
}
#sa .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
#sa .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

#sa .animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

#sa .animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  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;
  }
}
@-webkit-keyframes animateSuccessTip {
  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 animateSuccessTip {
  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 animateSuccessLong {
  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;
  }
}

#sa .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

#sa .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sa .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.topdiv {
    display: flex;
    justify-content: start;
    align-content: center;
}
/* stepper */
.stepper-horizontal {
    display:table;
    width:60%;
    margin:1.4rem auto -0.6rem auto;
    background-color:transparent;
/*     box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
 */}
.stepper-horizontal .step {
    display:table-cell;
    position:relative;
    padding:0 24px;
    text-align: center;
}

.stepper-horizontal .step:active {
    border-radius: 15% / 75%;
}
.stepper-horizontal .step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.stepper-horizontal .step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.stepper-horizontal .step:hover .step-circle {
/*     background-color:#FFF; */
}
.stepper-horizontal .step:first-child .step-bar-left,
.stepper-horizontal .step:last-child .step-bar-right {
    display:none;
}
.stepper-horizontal .step .step-circle {
    width:30px;
    height:30px;
    margin:0 auto;
    background-color:#999999;
    border-radius: 50%;
    text-align: center;
    line-height:30px;
    font-size: 16px!important;
    font-weight: 600;
    color:#FFFFFF;
}
.stepper-horizontal.green .step.active .step-circle {
    background-color:#00AE4D;
}

.stepper-horizontal .step.active .step-circle {
    background-color:#F96302;
}
.stepper-horizontal .step.done .step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f00c";
}
.stepper-horizontal .step.done .step-circle *,
.stepper-horizontal .step.editable .step-circle * {
    display:none;
}
.stepper-horizontal .step.editable .step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.stepper-horizontal .step.editable .step-circle:before {
    font-family:'Font Awesome 5 Free';
    font-weight:100;
    content: "\f040";
}


.stepper-horizontal .step.upload .step-circle:before {
    font-family:'Font Awesome 5 Free';
    font-weight:100;
    content: "\f093";
}
.stepper-horizontal .step .step-title {
    margin-top:16px;
    font-size:16px!important;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;    width: 120px;
    line-height: 1.4;
    margin: 20px auto;
}
.stepper-horizontal .step .step-title,
.stepper-horizontal .step .step-optional {
    text-align: center;
    color:rgba(0,0,0,.26);
}
.stepper-horizontal .step.active .step-title {
    font-weight: 500;
    color:rgba(0,0,0,.87);
}
.stepper-horizontal .step.active.done .step-title,
.stepper-horizontal .step.active.editable .step-title {
    font-weight:600;
}
.stepper-horizontal .step .step-optional {
    font-size:12px;
}
.stepper-horizontal .step.active .step-optional {
    color:rgba(0,0,0,.54);
}
.stepper-horizontal .step .step-bar-left,
.stepper-horizontal .step .step-bar-right {
    position:absolute;
    top:16px;
    height:1px;
    border-top:1px solid #FFF;
}
.stepper-horizontal .step .step-bar-right {
    right:0;
    left:50%;
    margin-left:20px;
}
.stepper-horizontal .step .step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
}

/* pagination */

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.ps-relative{
    position: relative;
}

.ps-absolute{
    position: absolute;
}

.bg-primary {
  background-color: #F59D23 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #e48501 !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !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
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !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-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
}

.w-150{
    width: 150px!important
}

.w-200{
    width: 200px!important
}

.w-250{
    width: 250px!important
}

.w-260{
    width: 260px!important
}

.w-270{
    width: 270px!important
}

.w-280{
    width: 280px!important
}

.w-290{
    width: 290px!important
}

.w-300{
    width: 300px!important
}

.w-350{
    width: 350px!important
}
.w-400{
    width: 400px!important
}
.w-450{
    width: 450px!important
}
.w-500{
    width: 500px!important
}
.w-550{
    width: 550px!important
}

.w-600{
    width: 600px!important
}

.w-650{
    width: 650px!important
}
.w-700{
    width: 700px!important
}
.w-750{
    width: 750px!important
}
.w-800{
    width: 800px!important
}
.w-850{
    width: 850px!important
}
/* spacing */

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

/* for style unsafe-inline*/
.card-bind:hover {
    cursor: pointer;
}

.msg-well .validation-summary-errors span {
    font-weight: bold;
}

.pin-i {
    margin-right: 6px;
}

.pkcsOBJ {
    left: 1px;
    top: 1px;
}

.img-QR {
    height: 300px;
    width: 300px;
    border-width: 0px;
}

.center-small {
    text-align: center;
}

.p-red {
    color: red;
}

.txt-left {
    text-align: left;
}