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

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

.btn-alert {
    color: #fff;
    background-color: #1ebea5;
    border-color: #1ebea5;
}

.btn-alert:hover {
    color: #fff;
    background-color: #1bab94;
    border-color: #1bab94;
}

.btn-outline-alert {
    color: #1bab94;
    background-color: transparent;
    background-image: none;
    border-color: #1bab94;
}

.btn-outline-alert:hover {
    color: #fff;
    background-color: #1bab94;
}

.border-alert {
    border-color: #1bab94;
}

.bg-alert {
    background-color: #1ebea5;
}

.text-alert {
    color: #1ebea5;
}

a {
    color: #1bab94;
}

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

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

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

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

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

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #8d8d8d;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #8d8d8d;
}

.separator::before {
    margin-right: .7em;
}

.separator::after {
    margin-left: .7em;
}

.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 5px auto;
    margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #eeeeee;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.text-product-size {
    font-size: 28px;
    font-weight: bold;
}

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

.product-image-upload .product-image-add {
    position: absolute;
    right: 52px;
    top: 10px;
    z-index: 1;
}

.product-image-upload .product-image-add-before,
.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-add input {
    display: none;
}

.product-image-upload .product-image-add input+label,
.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-add input+label:hover,
.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%;
}

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

.title-alert {
    border-left: 5px solid #1ebea5;
    padding: 5px 0;
}

.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: #04a9f5;
    position: absolute;
    left: -16px;
    top: 0px;
    width: 4px;
    height: 26px;
}

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

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

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 300px;
}

.bootstrap-datetimepicker-widget table th {
    padding: 8px;
}

.bootstrap-datetimepicker-widget table td.day {
    padding: 5px;
}


/* Sticky footer style and color
-------------------------------------------------- */

footer {
    padding-top: 30px;
    background-color: #292c2f;
    color: #bbb;
}

footer a {
    color: #999;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #aaa;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

footer .form-control {
    background-color: #1f2022;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

.footer-top {
    padding: 60px 0;
    background: #333;
    text-align: left;
    color: #aaa;
}

.footer-top h3 {
    padding-bottom: 10px;
    color: #fff;
}

.footer-about img.logo-footer {
    max-width: 100px;
    margin-top: 0;
    margin-bottom: 18px;
}

.footer-about p a {
    color: #aaa;
    border-bottom: 1px dashed #666;
}

.footer-about p a:hover,
.footer-about p a:focus {
    color: #fff;
    border-color: #aaa;
}

.footer-contact p {
    word-wrap: break-word;
}

.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #666;
}

.footer-contact p a {
    color: #aaa;
    border-bottom: 1px dashed #666;
}

.footer-contact p a:hover,
.footer-contact p a:focus {
    color: #fff;
    border-color: #aaa;
}

.footer-social a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #777;
    border: 0;
}

.footer-social a:hover,
.footer-social a:focus {
    color: #aaa;
    border: 0;
}

.footer-social i {
    font-size: 24px;
    vertical-align: middle;
}

.footer-bottom {
    padding: 15px 0;
    background: #444;
    text-align: left;
    color: #aaa;
}

.footer-copyright p {
    margin: 0;
    padding: 0.5rem 0;
}

.footer-copyright a {
    color: #fff;
    border: 0;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #aaa;
    border: 0;
}