body {
    font-family: "Basier Square";
}

span,
i {
    display: inline-flex !important;
}

.search-close-btn {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dfdfdf;
}

.f-hindi-siliguri {
    font-family: 'Hind Siliguri' !important;
}

.form-label {
    margin-bottom: 0.25rem !important;
}

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

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

.pc-container .pc-content {
    padding: 16px !important;
}

.pc-sidebar .pc-caption {
    padding: 16px 24px 8px !important;
}

.card {
    border-radius: 8px !important;
    margin-bottom: auto !important;
}

.card-body {
    padding: 16px;
}

.card-header,
.card-footer {
    padding: 16px;
}

.btn {
    border-radius: 6px;
}

.toast-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

select,
input[type="checkbox"] {
    cursor: pointer;
}

thead th {
    font-weight: 500;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-weight: 500;
}

.x-center {
    display: flex;
    justify-content: center;
}

.y-center {
    display: flex;
    align-items: center;
}

.xy-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown .dropdown-icon {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #6c757d;
}

.avtar.avtar-xs {
    width: 24px;
    height: 24px;
    font-size: 10px;
    border-radius: 50%;
}

.dropdown-menu .dropdown-item {
    padding: 8px 15px;
    font-weight: 500;
    color: var(--bs-secondary-color);
}

.row>* {
    margin-top: 0;
    margin-bottom: var(--bs-gutter-y);
}

.page-header h5,
.page-header .h5 {
    margin-right: auto;
    padding-right: initial;
}

.page-header .page-header-title {
    display: block;
}

i {
    display: inline-flex;
}

.form-control {
    border-radius: 6px;
    padding: 0.5rem 0.6rem;
}

.modal-body {
    padding: 16px;
}

.modal-header {
    padding: 12px 16px;
}

.modal-content {
    border: 0;
}

#modal button[data-bs-dismiss="modal"] {
    border: none;
    width: 24px;
    height: 24px;
    background: #d7d7d7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #6c757d;
    padding: 0;
}

.modal-dialog.sm-modal-dialog.modal-dialog-centered {
    width: 350px;
}

.toast-container {
    z-index: 2000;
}

.toast-header {
    background-color: transparent;
    color: #fff;
    border-bottom: none;
}

.toast-body {
    color: #fff;
    font-weight: 500;
}

table {
    background: #fff;
    border: none;
    border-radius: 12px;
}

