.btn {
    display: flex;
    align-items: center;
    gap: 2px;
}
.btn-sm
{
    padding:4px 12px;
}
.dataTables_wrapper .dataTables_filter {
    float: unset !important;
}
table.dataTable {
    border-collapse: collapse !important;
}
table.dataTable tbody th, table.dataTable tbody td
{
    vertical-align:middle;
}
.app-form.rounded-control .form-control {
    border-radius: 6px;
}
header.header-main .container-fluid .header-right .header-profile .header-profile-canvas
{
    height:auto;
    bottom:unset;
}
nav .app-nav .main-nav > li:not(.menu-title) > a
{
    border-radius:5px;
}
/* peroperty form */
.nav-tabs {
    padding-bottom: 1px !important;
    border-radius: 0;
    border-bottom: 2px solid #CBC3F3;
    margin-bottom: 0;
}

    .nav-tabs .nav-link {
        border-radius: 8px 8px 0 0;
    }

.tab-content {
    border: 2px solid #CBC3F3;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.tab-light-primary .nav-item .nav-link {
    height: 45px;
    margin-left: 4px;
    background-color: var(--bs-gray-200);
}

    .tab-light-primary .nav-item .nav-link.active {
        background-color: rgba(var(--primary), 0.5);
    }
#propertyForm .form-label{
    font-weight:500;
    margin-bottom:5px !important;

}
#propertyForm .form-control, #propertyForm .form-select {
    border: 1px solid #a196d9;
    background-color: #e6e0ff3d;
}
#propertyForm .note-editor.note-airframe, #propertyForm .note-editor.note-frame {
    border: 1px solid #a196d9;
}
#propertyForm .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #e6e0ff3d;
}
#propertyForm .note-toolbar {
    background-color: #e0d8ff;
}


/* Signin page*/
.app-form.rounded-control .btn {
    border-radius: 20px;
    height: 40px;
}
.sign-in-bg .sign-in-content-bg {
    border-radius: 15px !important;
}


/* Select 2*/
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #a196d9 !important;
    background-color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

/* Pagination */
.page-link {
    color: var(--bs-purple) !important;
}
.active > .page-link {
    color: #fff !important;
    background-color: var(--bs-purple);
}
.card .card-header
{
    padding:15px;
}
.card .card-footer {
    padding: 0 15px;
}
.tbl-title {
    font-size: 18px;
    font-weight: 600;
}
.rec-counter {
    margin-left: 1rem;
    padding: 2px 10px;
    border-radius:4px;
}

.page-header {
    font-size: 28px !important;
}

button.carousel-control-prev span, button.carousel-control-next span
{
    font-size:20px;
    color:#000;
}
/* List tables: use .sticky-list-table-scroll (see ~/css/sticky-list-table.css) for frozen headers + scroll body */
.top-right-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}


@media screen and (max-width: 768px) {
    .top-right-btns
    {
        justify-content: flex-start;
    }
}