body {
    background: #f9f9f9;
}

.sb-topnav {
    background: var(--white);
}

.login-btn {
    padding: 18px;
    text-transform: uppercase;
    border-radius: 12px;
}

.autho-box-wrapper h3 {
    font-size: 34px;
    font-weight: bold;
}

.sb-sidenav-menu .nav-link.active::after,
.sb-sidenav-menu .nav-link:hover::after {
    position: absolute;
    content: "";
    background-color: var(--orange);
    width: 6px;
    height: 100%;
    border-radius: 100px;
    top: 0px;
    right: 0px;
}

.sb-sidenav-toggled .toggle-btn.btn {
    padding: 0 15px;
}

.toggle-btn.btn,
.toggle-btn.btn:active {
    padding: 5px 0px 5px 15px;
    border: none;
}

span.company-name {
    font-weight: bold;
    margin-left: 10px;
}

.logged-user {
    font-size: 16px;
    color: #14263e;
    font-weight: 500;
    position: relative;
    padding-right: 45px;
}

.logged-user span {
    font-size: 14px;
    color: #14263e;
    font-weight: 400;
}

.logged-user .fa-sort-down {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c4c4c4;
}

.navbar-expand .navbar-nav .dropdown-menu {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    left: -25px;
}

.navbar-expand .navbar-nav .dropdown-menu::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c4c4c4;
    border-left: 8px solid transparent;
    position: absolute;
    top: -15px;
    right: 15px;
}

.logged-user + .dropdown-menu li a {
    padding: 8px 10px;
    border-bottom: 1px solid #efefef;
}
.logged-user + .dropdown-menu li:last-child a {
    border: none;
}

.logged-user.dropdown-toggle::after {
    display: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--orange);
    background-color: rgba(214, 28, 119, 0.3);
}

.form-control:focus,
.datatable-input:focus {
    box-shadow: none;
    border-color: var(--orange);
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}
.form-floating input[type="file"]::file-selector-button {
    margin-right: 15px;
}

ul {
    list-style: none;
}

.box-header p {
    color: #c4c4c4;
}

.add-icon a {
    display: block;
    color: #fff;
    border-radius: 20px;
    font-size: 22px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 52px;
}

.clients-list {
    padding: 15px 0;
}

.clients-list h3,
.feedback-list a {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin: 0;
}

.feedback-list a {
    text-decoration: none;
}

.clients-list h3 span {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
}

a.trash-icon,
a.edit-icon,a.cancel-icon {
    border: 1px solid #000000;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #000000;
}

a.edit-icon:hover,
a.trash-icon:hover, a.cancel-icon:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.view-all a {
    padding: 10px;
    border-radius: 10px;
}

.table thead th {
    border-bottom-width: 1px;
    padding: 15px 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 18px !important;
}

.table tbody td {
    border-color: #f5f5f5;
    padding: 15px 10px;
}

.clients-table-wraper .table thead,
.clients-table-wraper .table tbody,
.clients-table-wraper .table tfoot,
.clients-table-wraper .table tr,
.clients-table-wraper .table td,
.clients-table-wraper .table th {
    border-color: #f5f5f5;
}

.clients-table-wraper .table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.actions a {
    margin-right: 10px;
    font-size: 14px;
}

.search-box {
    position: relative;
}

.search-box .fa-magnifying-glass {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: 15px;
    color: var(--orange);
}

.search-box input {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-color: #f5f5f5;
    padding-left: 40px;
}

.feedback-list {
    width: 100%;
}

.feedback-list:first-child a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.feedback-list a {
    padding: 15px;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.feedback-list a:hover,
.feedback-list a.active {
    background: var(--orange);
    color: var(--white);
}

.view-all .btn,
.btn {
    padding: 15px 40px;
    border-radius: 15px;
}

.feedback-box {
    padding: 15px;
    border-bottom: 2px solid #f5f5f5;
}

.border-radious-15 {
    border-radius: 15px;
}

.feedback-box .info-box {
    list-style: none;
    padding: 0;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: center;
}

.feedback-box .info-box li {
    position: relative;
    color: #9c9c9c;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
}

.feedback-box .info-box li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}

.feedback-box .info-box li:first-child::before {
    display: none;
}

