



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
  font-size: 15px;
}

body, html {
	height: 100%;
  font-family: 'Sarabun', sans-serif  !important;
	/*font-family: 'Kanit2', sans-serif;*/
  background-color: #f6f7fc;
}
.btn{
  height: 35px;
  vertical-align :unset;
  border-radius: 5px;
}
.setfont-s, div, select, p ,h1,h2, input{
  font-family: 'Sarabun', sans-serif  !important;
}
.bold{
  font-weight: bold;
}
/*---------------------------------------------*/
a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #0ab7e8;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}
/*---------------------------------------------*/



/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
  color: #FFF;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  color: #cccccc;
  line-height: 1.4;
}

.bo1 {
  border-bottom: 1px solid #999999;
}

.hov1:hover {
  border-color: #d33f8d;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #005bea;
  background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
  background: -o-linear-gradient(bottom, #005bea, #00c6fb);
  background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
  background: linear-gradient(bottom, #005bea, #00c6fb);
  opacity: 0.9;
}

.wrap-login100 {
  width: 590px;
  background: transparent;
}



/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login100-form-title {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
}

/*---------------------------------------------*/
.login100-form-avatar {
    width: 70%;
    margin: 20px auto;
}
.login100-form-avatar img {
  width: 100%;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.input100 {
  font-family: 'Sarabun', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  display: block;
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 53px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(0,91,234, 0.6);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}


.symbol-input100 {
  font-size: 20px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #00c6fb;
  padding-left: 23px;
}


/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-family: 'Sarabun', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #e0e0e0;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  position: relative;
  z-index: 1;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  top: 0;
  left: 0;
  background: #005bea;
  background: -webkit-linear-gradient(left, #005bea, #00c6fb);
  background: -o-linear-gradient(left, #005bea, #00c6fb);
  background: -moz-linear-gradient(left, #005bea, #00c6fb);
  background: linear-gradient(left, #005bea, #00c6fb);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.login100-form-btn:hover {
  background: transparent;
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 1;
}

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.btn-face {
  color: #3b5998;
}

.btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-google {
  color: #555555;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}


.btn-face:hover,
.btn-google:hover {
  border-color: #d33f8d;
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
/*/////////////////////////////////// หลังบ้าน //////////////////////////////////*/
.top_banner{
  width: 100%;
  height: 68px;
  /*background-color: #fff;*/
  padding: 8px 15px;
}
.logo_sys{
  float: left;
  width: auto;
  height: 100%;
}
.logo_sys img{
  width: auto;
  height: 100%;
}
/*---------------------- account ------------------------*/
.account{
    float: right;
    color: #0ab7e8;
    background-color: #f6f7fc;
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 9px;
    cursor: pointer;
}
.account span{
    padding: 0 5px 0px 0px;
}
.box-account{
    display: none;
    position: absolute;
    width: 250px;
    min-height: 125px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(19 30 98 / 10%);
    border: 1px solid #c5c9db;
    background-color: #fff;
    top: 60px;
    right: 10px;
    z-index: 5;
    animation:fadeIn,fadeInDown 0.8s;
}


.box-account::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -5px;
  top: 1px;
  box-sizing: border-box;
  border: .5em solid #fff;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  box-shadow: -1.5px 1px 1px 0 #c5c9db;
  
}
.box-account div.sub{
    background-color: #fff;
    padding: 16px 19px;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    height: 50px;
    border-bottom: 1px solid #e6e8f2;
}
.box-account div.sub:hover{
  background-color: #f6f7fc;
}
.box-account div.sub div{
  float: left;
}
div.sub div.icon{
  font-size: 16px;
  color: #8389a2;
  margin-top: -2px;
}
div.sub div.text{
  padding-left: 15px;
  color: #000;
}






.banner{
  width: 100%;
  height: 390px;
  /*padding: 15px;*/
  background: linear-gradient(to top, rgb(0 91 234 / 90%), rgb(0 198 251 / 90%)),url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*----------------------- main menu -----------------------*/
.mainmenu{
  width: 100%;
  padding:0px 15px 15px;
  }
ul#mainmenu > li {
    float: left;
    height: 45px;
    margin-right: 10px;
    cursor: pointer;
}
ul#mainmenu > li:hover > ul#box-submenu{
  display: block;
  animation: fadeIn,fadeInDown 0.8s;
}
ul#mainmenu > li > a {
  color: #fff;
  width: fit-content;
  display: block;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 20px;
}
ul#mainmenu > li:hover > a,ul#mainmenu li.select > a {
  color: #0ab7e8;
  background-color: #fff;
  animation: fadeIncolor 1s;
}
@keyframes fadeIncolor{
  from { background-color: #ffffff4a;}
    to {background-color: #fff;}
}


#box-submenu{
  display: none;
  min-width: 240px;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgb(19 30 98 / 10%);
  border: 1px solid #c5c9db;
  background-color: #fff;
  z-index: 9999;
  
}
#box-submenu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -7px;
  left: 15px;
  box-sizing: border-box;
  border: .5em solid #fff;
  border-color: transparent transparent #fff #fff;
  transform: rotate(135deg);
  box-shadow: -1.5px 1px 1px 0 #c5c9db;
}

ul#box-submenu > li:hover{
  background-color: #f6f7fc;
}
ul#box-submenu > li > a{
  display: block;
  color: #000;
  padding: 16px 19px;
  height: 50px;
  border-bottom: 1px solid #e6e8f2;
}


/*----------------------- ชื่อเพจ -----------------------*/
.box_title{
    width: 1400px;
    margin: 30px auto 0px;
    animation:fadeIn,fadeInDown 1s;
}
.box_title p{
    color: #fff;
    font-size: 24px;
}

/*----------------------- Box main -----------------------*/
#box_main{
    width: 1400px;
    padding: 10px 0px;
    margin: -200px auto 0px auto;
    animation:fadeIn,fadeInDown 1s;
  
}
div#box_main.bg{
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(19 30 98 / 5%);
    border: 1px solid #e6e8f2;
    background-color: #fff;
}

