@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,500;1,100;1,300;1,500&display=swap');

html,
body {
    background-position: top right;
    background-size: 20rem;
    background-repeat: no-repeat;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
}

main>.container {
    padding: 70px 15px 20px;
}

.bg-body {
    background-color: #FAFBFE !important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/** Table **/
table>thead>tr {
    background-color: #eef2f7;
}

table>thead>tr>th {
    font-size: 12px;
    vertical-align: middle !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}

table>thead>tr>th,
table>thead>tr>th a {
    text-decoration: none;
    color: #6C757D !important;
}

td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    vertical-align: middle !important;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.table-card {
    margin: -1rem -1rem;
}

/** Border **/
.border-dashed {
    border-style: dashed !important;
}


/** Navbar **/
.brand-image-navbar {
    height: 25px;
}

/** Form **/

form div.required>label:after {
    content: " * ";
    color: red;
}

.form-label {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 800;
}

/** Breadcrumbs **/
.breadcrumb-container {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.breadcrumb {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.breadcrumbs__app {
    list-style: none;
}

.breadcrumbs__app__item>a {
    text-decoration: none !important;
}

.breadcrumbs__app__item+.breadcrumbs__app__item {
    padding-left: 0.5rem;
}

.breadcrumbs__app__item+.breadcrumbs__app__item::before {
    font-size: 12px;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "\F285";
    font-family: "bootstrap-icons";
}

/** Logo **/
.brand-logo {
    height: 100px;
}

/** Search BOX **/
.search-box {
    position: relative;
}

.search-box .form-control {
    padding-left: 40px;
}

.search-box .search-icon {
    font-size: 14px;
    position: absolute;
    left: 13px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #878a99;
}

/** Table responsive with dropdown button fix **/
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

/** ActionButtons **/
.dropdown-item-action {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:focus {
    box-shadow: none !important;
}

canvas {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    /* width: 100%;
    height: 400px; */
}

a {
    text-decoration: none !important;
}

.signature-default {
    width: 100%;
    height: 100px;
}

.w-max {
    width: 950px;
}

.w-20 {
    width: 20%;
}

.bg-whatsapp {
    background-color: #25D366;
}

/* read only for textarea */
textarea[readonly] {
    background-color: #f9f9f9;
}

.section-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #495057;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.signature-box {
    border: 1px dashed #ced4da;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    height: 250px;
}

.signature-img {
    height: 60px;
    display: block;
    margin: 0 auto 0.5rem;
}

.text-muted-small {
    font-size: 0.875rem;
    color: #868e96;
}