.feedback-box .info-box li::before {
    position: absolute;
    content: "";
    background: #9c9c9c;
    height: 3px;
    width: 3px;
    border-radius: 10px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.feedback-box p {
    line-height: 24px;
}

.tab-content .feedback-box {
    border-bottom: none;
}

.nav-tabs {
    border: none;
}

.doc-header {
    padding: 20px 15px;
    border-bottom: 2px solid #f5f5f5;
}

.custom-file-label::after {
    background: var(--orange);
    color: var(--white);
    height: 100%;
    line-height: 47px;
    min-width: 130px;
    text-align: center;
}

.doc-list-header {
    font-size: 16px;
    font-weight: 500;
}

select.form-control:not([size]):not([multiple]),
.custom-file-label,
.custom-file-input,
.select2-container--default .select2-selection--multiple {
    min-height: calc(3.5rem + 2px);
    line-height: 47px;
}

.select2-container--default .select2-selection--multiple {
    padding: 0 0.75rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 5px;
    line-height: normal;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
    display: flex;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: var(--white);
    margin-left: 8px;
    margin-right: 0px;
    order: 2;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

#deleteUserModal .modal-dialog {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
    #deleteUserModal .modal-dialog {
        width: 90%;
        margin: 0;
    }
}
#deleteUserModal .modal-dialog .modal-header {
    background: var(--orange);
    color: var(--white);
}

.modal-header .close {
    color: var(--white);
    opacity: 1;
    box-shadow: none;
    font-weight: 400;
    background: transparent;
    border: none;
    font-size: 25px;
}

@media (max-width: 767px) {
    .company-name {
        display: none;
    }

    .sb-topnav .navbar-brand {
        width: auto;
        margin-right: 20px;
    }

    .clients-table-wraper {
        overflow-x: auto;
    }

    .search-box {
        width: 100%;
    }

    .add-icon a {
        border-radius: 20px;
        font-size: 24px;
        height: 50px;
        width: 50px;
        line-height: 54px;
    }

    .clients-table-wraper .table th {
        white-space: nowrap;
        min-width: 150px;
    }

    .custom-file {
        min-height: calc(3.5rem + 2px);
    }
}

table.dataTable {
    margin: 20px 0;
    padding-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--orange) !important;
    color: var(--white) !important;
    border: none;
}

.dataTables_wrapper .dataTables_filter input {
    display: block;
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

nav .pagination {
    padding: 20px 0;
}

nav .pagination .page-link.active,
nav .pagination .datatable-pagination a.active,
nav .pagination .active > .page-link,
nav .pagination .datatable-pagination .active > a {
    background: var(--orange) !important;
    color: var(--white) !important;
    border: transparent;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white !important;
    background-color: var(--orange);
    padding: 0.2em 0.6em 0.3em;
    font-size: 100%;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_length label select {
    color: var(--orange) !important;
}

.dataTables_filter > label {
    position: relative;
}
.dataTables_filter > label::before {
    position: absolute;
    content: "";
    background: url(../images/search-2.svg);
    width: 16px;
    height: 16px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #000;
    background-size: contain;
    background-repeat: no-repeat;
}
.dataTables_filter > label input {
    padding-left: 35px !important;
}

.bootstrap-tagsinput input {
    height: calc(2.6rem + 2px);
    line-height: 1.25;
    padding: 0;
}
.discount-validate-text .error {
    position: absolute;
    bottom: -20px;
    left: 0px;
    margin: 0;
}
.input-group.search-icon {
    max-width: 300px;
}
.search-icon .input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.search-icon .input-icon i {
    color: #8a2be2;
    transform: rotate(90deg);
}
.search-icon input.form-control {
    padding-left: 30px;
}
.company-list-table .sorting_1 {
    display: none;
}

.company-list-table.table > thead {
    vertical-align: top;
}
table.company-list-table.dataTable thead .sorting {
    background-image: none;
}

.company-list-table .actions a {
    font-size: 14px;
}

.company-list-table .actions a img {
    width: 14px;
}
.company-list-table.dataTable thead th {
    padding: 10px;
}
.company-list-table.dataTable td {
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .company-list-table.dataTable td {
        min-width: 100px;
    }
    .company-table-wraper {
        overflow: auto;
    }
}

table.dataTable{ 
    border-color: #fff !important;
        border-collapse: none !important;
}