.box-header {
  padding: 16px 24px;
  border: none;
}
/*--------------- ตารางแสดงข้อมูล -------------------*/
.option_list {
  display: block;
  position: relative;
  width: 100%;
  text-align: end;
  color: #fff;
  margin-top: -55px;
  margin-bottom: 10px;
}
.option_list form {
  display: inline-block;
}
.option_list fieldset {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding-bottom: 0 !important;
}


.dataTables_info{
  padding-left: 10px;
}
#myTable_length, .box_select{
  width: fit-content;
    height: 45px;
    padding: 5px 20px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: #f6f7fc;
    z-index: 99;
}
#myTable_length select, select{
  font-family: 'Kanit', sans-serif;
  line-height: 1.2;
  color: #333333;
  height: 35px;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px solid #ecedf3 ;
}
#myTable_filter{
  height: 45px;
    padding: 5px 20px;
    align-items: center;
    margin-right: 20px;
    border-radius: 25px;
    background-color: #f6f7fc;
}
#myTable_filter input{
  border: 1px solid #ecedf3 !important;
  font-family: 'Kanit', sans-serif;
  line-height: 1.2;
  color: #333333;
  border-radius: 5px;
  height: 35px;
  padding-left: 5px;
  }
#myTable_filter input:focus, .form-control:focus{
  line-height: 1.2;
  color: #333333;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #03a9f4a3 !important;
  
}
#myTable div.titletext{
  font-weight: 700;
  font-size: 16px;
}
#myTable div.subtext{
  color: #8389a2;
  font-size: 14px;
}
#myTable th{
  text-align: center;
}
#myTable thead th{
  padding: 10px 18px;
  border-bottom: 2px solid #138fec;
}
/*-------------- การ์ด ---------------*/ 
.box-card{
  border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(19 30 98 / 5%);
    border: 1px solid #e6e8f2;
    background-color: #fff;
    height: fit-content;
}

.box-title {
  font-size: 18px;
  font-weight: 500;
  padding: 16px 24px;
  color: #000;
  background-color: #f7f7f7;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #e6e8f2;
}
.line2 {
  width: 100%;
  height: 2px;
  margin: -5px 0px 10px;
  background-color: #138fec;
}
/*.box-main-wrapper{
  padding-left: 10px;
  padding-right: 10px;
}*/
.btn-footer{
  padding: 10px;
  background-color: #f7f7f7;
}
#box-card2{
  padding: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgb(19 30 98 / 7%);
    border: 1px solid #c5c9db;
    background-color: #fff;
}
#box-card2 .title{
  color: #465052;
    font-weight: 700;
    padding-bottom: 10px;
}
#box-card2 .line{
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
#box-card2 .body{
  padding: 10px 10px 0px;
}
#box-card2 .box_select{
  width: auto;
  height: auto;
  margin: 0px auto 15px;
  padding: unset;
  text-align: center;
  padding-top: 5px;
  color: #333;
}
#box-card2 input.code{
  text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #73a600;
    height: 50px !important;
}

