/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
#logCaptcha{margin-top:25px;}
#logCaptcha-wrap{position:relative; background: #dddddd;}
#logCaptcha-wrap img{
	max-width: 200px;
	border-radius: 0;
	display: block;
	margin: 0 auto;
}

#logCaptcha-action{
	position: relative;
	margin-top: 15px;
}
#logCaptcha-action input{
	margin: 0;
}
#logCaptcha-action a{
	background: transparent;
	padding: 14px;
	position:absolute;
	right: 0;
	top: 0;
}
#logCaptcha-action a:hover [class^="icon-"]{color: #999;}
#logCaptcha-action [class^="icon-"]{
	color: #FFF;
	margin-right:0;
	font-size: 24px;
}
.logControl {margin-top: 20px;}

div[class*="alert-"] {
	margin: 20px 0px;
	border-radius: 2px;
	padding: 10px 25px 10px 25px;
	text-align: center;
	font-weight: bold;
	/* text-shadow: 0 1px 0 #cdcdcd; */
  }
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	/* border: 1px solid #fbeed5; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  .alert, .alert-heading {
	color: #c09853;
  }
  .alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
  }
  .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
  }
  .alert-success, .alert-success .alert-heading {
	color: #468847;
  }
  .alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
  }
  .alert-danger,
  .alert-error,
  .alert-danger .alert-heading,
  .alert-error .alert-heading {
	color: #b94a48;
  }
  .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
  }
  .alert-info, .alert-info .alert-heading {
	color: #3a87ad;
  }
  .alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
  }
  .alert-block > p, .alert-block > ul {
	margin-bottom: 0;
  }
  .alert-block p + p {
	margin-top: 5px;
  }
  .error {
    color: #A73939;
    display: block;
    width: 100%;
  }

  .ast {
    color: #ff1d1d;
    margin-left: 5px;
  }

  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
  }

  .no-total{
    font-size: 15px;
}
/*
// .input-check
*/
.input-check {
display: inline-block;
}

.input-check__body {
display: block;
position: relative;
width: 16px;
height: 16px;
}

.input-check__input {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
cursor: inherit;
}

.input-check__box {
display: block;
width: 16px;
height: 16px;
border-radius: 1.2px;
background: #fff;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
-webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
transition: background 0.15s, -webkit-box-shadow 0.15s;
transition: background 0.15s, box-shadow 0.15s;
transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.input-check__icon {
pointer-events: none;
position: absolute;
left: 4px;
top: 5px;
fill: #fff;
-webkit-transform: scale(0);
		transform: scale(0);
-webkit-transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s;
transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
}

.input-check__input:checked ~ .input-check__box {
background: #ed1b2e;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.input-check__input:checked ~ .input-check__icon {
fill: #fff;
-webkit-transition-delay: 0s, 0s, 0s;
		transition-delay: 0s, 0s, 0s;
-webkit-transform: scale(1);
		transform: scale(1);
}

.input-check__input:disabled ~ .input-check__box {
background: #ed1b2e;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.input-check__input:disabled ~ .input-check__icon {
fill: rgba(0, 0, 0, 0.2);
}

/*
// .input-check-color
*/
.input-check-color {
display: inline-block;
}

.input-check-color__body {
display: block;
position: relative;
width: 22px;
height: 22px;
border-radius: 1.2px;
overflow: hidden;
cursor: inherit;
margin: 0;
}

.input-check-color__input {
position: absolute;
visibility: hidden;
}

.input-check-color__box {
display: block;
width: 22px;
height: 22px;
border-radius: 1.2px;
background: currentColor;
cursor: inherit;
}

.input-check-color__icon {
position: absolute;
left: 5px;
top: 6px;
fill: #fff;
-webkit-transform: scale(0);
		transform: scale(0);
-webkit-transition: -webkit-transform 0.15s;
transition: -webkit-transform 0.15s;
transition: transform 0.15s;
transition: transform 0.15s, -webkit-transform 0.15s;
}

.input-check-color__input:checked ~ .input-check-color__icon {
-webkit-transform: scale(1);
		transform: scale(1);
}

.input-check-color__input:disabled {
cursor: default;
}

.input-check-color__input:disabled ~ .input-check-color__box {
position: relative;
left: 0px;
top: 0px;
width: 22px;
height: 22px;
opacity: .5;
cursor: default;
}

.input-check-color__input:disabled ~ .input-check-color__stick {
pointer-events: none;
display: block;
position: absolute;
width: 2px;
border-radius: 1px;
height: 34px;
left: calc(50% - 1px);
top: -6px;
background: rgba(102, 102, 102, 0.9);
-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
-webkit-transform-origin: center center;
		transform-origin: center center;
}

.input-check-color--light .input-check-color__icon {
fill: #3d464d;
}

.input-check-color--white .input-check-color__box {
-webkit-box-shadow: 0 0 0 2px #d9d9d9 inset;
		box-shadow: 0 0 0 2px #d9d9d9 inset;
}

.input-check-color--white .input-check-color__icon {
fill: #bfbfbf;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;}
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! padding: 9px 17px 9px 17px; */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; }
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
textarea { overflow: auto; }
input, textarea { border: none; }

img { border: 0; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
:focus { outline: 0; }
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.button::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
.card_header {
    padding: 8px 12px;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px #fff;
    background: #f8f8f8;
}
.right-align {
    text-align: right;
}
.app-user-list .dataTables_wrapper .dataTables_length select {
margin-left: 0.5rem;
margin-right: 0.5rem; }

@media (max-width: 767px) {
.app-user-list .header-actions .dataTables_length {
text-align: left; }
.app-user-list .header-actions > div[class^='col-']:last-child {
padding-left: 0; } }

.app-user-view .user-info-wrapper .user-info-title {
width: 11.785rem; }

.app-user-view .user-total-numbers {
margin-top: 2.428rem; }

.app-user-view .user-total-numbers .color-box {
display: flex;
align-items: center;
justify-content: center;
height: 2.714rem;
width: 2.714rem;
border-radius: 0.357rem; }

.app-user-view .user-total-numbers .color-box i,
.app-user-view .user-total-numbers .color-box svg {
height: 1.285rem;
width: 1.285rem;
font-size: 1.285rem; }

.app-user-edit .nav-pills {
margin-bottom: 2.3rem; }

.app-user-edit .nav-pills .nav-link i,
.app-user-edit .nav-pills .nav-link svg {
font-size: 0.921rem;
margin-right: 0.5rem; }

@media (max-width: 576px) {
.app-user-edit .nav-pills .nav-link i,
.app-user-edit .nav-pills .nav-link svg {
height: 1.2rem;
width: 1.2rem;
font-size: 1.2rem;
margin-right: 0; } }

/* swal */
.swal2-title{
    font-size: 1.2rem;
    text-align: left;
}

.swal2-html-container{
    font-size: 1rem;
    text-align: left;
}
 
.swal2-popup {
    width: 70em;
}
.swal2-popup ul{
    /* list-style: disc; */
}
.mr-1{
    margin-right:10px;
}
.reg-alert-term{
    height: 350px;
    padding: 10px !important;
    text-align: left !important;
    border:2px solid black;
    border-radius: 10px !important;
}
.dark-layout .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #fff !important;
}