
/*[ FONTS ]*/
@font-face {
  font-family: 'HelveticaNeueLT b';
  src: url("../../media/webfonts/HelveticaNeueLTPro-BdCn.woff2") format("woff2"), url("../../media/webfonts/HelveticaNeueLTPro-BdCn.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../../media/webfonts/HelveticaNeueLTPro-MdCn.woff2") format("woff2"), url("../../media/webfonts/HelveticaNeueLTPro-MdCn.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../../media/webfonts/HelveticaNeueLTPro-Cn.woff2") format("woff2"), url("../../media/webfonts/HelveticaNeueLTPro-Cn.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../../media/webfonts/HelveticaNeueLTPro-LtCn.woff2") format("woff2"), url("../../media/webfonts/HelveticaNeueLTPro-LtCn.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

/*[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: "HelveticaNeueLT", Arial, sans-serif;
}

/*---------------------------------------------*/
a {
	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: #007d40;
}

/*---------------------------------------------*/
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: #007d4c;
    background-color: #007d4c1a;
    color: #222;
    box-shadow: inset 0 2px 1px rgb(0 125 76 / 21%), 0 0 0 4px rgb(0 125 76 / 24%);
    outline: 0;
	font-weight:700;
}

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: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ 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: 30px;
  background: url(../../media/images/icons/bg-pattern-2.png),#f3f3f3;
}

.wrap-login100 {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
  -o-box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
  -ms-box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
}

.wrap-login100_left{
	display: flex;
	width: 325px;
	padding: 30px;
	border-left: 7px solid #007d4c;
    box-shadow: 10px 0 20px 0px rgb(0 0 0 / 50%);
	-moz-box-shadow: 10px 0 20px 0px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 10px 0 20px 0px rgb(0 0 0 / 50%);
	-o-box-shadow: 10px 0 20px 0px rgb(0 0 0 / 50%);
	-ms-box-shadow: 10px 0 20px 0px rgb(0 0 0 / 50%);
    z-index: 1;
}

.wrap-login100_right{
	position: relative;
	display: flex;
	width: 455px;
	overflow: hidden;
}

.wrap-login100-text_right{
	display: flex;
	width: 455px;
	padding: 30px;
	box-shadow: inset 10px 0 10px -8px #ebeff3;
}

.wrap-login100_right img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 1.2s;
	transition: all .4s ease-in-out;
}

.wrap-login100_right img:hover{
	transform: scale(1.05);
}

.wrap-login100_right .copyright{
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	right: 0;
	padding: 10px;
	width: 100%;
	background-color: #3a3a3a;
	color: #fff;
	font-size: .65rem;
}

/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  color: #007d40;
  font-size: 1.54rem;
  line-height: 1.2;
}
.login100-form-title i {
  font-size: 60px;
}

.login100-form-subtext{
  	display: block;
    font-size: .95rem;
    color: #444;
    line-height: 1.5;
    text-align: justify;	
}

.login100-form-sub {
	font-size: 0.7rem;
    padding: 10px;
    background: #efefef;
    color: #7b7b7b;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.text-limited {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.input100 {
	height: 40px;
    padding: 9px 16px;
    line-height: 20px;
    width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    background-color: #fbfbfb;
    color: #222;
    box-shadow: inset 0 2px 1px rgb(34 34 34 / 9%);
    transition: all .2s linear;
}

.wrap-input100 label{
	margin-bottom: 4px;
    font-size: 12px;
}

.wrap-input100 label i{
	color: #d8d8d8;
	padding: 0 5px;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #007d40;
  background: linear-gradient(to left,#133320,#007d40);
}

.focus-input100::after {
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 40px;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #007d40;
  background: linear-gradient(to left,#133320,#007d40);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  transition: all 0.4s;
}

.login100-form-btn:hover {
	background-color: #ffd500;
	color: #444;
	text-decoration: none !important;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
	left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
	
  .container-login100{
		padding: 20px 0 !important;
	}
  .wrap-login100 {
    padding: 0px;
  }
  .wrap-login100_left {
    padding: 20px;
	  box-shadow: none !important;
  }
  .wrap-login100_right {
	display: none;
  }
  .login100-form-subtext {
    display: block;
    font-size: .95rem;
    color: #444;
    line-height: 1.5;
    text-align: justify;
  }
  .modal-dialog-bottom {
    min-width: calc(100% - 20px) !important;
    margin: 0 10px !important;
}
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  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: 0px;
  pointer-events: none;

  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;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: hsl(0deg 0% 86% / 50%);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  	opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-dialog-bottom {
    min-width: calc(100% - 900px);
    margin: 0 450px;
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
}

.modal-dialog-bottom .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
	border: none;
    border-radius: 1.5rem 1.5rem 0 0;
    outline: 0;
}

.modal_btn {
    color: #d4d4d4;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 3px 8px;
	cursor: pointer;
	transition: all .4s;
}

.modal_btn:hover {
    color: #d4d4d4 !important;
    border: 1px solid #d4d4d4 !important;
    background-color: #f9f9f9 !important;
}

.modal_titel {
	line-height: 1.2rem;
    text-align: center;
    font-weight: 700;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s !important;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
	cursor: pointer;
}

.modal-dialog-mobile {
	margin: 0;
	position: fixed;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
	margin-left: auto !important;
    margin-right: auto !important;
	max-height: calc(100vh - 150px);
}

.modal-content {
	border-radius: 10px 10px 0 0 !important;
	width: 100%;
	box-shadow: 0px 0px 20px 5px #939393;
	border: none;
}

@media (min-width: 576px) {
  .modal-dialog-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: calc(100% - (0.5rem * 2));
	}
	
	.modal-content {
		border-radius: 10px !important;
	}
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-header{
	box-shadow: inset 0 -8px 10px -8px #ebeff3;
}

.modal-footer{
	box-shadow: inset 0 8px 10px -8px #ebeff3;
}

button:disabled,
button[disabled]{
    border: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    color: #8a8a8a;
    font-size: .8rem;
    letter-spacing: 0;
}

button:disabled:hover,
button[disabled]:hover{
    background-color: #CBCBCB;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
	display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm{
	width: 1rem !important;
    height: 1rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 2.5rem !important;
}

.pt-10, .py-10 {
    padding-top: 2.5rem !important;
}

.btn.btn-primary-light {
    color: #7E8299;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.btn.btn-primary-light:hover {
    color: #fff !important;
    background-color: #007D40 !important;
    border-color: #007D40 !important;
}

.icons-system .col-6:nth-child(1n+3) {
  margin-top: 30px;
}

.btn.btn-primary-light span.icon {
    display: flex;
    justify-content: center;
    height: 50px;
	font-size: 2.25rem;
    color: #dde2e6;
}

.btn.btn-primary-light:hover span.icon {
    color: #fff !important;
	text-shadow: 0 0 10px #01562d;
}

.font-size-h6 {
    font-size: .85rem;
}

.modal-body.modal-dialog-scrollable {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}

.symbol.symbol-30 > img {
    width: 100%;
    max-width: 30px;
    height: 30px;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.doc-item {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 11px #e4e4e4;
}

.text-primary{
	color: #007D40 !important;
}

.timer_con{
	display: block;
    margin: 0 25px;
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
    font-size: .85rem;
}

.pw_req_con {
	display: flex;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin: 0 20px;
    padding: 5px 10px;
    background-color: #fbfbfb;
    box-shadow: 0 0 5px #07653617;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #f3f3f3;
    border-color: #eeeeee;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.alert {
	font-size: .75rem;
}