.dropdown-menu {
    min-width: 170px;
    border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

td a {
    color: #212529;
    transition: 0.3s;
}

td a:hover {
    color: #1890ff;
}

td span {
    color: var(--bs-secondary-color);
}

.img-100-100 {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.img-100-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-200-200 {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.img-200-200 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-300-300 {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.img-300-300 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-full-width {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-full-width img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-400-300 {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.img-400-300 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-400-250 {
    width: 400px;
    height: 250px;
    overflow: hidden;
}

.img-400-250 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-content-fit {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.img-content-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.remove-img-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-img {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 6px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vehicle-img-upload {

    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.vehicle-img-upload::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.vehicle-img-upload:hover:before {
    content: "Click to upload";
    background: #0000006b;
    color: #f0f0f0;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-img-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.preview-vehicle-thumbnail {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.preview-vehicle-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.row-cols-7>* {
    flex: 0 0 auto;
    width: 14.2857142%;
}

.row-cols-8>* {
    flex: 0 0 auto;
    width: 12.5%;
}

.row-cols-9>* {
    flex: 0 0 auto;
    width: 11.11111117%;
}

.row-cols-10>* {
    flex: 0 0 auto;
    width: 10%;
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background: transparent;
}

.ellipsis-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.model {
    cursor: pointer;
}

.model .options {
    display: none;
}

.model:hover .options {
    display: block;
}

.box-120 {
    width: 120px;
    height: 120px;
    oveflow: hidden;
    border-radius: 50%;
}

.box-120 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pc-header .dropdown-user-profile {
    min-width: 220px;
}

.pc-header .pc-head-link {
    height: 40px;
}

.pc-header .header-user-profile .pc-head-link .user-avtar {
    width: 30px;
}

.pc-header .user-avtar {
    margin-right: 0;
}

.pc-sidebar .pc-link {
    text-transform: capitalize;
}

.w-130 {
    width: 130px;
}

.b-brand {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.b-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pc-container .page-header+.row,
.pc-container .page-header+.pc-content,
.pc-container .pc-content {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.page-header {
    margin: 0;
}

li {
    list-style: none;
}

.auth-header a {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.auth-header a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.auth-main .auth-wrapper.v3 .auth-form {
    background: #fafafb;
}

.table-responsive {
    min-height: 85vh;
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 576px) {
    .no-data {
        width: 200px !important;
        height: 200px !important;
    }
}

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

#summary .table-responsive {
    min-height: auto;
}

#summary .table-responsive td,
#summary .table-responsive th {
    padding: 4px;
}

table tr:nth-last-child(1) td {
    border: 0;
}

.mh-auto {
    min-height: auto;
}

.mw-auto {
    min-width: auto;
}

.w-1-3 {
    width: 33.33%;
}

.pc-header .header-search .form-control {
    padding: 0.5rem 1.8rem
}

.card-body table thead tr {
    border-top: transparent
}

.card-body table tbody tr {
    border-bottom: transparent
}

.card-body table tbody tr,
.card-body table thead tr {
    border-left: transparent
}

.card-body table tbody tr td:nth-last-child(1) {
    border-right: transparent
}

.card-body table thead tr td:nth-last-child(1) {
    border-right: transparent
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    border-color: #ced4da;
}

.w-200 {
    width: 200px !important
}

.w-150 {
    width: 150px !important
}

.t-0 {
    top: 0%;
}

.t-50 {
    top: 50%;
    transform: translateY(-50%);
}

.t-70 {
    top: 75%;
    transform: translateY(-75%);
}

.t-100 {
    top: 100%;
}

.l-0 {
    left: 0%;
}

.l-50 {
    left: 50%;
    transform: translateX(-50%);
}

.l-70 {
    left: 75%;
    transform: translateX(-75%);
}

.l-100 {
    left: 100%;
}

.r-0 {
    right: 0%;
}

.r-50 {
    right: 50%;
    transform: translateX(-50%);
}

.r-70 {
    right: 75%;
    transform: translateX(-75%);
}

.r-100 {
    right: 100%;
}

.img-50 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.img-50-pill-20 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 20%;
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.side-menu .item .link {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    background: transparent;
    color: var(--pc-sidebar-color);
    margin-bottom: 4px;
    transition: .3s;
}

.side-menu .item .link:hover,
.side-menu .item .link.active {
    background: var(--pc-sidebar-active-color);
    color: #fff;
}


.image-upload-area {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    padding: 8px;
    border: 1px solid #ced4da;
}

.image-upload-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.image-upload-area:hover:before {
    content: "Click to upload";
    background: #0000006b;
    color: #f0f0f0;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-upload-area img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.img-fit {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.w-120 {
    width: 120px;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.w-250 {
    width: 250px;
}

.w-300 {
    width: 300px;
}

.h-120 {
    height: 120px;
}

.h-130 {
    height: 130px;
}

.h-140 {
    height: 140px;
}

.h-150 {
    height: 150px;
}

.h-200 {
    height: 200px;
}

.h-250 {
    height: 250px;
}

.h-300 {
    height: 300px;
}

.t-50 {
    top: 50%;
    transform: translateY(-50%);
}

.l-100 {
    left: 100%;
}

.r-0 {
    right: 0%;
}

.glass {
    width: 100%;
    height: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    padding: 8px;
    border: 1px solid #ced4da;
}

.glass::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
    backdrop-filter: blur(0);
}

.glass:hover::before {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
}

.mask .delete {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mask:hover .delete {
    opacity: 1;
    visibility: visible;
}


.aspect-16-9 {
    width: 100%;
    aspect-ratio: 16/9;
}

.aspect-1-1 {
    width: 100%;
    aspect-ratio: 1/1;
}

.aspect-1-0-7 {
    width: 100%;
    aspect-ratio: 1/.7;
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    height: 300px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ql-container.ql-snow {
    border: 1px solid #ced4da;
}

.ql-toolbar.ql-snow {
    border: 1px solid #ced4da;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.table td {
    max-width: 300px;
    text-wrap: auto;
    min-width: auto;
}
