@font-face {
    font-family: 'Promt';
    src: URL('./font/Prompt-Light.ttf') format('truetype');
}

body {
    font-family: 'Promt';
    font-size: 16px;
}


/* body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../images/web/bg-wtdm.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.text-10 {
    font-size: 10px;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-26 {
    font-size: 26px;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.btn-round {
    border-radius: 1.5rem;
}

.btn-thedec {
    color: #fff;
    background-color: #c40c0c;
    border-color: #c40c0c
}

.btn-thedec:hover {
    color: #fff;
    background-color: #b00a0a;
    border-color: #b00a0a;
}

.btn-outline-thedec {
    color: #c40c0c;
    background-color: transparent;
    background-image: none;
    border-color: #c40c0c;
}

.btn-outline-thedec:hover {
    color: #fff;
    background-color: #c40c0c;
}

.bg-thedec {
    /* background-color: #bc2020; */
    background-color: #c40c0c;
    /* color: #2a9d8e; */
}

.border-thedec {
    border-color: #c40c0c;
}

.text-thedec {
    color: #c40c0c;
}

.bg-thedec-gray {
    background: #44484e;
}

.btn-thedec-gray {
    color: #fff;
    background-color: #44484e;
    border-color: #44484e;
}

.btn-thedec-gray:hover {
    color: #fff;
    background-color: #36393e;
    border-color: #36393e;
}


/* .alert-danger {
    color: #fff;
    background-color: #f93154;
    border-color: #c20d1f;
} */

.card-custom>.card-header {
    background-color: #fff;
    padding: 12px 15px;
}

.card-custom>.card-body {
    padding: 10px 15px;
}

.card-custom>.card-header .ribbon,
.modal-title.ribbon {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.card-custom>.card-header .ribbon:after,
.modal-title.ribbon:after {
    content: "";
    /* background-color: #f93154; */
    background-color: #2fb1a0;
    position: absolute;
    left: -16px;
    top: 0px;
    width: 4px;
    height: 26px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.btn.dropdown-toggle.btn-light {
    background: #f0f1f1;
    color: #212529;
    border-color: #d8dbda;
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.product-image-upload {
    position: relative;
    margin-bottom: 10px;
}

.product-image-upload .product-image-delete,
.product-image-upload .product-image-delete-ajax {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.product-image-upload .product-image-delete label,
.product-image-upload .product-image-delete-ajax label {
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    background: #1ebea5;
    opacity: 0.8;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.product-image-upload .product-image-delete label,
.product-image-upload .product-image-delete-ajax label {
    background: #be1e37;
}

.product-image-upload .product-image-delete label:hover,
.product-image-upload .product-image-delete-ajax label:hover {
    opacity: 1;
}

.product-image-upload .product-image-preview {
    position: relative;
}

.product-image-upload .product-image-preview>img {
    width: 100%;
    height: 100%;
}