html{
  height: 100vh;
  overflow: hidden;
}
.logo img{
	border-radius: unset;
}
.login-view .navbar-nav{
  display: none;
}
.login-view .sidebar, .off-canvas-sidebar {
  background-color: violet;
  background-image: unset;
  background-blend-mode: unset;
}
.dropleft .dropdown-menu:before{
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: 5px;
  right: -3px;
  left:unset;
  color: #ffffff;
  border-left: .4em solid;
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-right:unset;
}
.tableFixHead          { overflow: auto; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.tableFixHead tbody th { position: sticky; left: 0; }
/* .login-view .content{
  padding: 20px !important;
} */

.table .thead-light th {
    color: #f1f1f1;
    background-color: #344675;
    border-color: #e3e3e3;
}
.white-content .table .thead-light th {
  color: #525f7f;
  background-color: #e9ecef;
  border-color: #e3e3e3;
}
.thead-light .form-control {
  height: 25px;
  border: none;
}
.sidebar .logo:after, .off-canvas-sidebar .logo:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background: unset;
}
.sidebar, .off-canvas-sidebar {
  background-color: #8b91ca69;
  background-image: url(../img/background-slide.png);
    background-blend-mode: overlay;
}
option{
  color: #222a42;
  margin: 2px;
  border-bottom: solid 1px rebeccapurple;
}
label{
  cursor: pointer;
}
.btn-block {
  margin: 10px 0 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #bbbdbf;
  color: #344675;
  cursor: not-allowed;
}
.main-panel>.content {
  position: relative;
  top: 50px;
  padding: 30px 30px 30px 280px;
  height: calc(100vh - 70px);
  overflow: auto;
}

.footer {
  padding: 10px 0 10px 250px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
#boardPermit{
  height: 185px !important;
}
#fchangePass{
  text-align: left;
}
.form-check {
  margin-top: unset;
}

.form-group .input-group-prepend .input-group-text,
.form-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
  padding: 0 10px !important;
}
.form-control+.input-group-append .input-group-text, .form-control+.input-group-prepend .input-group-text {
  background-color: unset;
}
.input-group-prepend{
  border-color: #2b3553;
  border-radius: 0.4285rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none;
}
.swal2-html-container .form-control, .swal2-html-container .input-group-text{
  color: #222a42 !important;
}
.swal2-html-container .form-control:focus, .input-group-text:focus{
  color: #222a42 !important;
}
.swal2-html-container .input-group-prepend{
  background: #344675;
}
.modal-header {
  margin-bottom: 10px;
}
.modal .modal-content .form-control, .modal .modal-content .input-group-text{
  color: #222a42 !important;
}
.modal .modal-content .form-control:focus, .modal .modal-content .input-group-text:focus{
  color: #222a42 !important;
}
.modal-dark .modal-content{
  background-color: #2d3032;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.modal-dark .modal-body {
  background: #40464b;
}

.modal-dark .modal-header {
  background: #2d3032;
  border-bottom: 1px solid #2a2c2e;
}
.modal-dark .modal-header h1, .modal-dark .modal-header h2, .modal-dark .modal-header h3, .modal-dark .modal-header h4 {
  color: #ccc !important;
  text-transform: uppercase;
}

.modal-dark .modal-footer {
  background: #2d3032;
  border-top: 1px solid #2a2c2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-dark .modal-content .form-control, .modal-dark .modal-content .input-group-text{
  color: #ffffff !important;
}

.modal-dark .modal-content .form-control:focus, .modal-dark .modal-content .input-group-text:focus{
  color: #b4b4b4 !important;
}
.modal-dark .input-group .input-group-prepend{
  background: none !important;
}
.modal-content .modal-footer {
  border-top: 0;
  -webkit-justify-content: right;
  justify-content: right;
}
.modal-footer button{
  margin: 10px 5px 0px !important;
}
.modal-open .modal {
  overflow-x: unset;
  overflow-y: unset;
  height: 100vh;
}
.modal-dialog{
  max-height: 75vh;
}
/* .loginView {
  display: grid;
  width: 100%;
  height: 100vh;
  align-content: center;
  justify-content: center;
} */
.tagator_element {
  background-color: unset;
  border: 1px solid #00be39;
  border-radius: 0.4285rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none;
}
.tagator_element:active {
  border: 1px solid violet;

}

/* .login-form {
  background-color: hsla(0, 0%, 100%, .7);
  border-radius: 40px;
  max-width: 600px;
  min-width: 420px;
  padding: 20px;
} */
.login-form {
  /* background-color: hsla(0, 0%, 100%, .7);
  padding: 5px;
  bottom: 50%;
  position: absolute; */
  display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 100vh; */
}

