/*GENERAL*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('ttf'),
    url('../fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('../fonts/Roboto-SemiBold.ttf') format('ttf'),
    url('../fonts/Roboto-SemiBold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../fonts/Oswald-ExtraLight.ttf') format('ttf'),
    url('../fonts/Oswald-ExtraLight.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf') format('ttf'),
    url('../fonts/Oswald-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F1F1F1;
    color: #616F7D;
    font-family: 'Roboto-Regular', sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0 !important;
}

main .container {
    max-width: 90vw !important;
    width: 90vw !important;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    max-width: 90vw !important;
    width: 90vw !important;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        /*max-width: 1400px;*/
    }
}

.main-title {
    font-size: 24px;
    font-weight: 600;
}

/*HEADER*/
#header .custom-navbar {
    background-color: #343A40;
}
#header .logo {}
#header .logo-container {
    display: flex;
}

#header .navbar-collapse {
    justify-content: flex-end !important;
}

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

/* GRIDVIEW */
/* PAGINATION */
.grid-view {
    overflow-x: scroll;
    scrollbar-width: none;
}

.grid-view .custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
}

.grid-view .pagination  a {
    color: #616F7D;
}

.custom-pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.custom-pagination li.active a {
    color: #616F7D;
    font-weight: 700;
    font-size: 14px;
}

.custom-pagination li a {
    color: #ABAFB3;
    font-weight: 600;
    font-size: 14px;
}

.custom-pagination .prev {
    width: 30px;
    height: 30px;
}

.custom-pagination .prev.disabled,
.custom-pagination .next.disabled {

}

.custom-pagination .next {
    width: 30px;
    height: 30px;
}

/* GRID_VIEW */
table {
    margin-bottom: 30px;
    border-collapse: separate;
    border-radius: 4px;
    background-color: white;
}

.grid-view .table tbody {
    color: white;
}

.grid-view .table thead tr.filters td {
    padding: 0 !important;
}

.grid-view .table thead tr th {
    background-color: #8C959D;
    border-radius: 4px;
}

.table thead tr th,
.table thead tr th a {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.grid-view .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #F3F3F3 !important;
    --bs-table-bg-type: transparent;
}

.grid-view .table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #F8F8F8 !important;
}

.table-striped > tbody > tr  td {
    padding: 6px;
    color: #616F7D;
    font-size: 14px;
    font-weight: 400;
}

.grid-view .table-striped thead, tbody, tfoot, tr, td, th {
    border-style: none;
    border-radius: 4px;
}

/*CUSTOM ACTION BUTTONS*/
.custom-button {
    cursor: pointer;
}

.custom-button:hover,
.custom-button:focus {
}

.custom-button:not(:last-child) {
    margin-right: 4px;
}

.custom-button svg {
    fill: #616F7D;
    width: 24px;
}

.custom-button.view {}
.custom-button.update {}
.custom-button.delete {}

ol.breadcrumb {
    /*margin-bottom: 0;*/
}

