/**
* App		: Pos Kasir Pro
* Author	: Team Cepat Online
* Year		: 2021-2022
* Website	: cepatonline.com
*/
.form-switch-lg .form-check-input {
    width: 3em;
    height: 1.5em;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .2em;
}

/* Bootbox */
.bootbox-close-button {
    border: 0;
    background: none;
    font-size: 25px;
    color: #8c8d91;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/*-- Bootbox */

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #CCCCCC;
}

/* ALERT */
.alert {
    /* border-radius: 0;
	padding: 17px 20px; */
}

small.alert {
    padding: 5px 15px;
}

.alert-danger,
.bg-danger {
    /* color: #ffdede; */
    /* background: #ff5847 !important; */
}

.bg-warning {
    /* color: #ffdede; */
    /* background: orange !important; */
}

.alert-success,
.bg-success {
    /* background: #56cc66 !important; */
    /* color: #eaffed; */
}

.alert-danger a,
.bg-danger a,
.alert-success a,
.bg-success a {
    color: #1664a5;
}

.alert-danger a:hover,
.bg-danger a:hover,
.alert-success a:hover,
.bg-success a:hover {
    /* color: #094d86; */
}

/* END - ALERT */
.table-striped tbody tr:nth-of-type(odd) {
    /* background-color: rgba(144, 144, 144, 0.05); */
}

.table.table-bordered td,
.table.table-bordered th {
    /* border: 1px solid #e8e8e8; */
}

.bg-clear {
    background: #FFFFFF;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.btn {
    display: inline-block;
    font-size: inherit;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
    outline: 0;
}

.content-wrapper>.card {
    border: 0;
    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 30px;
    /* box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); */
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.content-wrapper>.card .card-header {
    background: #FFFFFF;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    padding: 25px 30px 20px;
}

.content-wrapper>.card>.card-body {
    padding: 25px 30px 20px;
}

.content-wrapper>.card .card-title {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.breadcrumb {
    background: #ffffff;
    padding: 18px 30px;
    border-bottom: 1px solid #e9eef3;
}

.col-form-label {
    font-weight: 600;
}

.btn-label-icon {
    position: relative;
    display: inline-block;
}

.form-check-input-md .form-check-input {
    height: 25px;
    width: 50px;
}

.form-check-input-sm .form-check-input {
    height: 20px;
    width: 40px;
}

.form-check-input-xs .form-check-input {
    height: 15px;
    width: 27px;
}