.bread-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}
.bread-btn .breadcrumb {
    margin-right: 20px;
}
.parent-li li {
    list-style-type: none;
}
.parent-li input[type="checkbox"] {
    margin: 0;
    height: 18px;
    width: 18px;
}
.custom-checkbox label {
    min-width: 150px;
    margin-top: 5px;
}
.inlineListBlock > li {
    width: 30%;
    display: inline-block;
}
.menu-ul.listTypeNone > li ul.menu-ul-child {
    padding-left: 50px;
}

.menu-ul.listTypeNone {
    padding-left: 0px;
}

.menu-ul.listTypeNone > li + li {
    padding-top: 15px;
}
ul.menu-ul-child {
    margin-left: 40px;
}

ul.menu-ul-child li {
    display: inline-block;
    width: 32%;
}

em {
    font-style: normal;
}

.nav-pills.nav-sidebar em.nav-icon img {
    width: 20px;
    display: inline-block;
}

@media only screen and (min-width: 767px) {
    .navbar-expand .navbar-nav {
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .menu-ul,
    .inlineListBlock,
    .menu-ul-child {
        padding-left: 0;
        margin-left: 0 !important;
    }

    .inlineListBlock .custom-checkbox,
    .menu-ul-child .custom-checkbox {
        display: flex;
        align-items: center;
    }

    input[type="checkbox"] {
        min-width: 18px;
        margin-right: 4px !important;
    }

    .custom-checkbox label {
        width: auto;
        min-width: unset;
    }

    .card-header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.n-btn {
    display: inline-block;
    margin-bottom: 5px;
}

p {
    margin-bottom: 0px !important;
}

input[type="file"] {
    height: auto;
    padding-left: 6px;
}

td.mytest {
    width: 120px;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    padding: 10px;
}
.w-100 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 36px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 27px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 13px !important;
    top: 13px !important;
}
.nav-item .dropdown-toggle.show::after {
    transform: rotate(180deg) !important;
    transition: 0.3s ease-in-out !important;
}

li.nav-item.menu-is-opening.menu-open em.right:before,
li.nav-item a.nav-link.active em.right:before {
    transform: rotate(-90deg);
    display: block;
    transition: 0.35s;
}

.text-white {
    color: white;
}

.from-date {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.btn-div {
    display: flex;
    align-items: flex-end;
    margin-top: 12px;
    margin-left: 55px;
}

.btn-div button#filter1 {
    margin-right: 10px;
}

.from-date label {
    margin: 0;
    margin-right: 12px;
}

.date-icon {
    position: relative !important;
}
.date-icon:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    right: 5px;
    top: 50%;
    background: url(../../images/date.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
    background-position: center;
    cursor: pointer;
}
.filter-row {
    padding-left: 10px;
}

.inlineListBlock > li {
    width: 30%;
    display: inline-block;
}
.inlineListBlock li.list-space {
    padding-left: 30px;
}

.inlineListBlock li.list-padding {
    padding-left: 20px;
}
.table-scroll div#example1_wrapper .row:nth-child(2) {
    overflow-x: scroll;
}
a#deleteOptions {
    margin-top: 5px;
}

.card-x {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    display: flex;
}

.card-x .qanda {
    flex: 0 1 80%;
}

.card-x .marks {
    flex: 0 1 20%;
}

.total-score {
    background: rgba(0, 255, 0, 0.05);
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.total-score input {
    text-align: center;
    font-weight: bold;
}

.total-score label {
    font-size: 20px;
    color: #333;
    font-weight: normal !important;
    margin-bottom: 0;
}

.total-score input {
    padding: 0;
    color: #000;
    font-size: 30px;
}
.filter-group.row.m-0.mb-2 {
    max-width: 900px;
}
.filter-group label {
    min-width: 70px;
}

.filter-row .from-date {
    margin-bottom: 5px;
}
.from-date1.mt-2 {
    margin-left: 90px;
}
.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
    .select2-search--inline
    .select2-search__field:focus {
    border: 0px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #007bff !important;
}
.select-input textarea.select2-search__field {
    font-size: 16px !important;
    font-family: inherit !important;
    color: #999 !important;
}
.select2-container--default .select2-selection--multiple {
    padding: 0px 17px !important;
}
.nav-sidebar .nav-item > .nav-link {
    display: flex;
    align-items: center;
}

.drop-icon {
    position: relative;
}

.drop-icon:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 5px solid;
    border-color: #888888 transparent transparent;
    right: 10px;
    top: 56%;
    transform: translateY(-50%);
}
span.custom-checkbox {
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.custom-checkbox label {
    margin: 0;
    margin-left: 8px;
    display: inline-block;
}
.parent-li {
    margin-top: 15px;
}

ul.inlineListBlock {
    margin-bottom: 12px;
    padding-top: 12px;
}
div#description {
    overflow-wrap: break-word;
}

.user-detail-page .form-group.row {
    align-items: center;
    text-transform: capitalize;
}

body:not(.layout-fixed) .main-sidebar {
    min-height: 100vh;
    overflow-x: hidden;
}

.content-detail-form .content-card {
    padding: 10px 15px;
    border-radius: 8px;
    background: #d3d3d359;
}

.ques-column {
    display: flex;
    align-items: center;
    line-height: 1;
}

.ques-column label {
    margin: 0;
    margin-right: 20px;
}
.user-detail-page .form-group.row {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 5px;
    border-radius: 3px;
    min-height: 120px;
}

.col-sm-3.card_box {
    background: #d7cfcf45;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 5px;
}

.box {
    display: flex;
    justify-content: space-evenly;
}

.custom-select {
    min-width: 50px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #0580ff;
    color: #fff;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0580ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
    background: transparent !important;
}

.table-responsive {
    overflow-x: auto;
}

table.contacts .n-btn {
    margin-bottom: 0;
}

section.clients a.btn {
    margin-right: 5px;
}

.tiles .small-box {
    background: var(--clr);
}

.lawyer-logo {
    margin: 0;
}

.login-box .card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.login-box .card,
.login-box .card-body {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border-right: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}

.login-box .fas::before {
    color: #fff;
}

.login-box a {
    color: #fff;
}

.login-box button {
    background: #0580ff;
}
.total-score {
    max-width: 260px;
    margin-bottom: 14px;
    margin-top: 0px;
    column-gap: 10px;
    justify-content: center;
    align-content: space-around;
}

.total-score label {
    text-align: center;
}
.total-score input {
    text-align: center;
    font-weight: bold;
}


.select2-container--default .select2-selection--multiple {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px;
}

.practice_area ul.select2-selection__rendered::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #888;
    transform: scale(0.7);
}

.content-wrapper {
    height: auto;
}

.select2-container {
    width: 100% !important;
}
.editstate ul.select2-selection__rendered::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #888;
    transform: scale(0.7);
}

.card-body label:not(.form-check-label):not(.custom-file-label) {
    white-space: nowrap;
}