.breadcrumb-item a {
    color: #616F7D;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb-item {
    color: #616F7D;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb-item.active {}

/*VIEW*/
.clients-view .top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.clients-view .buttons-container {
    display: flex;
    align-items: center;
}

.clients-view table {
    margin-bottom: 40px;
}

.clients-view .print-btn {
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.clients-view .print-icon {
    margin-left: 8px;
}

.clients-view .edit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding: 10px 24px 10px 24px;
    border-radius: 32px;
    border-width: 2px;
    border-style: solid;
    border-color: #444D56;
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.clients-view .edit-btn:focus,
.clients-view .edit-btn:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.clients-view .receipt {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 20px;
    background-color: white;
    /*border-top-right-radius: 12px;*/
    /*border-top-left-radius: 12px;*/
    box-shadow: 16px -13px 19px -12px rgba(0,0,0,0.44);
    -webkit-box-shadow: 16px -13px 19px -12px rgba(0,0,0,0.44);
    -moz-box-shadow: 16px -13px 19px -12px rgba(0,0,0,0.44);
    border-bottom: 5px dashed #F3F3F3;
}

.clients-view .row > div:nth-of-type(3n) .receipt {
    margin-right: 0;
}

.clients-view .row > div:not(:nth-of-type(3n)) .receipt {
    /*margin-right: 40px;*/
}

.clients-view .label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-view .text {
    font-size: 14px;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-view .value {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-view .receipt-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #C9CACB;
    height: 80px;
    overflow: scroll;
    scrollbar-width: none;
}

.clients-view .receipt-shop {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-view .receipt-address {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-view .receipt-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C9CACB;
}

.clients-view .receipt-datetime {
    font-size: 14px;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-view .receipt-items {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 150px;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.clients-view .receipt-number,
.clients-view .receipt-price,
.clients-view .receipt-tax {
    display: flex;
}

.clients-view .receipt-number {
    margin-bottom: 8px;
}

.clients-view .receipt-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px;
}

.clients-view .receipt-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.clients-view .receipt-teeth {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clients-view .table tbody tr th,
.clients-view .table tbody tr th a {
    font-size: 14px;
    font-weight: 600;
    color: #616F7D !important;
}

/*FORM*/
.clients-form .top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.clients-form .buttons-container {
    display: flex;
    align-items: center;
}

.clients-form .print-btn {
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.clients-form .print-icon {
    margin-left: 8px;
}

.clients-form .form-wrapper {
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 40px;
}

.clients-form .receipt {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    background-color: white;
    border-bottom: 5px dashed #F3F3F3;
    box-shadow: 16px -13px 19px -12px rgba(0,0,0,0.44);
    -webkit-box-shadow: 16px -13px 19px -12px rgba(0,0,0,0.44);
    -moz-box-shadow: 16px -13px 19px -12px rgba(0,0,0,0.44);
}

.clients-form .row > div:nth-of-type(3n) .receipt {
    margin-right: 0;
}

.clients-form .row > div:not(:nth-of-type(3n)) .receipt {
    /*margin-right: 40px;*/
}

.clients-form .receipt-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.clients-form .label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-form .text {
    font-size: 14px;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-form .value {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-form .receipt-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    height: 80px;
    overflow: scroll;
    scrollbar-width: none;
}

.clients-form .receipt-shop {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-form .receipt-address {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-form .receipt-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0 10px 0;
    border-top: 1px dashed #C9CACB;
    border-bottom: 1px dashed #C9CACB;
}

.clients-form .receipt-datetime {
    font-size: 14px;
    font-family: 'Oswald-Regular', sans-serif;
    color: #444D56;
}

.clients-form .receipt-items {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 150px;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.clients-form .receipt-number,
.clients-form .receipt-price,
.clients-form .receipt-tax {
    display: flex;
}

.clients-form .receipt-number {
    margin-bottom: 8px;
}

.clients-form .receipt-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px;
}

.clients-form .receipt-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.clients-form .receipt-teeth {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clients-form .edit-btn-container {
    display: flex;
    justify-content: flex-end;
}

.clients-form input {
    height: 45px !important;
    border-radius: 12px !important;
}

.clients-form  .select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: 12px !important;
}

.clients-form  #clientsform-sex {
    height: 45px !important;
    border-radius: 12px !important;
}

.clients-form  .field-clientsform-chanel .select2-selection {
    height: 45px !important;
    border-radius: 12px !important;
}

.clients-form  #clientsform-in_kyiv {
    height: 45px !important;
    border-radius: 12px !important;
}

.clients-form  #clientsform-birthday {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*CHECK EDIT */
.check-edit .receipt-center-top.row,
.check-edit .receipt-center-bottom.row {
    margin-left: 0;
    margin-right: 0;
}

.check-edit .form-wrapper {
    padding: 20px;
    background-color: white;
    height: 100%;
    border-bottom: 6px dashed #F3F3F3;
    border-top: 6px dashed #F3F3F3;
}

.check-edit .receipt-top {
    padding-bottom: 8px;
    border-bottom: 1px dashed #C9CACB;
}

.check-edit .receipt-center {
    padding: 20px 0 24px 0;
}

.check-edit .receipt-center-top {
    padding-bottom: 8px;
    border-bottom: 1px dashed #C9CACB;
}

.check-edit .receipt-center-bottom {
    padding: 20px 0 20px 0;
    height: 350px;
    overflow-y: scroll;
    scrollbar-width: none;
    border-bottom: 1px dashed #C9CACB;
}

.check-edit .receipt-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.check-edit input {
    height: 45px !important;
    border-radius: 12px !important;
}

.check-edit .receipt-top-teeth {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.check-edit .receipt-bottom-teeth {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

/*CHECKLISTS INDEX*/
.checklists-index .buttons-container {
    display: flex;
    justify-content: space-between;
}

/*CHECKLISTS VIEW*/
.checklists-view .entry-btn {
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.checklists-view .buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.checklists-view .accent-btn {
    margin-right: 12px;
}

/*SHOPS VIEW*/
.shops-view .entry-btn {
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.shops-view .buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.shops-view .accent-btn {
    margin-right: 12px;
}

/*CHECKLIST ENTRIES*/
.checklist-entries-view .entry-btn {
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.checklist-entries-view .buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.checklist-entries-view .accent-btn {
    margin-right: 12px;
}

/*USER*/
.user-index .buttons-container {
    display: flex;
    margin-bottom: 16px;
}

.user-index table tbody a {
    color: #616F7D !important;
}

.user-view .buttons-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.user-view .accent-btn {
    margin-right: 12px;
}

/*CHECKLISTS INDEX*/
.checklists-index .entry-btn {
    width: 20px;
    height: 20px;
}

/*CHECKLISTS FORM*/
.checklists-form .add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 32px;
    border-width: 2px;
    border-style: solid;
    border-color: #444D56;
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.checklists-form .add-btn:focus,
.checklists-form .add-btn:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*CHECK EDIT*/
.check-edit .border-btn {
    margin-right: 12px !important;
}

/*CUSTOM BUTTONS*/
.accent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px 10px 24px;
    background-color: #FFD600;
    border-radius: 32px;
    border-width: 2px;
    border-style: solid;
    border-color: #444D56;
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.accent-btn:focus,
.accent-btn:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.border-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px 10px 24px;
    border-radius: 32px;
    border-width: 2px;
    border-style: solid;
    border-color: #444D56;
    color: #444D56;
    font-size: 14px;
    font-weight: 600;
}

.border-btn:focus,
.border-btn:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dark-btn {
    padding: 10px 24px 10px 24px;
    color: white;
    font-size: 14px;
    border-radius: 32px;
    background-color: #444D56;
}

.dark-btn:focus,
.dark-btn:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gallery-img {
    object-fit: cover;
    height: 200px;
    width: 200px;
    border-radius: 8px;
    margin-bottom: 25px;
}

/*DOCUMENT INDEX*/
.document-index .buttons-container {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/*DOCUMENT VIEW*/
.document-view .buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.document-view .accent-btn {
    margin-right: 12px;
}

.select2.select2-container.select2-container--krajee-bs5{
    max-height: 200px;
    overflow: auto;
}

.checklist-item{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.form-group{
    width: 100%;
}

.checklists-form .category{
    width: 50%;
}