#box-card2 #sub_save{
  background-color: #003171;
    margin: 10px auto;
    width: -webkit-fill-available;
}
#box-card2 #detail{
  min-height: 220px;
}
#detail .icon i{
  font-size: 180px;
    color: #465052;
}
#detail .name{
  font-size: 36px;
  color: #73a600;
  margin-top: -10px;
  font-weight: bold;
}
#detail .money{
  font-size: 36px;
  color: #003171;
  margin-top: -10px;
  font-weight: bold;
}
#detail .money span{
  font-size: 28px;
  color: #465052;
}
#detail p span{
  color: #003171;
  font-weight: bold;
}
/*--------------------- box_enrollment ------------------*/
.box_enrollment div.card{
  padding: 10px;
}
.box_enrollment:nth-child(1) div.card,.box_enrollment:nth-child(7)  div.card{
  background-color: #8CC152;
}
.box_enrollment:nth-child(2) div.card,.box_enrollment:nth-child(8)  div.card{
  background-color: #1EBCD2;
}
.box_enrollment:nth-child(3) div.card,.box_enrollment:nth-child(9)  div.card{
  background-color: #E54D42;
}
.box_enrollment:nth-child(4) div.card,.box_enrollment:nth-child(10)  div.card{
  background-color: #8F44AD;
}
.box_enrollment:nth-child(5) div.card,.box_enrollment:nth-child(11)  div.card{
  background-color: #0a005a;
}
.box_enrollment:nth-child(6) div.card,.box_enrollment:nth-child(12)  div.card{
  background-color: #482323;
}

.box_enrollment #id{
  color: #fff;
  font-size: 80px;
  padding-right: 10px;
  margin: -16px 0px;
  height: fit-content;
}
.box_enrollment #body{
  margin-top: 10px;
  width: inherit;
}
.box_enrollment div.titletext{
  color: #FFF;
    font-weight: 700;
    font-size: 26px;
    width: 100%;
}
.box_enrollment div.subtext{
  color: #495057;
    font-size: 14px;
    width: 100%;
}
div.subtext .role{
  font-size: 14px;
    line-height: unset;
    padding: 0px 10px;
}
.box_enrollment #menu {
  text-align: center;
  background-color: #22222252;
  padding: 0px 10px 10px;
  border-radius: 6px;
  width: 100%;
  min-height: 100px;
}
.box_enrollment div#menu div.money{ 
    color: #fff;
    font-size: 30px;
}
/*------------------- footer  -----------------------*/
.footer {
  background-color: #484848;
  color: #c1c1c1;
  width: 100%;
  height: 70px;
  align-items: center;
  display: grid;
  margin-top: -70px;
}

/*------------------ Modal --------------------*/
.modal{
  animation: fadeIn,fadeInDown 1s;
}

.tag{
  width: 10%;
  height: 25px;
  margin: 5px;
  float: left;
  border-radius: 2px;
  text-align: center;
  color: #FFF;
  background-color: #6c757d;
}




.button2 {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2.3em;
  height: 2.3em;
  padding: 0 0.7em;
  outline: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.1);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background-color: #4A4D50;
  color: #FFF;
}
button span{
  font-family: 'Sarabun', sans-serif;
  font-size: 14px;
}
.red{
  background-color: #F44336;
}

