@charset "UTF-8";

.op-06 { opacity: 0.9; color: black; font-weight: 500;}
.btn { font-size: 14px;}
.btn-warning { color: black;}
.fixed-bottom { border-top: 1px solid #e5e5e5;}
.fixed-bottom .container { max-width: 901px;}
.ft-tab ion-icon { font-size: 22px; margin-bottom: 5px;}
.ft-tab .nav-link { padding: 8px 5.5px; font-weight: 400;}
.ft-tab .nav-link.active { color: #3675dd;}
.ft-tab .nav-link.btn { box-shadow: none;}
.collapse:not(.show) { display: block;}
.bg-tertiary { background: #5260ff;}
.list-btn-input { padding: 15px 0px 6px !important;}
.list-btn-input input, .list-btn-input label { color: black;}
.float-right { float: right;}
.float-right a {
    font-size: 18px;
    padding: 5px 9px 5.55px;
    display: inline-block;
    line-height: 0;
    vertical-align: text-bottom;
}

.v-h-center {	
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



@media screen and (max-width: 373px) {
	h5.card-title { font-size: 0.91rem;}
	.v-h-center {	
		position: relative;
		left: unset;
		top: unset;
		-webkit-transform: unset;
		transform: unset;
	}
}

@media screen and (max-width: 767px) {
	.ft-tab { padding: 0px 0px;}
	.v-h-center {	
		position: relative;
		left: unset;
		top: unset;
		-webkit-transform: unset;
		transform: unset;
	}
}