.selecPage{
  position: inherit;
  z-index: 100;
}
.screen {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	height: calc(100vh - 260px);
	width: 100%;	
	box-shadow: 0px 0px 24px #5C5696;
  border-radius: 20px;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
  overflow: hidden;
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
  background: #212529;	
	top: -30px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #6C63AC;	
	top: -152px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 500px;
	width: 200px;
	background: #7E7BB9;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}
/* End Login */
/* Begen btn dack mode */
.label-darkmode-toggle {
	width: 80px;
	height: 35px;
	position: relative;
	display: block;
	background: #ebebeb;
	border-radius: 200px;
	box-shadow: inset 0px 5px 15px rgba(0,0,0,0.4), inset 0px -5px 15px rgba(255,255,255,0.4);
	cursor: pointer;
	transition: 0.3s;
	bottom: 15px;
}
.label-darkmode-toggle:after {
	content: "";
	width: 27px;
	height: 27px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: linear-gradient(180deg,#ffcc89,#d8860b);
	border-radius: 180px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	transition: 0.3s;
}
.input-darkmode-toggle {
	width: 0;
	height: 0;
	visibility: hidden;
}
.input-darkmode-toggle:checked + .label-darkmode-toggle {
	background: #242424;
}
.input-darkmode-toggle:checked + .label-darkmode-toggle:after {
	left: 70px;
	transform: translateX(-100%);
	background: linear-gradient(180deg,#777,#3a3a3a);
}
.label-darkmode-toggle:active:after{
	width: 60px;
}

.label-darkmode-toggle i {
	position: absolute;
	width: 20px;
	top: 8px;
	z-index: 100;
}
.label-darkmode-toggle .sun {
	left: 7px;
	fill:#fff;
	transition: 0.3s;
}
.label-darkmode-toggle .moon {
	left: 45px;
	fill:#7e7e7e;
	transition: 0.3s;
}
.input-darkmode-toggle:checked + .label-darkmode-toggle .sun {
	fill:#7e7e7e;
}
.input-darkmode-toggle:checked + .label-darkmode-toggle .moon {
	fill:#fff;
}
/* END btn dack mode */
.appAvilable {
  position: inherit;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 90vh;
  display: grid;
  margin-top: 50px;
  margin-left: 25px;
  align-content: center;
}

.appItem {
  margin: 10px 5px;
  display: flex !important;
  background: rgba(255, 255, 255, 0.747);
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  /* height: 100px; */
}

.appItem h5 {
  text-align: end;
  font-weight: 700;
  margin: 0;
  color: #28a745;
}

.appItem p {
  text-align: end;
  color: #423c3c;
}

.dashboard {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 90vh;
  justify-content: center;
  margin-top: 50px;
  margin-right: 25px;
}
#faddAccount, #faddSub{
  margin-top: 58px;
}
.box {
  position: relative;
  padding: 5px;
  height: 80vh;
}

.bodyData {
  display: block;
  height: 65vh;
  width: 100%;
  overflow-y: auto;
}

.footer_wk {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  width: calc(100% - 15px);
}

.title_table {
  position: absolute;
  z-index: 100;
  width: calc(100% - 10px);
  /* top: 58px; */
}

.fixed-plugin {
  top: unset;
  bottom: 80px;
  height: 64px;
  right: 30px;
  border-radius: 50%;
  display: grid;
  align-content: center;
}
.swiper {
  margin-top: 50px;
  width: 60% ;
  height: 80%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #737886;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  border-radius: 20px;
  box-shadow: rgba(149, 149, 170, 0.25) 0px 30px 60px -12px, rgba(202, 202, 202, 0.3) 0px 18px 36px -18px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px; 
}
.swiper-slide p {
  font-family:Arial, Helvetica, sans-serif;
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: justify;
  padding: 50px 50px 25px 50px;
  background-image: linear-gradient(#ffffff00, #ff83cd);
  bottom: -5px;
  color: #ffffff;
}
.swiper-slide p strong{
  font-weight:bold;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/* .dashboard */
.index-area{
  width: 100%;
  text-align: right;
  font-weight: bold;
  height: 40px;
  padding: 10px;
}
.card-title{
  font-weight: bold !important;
}
.card-chart .card-header .card-title i {
  font-size: unset;
}
.time-update{
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
}
.time-update .card{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid 10px #1d1d25;
}
.card-title-center{
  text-transform: inherit;
  font-weight: bold !important;
  margin-bottom: .75rem;
  text-align: center;
  font-size: xx-large;
}

.text-update{
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  text-align: center;
  align-content: center;
  margin-bottom: 0;
}
.card-body-sm{
  padding: 0 !important;
}

.card-footer-sm{
  margin-top: 13px !important;
  padding: 0 10px !important;
}

.items-value{
  display: flex;
  justify-content: space-between;
}
.item-report{
  background: #27293d;
    width: calc(20% - 10px);
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
}
.item-report-title{
  color: #ffffff !important;
}
.item-report-value{
  color: #ffffff !important;
  font-weight: bold;
  font-size: 20px;
}
/* animation loading */
.lds-facebook {
  display: none;
  position: fixed;
  width: 80px;
  height: 80px;
  z-index: 10;
  bottom: 0px;
  right: 45%;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

/* end animation loading */
/* on mobile screen */
@media (max-width: 991px) {
  .sidebar {
    height: 100vh;
  }
  .header-wrapper .title-container {
    overflow: auto;
  }

  .main-panel .content {
    padding: 20px 15px 20px 15px;

}
.footer{
  padding: unset;
}
.swiper {
  width: 90% ;
}
.swiper p{
  padding: 50px 20px 50px 20px;
}

}