.notext > [class^="icon-"]:before {
  line-height: inherit;
  margin-right: 0;
}
.pretty .button {
  border-color: #888;
  border-color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 0 3px rgba(255,255,255,0.5) inset;
  box-shadow: 0 0 3px rgba(255,255,255,0.5) inset;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjNjBhYmY4IiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(96,171,248,0.1) 44%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(44%,rgba(96,171,248,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(96,171,248,0.1) 44%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(96,171,248,0.1) 44%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(96,171,248,0.1) 44%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(96,171,248,0.1) 44%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 );
}
.facebook .button {
  border-color: rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  font-weight: bold;
}
.button.wide {
  display: block;
  width: 100%;
  text-align: center;
}
.button.small,
.button.large {
  height: auto;
}
.button.small {
  line-height: 1.8em;
}
.button.large {
  font-size: 1.4em;
}
.bg-light, .button.light {
  background-color: #F2F2F2;
}
.button.light {
  color: #4A4D50;
}
.color-silver {
  color: #CCC;
}
.facebook .light {
  background-color: #EEE;
  color: #333;
  border-color: rgba(0, 0, 0, 0.2);
}
.facebook .light:hover {
  color: #000;
}
.color-gray {
  color: #9E9E9E;
}
.bg-gray {
  background-color: #9E9E9E;
}
.color-dark {
  color: #212121;
}
.bg-dark {
  background-color: #212121;
}
.color-black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.color-white {
  color: #FFF;
}
.bg-white {
  background-color: #FFF;
}
.pretty .button.light {
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.color-red {
  color: #F44336;
}

.color-magenta {
  color: #F50057;
}
.bg-magenta, .button.magenta {
  background-color: #F50057;
}
.color-orange {
  color: #FF9800;
}
.bg-orange, .button.orange, .button.forgot, .button.update {
  background-color: #FF9800;
}
.color-blue {
  color: #2196F3;
}
.bg-blue, .button.blue, .button.register, .button.logout, .button.add {
  background-color: #2196F3;
}
.button.facebook,
.facebook .blue {
  background-color: #5B74A8;
}
.color-pink {
  color: #E91E63;
}

.bg-pink, .button.pink, .button.clear {
  background-color: #E91E63;
}
.color-green {
  color: #4CAF50;
}
.bg-green, .button.green, .button.ok, .button.send, .button.save, .button.login {
  background-color: #4CAF50;
}
.bg-333{
  background-color: #333;
}
.facebook .green {
  background-color: #4CAF50;
}
.color-rosy {
  color: #D50000;
}
.bg-rosy, .button.rosy, .button.go, .button.upload {
  background-color: #D50000;
}
.color-brown {
  color: #795548;
}
.bg-brown, .button.brown, .button.print {
  background-color: #795548;
}
.color-purple {
  color: #9C27B0;
}
.bg-purple, .button.purple, .button.next {
  background-color: #9C27B0;
}
.color-cyan {
  color: #00BCD4;
}
.bg-cyan, .button.cyan, .button.copy {
  background-color: #00BCD4;
}
.color-gold {
  color: #FFC400;
}
.bg-gold, .button.gold, .button.preview {
  background-color: #FFC400;
}
.button:hover, .button:focus, .button:active {
  color: #FFF;
  text-decoration: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#1affffff',GradientType=0 );
}
.button:disabled {
  background-color: #DDD;
  color: #999;
}
.button.wait {
  color: transparent;
  text-shadow: none;
  background-color: #B71C1C;
  border-color: #DDD;
  border-color: rgba(0,0,0,0.1);
  background-position: 50% 50%;
  -moz-animation: rainbow 2s infinite alternate linear;
  -ms-animation: rainbow 2s infinite alternate linear;
  -o-animation: rainbow 2s infinite alternate linear;
  -webkit-animation: rainbow 2s infinite alternate linear;
  animation: rainbow 2s infinite alternate linear;
}
.role {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
}

.role.admin {
    background: #fa4251;
}

.role.user {
    background: #00b5e9;
}

.role.member {
    background: #57b846;
}
.status-process{
  color: #00c742 !important;
}
.bg-gold {
  background-color: #FFC400;
}
.bg-gray{
  background-color: #4A4D50;
}


input[type=text].form-control, input[type=file].form-control, select.form-control{
  font-size: 14px;
  height: 40px !important;
  line-height: 40px;
  padding-left: 5px ;
  padding-right: 5px;
  border: 1px solid #ecedf3;
}
input[type=file].form-control{
  line-height: unset;
}
.form-group{
  padding-left: 10px;
  padding-right: 10px;
}
.form-group div{
  padding-left: 5px;
  padding-right: 5px;
}



.hide{
  display: none !important;
}
.show {display:block;}
/*------------------ swal2 -------------------*/
div:where(.swal2-container) .swal2-html-container {
  margin: -2em 1.6em .3em !important;
  padding: 10px !important;

}

/*------------------ loader -------------------*/
#box_load{
  position:fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #222222b3;
    z-index: 99;
    align-items: center;
    display: flex;
    animation: fadeIn 1s;
}
#box_load div.text{
  margin: auto;
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 99;
    text-align: center;
    font-size: 40px;
}
.loader {
  color: #fff;
  font-size: 150px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  z-index: 99;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.table-condensed th, .table-condensed td {
  padding: 2px 10px;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translateY(-40px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}




@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}