@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;600&display=swap');
:root {
    --backend_primary: #DA291C;
    --backend_primary_light: #FF5548;
    --backend_primary_deep: #780800;
    --backend_black: #1E1E1E;
    --backend_gray: #EDEDED;
    --backend_gray_200: #D9D9D9;
}

.bg-gray {
    background-color: var(--backend_gray_200) !important;
}

.textarea-label {
    margin-top: -50px
}

.mt-60 {
    margin-top: 60px!important
}

.Img-100 {
    width: 100px;
    height: auto
}

.Img-50 {
    width: 50px;
    height: auto
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: .5;
    text-decoration: none
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
    display: none!important
}

.fc-event-container .fc-content .fc-title {
    color: #fff!important
}

.fc-event-container.fc-widget-content {
    background-color: red!important
}

.notice-details strong {
    font-size: 18px;
    line-height: 30px
}

.onchangeSearch {
    min-height: 150px
}

.requirements table thead tr {
    text-align: center
}

.requirements table tr th {
    padding: 5px
}

.requirements table tr td {
    padding: 5px;
    text-align: center
}

.environment-setup {
    padding: 10px!important
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto 10px
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
    background-color: #639;
    background: -webkit-linear-gradient(90deg, var(--backend_primary), #c738d8 100%, var(--backend_primary) 0);
    color: #fff;
    transition: all .4s ease 0s;
    background-size: 200% auto
}

.validate-textarea-checkbox {
    font-weight: 500;
    font-size: 80%
}

.withsiblings {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    margin-bottom: 10px;
    border: 1px solid #d7dfe3;
    padding: 10px;
    border-radius: 8px;
    min-height: 115px;
    text-align: center
}

.withsiblings img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #d2d6de;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .24)
}

#toast-container>.customer-info {
    background: var(--backend_primary);
    color: #fff;
    transition: all .4s ease 0s
}

.disabledbutton {
    pointer-events: none;
    opacity: .4
}

.mark-holiday label {
    margin-bottom: 0!important
}

.mark-holiday label:before {
    content: "\E64C";
    font-family: themify;
    border: 1px solid var(--backend_black);
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    line-height: 15px;
    padding-left: 0;
    margin-right: 14px;
    vertical-align: bottom;
    color: transparent;
    position: relative;
    top: -12px!important;
    transition: all .4s ease 0s
}

.school-table-style-parent-fees {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(236, 208, 244, .3);
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

.school-table-style-parent-fees tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 600;
    padding: 10px 8px 10px 0;
    border-bottom: 1px solid rgba(130, 139, 178, .3)
}

.school-table-style-parent-fees tr td {
    padding: 20px 1px 20px 0;
    border-top: 1px solid rgba(130, 139, 178, .15)
}

.school-table-style-modal {
    background: #fff;
    padding: 15px 24px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(236, 208, 244, .3);
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

.school-table-style-modal tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 600;
    padding: 5px 11px 4px 0
}

.school-table-style-modal tr td,
.school-table-style-modal tr th {
    border-bottom: 1px solid rgba(130, 139, 178, .3)
}

.white-box-modal {
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(236, 208, 244, .3)
}

.tt {
    text-transform: uppercase
}

.to-do-list button {
    padding: 0 10px!important
}

.staff-details li.edit-button,
.student-details li.edit-button {
    flex: auto;
    text-align: right
}

.role-permission .school-table-style tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 600;
    padding: 10px 18px 10px 20px;
    border-bottom: 1px solid rgba(130, 139, 178, .3)
}

.notification-area .mark-all-as-read {
    overflow: visible
}

.base-setup .card .card-header p {
    color: #fff
}

.displayBlock {
    display: block
}

.displayNone {
    display: none
}

.hight_100 {
    height: 100vh
}

.min-height-10 {
    min-height: 10vh!important
}

.min-height-90 {
    min-height: 90vh!important
}

.colortheme .nice-select.open .list {
    min-width: 200px;
    left: 0;
    padding: 5px
}

.custom_notification {
    position: relative
}

.notification_header .close_modal {
    margin-top: 5px
}

.open_notification .notification_icon {
    background: var(--backend_primary);
    color: #fff
}

.notification_iner {
    position: absolute;
    width: 400px;
    background-color: #fff;
    right: 0;
    top: 50px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: all 1s;
    opacity: 0;
    visibility: hidden
}

.open_notification .notification_iner {
    opacity: 1;
    visibility: visible;
    top: 42px
}

.notification_header {
    padding: 10px 20px;
    background-color: #fafafa
}

.notification_content {
    padding: 15px
}

.notification_header p {
    margin-bottom: 0;
    text-transform: capitalize
}

.search-bar {
    position: relative
}

#livesearch {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
    z-index: 999!important;
    max-height: 400px;
    overflow-y: scroll
}

#livesearch a {
    display: inline-block;
    padding: 8px 20px;
    color: var(--backend_black);
    width: 100%
}

#livesearch a:hover {
    background-color: #f6f6f6
}

.border-top {
    border-top: 0!important
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

table.dataTable,
table.dataTable td,
table.dataTable th {
    box-sizing: border-box
}

@media (max-width:991px) {
    .school-table {
        padding: 40px 5px
    }
    table.dataTable tbody td,
    table.dataTable tbody th {
        padding: 20px 5px;
        font-size: 12px
    }
}

@media (max-width:768px) {
    table.dataTable tbody td,
    table.dataTable tbody th {
        font-size: 11px
    }
}

@media (max-width:767px) {
    table.dataTable>tbody>tr.child ul.dtr-details {
        display: block
    }
    table.dataTable>tbody>tr.child span.dtr-title {
        width: 50%;
        text-align: left;
        padding: 10px 18px 10px 10px;
        border-bottom: 0
    }
    table.dataTable>tbody>tr.child span.dtr-data {
        width: 50%;
        min-height: 45px;
        padding: 7px 4px;
        border-bottom: 0
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
        padding-left: 0
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 3.5em
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-bottom: 10px
    }
}

.toast-success {
    background-color: #51A351;
}

#toast-container>.toast-success {
    background-color: #51A351;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important
}

.tab_thumb img {
    width: 100%
}

.tab_thumb {
    width: 80px;
    height: 80px
}

@media (max-width:576px) {
    .xs_mb_50 {
        margin-bottom: 20px
    }
    .student-details.student-details_tab .nav-tabs {
        margin-bottom: 70px!important
    }
    .General_system_wrap_area .single_system_wrap .single_system_wrap_inner {
        padding: 20px 15px!important
    }
}

.image_size {
    font-size: 11px!important;
    font-weight: 500;
    display: block
}

.updateBtn {
    position: absolute;
    right: 0;
    margin-right: 15px
}

.propertiesname {
    text-transform: uppercase
}

.recurrence-section-hide {
    display: none!important
}

.no-bottom-border {
    border-bottom: 0
}

body.admin {
    line-height: 24px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: var(--backend_black);
    background: url(../img/body-bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: top
}

@media (max-width:1199px) and (min-width:992px) {
    body.admin {
        font-size: 11px;
        line-height: 22px
    }
}

@-webkit-keyframes autofill {
    to {
        color: var(--backend_black);
        background: transparent
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--backend_black);
    line-height: 1.5
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.list {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    transition: all .3s ease-in-out
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    outline: none
}

textarea {
    overflow: hidden;
    resize: none
}

input.placeholder,
textarea.placeholder {
    position: relative;
    bottom: -5px
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    position: relative;
    bottom: -5px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    position: relative;
    bottom: -5px
}

button:focus {
    outline: none;
    box-shadow: none
}

.transparent-color {
    background: transparent!important
}

.primary-color {
    color: var(--backend_black)
}

.primary-color2 {
    color: var(--backend_primary)
}

.black-color {
    color: #000
}

.text-color {
    color: var(--backend_black)
}

.exam-bg {
    background: rgba(130, 139, 178, .3)
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fs-12 {
    font-size: 12px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-75 {
    margin-right: 75px
}

.mt--48 {
    margin-top: -48px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 20px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-80 {
    margin-top: 80px
}

.pb-7 {
    padding-bottom: 7px!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.pb-120 {
    padding-bottom: 120px!important
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pr-30 {
    padding-right: 30px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.p-h-20 {
    padding: 0 16px
}

@media (max-width:991px) {
    .mb-20-lg {
        margin-bottom: 20px
    }
    .mb-30-lg {
        margin-bottom: 30px
    }
    .mt-20-lg {
        margin-top: 20px
    }
    .mt-30-lg {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .mt-30-md {
        margin-top: 30px
    }
    .mt-50-md {
        margin-top: 50px
    }
}

.white-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
}

@media (max-width:1300px) and (min-width:992px) {
    .white-box {
        padding: 30px 15px
    }
}

.white-box.single-summery {
    padding: 16px 30px;
    position: relative;
    min-height: 68px;
    transition: all .4s ease 0s
}

@media (min-width: 1200px) and (max-width:1439px) {
    .white-box.single-summery {
        padding: 16px 20px;
    }
}

.white-box.single-summery .d-flex {
    align-items: center;
}

@media (max-width:1440px) and (min-width:992px) {
    .white-box.single-summery .d-flex {
        flex-direction: column!important
    }
}

.white-box.single-summery h1,
.white-box.single-summery h3,
.white-box.single-summery p {
    transition: all .4s ease 0s
}

.white-box.single-summery h3 {
    font-weight: 400;
    font-size: 16px;
}

@media (max-width:1480px) and (min-width:992px) {
    .white-box.single-summery h1 {
        margin-top: 6px
    }
}

.white-box.single-summery p {
    color: var(--backend_black)
}

.white-box.single-summery:hover {
    background: var(--backend_primary);
}

.white-box.single-summery:hover h1,
.white-box.single-summery:hover h3,
.white-box.single-summery:hover p {
    color: #fff;
    -webkit-text-fill-color: #fff
}

.white-box.radius-t-y-0 {
    border-radius: 0 0 10px 10px
}

.table thead th {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 0;
    padding: 12px 12px 12px 0;
    border: none;
}

.table tbody td,
.table tbody th {
    padding: 8px 12px 8px 0;
    border-top: 1px solid var(--backend_gray);
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 8px 12px 8px 30px;
}

.no-paginate .dataTables_wrapper .dataTables_paginate,
.no-search .dataTables_filter>label,
.no-table-info .dataTables_wrapper .dataTables_info {
    display: none
}

.school-table .dropdown .dropdown-toggle {
    background: transparent;
    color: var(--backend_black);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--backend_primary);
    border-radius: 32px;
    padding: 5px 20px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all .15s ease-in-out
}

.school-table .dropdown .dropdown-toggle:focus {
    box-shadow: none
}

.school-table .dropdown .dropdown-toggle:focus,
.school-table .dropdown .dropdown-toggle:hover {
    color: #fff;
    border: 1px solid transparent
}

.school-table .dropdown .dropdown-toggle:after {
    content: "\E62A";
    font-family: themify;
    border: none;
    border-top: 0;
    font-size: 10px;
    position: relative;
    top: 3px;
    left: 0;
    font-weight: 600;
    transition: all .15s ease-in-out
}

.school-table .dropdown .dropdown-menu {
    border-radius: 5px 5px 10px 10px;
    border: 0;
    padding: 15px 0
}

.school-table .dropdown .dropdown-menu .dropdown-item {
    color: var(--backend_black);
    text-align: right;
    font-size: 12px;
    padding: 4px 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .15s ease-in-out
}

.school-table .dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--backend_black)
}

.school-table .dropdown .dropdown-menu .dropdown-item:active {
    background: transparent;
    color: var(--backend_black)
}

.school-table .dropdown.show .dropdown-toggle:after {
    top: 16px;
    left: 8px;
    transform: rotate(180deg);
    transition: all .15s ease-in-out
}

.modal .modal-dialog.large-modal {
    min-width: 1050px
}

.modal .modal-dialog.full-width-modal {
    min-width: 90%
}

.modal-content {
    border: 0
}

.modal-content .modal-header {
    background-color: var(--backend_primary);
    border-radius: 5px 5px 0 0;
    border: 0;
    padding: 26px 30px;
}

.modal-content .modal-header .modal-title {
    font-size: 18px;
    color: #fff
}

.modal-body-card {
    background-color: #F6F6F6;
    padding: 20px 16px;
    border-radius: 12px;
}

.modal-body-card:not(:last-child) {
    margin-bottom: 20px;
}

.modal-content table.dataTable {
    padding: 0
}

.modal-content .dataTables_filter>label {
    top: -60px
}

.radio-label {
    display: inline-block;
    color: var(--backend_black)
}

@media (max-width:1280px) and (min-width:992px) {
    .radio-btn-flex {
        flex-direction: column
    }
    .radio-btn-flex .mr-30 {
        margin-bottom: 15px
    }
}

@media (max-width:359px) {
    .radio-btn-flex {
        flex-direction: column
    }
    .radio-btn-flex .mr-30 {
        margin-bottom: 15px
    }
}

.common-radio2:empty,
.common-radio:empty {
    opacity: 0;
    visibility: hidden;
    position: relative;
    max-height: 0;
    display: block;
    margin-top: -10px
}

.common-radio2:empty~label,
.common-radio:empty~label {
    position: relative;
    float: left;
    line-height: 16px;
    text-indent: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.bootstrap-datetimepicker-widget table td {
    width: 62px
}

.bootstrap-datetimepicker-widget table td.hour,
.bootstrap-datetimepicker-widget table td.minute {
    transition: all .4s ease 0s
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 28px
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:after,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:after {
    display: inline-block;
    font-family: themify;
    font-size: 12px;
    color: var(--backend_black);
    border: 1px solid var(--backend_primary);
    border-radius: 40px;
    width: 30px;
    background: transparent;
    box-shadow: none;
    transition: all .4s ease 0s
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:after {
    content: "\E627"
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:after {
    content: "\E62A"
}

.bootstrap-datetimepicker-widget table td span.timepicker-hour,
.bootstrap-datetimepicker-widget table td span.timepicker-minute {
    border: 1px solid var(--backend_primary);
    background: transparent;
    color: var(--backend_black);
    border-radius: 10px;
    height: 80px;
    line-height: 80px;
    width: 60px;
    font-size: 13px
}

.bootstrap-datetimepicker-widget table td.separator {
    display: none
}

.bootstrap-datetimepicker-widget table td .btn.btn-primary {
    color: var(--backend_black);
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--backend_primary);
    padding: 29px 19px
}

.bootstrap-datetimepicker-widget table td .btn.btn-primary:hover {
    background: transparent;
    color: var(--backend_black)
}

.datepicker {
    padding: 30px 25px
}

.datepicker.dropdown-menu {
    border: 0
}

.datepicker.dropdown-menu td {
    padding: 10px 12.5px
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    color: var(--backend_black)
}

.datepicker .datepicker tfoot tr th,
.datepicker .datepicker thead tr:first-child th {
    cursor: pointer;
    border-radius: 20px;
    font-size: 12px
}

.datepicker table tr td {
    border-radius: 20px
}

.datepicker table tr td.day {
    transition: all .4s ease 0s
}

.datepicker table tr td.day:hover {
    border-radius: 20px
}

.datepicker thead tr:first-child th {
    position: relative
}

.datepicker thead tr:first-child th:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 99%;
    height: 100%;
    border-radius: 50px;
    border: 1px solid var(--backend_primary)
}

.common-radio2:empty~label:before,
.common-radio:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--backend_black);
    transition: all .4s ease 0s
}

.common-radio2:checked~label:before,
.common-radio:checked~label:before {
    content: "";
    text-indent: 1px;
    color: var(--backend_primary);
    background-color: transparent;
    transform: rotate(65deg);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--backend_primary);
    border-top-color: transparent
}

.common-radio2:checked~label:after,
.common-radio:checked~label:after {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: -2px;
    left: 3px;
    text-indent: 1px;
    color: var(--backend_primary);
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 14px;
    font-weight: 600
}

.dropdown-menu.top {
    display: block
}

.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .4);
    transform: scale(0);
    position: absolute;
    opacity: 1
}

.rippleEffect {
    -webkit-animation: rippleDrop .6s linear;
    animation: rippleDrop .6s linear
}

@-webkit-keyframes rippleDrop {
    to {
        transform: scale(5);
        opacity: 0
    }
}

@keyframes rippleDrop {
    to {
        transform: scale(5);
        opacity: 0
    }
}

.invalid-feedback {
    margin-top: -24px
}

.invalid-feedback strong {
    position: relative;
    top: 22px;
    font-weight: 500
}

.invalid-feedback.invalid-select strong {
    top: 58px
}

.sms-breadcrumb.white-box {
    padding: 12px 30px
}

@media (max-width:1300px) and (min-width:992px) {
    .sms-breadcrumb.white-box {
        padding: 12px 15px
    }
}

.sms-breadcrumb .row.justify-content-between {
    align-items: center
}

.sms-breadcrumb h1 {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--backend_black)
}

.sms-breadcrumb .bc-pages a {
    display: inline-block;
    color: var(--backend_black);
    font-size: 13px;
    position: relative;
    margin-right: 28px;
    transition: all .4s ease 0s
}

.sms-breadcrumb .bc-pages a:after {
    content: "|";
    color: var(--backend_black);
    font-size: 13px;
    position: absolute;
    top: 0;
    right: -16px
}

.sms-breadcrumb .bc-pages a:last-child {
    margin-right: 0;
    color: var(--backend_black)
}

.sms-breadcrumb .bc-pages a:last-child:after {
    content: none
}

.sms-breadcrumb .bc-pages a:hover {
    color: var(--backend_primary)
}

.main-wrapper .fstElement {
    width: 90%
}

.main-wrapper .fstElement .fstControls {
    width: auto
}

.main-wrapper .fstElement .fstChoiceItem {
    padding: 4px 16px 4px 20px;
    background: var(--backend_black);
    border: none;
    font-size: 13px;
    text-transform: capitalize;
    margin: 1px 5px 5px 0
}

.main-wrapper .fstResults {
    max-height: 250px
}

.main-wrapper .fstResults .fstResultItem {
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border-top: 1px solid var(--backend_black);
    transition: all .4s ease 0s
}

.main-wrapper .fstResults .fstResultItem.fstSelected,
.main-wrapper .fstResults .fstResultItem:hover {
    color: var(--backend_black)
}

.main-wrapper .fstResults .fstResultItem.fstSelected {
    border-color: var(--backend_black)
}

.custom-table th {
    font-size: 12px;
    text-transform: uppercase
}

.custom-table td,
.custom-table th {
    border-bottom: 1px solid rgba(130, 139, 178, .3);
    padding: 5px 0
}

.pagination .page-link {
    padding: 6px 0;
    width: 30px;
    text-align: center;
    color: var(--backend_black);
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
    border: 0;
    transition: all .4s ease 0s
}

.pagination .page-link:hover {
    color: #fff
}

.school-table-style {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(236, 208, 244, .3);
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

.school-table-style tr:first-child td {
    border-top: 0
}

.school-table-style tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 600;
    padding: 10px 18px 10px 0;
    border-bottom: 1px solid rgba(130, 139, 178, .3)
}

.school-table-style tr td {
    padding: 20px 10px 20px 0;
    border-top: 1px solid rgba(130, 139, 178, .15)
}

.school-table-style tfoot tr td {
    border-top: 1px solid rgba(130, 139, 178, .15)!important
}

.single-to-do {
    margin-bottom: 15px
}

.single-to-do:last-of-type,
.single-to-do p {
    margin-bottom: 0
}

.common-calendar .fc .fc-button-group>*,
.single-to-do label {
    display: block
}

.common-calendar .fc-basic-view .fc-body .fc-row {
    height: 95px!important
}

.common-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.common-calendar .fc-day.fc-widget-content.fc-today {
    background: var(--backend_black)
}

.common-calendar .fc-day-top.fc-today .fc-day-number {
    color: #fff
}

.common-calendar .fc-button.fc-state-default,
.common-calendar .fc-state-default.fc-corner-left {
    color: var(--backend_black);
    border: 1px solid var(--backend_primary);
    background: transparent;
    border-radius: 30px;
    transition: all .4s ease 0s
}

.common-calendar .fc-button.fc-state-default:hover,
.common-calendar .fc-state-default.fc-corner-left:hover {
    color: #fff;
    border: 1px solid transparent
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: var(--backend_black);
    background: #fff;
    border: 1px solid #c738d8;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0
}

.main-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

.main-wrapper ::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

.main-wrapper ::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px
}

.main-wrapper ::-webkit-scrollbar-thumb {
    background: #C8C6C6;
    border-radius: 10px
}

.main-wrapper ::-webkit-scrollbar-thumb:hover {
    background: var(--backend_primary_light)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.admin .navbar .right-navbar .dropdown .badge,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:hover:after,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover:after,
.common-box-shadow,
.common-calendar .fc-button.fc-state-default:hover,
.common-calendar .fc-month-view .fc-day.fc-widget-content.fc-today,
.common-calendar .fc-state-default.fc-corner-left:hover,
.datepicker table tr td.active.day,
.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.pagination .page-link:hover,
.primary-btn.fix-gr-bg:hover,
.primary-btn:hover,
.school-table .dropdown .dropdown-menu,
.school-table .dropdown .dropdown-toggle:focus,
.school-table .dropdown .dropdown-toggle:hover,
.single-cms-box:hover .single-cms,
.sms-accordion .card {
    background: var(--backend_primary_deep);
}

.bb-15 {
    border-bottom: 1px solid rgba(65, 80, 148, .15)
}

.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:hover:after,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover:after,
.datepicker table tr td.active.day,
.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.white-text {
    color: #fff
}

.img-100 {
    max-width: 100px;
    max-height: 115px;
    height: auto;
    border-radius: 6px
}

.img-180 {
    max-width: 180px;
    max-height: 180px;
    height: auto
}

#main-content {
    width: 100%;
    padding: 30px;
    margin-left: 15%;
    min-height: 100vh;
    transition: all .4s ease 0s
}

@media (max-width:1370px) {
    #main-content {
        margin-left: 20%;
        padding: 30px 15px
    }
}

@media (max-width:991px) {
    #main-content {
        margin-left: 0;
        margin-top: 50px
    }
}

@media (max-width:575px) {
    #main-content {
        padding: 15px
    }
}

.admin .navbar .right-navbar .dropdown .badge,
.admin .navbar .right-navbar .dropdown .primary-btn,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:hover:after,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover:after,
.client.color .overview-area .nav-tabs .nav-link.active,
.client.color .overview-area .nav-tabs .nav-link:hover,
.client .events-item:hover .card .card-body .date,
.client.light .overview-area .nav-tabs .nav-link.active,
.client.light .overview-area .nav-tabs .nav-link:hover,
.common-calendar .fc-button.fc-state-default:hover,
.common-calendar .fc-month-view .fc-day.fc-widget-content.fc-today,
.common-calendar .fc-state-default.fc-corner-left:hover,
.datepicker table tr td.active.day,
.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.gradient-bg,
.nice-select.tr-bg:hover,
.pagination .page-link:hover,
.primary-btn.white:hover,
.school-table .dropdown .dropdown-toggle:focus,
.school-table .dropdown .dropdown-toggle:hover,
.single-cms-box:hover .single-cms .overlay,
.student-activities .single-activity .title:before {
    background: var(--backend_primary);
}

.border-gradient {
    -o-border-image: linear-gradient(90deg, var(--backend_black), var(--backend_primary));
    border-image: linear-gradient(90deg, var(--backend_black), var(--backend_primary))
}

.gradient-bg2,
.gradient-color {
    background: linear-gradient(90deg, var(--backend_black), var(--backend_primary))
}

.gradient-color {
    -webkit-background-clip: text
}

.gradient-color,
.gradient-color2 {
    -webkit-text-fill-color: transparent
}

.gradient-color2 {
    background: var(--backend_black);
    -webkit-background-clip: text
}

.btn-success,
.primary-btn {
    font-size: 14px
}

.primary-btn {
    display: inline-block;
    color: var(--backend_black);
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 20px;
    outline: none!important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease 0s
}

.primary-btn.form-control {
    background: transparent
}

.primary-btn label {
    margin-bottom: 0
}

.primary-btn .common-checkbox:checked+label:before {
    color: #fff;
    top: -13px
}

.primary-btn .common-checkbox+label:before {
    border: 1px solid #fff;
    top: -13px
}

.primary-btn span {
    font-weight: 600
}

.primary-btn span.pl {
    padding-left: 8px
}

.primary-btn span.pr {
    padding-right: 8px
}

.primary-btn.small {
    letter-spacing: 1px;
    line-height: 30px;
    border-radius: 50px;
    font-weight: 400;
}

.primary-btn.small:hover {
    color: var(--backend_black)
}

.primary-btn.medium {
    line-height: 38px!important
}

.primary-btn.semi-large {
    line-height: 48px!important
}

.primary-btn.large {
    letter-spacing: 1px;
    line-height: 60px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 24px
}

.primary-btn.large:hover {
    color: var(--backend_black)
}

.primary-btn.fix-gr-bg {
    background: var(--backend_primary);
    color: #fff;
    transition: all .4s ease 0s;
    border-radius: 100px;
}

.primary-btn.fix-gr-bg:hover {
    color: #fff
}

.primary-btn.white {
    background: #fff
}

.primary-btn.white:hover {
    color: #fff
}

.primary-btn.tr-bg {
    background: transparent;
    border: 1px solid var(--backend_primary);
    border-radius: 100px;
    line-height: 28px
}

.primary-btn.bord-rad {
    border-radius: 30px
}

.primary-btn.icon-only {
    padding: 0 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px
}

.input-right-icon button {
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    margin-left: -38px;
    position: relative;
    z-index: 999
}

.input-right-icon button.primary-btn-small-input {
    margin-left: -95px;
    padding: 0
}

.input-right-icon button i {
    position: relative;
    top: 12px
}

.input-effect {
    float: left;
    width: 100%;
    position: relative
}

.primary-input {
    color: var(--backend_black);
    font-size: 13px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(130, 139, 178, .3);
    background-color: transparent;
    padding: 4px 0 8px;
    position: relative;
    border-radius: 0;
    z-index: 99
}

.primary-input~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--backend_primary);
    transition: all .4s ease-in-out
}

.primary-input~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 13px;
    z-index: 1;
    margin-bottom: 0;
    transition: all .4s ease 0s
}

.primary-input.placeholder,
.primary-input~label {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.primary-input:-moz-placeholder,
.primary-input::-moz-placeholder {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.primary-input::-webkit-input-placeholder {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.primary-input:focus {
    color: var(--backend_black)!important;
    outline: none!important;
    box-shadow: none!important;
    background: transparent!important;
    border-color: transparent!important
}

.primary-input.form-control[readonly] {
    background: transparent
}

.primary-input.form-control.is-invalid {
    border-color: transparent;
    border-bottom: 1px solid rgba(130, 139, 178, .3)
}

textarea.primary-input {
    padding: 10px 0 0
}

.form-control:focus {
    border-color: rgba(130, 139, 178, .3)!important;
    box-shadow: none!important
}

.has-content.primary-input~.focus-border,
.primary-input:focus~.focus-border {
    width: 100%;
    transition: all .4s ease-in-out
}

.has-content.primary-input~label,
.primary-input.read-only-input~label,
.primary-input:focus~label {
    top: -14px;
    font-size: 11px;
    color: rgba(130, 139, 178, .8);
    text-transform: capitalize;
    transition: all .4s ease 0s
}

.common-checkbox+label {
    display: block;
    cursor: pointer
}

.common-checkbox {
    display: none
}

.common-checkbox+label:before {
    content: "";
    border: 1px solid var(--backend_black);
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    line-height: 15px;
    padding-left: 0;
    margin-right: 14px;
    vertical-align: bottom;
    color: transparent;
    position: relative;
    top: -6px;
    transition: all .4s ease 0s
}

.common-checkbox+label:active:before {
    transform: scale(0)
}

.common-checkbox:checked+label:before {
    content: "\E64D";
    border: 0;
    font-family: themify;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    line-height: 15px;
    padding-left: 0;
    margin-right: 14px;
    vertical-align: bottom;
    color: var(--backend_black);
    position: relative;
    top: -6px;
    transition: all .4s ease 0s
}

.common-checkbox:disabled+label:before {
    transform: scale(1);
    border-color: var(--backend_black)
}

.common-checkbox:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.niceSelect {
    border: 0;
    border-bottom: 1px solid rgba(130, 139, 178, .3);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    background: transparent
}

.nice-select {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 30px
}

.nice-select:after {
    content: "\E62A";
    font-family: themify;
    border: 0;
    margin-top: -16px;
    font-size: 12px;
    font-weight: 500;
    right: 20px;
    transform-origin: none;
    transform: scaleY(1);
    transition: none;
}

.nice-select:focus {
    box-shadow: none
}

.nice-select .current {
    transition: all .4s ease 0s
}


/* .nice-select .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999!important
} */

.nice-select .list li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.nice-select .list li:last-child {
    margin-bottom: 10px
}

.nice-select .list li:first-child:hover {
    color: var(--backend_primary)
}

.nice-select .list li:hover {
    color: var(--backend_black)
}

.nice-select.tr-bg {
    background: transparent;
    border: 1px solid var(--backend_primary);
    border-radius: 31px;
    height: 30px;
    line-height: 28px;
    transition: all .4s ease 0s;
    padding: 0 36px 0 30px
}

.nice-select.tr-bg:after {
    color: var(--backend_black);
    margin-top: -14px
}

.nice-select.tr-bg.open:after {
    margin-top: 6px
}

.nice-select.tr-bg .current {
    color: var(--backend_black)
}

.nice-select.tr-bg .list {
    min-width: 180px
}

.nice-select.tr-bg:hover {
    border: 1px solid transparent
}

.nice-select.tr-bg:hover .current,
.nice-select.tr-bg:hover:after {
    color: #fff
}

.nice-select.bb {
    background: transparent;
    border-bottom: 1px solid rgba(130, 139, 178, .3);
    transition: all .4s ease 0s;
    height: 37px;
    position: relative
}

.nice-select.bb:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: var(--backend_primary);
    transition: all .4s ease 0s
}

.nice-select.bb .current {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    bottom: -4px
}

.nice-select.bb.open:before {
    width: 100%
}

.sms-accordion .card {
    margin-bottom: 8px
}

.sms-accordion .card-header {
    border-bottom: 0
}

.sms-accordion .card-header .card-link {
    color: var(--backend_black);
    font-weight: 500;
    font-size: 15p
}

.sms-accordion .card-header .primary-btn {
    color: var(--backend_black)
}

.v-h-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.select2-container {
    width: 100%!important
}

.select2-container-multi .select2-choices {
    min-height: 38px;
    border: 1px solid rgba(130, 139, 178, .3);
    box-shadow: none;
    background-image: none
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #cad5f3;
    color: var(--backend_black);
    border: 0;
    box-shadow: none;
    padding: 8px 18px
}

.select2-container-multi .select2-choices .select2-search-choice>div {
    margin-left: 15px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    left: 6px;
    height: 16px;
    min-width: 17px;
    top: 7px;
    background-size: 80px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right 0
}

.select2-results .select2-highlighted {
    background: rgba(130, 139, 178, .3);
    color: var(--backend_black)
}

body.login {
    background-size: cover
}

body.login .footer_area {
    background: transparent;
    border: 0
}

@media (max-width:1199px) {
    body.login .footer_area {
        text-align: center
    }
}

body.login .footer_area a {
    color: #fff
}

.login-area a {
    color: var(--backend_black)
}

.login-area a:hover {
    opacity: .8
}

.login-area .login-height {
    min-height: 95vh
}

.login-area .form-wrap {
    background: rgba(28, 0, 78, .25);
    padding: 50px 70px
}

@media (max-width:1199px) and (min-width:992px) {
    .login-area .form-wrap {
        padding: 50px 20px
    }
}

@media (max-width:480px) {
    .login-area .form-wrap {
        padding: 50px 20px
    }
}

.login-area h5 {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700
}

.login-area .form-group .form-control {
    color: var(--backend_black);
    border: 0;
    border-bottom: 1px solid rgba(247, 247, 255, .2);
    border-radius: 0;
    background: transparent!important;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px
}

.login-area .form-group .form-control:focus {
    outline: none;
    box-shadow: none
}

.login-area .form-group .form-control.placeholder {
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--backend_black);
    letter-spacing: 1px
}

.login-area .form-group .form-control:-moz-placeholder,
.login-area .form-group .form-control::-moz-placeholder {
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--backend_black);
    letter-spacing: 1px
}

.login-area .form-group .form-control::-webkit-input-placeholder {
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--backend_black);
    letter-spacing: 1px
}

.login-area .form-group a {
    font-size: 12px;
    font-weight: 700
}

.login-area .form-group i {
    color: var(--backend_black);
    display: inline-block;
    position: relative;
    top: 6px;
    left: 14px;
    font-size: 12px;
    font-weight: 400
}

.login-area .checkbox input {
    margin-right: 6px
}

.login-area input[type=checkbox] {
    display: none
}

.login-area input[type=checkbox]+label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font: 12px/20px Poppins, sans-serif;
    color: var(--backend_black);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.login-area input[type=checkbox]+label:last-child {
    margin-bottom: 0
}

.login-area input[type=checkbox]+label:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid var(--backend_black);
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: .6;
    transition: all .4s ease 0s
}

.login-area input[type=checkbox]:checked+label:before {
    width: 8px;
    top: 1px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg)
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    min-width: 15%;
    max-width: 15%;
    background: transparent;
    color: #fff;
    margin-left: 0;
    transition: all .4s ease 0s
}

@media (max-width:1370px) {
    #sidebar {
        min-width: 20%;
        max-width: 20%
    }
}

@media (max-width:991px) {
    #sidebar {
        min-width: 50%;
        max-width: 50%;
        margin-left: -50%
    }
}

@media (max-width:991px) {
    #sidebar,
    #sidebar.active {
        z-index: 999;
        background: #fff;
        box-shadow: 4px 0 8px hsla(0, 0%, 86.7%, .4)
    }
    #sidebar.active {
        margin-left: 0
    }
}

#sidebar .sidebar-header {
    padding: 26px
}

#sidebar .sidebar-header img {
    cursor: pointer;
    max-width: 150px;
    height: auto
}

#sidebar ul.components {
    padding: 0
}

#sidebar ul li a {
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: var(--backend_black);
    border-left: 6px solid transparent
}

@media (max-width:1300px) and (min-width:992px) {
    #sidebar ul li a {
        padding: 8px 12px
    }
}

#sidebar ul li a.active,
#sidebar ul li a:hover {
    color: #fff;
    background: var(--backend_primary);
    border-left: 6px solid var(--backend_primary_light);
}

#sidebar ul li ul li a {
    font-size: 11px;
    padding-left: 55px;
    background: var(--backend_black);
    color: #fff
}

@media (max-width:1300px) and (min-width:992px) {
    #sidebar ul li ul li a {
        font-size: 10px
    }
}

#sidebar ul li ul li a.active {
    color: #fff;
    border-left: 6px solid var(--backend_primary);
    border-image-source: linear-gradient(#c738d8, var(--backend_primary));
    border-image-slice: 6
}

#sidebar a[data-toggle=collapse] {
    position: relative
}

#sidebar .dropdown-toggle:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.admin .navbar {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .admin .navbar {
        position: absolute;
        top: 20px;
        width: 92%;
        z-index: 10000
    }
}

.admin .navbar .container-fluid {
    padding: 0
}

@media (max-width:991px) {
    .admin .navbar .navbar-collapse {
        margin-top: 10px;
        padding: 30px;
        background: url(../img/body-bg.jpg) no-repeat 100%
    }
}

@media (max-width:1150px) and (min-width:992px) {
    .admin .navbar .nav-buttons .nav-item .primary-btn {
        padding: 0 8px;
        font-size: 10px;
        line-height: 32px
    }
}

.admin .navbar .nav-setting .nice-select {
    background: transparent;
    border-bottom: 0;
    padding-left: 12px;
    border-right: 1px solid rgba(130, 139, 178, .3)
}

@media (max-width:1150px) and (min-width:992px) {
    .admin .navbar .nav-setting .nice-select {
        padding-left: 5px;
        padding-right: 25px
    }
}

.admin .navbar .nav-setting .nice-select:after {
    margin-top: -22px
}

.admin .navbar .nav-setting .nice-select.open:after {
    margin-top: 12px;
    right: 12px
}

.admin .navbar .nav-setting .nice-select .current {
    color: var(--backend_black);
    transition: all .4s ease 0s
}

.admin .navbar .nav-setting .nice-select .current:hover {
    color: var(--backend_primary)
}

.admin .navbar .nav-setting .nav-item:last-child .nice-select {
    border-right: 0
}

.admin .navbar .right-navbar {
    align-items: center
}

@media (max-width:991px) {
    .admin .navbar .right-navbar {
        align-items: start
    }
}

.admin .navbar .right-navbar .notification-area .dropdown .dropdown-toggle {
    margin-left: -6px
}

.admin .navbar .right-navbar .notification-area .badge {
    position: relative;
    left: 30px;
    top: -12px;
    padding: 4px 3px!important;
    max-width: 18px;
    max-height: 18px;
    box-shadow: none
}

.admin .navbar .right-navbar .dropdown:hover>.dropdown-menu {
    max-height: 200px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.admin .navbar .right-navbar .dropdown>.dropdown-toggle:active {
    pointer-events: none
}

.admin .navbar .right-navbar .dropdown .dropdown-toggle {
    margin-left: 12px;
    padding-left: 0
}

@media (max-width:1150px) and (min-width:992px) {
    .admin .navbar .right-navbar .dropdown .dropdown-toggle {
        margin-left: 2px
    }
}

.admin .navbar .right-navbar .dropdown .dropdown-toggle img {
    max-width: 40px;
    height: auto
}

.admin .navbar .right-navbar .dropdown p {
    margin-bottom: 0;
    line-height: 12px;
    color: var(--backend_black)
}

.admin .navbar .right-navbar .dropdown span:before {
    color: var(--backend_black);
    transition: all .4s ease-in-out
}

.admin .navbar .right-navbar .dropdown span:hover:before {
    color: var(--backend_primary)
}

.admin .navbar .right-navbar .dropdown .flaticon-bell:before {
    font-size: 23px;
    position: relative;
    top: 4px
}

.admin .navbar .right-navbar .dropdown .dropdown-menu {
    top: 30px;
    right: 0;
    left: auto;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 290px;
    max-width: 290px;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: block;
    transform: translateY(50px);
    transition: all .4s ease 0s
}

.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box {
    min-width: 220px;
    max-width: 440px
}

.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .white-box {
    padding: 20px;
    border-radius: 8px
}

.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .message,
.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .name {
    max-width: 440px
}

.admin .navbar .right-navbar .dropdown .dropdown-item {
    padding: 0 20px
}

.admin .navbar .right-navbar .dropdown .single-message {
    border-bottom: 1px solid rgba(65, 80, 148, .1);
    padding: 15px 0
}

.admin .navbar .right-navbar .dropdown .single-message .message-avatar {
    position: relative
}

.admin .navbar .right-navbar .dropdown .single-message .active-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 7px;
    width: 7px;
    background-color: #c738d8;
    border-radius: 50%;
    display: inline-block
}

.admin .navbar .right-navbar .dropdown .single-message:hover .name,
.admin .navbar .right-navbar .dropdown .single-notifi:hover .message,
.admin .navbar .right-navbar .dropdown .single-notifi:hover span:before {
    color: var(--backend_primary)
}

.admin .navbar .right-navbar .dropdown .white-box {
    padding: 20px 0 0;
    border-radius: 8px 8px 0 0
}

.admin .navbar .right-navbar .dropdown .notification {
    font-size: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(65, 80, 148, .3)
}

.admin .navbar .right-navbar .dropdown .notification span {
    color: var(--backend_black)
}

.admin .navbar .right-navbar .dropdown .name {
    font-size: 12px;
    color: var(--backend_black);
    margin-bottom: 6px;
    max-height: 15px;
    max-width: 127px;
    overflow: hidden;
    transition: all .4s ease 0s
}

.admin .navbar .right-navbar .dropdown .message {
    font-size: 12px;
    max-width: 127px;
    max-height: 13px;
    overflow: hidden;
    transition: all .4s ease 0s
}

.admin .navbar .right-navbar .dropdown .time {
    font-size: 12px
}

.admin .navbar .right-navbar .dropdown .badge {
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
    padding: 4px 7px
}

.admin .navbar .right-navbar .dropdown .primary-btn {
    width: 100%;
    border-radius: 0 0 8px 8px;
    color: #fff
}

.admin .navbar .right-navbar .dropdown .profile-box ul {
    padding-top: 20px;
    border-top: 1px solid rgba(65, 80, 148, .1);
    margin-top: 20px
}

.admin .navbar .right-navbar .dropdown .profile-box ul li a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--backend_black)
}

.admin .navbar .right-navbar .dropdown .profile-box ul li a span {
    margin-right: 10px;
    color: var(--backend_black);
    transition: all .4s ease 0s
}

.admin .navbar .right-navbar .dropdown .profile-box ul li:hover a,
.admin .navbar .right-navbar .dropdown .profile-box ul li:hover span {
    color: var(--backend_primary)
}

.admin .navbar .setting-area .dropdown .dropdown-item {
    padding: 0
}

.admin .navbar .dropdown button {
    border: 0;
    background: transparent;
    cursor: pointer
}

.admin .navbar .dropdown-toggle:after {
    display: none
}

@media (max-width:991px) {
    .admin #sidebarCollapse {
        background: #000;
        color: #fff;
        position: relative;
        z-index: 9999;
        cursor: pointer
    }
    .admin #sidebarCollapse:focus {
        box-shadow: none;
        outline: none
    }
}

@media (max-width:991px) {
    .search-bar {
        margin-bottom: 20px
    }
}

.search-bar li {
    min-width: 375px
}

@media (max-width:1499px) {
    .search-bar li {
        min-width: auto
    }
}

.search-bar .ti-search {
    position: absolute;
    margin-left: 5px;
    height: 25px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--backend_black)
}

.search-bar input {
    padding-left: 25px;
    height: 38px;
    padding-bottom: 19px;
    color: var(--backend_black);
    font-size: 14px
}

.search-bar input:focus {
    border: 0;
    box-shadow: none;
    background: transparent
}

.search-bar input:focus.placeholder {
    bottom: 0;
    left: 16px;
    opacity: 0
}

.search-bar input:focus:-moz-placeholder,
.search-bar input:focus::-moz-placeholder {
    bottom: 0;
    left: 16px;
    opacity: 0
}

.search-bar input:focus::-webkit-input-placeholder {
    bottom: 0;
    left: 16px;
    opacity: 0
}

.search-bar input.placeholder {
    color: var(--backend_black);
    bottom: 0;
    left: 0;
    transition: all .4s ease 0s
}

.search-bar input:-moz-placeholder,
.search-bar input::-moz-placeholder {
    color: var(--backend_black);
    bottom: 0;
    left: 0;
    -moz-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.search-bar input::-webkit-input-placeholder {
    color: var(--backend_black);
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.student-details .nav-tabs {
    margin-left: 30px
}

@media (max-width:991px) {
    .student-details .nav-tabs {
        margin-top: 50px
    }
}

@media (max-width:615px) {
    .student-details .nav-tabs {
        justify-content: center
    }
}

@media (max-width:615px) {
    .student-details .nav-tabs .nav-item {
        margin-bottom: 15px
    }
}

.student-details .nav-tabs .nav-link {
    background: #cad5f3;
    color: var(--backend_black);
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 25px;
    margin-right: 10px;
    border-radius: 0
}

.student-details .nav-tabs .nav-link.active {
    background: #fff
}

.header-menu .nav-tabs .nav-link.active {
    background: #f5f7fb!important
}

.student-details .tab-content #studentExam div.dt-buttons {
    bottom: 0
}

.student-details .tab-content #studentExam table.dataTable {
    box-shadow: none;
    padding: 20px 0 0
}

.student-details .tab-content #studentDocuments .table thead th {
    border-bottom: 1px solid #dee2e6
}

.student-details .single-meta {
    border-bottom: 1px solid rgba(65, 80, 148, .15);
    padding: 7px 0
}

.student-details .single-meta:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.student-details .single-info {
    border-bottom: 1px solid rgba(65, 80, 148, .15);
    padding: 14px 0
}

.student-details .single-info:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.stu-sub-head {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--backend_black);
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(65, 80, 148, .3)
}

.student-meta-box {
    position: relative
}

.student-meta-box .student-meta-top {
    background: url(../img/student/student-details-bg.png) no-repeat 50%;
    background-position: 50%;
    background-size: cover;
    min-height: 120px;
    border-radius: 10px 10px 0 0
}

.student-meta-box .student-meta-top.siblings-meta-top {
    background: url(../img/student/siblings-details-bg.png) no-repeat 50%;
    background-size: cover
}

.student-meta-box .student-meta-top.staff-meta-top {
    background-size: cover
}

.student-meta-box .student-meta-img {
    position: absolute;
    top: 50px;
    left: 30px;
    border-radius: 6px
}

.student-meta-box .name {
    color: var(--backend_black)
}

.student-meta-box .value {
    color: var(--backend_black);
    font-weight: 500;
    text-align: right
}

.student-admit-card {
    position: relative
}

.student-admit-card .admit-header {
    background-position: 50%;
    background-size: cover;
    min-height: 120px;
    border-radius: 5px 5px 0 0
}

.student-admit-card .admit-meta-img {
    position: absolute;
    top: 50px;
    right: 30px;
    border-radius: 6px
}

.student-activities .sub-activity-box:last-of-type {
    margin-bottom: 0
}

.student-activities .single-activity:last-child .sub-activity {
    padding-bottom: 0
}

.student-activities .single-activity:last-child .sub-activity:after {
    height: 75%
}

.student-activities .single-activity .sub-activity,
.student-activities .single-activity .title {
    position: relative;
    margin-bottom: 0
}

.student-activities .single-activity .sub-activity:before,
.student-activities .single-activity .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(108, 39, 255, .2)
}

.student-activities .single-activity .sub-activity:after,
.student-activities .single-activity .title:after {
    content: "";
    position: absolute;
    left: -27px;
    top: 12px;
    width: 1px;
    height: 100%;
    background: var(--backend_black)
}

.student-activities .single-activity .title {
    margin-left: 102px;
    padding-bottom: 25px;
    color: var(--backend_black);
    font-size: 12px
}

.student-activities .single-activity .title:before {
    left: -33px
}

.student-activities .single-activity .subtitle {
    color: var(--backend_black);
    font-size: 12px
}

.student-activities .single-activity .sub-activity {
    min-width: 60%;
    max-width: 60%;
    margin-right: 50px;
    margin-left: 26px;
    margin-bottom: 0;
    padding-bottom: 30px
}

@media (max-width:1380px) {
    .student-activities .single-activity .sub-activity {
        min-width: 48%;
        max-width: 48%
    }
}

@media (max-width:1199px) {
    .student-activities .single-activity .sub-activity {
        min-width: 38%;
        max-width: 38%
    }
}

.student-activities .single-activity .sub-activity:before {
    left: -33px;
    background: #fff;
    border: 3px solid var(--backend_primary)
}

.student-activities .single-activity .sub-activity p {
    margin-bottom: 0
}

.student-activities .single-activity .time {
    margin-bottom: 0;
    color: var(--backend_black);
    font-size: 12px;
    min-width: 76px
}

.student-attendance table.dataTable thead th {
    padding-left: 0;
    padding-right: 6px;
    vertical-align: text-top
}

.student-attendance table.dataTable thead .sorting:after,
.student-attendance table.dataTable thead .sorting:before,
.student-attendance table.dataTable thead .sorting_asc:after,
.student-attendance table.dataTable thead .sorting_desc:after {
    content: none
}

table.dataTable thead .sorting {
    vertical-align: text-top
}

.single-report-admit {
    position: relative
}

.single-report-admit .card {
    border: 0
}

.single-report-admit .card-header {
    background-size: cover;
    border-radius: 5px 5px 0 0;
    border: 0;
    padding: 30px
}

.single-report-admit .card-header .logo-img {
    max-width: 130px;
    height: auto
}

.single-report-admit .report-admit-img {
    position: absolute;
    top: 40px;
    right: 30px;
    border-radius: 6px
}

.single-report-admit .card-body {
    background: linear-gradient(90deg, #d8e6ff, #ecd0f4)
}

.single-report-admit table tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--backend_black);
    border-bottom: 1px solid #a2a8c5;
    padding: 5px 0
}

.single-report-admit table tr td {
    border-bottom: 1px solid #c1c6d9;
    padding: 8px 0
}

.single-report-admit table tr:last-child td {
    border-bottom: 0
}

.radio-img input[type=radio] {
    opacity: 0;
    display: none
}

.radio-img input[type=radio]:checked+img {
    border: 2px solid var(--backend_primary)
}

.radio-img img {
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .4s ease 0s
}

.student-certificate {
    position: relative
}

.student-certificate .signature {
    font-size: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.student-certificate .certificate-position {
    position: absolute;
    top: 49%;
    left: 9%;
    right: 9%;
    bottom: 14%
}

.single-cms-box .cms-img {
    border-radius: 5px
}

.single-cms-box .single-cms {
    position: relative;
    box-shadow: none;
    transition: all .4s ease 0s
}

.single-cms-box .single-cms .overlay {
    background: transparent;
    transition: all .4s ease 0s
}

.single-cms-box .icons {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease 0s
}

.single-cms-box .icons i {
    padding: 9px;
    border-radius: 20px;
    color: #fff;
    background: hsla(0, 0%, 100%, .2);
    font-size: 12px;
    cursor: pointer;
    transition: all .4s ease 0s
}

.single-cms-box .icons i:hover {
    color: var(--backend_black);
    background: #fff
}

.single-cms-box .btn {
    background: transparent;
    padding: 0
}

.single-cms-box .btn:focus {
    outline: none;
    box-shadow: none
}

.single-cms-box:hover .single-cms .overlay {
    opacity: .9
}

.single-cms-box:hover .icons {
    top: 50%;
    opacity: 1
}

.single-cms-box:hover .btn {
    background: transparent
}

.exam-cus-btns {
    margin-top: -150px
}

.invoice-details-left input[type=file] {
    display: none
}

.invoice-details-left .company-logo {
    border: 1px solid #c738d8;
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: var(--backend_black);
    cursor: pointer
}

.invoice-details-left .company-logo i {
    font-size: 24px;
    color: #c738d8;
    position: relative;
    top: 6px;
    margin-right: 10px
}

.invoice-details-left .business-info p {
    margin-bottom: 0
}

.invoice-details-left .business-info p:first-of-type {
    margin-bottom: 10px
}

.invoice-details-right {
    text-align: right
}

.invoice-details-right h1 {
    font-size: 36px;
    margin-bottom: 15px
}

.invoice-details-right p {
    margin-bottom: 3px
}

.customer-info h2 {
    font-weight: 300;
    color: #000;
    margin-bottom: 25px
}

.client-info h3 {
    color: #000
}

.client-info p {
    color: #000;
    margin-bottom: 0
}

.client-info p:first-of-type {
    margin-bottom: 10px
}

.base-setup .card .card-body {
    padding: 0 15px
}

.base-setup .card .card-header {
    background: rgba(65, 80, 148, .85)
}

.base-setup .card .card-header .primary-btn,
.base-setup .card .card-header a {
    color: #fff
}

.base-setup .card .card-header .tr-bg {
    border: 1px solid #fff
}

.base-setup .card .card-header .icon-only:before {
    content: "\E62A";
    font-family: themify
}

.base-setup .card .card-header .icon-only.collapsed:before {
    content: "\E627";
    font-family: themify
}

body.client {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: var(--backend_black);
    line-height: 26px
}

body.client.dark {
    background: url(../img/client/dark-body-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 50%
}

body.client.light {
    background: #fff
}

body.client.color {
    background-size: 100% 100%;
    background-position: 50%
}

@media (min-width:1200px) {
    .container.box-1420 {
        max-width: 1420px
    }
}

.client .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px
}

.client .section-gap {
    padding: 100px 0
}

.client .section-gap-top {
    padding-top: 100px
}

.client .section-gap-bottom {
    padding-bottom: 100px
}

.client .client-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .4s ease 0s
}

.client .client-btn:hover,
.client.color .client-btn,
.client.color .footer_area .f_widget .f_title h4,
.client.color .title,
.client.light .client-btn,
.client.light .footer_area .f_widget .f_title h4,
.client.light .title {
    color: var(--backend_black)
}

.client .testimonial-area:after {
    background-image: -ms-linear-gradient(0deg, #9054ff 0, #b256f0 70%, #d458e0 100%)
}

.client .header-area {
    position: relative;
    width: 100%;
    z-index: 99;
    transition: background .4s, all .3s linear
}

@media (max-width:991px) {
    .client .header-area {
        position: fixed;
        padding: 10px 0;
        top: 0;
        background: var(--backend_black)
    }
}

@media (max-width:575px) {
    .client .header-area {
        padding: 10px 20px
    }
}

@media (max-width:991px) {
    .client .header-area .navbar-collapse {
        margin-top: 20px
    }
}

.client .header-area .navbar {
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0
}

.client .header-area .navbar .navbar-toggler {
    color: #fff;
    font-size: 20px
}

.client .header-area .navbar .nav .nav-item .nav-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black)!important;
    padding: 27px 23px!important;
    text-transform: uppercase;
    padding: 0;
    display: inline-block
}

.client .header-area .navbar .nav .nav-item .nav-link:hover {
    color: var(--backend_primary)!important
}

.client .header-area .navbar .nav .nav-item .nav-link:after {
    display: none
}

@media (max-width:991px) {
    .client .header-area .navbar .nav .nav-item .nav-link {
        padding: 10px!important
    }
    .client .header-area .navbar .nav .nav-item .nav-link .navbar-right .float-right {
        float: left!important
    }
}

.client .header-area .navbar .nav .nav-item.active .nav-link {
    color: var(--backend_primary)!important;
    font-weight: 500
}

.client .header-area .navbar .nav .nav-item.submenu {
    position: relative
}

.client .header-area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: #fff
}

@media (min-width:992px) {
    .client .header-area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all .3s ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0
    }
}

.client .header-area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #eee transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all .4s linear
}

.client .header-area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    transition: all .4s linear
}

.client .header-area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: var(--backend_black);
    padding: 0 30px;
    transition: all .15s linear;
    display: block;
    margin-right: 0
}

.client .header-area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.client .header-area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: var(--backend_black);
    color: #fff
}

@media (min-width:992px) {
    .client .header-area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
}

.client .header-area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0
}

.client .header-area .navbar .nav .nav-item:last-child {
    margin-right: 0
}

.client .header-area .navbar .search-bar {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #fff
}

.client .header-area .navbar .search-bar .ti-search {
    color: var(--backend_black)
}

.client .header-area .navbar .search-bar input {
    color: var(--backend_black)!important
}

.client .header-area .navbar .search-bar input.placeholder {
    color: var(--backend_black)
}

.client .header-area .navbar .search-bar input:-moz-placeholder,
.client .header-area .navbar .search-bar input::-moz-placeholder {
    color: var(--backend_black)
}

.client .header-area .navbar .search-bar input::-webkit-input-placeholder {
    color: var(--backend_black)
}

.client .header-area .navbar .search-bar input:focus {
    color: #fff!important
}

.client .header-area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background-image: -ms-linear-gradient(0deg, #141da2 0, #9b5cf6 100%);
    transform: translateY(70px);
    transition: transform .5s ease, background .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1)
}

.client .header-area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px
}

@media (max-width:991px) {
    .client .nav.navbar-nav.navbar-right.float-right {
        float: left!important
    }
}

.client .home-banner-area {
    min-height: 720px;
    display: flex;
    background: linear-gradient(0deg, rgba(124, 50, 255, .6), rgba(199, 56, 216, .6));
    background-size: cover;
    z-index: 1
}

@media (max-width:991px) {
    .client .home-banner-area {
        margin-top: 120px
    }
}

.client .banner-area {
    min-height: 450px;
    display: flex;
    background: linear-gradient(0deg, rgba(124, 50, 255, .6), rgba(199, 56, 216, .6)), no-repeat 50%;
    background-size: cover;
    z-index: 1
}

@media (max-width:991px) {
    .client .banner-area {
        margin-top: 120px
    }
}

.client .banner-area .banner-inner .banner-content h2 {
    font-size: 60px;
    max-width: 500px;
    margin: 0 auto 10px;
    line-height: 1.2
}

@media (max-width:767px) {
    .client .banner-area .banner-inner .banner-content h2 {
        font-size: 40px
    }
}

.client .banner-inner {
    width: 100%;
    display: flex
}

.client .banner-inner .banner-content,
.client .banner-inner .container {
    vertical-align: middle;
    align-self: center
}

.client .banner-inner .banner-content {
    width: 100%;
    color: #fff;
    text-align: center
}

.client .banner-inner .banner-content h5 {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 6px 0;
    letter-spacing: 1.5px
}

.client .banner-inner .banner-content h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.client .banner-inner .banner-content p {
    color: #fff;
    max-width: 550px;
    font-size: 14px;
    margin: 0 auto 40px
}

.client .news-area {
    margin-bottom: 60px
}

.client .news-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px
}

.client .news-item .news-img {
    position: relative
}

.client .news-item .news-img:before {
    content: "";
    background: #27006e;
    background: linear-gradient(90deg, #27006e, #3a0d7e);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .4s ease 0s;
    opacity: .2
}

.client .news-item .news-text {
    position: absolute;
    left: 10%;
    bottom: 50px;
    width: 90%
}

.client .news-item .news-text h4 {
    max-height: 72px;
    overflow: hidden;
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 0
}

.client .news-item .news-text h4,
.client .news-item .news-text h4 a {
    color: #fff;
    transition: all .4s ease 0s
}

.client .news-item .news-text h4 a:hover {
    opacity: .8
}

.client .news-item .news-text .date {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .4s ease 0s
}

.client .news-item:hover .news-img:before {
    opacity: .7
}

.client .news-details-area h1 {
    color: #fff;
    font-size: 36px
}

.client .news-details-area .meta .date {
    font-size: 12px;
    margin-right: 30px
}

.client .news-details-area .meta .date span,
.client .news-details-area h3 {
    color: #fff
}

.client .news-details-area p {
    margin-bottom: 30px
}

.client .news-details-area p:last-child {
    margin-bottom: 0
}

.client .news-details-area .notice-board {
    max-height: none
}

@media (max-width:991px) {
    .client .notice-board-area {
        margin-top: 50px
    }
}

.client .notice-board {
    max-height: 340px;
    overflow-y: auto
}

@media (max-width:1200px) and (min-width:992px) {
    .client .notice-board {
        max-height: 270px
    }
}

.client .notice-item {
    padding-bottom: 18px;
    margin-top: 18px;
    border-bottom: 2px solid var(--backend_black)
}

.client .notice-item:first-child {
    margin-top: 0
}

.client .notice-item .date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.client .notice-item h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0
}

.client .academics-area {
    margin-bottom: 60px
}

.client .academic-item {
    margin-bottom: 40px
}

.client .academic-item .academic-text {
    margin-top: 25px
}

.client .academic-item .academic-text h4 {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 12px
}

.client .academic-item .academic-text h4 a {
    color: #fff;
    transition: all .4s ease 0s
}

.client .academic-item .academic-text h4 a:hover {
    opacity: .6
}

.client .academic-item .academic-text p {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 18px
}

.client .events-area {
    margin-bottom: 60px
}

.client .events-item {
    margin-bottom: 40px
}

.client .events-item .card {
    background: transparent;
    border-radius: 0
}

.client .events-item .card .card-img-top {
    border-radius: 0
}

.client .events-item .card .card-body {
    position: relative;
    background: #fff
}

.client .events-item .card .card-body .date {
    position: absolute;
    top: -30px;
    left: 20px;
    background: var(--backend_black);
    display: inline-block;
    padding: 12px;
    max-width: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .4s ease 0s
}

.client .events-item .card .card-title {
    max-height: 72px;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px
}

.client .events-item .card .card-text {
    font-size: 12px;
    text-transform: uppercase
}

.client .testimonial-area {
    background: no-repeat 50%;
    background-size: cover;
    position: relative;
    z-index: 1
}

.client .testimonial-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .7;
    content: ""
}

.client .testimonial-area .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, -50%);
    display: flex;
    text-transform: uppercase
}

.client .testimonial-area .owl-nav .owl-next img,
.client .testimonial-area .owl-nav .owl-prev img {
    transition: all .4s ease 0s
}

.client .testimonial-area .owl-nav .owl-next img:hover,
.client .testimonial-area .owl-nav .owl-prev img:hover {
    filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -webkit-filter: brightness(50%)
}

.client .testimonial-area .owl-nav .owl-prev {
    margin-right: 30px
}

@media (max-width:991px) {
    .client .testimonial-area .owl-nav {
        display: none
    }
}

.client .single-testimonial {
    position: relative;
    z-index: 9;
    padding-bottom: 85px
}

.client .single-testimonial .thumb {
    margin-right: 20px
}

.client .single-testimonial h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    transition: all .4s ease 0s
}

.client .single-testimonial h4:hover {
    color: var(--backend_black);
    cursor: pointer
}

.client .single-testimonial p {
    color: #fff
}

.client .single-testimonial .desc {
    max-width: 810px;
    font-style: italic;
    font-size: 16px;
    margin: 20px auto 0
}

.client .fact-area .white-box.single-summery {
    box-shadow: none
}

.client .department-area h3 {
    color: #fff;
    margin-bottom: 10px
}

.client .info-area .info-thumb {
    overflow: hidden;
    display: inline-block
}

@media (max-width:800px) {
    .client .info-area .info-content {
        text-align: center;
        padding: 80px 30px 80px 0
    }
}

.client .info-area .info-content {
    position: relative;
    background: rgba(65, 80, 148, .3);
    padding: 95px 80px;
    top: -4px
}

@media (max-width:991px) {
    .client .info-area .info-content {
        margin-top: 30px
    }
}

@media (max-width:768px) {
    .client .info-area .info-content {
        padding: 30px
    }
}

.client .info-area .info-content h2 {
    color: #fff;
    margin-bottom: 20px
}

.client .info-area .info-content p {
    margin-bottom: 0
}

.client .info-area .info-left {
    z-index: 2
}

@media (max-width:800px) {
    .client .info-area .info-left {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.client .overview-area .nav-tabs {
    border-bottom: 1px solid rgba(130, 139, 178, .3)
}

@media (max-width:991px) {
    .client .overview-area .nav-tabs {
        margin-top: 0
    }
}

.client .overview-area .nav-tabs .nav-link {
    background: rgba(82, 101, 165, .3);
    color: var(--backend_black)
}

.client .overview-area .nav-tabs .nav-link.active,
.client .overview-area .nav-tabs .nav-link:hover {
    background: #fff;
    color: var(--backend_black)
}

.client .overview-area .tab-content h3 {
    color: #fff
}

.client .overview-area .tab-content p {
    margin-bottom: 30px
}

.client .overview-area .tab-content p:last-child {
    margin-bottom: 0
}

.client .mapBox {
    height: 700px
}

@media (max-width:991px) {
    .client .contact_info {
        margin-top: 50px
    }
}

.client .contact_info .info_item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px
}

.client .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600
}

.client .contact_info .info_item h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.client .contact_info .info_item h6 a {
    color: #fff
}

.client .contact_info .info_item p {
    margin-bottom: 0
}

.client.color .academic-item .academic-text h4 a,
.client.color .contact_info .info_item h6,
.client.color .contact_info .info_item h6 a,
.client.color .contact_info .info_item i,
.client.color .department-area h3,
.client.color .info-area .info-content h2,
.client.color .news-details-area .meta .date span,
.client.color .news-details-area h1,
.client.color .news-details-area h3,
.client.color .notice-item h4,
.client.color .overview-area .nav-tabs .nav-link,
.client.color .overview-area .tab-content h3,
.client.light .academic-item .academic-text h4 a,
.client.light .contact_info .info_item h6,
.client.light .contact_info .info_item h6 a,
.client.light .contact_info .info_item i,
.client.light .department-area h3,
.client.light .info-area .info-content h2,
.client.light .news-details-area .meta .date span,
.client.light .news-details-area h1,
.client.light .news-details-area h3,
.client.light .notice-item h4,
.client.light .overview-area .nav-tabs .nav-link,
.client.light .overview-area .tab-content h3 {
    color: var(--backend_black)
}

.client.color .fact-area .white-box.single-summery,
.client.light .fact-area .white-box.single-summery {
    box-shadow: 0 10px 15px rgba(236, 208, 244, .3)
}

.client.color .info-area .info-content,
.client.light .info-area .info-content {
    background: rgba(65, 80, 148, .05)
}

.client.color .overview-area .nav-tabs .nav-link.active,
.client.color .overview-area .nav-tabs .nav-link:hover,
.client.light .overview-area .nav-tabs .nav-link.active,
.client.light .overview-area .nav-tabs .nav-link:hover {
    color: #fff
}

.client .footer_area .f_widget .f_title {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .client .footer_area .f_widget .f_title {
        margin-bottom: 20px
    }
}

.client .footer_area .f_widget .f_title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.client .footer_area .f_widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px
}

.client .footer_area .f_widget ul li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer
}

.client .footer_area .f_widget ul li:hover {
    color: #c738d8
}

.client .single-footer-widget {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.client .single-footer-widget .copy_right_text p {
    color: #fff;
    margin: 0 0 0 -15px;
    transition: all .4s ease 0s
}

@media (max-width:767px) {
    .client .single-footer-widget .copy_right_text p {
        text-align: center;
        padding: 0 15px
    }
}

.client .single-footer-widget .copy_right_text p a {
    color: var(--backend_black);
    color: #c738d8
}

.client .single-footer-widget .copy_right_text p a:hover {
    color: #c738d8
}

.client .single-footer-widget .social_widget {
    text-align: right;
    position: relative;
    margin-right: -15px
}

@media (max-width:767px) {
    .client .single-footer-widget .social_widget {
        text-align: center;
        margin-top: 20px
    }
}

.client .single-footer-widget .social_widget a {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease 0s
}

.client.color .single-footer-widget .copy_right_text p,
.client.color .single-footer-widget .social_widget a,
.client.light .single-footer-widget .copy_right_text p,
.client.light .single-footer-widget .social_widget a,
.client .single-footer-widget .social_widget a:hover {
    color: var(--backend_black)
}

.client.color .single-footer-widget .social_widget a:hover,
.client.light .single-footer-widget .social_widget a:hover {
    color: var(--backend_primary)
}

.client.color .single-footer-widget,
.client.light .single-footer-widget {
    border-top: 1px solid rgba(65, 80, 148, .1)
}

.client.color .single-footer-widget .copy_right_text p a {
    color: var(--backend_primary)
}

.update_menu .navbar .navbar-toggler {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px 10px
}

.update_menu .ti-menu:before {
    content: "\E6C1";
    font-size: 20px;
    color: #fff
}

.update_menu .search-bar .input-group {
    max-width: 305px;
    float: right
}

.update_menu .search-bar input {
    padding-bottom: 6px;
    padding-left: 40px
}

.update_menu .search-bar input ::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.update_menu .search-bar input ::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.update_menu .search-bar span {
    font-size: 20px;
    background-color: var(--backend_black);
    padding-top: 4px
}

@media (max-width:991px) {
    .update_menu {
        height: 80px;
        position: relative;
        padding: 10px!important
    }
    .update_menu .light_logo {
        max-width: 100px
    }
    .update_menu .menu_nav {
        background-color: var(--backend_black)
    }
    .update_menu .navbar .nav .nav-item .nav-link {
        padding: 10px!important
    }
}

.academic-img img {
    width: 100%
}

.client .header-area .navbar .search-bar input:focus {
    color: var(--backend_black)!important;
    font-weight: 300
}

@media (max-width:991px) {
    .client.color .header-area .navbar .nav .nav-item .nav-link,
    .client.light .header-area .navbar .nav .nav-item .nav-link {
        color: #fff!important
    }
    .single-testimonial {
        padding-bottom: 0!important
    }
    .client .news-area {
        margin-bottom: 0
    }
    .client .mapBox {
        height: 350px
    }
    .client .section-gap-top {
        padding-top: 40px
    }
    .contact_area {
        margin-bottom: 40px
    }
    .client .banner-area {
        margin-top: 85px
    }
    .events-area .date {
        line-height: 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .update_menu .update_menu .menu_nav {
        margin-left: 10%!important
    }
    .update_menu .navbar-brand img {
        max-width: 100px
    }
}

@media (min-width:991px) {
    .update_menu .menu_nav {
        margin-left: 25%
    }
    .update_menu .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: transparent
    }
}

.login-area table td {
    padding: 0 7px;
    width: 25%!important
}

@media (max-width:575px) {
    .login-area table td {
        width: 50%!important;
        display: inline-block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .login-area table td {
        width: 50%!important;
        display: inline-block
    }
}

.login-area table td .get-login-access {
    padding: 5% 10%;
    color: var(--backend_black);
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    outline: none!important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s ease 0s;
    background-color: #fff
}

.login-area table td .get-login-access:hover {
    background: linear-gradient(90deg, var(--backend_primary), #c738d8);
    color: #fff
}

.login.admin.hight_100 .login-height .input-group-addon {
    width: 0
}

.login.admin.hight_100 .login-height .form-group i {
    top: 7px;
    left: 4px
}

@media (max-width:575px) {
    .login.admin.hight_100 .login-height .input-group-addon {
        width: 0
    }
    .login.admin.hight_100 .login-height .form-group i {
        top: 7px;
        left: 4px
    }
    .login.admin.hight_100 .login-height .form-wrap {
        padding: 50px 8px
    }
    .login.admin.hight_100 .login-height a {
        font-size: 12px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .login.admin.hight_100 .login-height .input-group-addon {
        width: 0
    }
    .login.admin.hight_100 .login-height .form-group i {
        top: 7px;
        left: 4px
    }
}

@media (max-width:991px) {
    .login.admin.hight_100 {
        height: 100%!important;
        overflow: visible
    }
    .login.admin.hight_100 .login-height .input-group-addon {
        width: 0
    }
    .login.admin.hight_100 .login-height .form-group i {
        top: 7px;
        left: 4px
    }
}

.hight_100 {
    height: 100vh
}

@media (max-width:991px) {
    .hight_100 {
        height: 100%!important
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .hight_100 {
        height: 100%!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .hight_100 {
        height: 100%!important
    }
}

.login-area .login-height {
    min-height: auto
}

.login-height {
    margin: 50px 0
}

@media (max-width:991px) {
    .main-title {
        margin-top: 20px
    }
}

.white-box.single-summery {
    margin-top: 20px
}

@media (max-width:575px) {
    .white-box.single-summery {
        padding: 10px 15px
    }
    .white-box.single-summery h3 {
        margin-bottom: 0
    }
    .white-box.single-summery .d-flex {
        display: block!important
    }
}

@media (max-width:991px) {
    .nav_icon {
        background: var(--backend_primary)!important;
        border: 1px solid var(--backend_primary)
    }
    .nav_icon i {
        font-size: 24px;
        padding: 4px 0 0;
        display: inline-block
    }
    .nav_icon .ti-more {
        padding: 6px 0 0
    }
}

@media (max-width:575px) {
    #sidebar {
        max-width: 80%;
        margin-left: -80%;
        min-width: 80%;
        z-index: 9999!important
    }
}

#sidebar.active {
    z-index: 99999
}

#close_sidebar {
    cursor: pointer
}

@media (max-width:575px) {
    .admin .navbar {
        z-index: 999
    }
}

.update_sidebar {
    display: flex;
    justify-content: space-between
}

.update_sidebar img {
    max-width: 100%!important
}

.update_sidebar i {
    font-size: 15px;
    color: #fff;
    background: var(--backend_primary)!important;
    border: 1px solid var(--backend_primary);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px
}

.update_sidebar .close_sidebar {
    display: none
}

@media (max-width:991px) {
    .up_dashboard .main-title h3 {
        margin-top: 30px;
        line-height: 25px
    }
}

.up_dash_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media (max-width:991px) {
    .up_dash_menu {
        width: auto
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .up_dash_menu {
        width: 97%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .up_dash_menu {
        width: 100%
    }
}

.up_dash_menu ul.nav.navbar-nav.mr-auto.nav-buttons {
    margin: 0 auto!important;
    text-align: center!important
}

@media (max-width:575px) {
    .up_dash_menu ul.nav.navbar-nav.mr-auto.nav-buttons {
        text-align: left!important
    }
}

.search-bar {
    margin: 0 auto;
    text-align: center
}

@media (max-width:991px) {
    .search-bar {
        margin-bottom: 0;
        padding-left: 18%
    }
}

@media (max-width:575px) {
    .search-bar {
        padding-left: 0;
        width: 58%;
        margin: 0 auto;
        text-align: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .search-bar {
        padding-left: 6%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search-bar {
        padding-left: 11%
    }
}

@media (max-width:991px) {
    .up_navbar {
        width: 97%!important
    }
    .up_navbar .btn-dark:focus,
    .up_navbar .btn-dark:hover {
        border-color: transparent;
        outline: 0
    }
    .up_dash_menu .navbar-collapse {
        margin-top: 10px;
        padding: 30px;
        background: url(../img/body-bg.jpg) no-repeat 100%;
        position: absolute;
        width: 97%;
        top: 42px
    }
}

@media (max-width:575px) {
    .up_navbar {
        width: 91%!important
    }
    .up_navbar .col-lg-12 {
        padding-left: 0;
        padding-right: 0
    }
    .up_dash_menu .navbar-collapse {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .up_navbar {
        width: 91%!important
    }
    .up_navbar .col-lg-12 {
        padding-left: 0;
        padding-right: 0
    }
    .up_dash_menu .navbar-collapse {
        width: 100%
    }
}

@media (max-width:991px) {
    .up_ds_margin {
        margin-bottom: 15px
    }
}

.up_ds_margin .ti-close {
    line-height: 30px
}

.up_buttom {
    display: flex;
    justify-content: space-between
}

.up_toList {
    margin-top: 9px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .up_toList .text-right {
        text-align: right!important
    }
    .up_toList {
        margin-top: 40px
    }
}

@media (max-width:991px) {
    .up_toList {
        margin-top: 20px
    }
    .up_toList .main-title {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .up_breadcrumb {
        margin: 40px 0 20px
    }
}

@media (max-width:991px) {
    .up_admin_visitor .dataTables_filter>label {
        left: 47%;
        min-width: 280px;
        position: relative;
        top: -8px
    }
    .up_admin_visitor div.dt-buttons {
        display: none
    }
    .up_admin_visitor .main-title {
        margin: 40px 0 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .up_admin_visitor .dataTables_filter>label {
        left: 1%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .up_admin_visitor .dataTables_filter>label {
        left: -12%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .up_admin_visitor .dataTables_wrapper .dataTables_filter input {
        width: 70%
    }
    .up_admin_visitor .dataTables_filter>label {
        left: 47%
    }
}

@media (max-width:991px) {
    .up_st_admin_visitor .dataTables_filter>label {
        left: 47%;
        min-width: 280px;
        position: relative;
        top: -8px
    }
    .up_st_admin_visitor div.dt-buttons {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .up_st_admin_visitor .dataTables_filter>label {
        left: 1%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .up_st_admin_visitor .dataTables_filter>label {
        left: -12%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .up_st_admin_visitor .dataTables_wrapper .dataTables_filter input {
        width: 70%
    }
    .up_st_admin_visitor .dataTables_filter>label {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 20%;
        transform: translateX(-50%);
        min-width: 280px;
        border-bottom: 1px solid rgba(130, 139, 178, .4);
        margin-top: 20px
    }
}

@media (max-width:575px) {
    .sms-breadcrumb {
        margin: 40px 0 20px
    }
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: none
}

@media (max-width:991px) {
    .main-title {
        margin-top: 0
    }
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 10px 10px;
    border-radius: 30px;
    padding: 0 8px
}

@media (max-width:991px) {
    .sms-breadcrumb {
        margin: 30px 0 20px
    }
}

@media (max-width:991px) {
    .mb-40.up_dashboard {
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .fc-toolbar.fc-header-toolbar .fc-center,
    .fc-toolbar.fc-header-toolbar .fc-left,
    .fc-toolbar.fc-header-toolbar .fc-right {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media (max-width:991px) {
    .mt-40 {
        margin-top: 15px
    }
    .mb-30-lg {
        margin-bottom: 0
    }
    .student-details {
        margin-top: 50px
    }
}

.search_bar {
    width: auto;
    height: 100px;
    z-index: 999
}

.search_bar,
.search_bar .search {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.search_bar .search {
    width: 40px;
    height: 40px;
    transition: all .5s;
    z-index: 4;
    font-size: 18px
}

.search_bar .search:hover {
    cursor: pointer
}

.search_bar .search:before {
    content: "\E610";
    top: 10px;
    right: 15px;
    bottom: 0;
    width: 6px;
    font-family: themify
}

.search_bar .search:before,
.search_bar input {
    position: absolute;
    margin: auto;
    transition: all .5s
}

.search_bar input {
    top: 25px;
    right: 0;
    width: 0;
    height: 50px;
    outline: none;
    border: none;
    z-index: 99;
    background: #fe005f;
    color: #fff;
    padding: 10px;
    opacity: 0;
    z-index: 5;
    font-weight: bolder;
    letter-spacing: .1em
}

.search_bar input:hover {
    cursor: pointer
}

.search_bar input:focus {
    width: 280px;
    opacity: 1;
    cursor: text;
    padding-left: 15px
}

.search_bar input:focus~.search {
    right: 5px;
    background: #fff;
    z-index: 6;
    padding: 0 20px
}

.search_bar input:focus~.search:before {
    top: 8px;
    right: 20px;
    content: "\E646";
    font-family: themify
}

.search_bar input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: bolder
}

.search_bar input::placeholder {
    color: #fff;
    opacity: 1;
    font-weight: bolder
}

.client_img {
    max-width: 50px;
    border-radius: 50%
}

@media (max-width:991px) {
    .up_admin_visitor .primary-btn-sma2567ll-input {
        margin-bottom: 20px
    }
    .xm_3 {
        margin: 20px 0
    }
    .col-lg-4.no-gutters,
    .mt_4 {
        margin-top: 20px
    }
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none!important
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none!important;
    border-color: transparent
}

.up_login {
    display: flex;
    height: 95vh;
    align-items: center
}

@media (max-width:991px) {
    .up_login .pl-30 {
        padding-left: 0
    }
}

.logoimage {
    max-width: 150px!important;
    height: auto;
    padding: 2px
}

.loginButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.singleLoginButton {
    flex: 22% 0 0
}

.loginButton .get-login-access {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px
}

@media (max-width:576px) {
    .singleLoginButton {
        flex: 49% 0 0
    }
}

.dialog-notice-title {
    text-align: left!important;
    color: #fff!important;
    text-shadow: 0 10px 10px #000!important
}

.up_st_admin_visitor .dataTables_filter>label {
    position: absolute;
    left: 0;
    top: 0;
    top: -56px;
    margin: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    display: flex;
    align-items: center;
    border-radius: 0
}

.up_st_admin_visitor .dataTables_filter>label i {
    bottom: 4px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .up_st_admin_visitor .dataTables_filter>label {
        min-width: 190px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .up_st_admin_visitor .dataTables_filter>label {
        min-width: 190px
    }
}

@media (max-width:575.98px) {
    .up_st_admin_visitor .dataTables_filter>label {
        margin-top: 0;
        position: relative;
        top: 0;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .up_st_admin_visitor .dataTables_filter>label {
        margin-top: 0;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        width: 100%;
        left: 0;
        right: 0;
        transform: translate(0);
        max-width: 100%;
        border-radius: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .up_st_admin_visitor .dataTables_filter>label {
        right: 0;
        transform: translateX(0);
        left: auto;
        min-width: 190px
    }
}

div.dt-buttons {
    position: absolute;
    top: -56px;
    right: 0
}

@media (min-width:992px) and (max-width:1199.98px) {
    div.dt-buttons {
        top: -50px
    }
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em;
    border: 0;
    background: transparent;
    width: 92%;
    color: var(--backend_black);
    min-height: 36px;
    padding-bottom: 11px;
    font-size: 14px;
    padding-left: 0
}

.dataTables_wrapper .dataTables_filter input::placeholder {
    color: var(--backend_black);
}

.student-certificate .certificate-position {
    left: 10%!important;
    top: 20%!important
}

.close {
    color: var(--backend_primary)!important
}

.padding_30 {
    padding-top: 30px!important
}

.padding_40 {
    padding-left: 40px!important;
    padding-right: 40px!important
}

.certificate hr {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

#livesearch a {
    width: 100%
}

.CRM_dropdown.dropdown .dropdown-toggle:focus,
.CRM_dropdown.dropdown .dropdown-toggle:hover,
.crm_tab_header ul li a.active,
.header_iner .header_right .header_notification_warp li>a>span.notification_count,
.primary_btn:hover,
.primary_btn_1,
.primary_btn_1:hover,
.primary_btn_2,
.primary_btn_2:hover,
.primary_btn_circle:hover,
.primary_btn_large,
.primary_btn_large:hover,
.switch_toggle input:checked+.slider:before {
    background: var(--backend_primary);
}

.header_iner .header_right .header_notification_warp li>a.gredient_hover:hover i {
    background: linear-gradient(90deg, var(--backend_primary), #c738d8);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body {
    font-family: 'Oswald', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px
}

body.crm_body_bg {
    background-image: url(../img/body-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover
}

@media (min-width:1200px) {
    .container {
        max-width: 1310px
    }
}

.br_5 {
    border-radius: 5px
}

.message_submit_form:focus {
    outline: none
}

input:focus,
input:hover {
    outline: none!important;
    box-shadow: 0 0 0 0 transparent!important
}

:focus {
    outline: 0 auto -webkit-focus-ring-color
}

.custom-file-input:focus~.custom-file-label {
    border-color: transparent;
    box-shadow: none
}

.form-control,
.form-control:focus {
    border-color: #bbc1c9
}

.form-control:focus {
    box-shadow: 0 0 0 0 transparent!important
}

.dropdown-menu {
    margin: 0;
    padding: 0
}

.section_padding {
    padding: 120px 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_padding {
        padding: 80px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_padding {
        padding: 70px 0
    }
}

@media (max-width:575.98px) {
    .section_padding {
        padding: 70px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_padding {
        padding: 70px 0
    }
}

.padding_top {
    padding-top: 120px
}

@media (max-width:991px) {
    .padding_top {
        padding-top: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding_top {
        padding-top: 80px
    }
}

.padding_bottom {
    padding-bottom: 120px
}

@media (max-width:991px) {
    .padding_bottom {
        padding-bottom: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding_bottom {
        padding-bottom: 80px
    }
}

a {
    transition: .5s
}

a,
a:hover {
    text-decoration: none
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.2
} */

li {
    list-style: none
}

ol,
ul {
    margin: 0;
    padding: 0
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--backend_black);
}

.btn:focus,
.button:focus,
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: 1s
}

.p_30 {
    padding: 30px
}

@media (max-width:991px) {
    .p_30 {
        padding: 20px
    }
}

.p_20 {
    padding: 20px
}

.p_15 {
    padding: 20px 20px 15px
}

.pb_20 {
    padding-bottom: 20px
}

.mt_60 {
    margin-top: 60px
}

@media (max-width:991px) {
    .mt_60 {
        margin-top: 30px
    }
}

.mt_25 {
    margin-top: 25px
}

.mt_30 {
    margin-top: 30px
}

@media (max-width:991px) {
    .mt_30 {
        margin-top: 15px
    }
}

.mt_10 {
    margin-top: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_15_imp {
    margin-bottom: 13px!important
}

.mb_20_imp,
.mb_25 {
    margin-bottom: 20px
}

.mb_50 {
    margin-bottom: 50px
}

@media (max-width:575.98px) {
    .mb_50 {
        margin-bottom: 30px
    }
}

.mt_50 {
    margin-top: 50px
}

@media (max-width:575.98px) {
    .mt_50 {
        margin-top: 25px
    }
}

.mt_20 {
    margin-top: 20px
}

.mb_10 {
    margin-bottom: 10px!important
}

td:focus,
th:focus {
    outline: 0 auto -webkit-focus-ring-color
}

table.dataTable tbody td,
table.dataTable tbody th {
    vertical-align: middle
}

.mt_40 {
    margin-top: 40px
}

.section_bg {
    background-color: #fef1f2
}

.cs_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cs_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.cs_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #e4e8ec
}

.section_tittle {
    text-align: center
}

.section_tittle h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 33px
}

@media (max-width:991px) {
    .section_tittle h2 {
        margin-bottom: 15px;
        font-size: 25px;
        font-size: 30px
    }
}

.section_tittle p {
    margin-bottom: 72px
}

@media (max-width:991px) {
    .section_tittle p {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_tittle p {
        margin-bottom: 50px
    }
}

.cs_checkbox:after {
    content: "";
    position: absolute;
    display: none
}

.cs_checkbox input:checked~.checkmark:after {
    display: block;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid var(--backend_black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    content: ""
}

.cs_checkbox span {
    padding: 0!important
}

.custom_checkbox tr td:first-child,
.custom_checkbox tr th:first-child {
    padding: 16px 0!important
}

.border_1px {
    border-right: 1px solid rgba(130, 139, 178, .3);
    height: 40px;
    margin-right: 20px;
    margin-left: 8px
}

.nice_Select {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 30px;
    color: var(--backend_black)
}

.nice_Select .nice-select-search-box {
    min-width: 88px;
}

.nice_Select.bgLess {
    background: transparent;
    border: 0!important
}

.nice_Select:after {
    content: "\E62A";
    font-family: themify;
    border: 0;
    transform: rotate(0deg);
    font-size: 12px;
    font-weight: 500;
    right: 18px;
    transform-origin: none;
    transition: all .1s ease-in-out;
    margin-top: -22px
}

.nice_Select.open:after {
    transform: scaleY(-1);
    margin-top: 12px;
}

.nice_Select:focus {
    box-shadow: none;
    border: 0!important
}

.nice_Select:hover {
    border: 0
}

.nice_Select.open .list {
    min-width: max-content;
    left: 0;
    overflow-y: auto
}

.nice_Select .current {
    transition: all .4s ease 0s
}

.nice_Select .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999!important;
    /* box-shadow: 0 10px 20px rgba(108, 39, 255, .3) */
}

.nice-select .option.selected {
    color: var(--backend_primary) !important;
}

.nice_Select2,
.nice_Select .list li {
    font-size: 12px;
    text-transform: uppercase
}

.nice_Select2 {
    border-radius: 0;
    color: var(--backend_black);
    background: transparent;
    padding-left: 25px;
    padding-right: 47px;
    border-radius: 30px;
    border: 1px solid var(--backend_primary);
    height: 32px;
    line-height: 31px
}

.nice_Select2 .nice-select-search-box {
    width: 100%!important;
    margin-top: 5px
}

.nice_Select2:after {
    content: "\E62A";
    font-family: themify;
    border: 0;
    transform: rotate(0deg);
    font-size: 12px;
    font-weight: 500;
    right: 18px;
    transform-origin: none;
    transition: all .1s ease-in-out;
    margin-top: -16px;
    right: 30px
}

.nice_Select2.open,
.nice_Select2:active,
.nice_Select2:focus {
    border-color: var(--backend_primary)
}

.nice_Select2.open:after {
    transform: rotate(180deg);
    margin-top: 8px;
    right: 24px
}

.nice_Select2:focus {
    box-shadow: none
}

.nice_Select2:focus,
.nice_Select2:hover {
    border: 1px solid var(--backend_primary)!important
}

.nice_Select2.open .list {
    min-width: 100%;
    margin-top: 5px;
    left: 0;
    overflow-y: auto
}

.nice_Select2.open .list li:first-child {
    color: var(--backend_primary)
}

.nice_Select2 .current {
    transition: all .4s ease 0s
}

.nice_Select2 .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999!important;
    box-shadow: 0 10px 20px rgba(108, 39, 255, .3)
}

.nice_Select2 .list li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:991px) {
    .white_box {
        padding: 30px 20px
    }
}

@media (max-width:575.98px) {
    .white_box {
        padding: 25px 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .white_box {
        padding: 30px 20px !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .white_box {
        padding: 30px 20px !important;
    }
}

.white_box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif
}

@media (max-width:991px) {
    .white_box h3 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .white_box h3 {
        margin-bottom: 10px
    }
}

.white_box h3 span {
    font-weight: 300;
    color: var(--backend_black)
}

.progress-bar {
    text-align: right;
    padding-right: 8px
}

.white_box_p_30 {
    padding: 30px;
    background-color: #fff
}

@media (max-width:991px) {
    .white_box_p_30 {
        padding: 25px 15px
    }
}

.cu_dropdown .btn {
    border: 1px solid #f1f2f3;
    background-color: #fef1f2;
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px
}

.cu_dropdown .btn_1 {
    padding: 11px 20px
}

.cu_dropdown .dropdown-toggle:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: "\E64B";
    border-top: none;
    font-family: themify;
    font-size: 10px
}

.cu_dropdown .dropdown-menu {
    min-width: auto;
    background-color: #222;
    min-width: 102px;
    left: 0!important;
    border-radius: 0 0 5px 5px;
    top: -2px!important;
    padding: 17px 0
}

.cu_dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 7px 20px;
    color: #fff
}

.cu_dropdown .left_arrow:hover {
    background-color: transparent;
    padding-left: 38px
}

.cu_dropdown .left_arrow:after {
    left: 18px;
    top: 11px
}

.switch {
    -webkit-appearance: none;
    background-color: grey;
    border-radius: 43px;
    position: relative;
    cursor: pointer;
    padding: 14px 25px!important;
    margin-right: 20px;
    height: 30px
}

.switch:after {
    top: 6px;
    left: 6px;
    content: "";
    background-color: var(--backend_black);
    position: absolute;
    border-radius: 100%;
    transition: 1s
}

.switch:checked {
    background-color: var(--backend_black)!important
}

.switch:checked:after {
    background-color: #fff!important;
    transform: translateX(25px)
}

.switch:focus {
    outline-color: transparent
}

.menu_bropdown {
    display: inline-block
}

.menu_bropdown .dropdown-menu {
    min-width: 168px!important;
    right: 0
}

@media (max-width:991px) {
    .sidebar_widget {
        margin-top: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar_widget {
        margin-top: 0
    }
}

.text_underline {
    transition: .5s
}

.text_underline,
.text_underline:hover {
    color: #222;
    text-decoration: underline
}

.check_box_item {
    margin-top: 11px
}

.check_box_item .single_check_box {
    padding: 15px 0;
    border-bottom: 1px solid #e4e8ec
}

.check_box_item .single_check_box .switch {
    -webkit-appearance: none;
    background-color: transparent;
    padding: 14px 27px!important;
    margin-right: 0;
    border: 1px solid #e4e8ec
}

.check_box_item .single_check_box .switch:after {
    top: 4px;
    width: 20px;
    height: 20px
}

.check_box_item .single_check_box .switch:checked:after {
    background-color: var(--backend_black)!important;
    left: 4px
}

.check_box_item .single_check_box .switch:checked {
    background-color: transparent!important
}

.list_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center
}

@media (max-width:575.98px) {
    .list_header {
        display: block
    }
}

.list_header p {
    color: #222;
    font-weight: 500
}

.list_header .nice_Select {
    margin-left: 15px
}

@media (max-width:575.98px) {
    .list_header .nice_Select {
        margin-left: 10px
    }
}

.list_header .list_header_filter {
    display: flex;
    align-items: center
}

@media (max-width:575.98px) {
    .list_header .list_header_filter {
        margin-top: 15px
    }
}

.list_header .list_header_filter img {
    width: 17px;
    margin-right: 8px
}

.cs_modal .modal-content {
    background-color: #fef1f2;
    padding: 0 30px
}

@media (max-width:575.98px) {
    .cs_modal .modal-content {
        padding: 0 20px
    }
}

.cs_modal .modal-header {
    padding: 34px 0 30px;
    align-items: center;
    border-bottom: 0 solid transparent
}

.cs_modal .modal-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

.cs_modal .modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1
}

.cs_modal .modal-header .close i {
    font-size: 14px;
    color: #707070
}

.cs_modal .modal-body {
    padding: 35px 30px!important;
    background: #fff;
    border-radius: 5px
}

@media (max-width:575.98px) {
    .cs_modal .modal-body {
        padding: 25px 20px!important
    }
}

.cs_modal .modal-body .chose_thumb_title,
.cs_modal .modal-body .input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    display: block;
    margin: 0 0 8px
}

.cs_modal .modal-body .input_wrap textarea {
    height: 100px;
    line-height: 28px;
    padding: 13px 25px
}

.cs_modal .modal-body .nice_Select,
.cs_modal .modal-body input,
.cs_modal .modal-body textarea {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 10px 25px;
    color: var(--backend_black);
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px
}

.cs_modal .modal-body .nice_Select::-moz-placeholder,
.cs_modal .modal-body input::-moz-placeholder,
.cs_modal .modal-body textarea::-moz-placeholder {
    color: var(--backend_black);
    font-weight: 300;
    opacity: 1
}

.cs_modal .modal-body .nice_Select::placeholder,
.cs_modal .modal-body input::placeholder,
.cs_modal .modal-body textarea::placeholder {
    color: var(--backend_black);
    font-weight: 300;
    opacity: 1
}

.cs_modal .modal-body .nice_Select {
    line-height: 30px
}

.cs_modal .modal-body .nice_Select :after {
    left: 22px
}

.cs_modal .modal-body ::-moz-placeholder {
    color: #222
}

.cs_modal .modal-body ::placeholder {
    color: #222
}

.cs_modal .modal_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.cs_modal .modal_btn .btn_1 {
    padding: 16px 26px!important;
    margin: 0 5px;
    text-align: center
}

.cs_modal .modal-footer {
    border-top: 0 solid transparent;
    padding: 30px 0 40px
}

.form_box .from_group {
    display: block;
    width: 100%;
    margin-bottom: 23px
}

.form_box .from_group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #707070
}

.form_box .from_group .nice_Select,
.form_box .from_group input,
.form_box .from_group textarea {
    width: 100%;
    display: block;
    background-color: #fef1f2;
    border: 1px solid #f1f2f3;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 10px 20px
}

.form_box .from_group textarea {
    height: 115px;
    line-height: 27px
}

.form_box .from_group .bootstrap-tagsinput input {
    border: none!important;
    width: auto!important;
    display: inline-block!important;
    background-color: transparent!important
}

.form_box .from_group .bootstrap-tagsinput .badge [data-role=remove]:after {
    background-color: transparent!important
}

.form_box .from_group .bootstrap-tagsinput .badge {
    margin: 0 5px;
    padding: 9px 8px;
    line-height: 12px;
    font-weight: 500;
    font-size: 13px
}

.form_box .from_group .badge-info {
    color: #fff;
    background-color: #2ec9b8
}

.form_box .from_group .nice_Select {
    line-height: 30px
}

.note-editable {
    background-color: #fef1f2
}

.note-btn-group.note-style {
    display: none
}

.mb_8 {
    margin-bottom: 8px!important
}

.mb_7 {
    margin-bottom: 7px!important
}

.ml-10 {
    margin-left: 10px
}

.mb_30 {
    margin-bottom: 20px!important
}

@media (max-width:575.98px) {
    .lms_block {
        display: block!important
    }
}

@media (max-width:575.98px) {
    .add_button {
        margin-top: 15px;
        margin-left: 0
    }
}

.lms_pagination_wrap {
    margin-top: 30px
}

.lms_pagination_wrap ul li {
    display: inline-block;
    margin: 0 .8px
}

.lms_pagination_wrap ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    color: #cec1c2;
    text-align: center;
    border-radius: 3px;
    font-size: 14px
}

.lms_pagination_wrap ul li a.active,
.lms_pagination_wrap ul li a:hover {
    background: #fe1724;
    color: #fff
}

@media (min-width:768px) {
    .modal-dialog.custom-modal-dialog {
        max-width: 650px
    }
}

@media (min-width:992px) {
    .modal-dialog.custom-modal-dialog {
        max-width: 950px
    }
}

@media (min-width:1200px) {
    .modal-dialog.custom-modal-dialog {
        max-width: 1050px
    }
}

.file_upload {
    border: 1px solid #eee1e2!important;
    padding: 9px 24px;
    border-radius: 3px
}

.file_upload label {
    margin-bottom: 0!important
}

.file_upload .form-group {
    margin-bottom: 0
}

.file_upload .btn_file_upload {
    color: #fff;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 0;
    display: inline-block
}

.file_upload .btn_file_upload:focus,
.file_upload .btn_file_upload:hover {
    color: #888;
    border-color: #888
}

.file_upload .input-file,
.file_upload .input-file2 {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.file_upload .input-file2+.js-labelFile,
.file_upload .input-file2+.js-labelFile2,
.file_upload .input-file+.js-labelFile,
.file_upload .input-file+.js-labelFile2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer
}

.file_upload .btn {
    padding: 0 16px!important;
    border-radius: 5px;
    background-color: #fe1724;
    display: inline-block!important;
    font-size: 14px;
    color: #fff!important;
    border-radius: 30px;
    bottom: 0;
    margin-bottom: 0
}

.file_upload .btn:hover {
    background-color: var(--backend_black);
    color: #fff;
    border: 0
}

.file_upload .form-group {
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 5px
}

td:focus,
th:focus {
    outline: none!important
}

.mb_20 {
    margin-bottom: 20px
}

.mr_10 {
    margin-right: 10px!important
}

.checkbox_wrap p {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black);
    margin-bottom: 0
}

.lms_checkbox_1 {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 50px;
    margin-bottom: 0;
    margin-right: 15px
}

.lms_checkbox_1 input {
    display: none!important
}

.lms_checkbox_1 .slider-check {
    background-color: var(--backend_black);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.lms_checkbox_1 .slider-check.round {
    border-radius: 34px
}

.lms_checkbox_1 .slider-check:before {
    background-color: #222;
    bottom: 5px;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.lms_checkbox_1 .slider-check.round:before {
    border-radius: 50%
}

.lms_checkbox_1 input:checked+.slider-check {
    background-color: #fef1f2;
    color: #fff;
    content: "oui"
}

.lms_checkbox_1 input:checked+.slider-check:before {
    transform: translateX(20px);
    background: #fe1724
}

.input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    display: block;
    margin: 0 0 8px
}

@media (min-width:991px) {
    .medium_modal_width .modal-dialog {
        max-width: 780px
    }
}

.list_header_btn_wrapper {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin-right: 60px
}

@media (max-width:575.98px) {
    .list_header_btn_wrapper {
        display: block;
        margin-bottom: 15px;
        margin-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_btn_wrapper {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .list_header_btn_wrapper {
        margin-right: 0;
        display: block
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .list_header_btn_wrapper {
        margin-right: 0;
        display: block
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .list_header_btn_wrapper {
        margin-right: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_block {
        display: block
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .list_header_block .success_faild_btn {
        margin-top: 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .list_header_block .serach_field_2 {
        width: 300px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_block .serach_field_2 {
        width: 380%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_block .box_right {
        justify-content: space-between
    }
}

.gj-datepicker .fa-calendar-alt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #cec1c2;
    right: 25px
}

.nice-select .list {
    z-index: 10;
    padding: 52px 0 0!important
}

.nice-select.infix_theme_style .list {
    padding-top: 52px!important
}

.nice-select.open .list {
    overflow-y: auto !important;
    max-height: 250px;
}

.nice-select.open .list::-webkit-scrollbar {
    width: 5px;
}
.nice-select.open .nice-select-search-box{
    width: calc(100% - 6px);
}

.nowrap {
    white-space: nowrap
}

.pagination_wrap {
    margin-top: 35px
}

@media (max-width:575.98px) {
    .pagination_wrap .pagination_text {
        text-align: center;
        margin-bottom: 15px
    }
}

.pagination_wrap .pagination_text p {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    padding-top: 0
}

.pagination_wrap .pagination_list ul {
    display: flex;
    justify-content: flex-end
}

@media (max-width:575.98px) {
    .pagination_wrap .pagination_list ul {
        justify-content: center
    }
}

.pagination_wrap .pagination_list ul li {
    display: inline-flex;
    margin-left: 10px
}

.pagination_wrap .pagination_list ul li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: var(--backend_black);
    font-size: 12px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    flex-basis: 32px
}

.pagination_wrap .pagination_list ul li a.current,
.pagination_wrap .pagination_list ul li a:hover {
    color: #fff;
    background: var(--backend_primary);
    box-shadow: 0 5px 10px rgba(108, 39, 255, .25)
}

.main-title li {
    line-height: 1
}

@media (min-width:1700px) {
    .d_block_1700 {
        display: block!important
    }
}

@media (min-width:1300px) {
    .d_block_1300 {
        display: block!important
    }
}

.select_w100 .nice-select-search,
.select_w100.open .list {
    min-width: 100%!important;
    width: 100%!important
}

@media only screen and (min-width:992px) and (max-width:1780px) {
    .table_search_min992 {
        display: none
    }
}

.required_mark {
    color: red
}

.required_mark_theme {
    color: var(--backend_primary)
}

.crm_full_height {
    height: calc(100% - 30px)
}

.box_shadow_white {
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22)
}

.inderline_text_lisk {
    color: var(--backend_primary);
    font-size: 14px;
    font-weight: 400
}

.inderline_text_lisk:hover {
    text-decoration: underline;
    color: var(--backend_primary)
}

.h32_px {
    height: 32px!important;
    line-height: 32px!important;
    font-size: 12px!important
}

.h32_px::-moz-placeholder {
    font-size: 12px
}

.h32_px::placeholder {
    font-size: 12px
}

.height_32px {
    padding: 8px 25px!important
}

.font_size_12px {
    font-size: 12px!important
}

.white_space_normal {
    white-space: normal!important
}

.mb-25 {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.mb_17 {
    margin-bottom: 17px
}

.mb-13 {
    margin-bottom: 13px
}

.mr-12 {
    margin-right: 12px!important
}

.mr-10 {
    margin-right: 10px
}

.ml_15 {
    margin-left: 15px
}

.mr_20 {
    margin-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px!important
}

@media (max-width:575.98px) {
    .mb-40 {
        margin-bottom: 30px!important
    }
}

.mb-45 {
    margin-bottom: 45px
}

.mr-30 {
    margin-right: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-100 {
    margin-bottom: 93px
}

@media (max-width:575.98px) {
    .mb-100 {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .mb-100 {
        margin-bottom: 50px
    }
}

.pt_15 {
    padding-top: 15px
}

.pt_20 {
    padding-top: 20px
}

.pt_25 {
    padding-top: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.pb_4px {
    padding-bottom: 4px!important
}

.para_14px {
    font-size: 14px;
    line-height: 26px;
    color: var(--backend_black);
    font-weight: 400
}

.brouse_File {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    cursor: pointer
}

#main-content {
    width: 85%
}

@media (max-width:1370px) {
    #main-content {
        width: 80%
    }
}

@media (min-width:1200px) {
    #main-content {
        padding: 30px 20px;
    }
}

@media (max-width:991px) {
    #main-content {
        width: 100%;
        margin-top: 0
    }
}

@media (max-width:991px) {
    .up_st_admin_visitor {
        margin-top: 15px
    }
}

.text_white {
    color: #fff!important
}

.shadow_none {
    box-shadow: none!important
}

.bg_transparent {
    background: transparent!important
}

.pt_6 {
    padding-top: 6px!important
}

input::-moz-placeholder {
    position: relative;
    top: 0!important
}

input::placeholder {
    position: relative;
    top: 0!important
}

.datepicker thead tr:first-child th.next,
.datepicker thead tr:first-child th.prev {
    position: relative;
    color: transparent
}

.datepicker thead tr:first-child th.next:before,
.datepicker thead tr:first-child th.prev:before {
    position: absolute;
    content: "\E629";
    font-family: themify;
    font-size: 15px;
    left: -2px;
    top: 0;
    color: var(--backend_black);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 13px
}

.datepicker thead tr:first-child th.next:hover:before,
.datepicker thead tr:first-child th.prev:hover:before {
    color: #fff
}

.datepicker thead tr:first-child th.next:before {
    position: absolute;
    content: "\E628";
    font-family: themify;
    font-size: 15px;
    left: -2px;
    top: 0;
    color: var(--backend_black);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 13px
}

.datepicker.dropdown-menu {
    padding: 20px
}

.datepicker.dropdown-menu .datepicker-months thead tr,
.datepicker.dropdown-menu .datepicker-years thead tr {
    display: grid;
    grid-template-columns: 35px 180px 35px
}

.datepicker.dropdown-menu .datepicker-months thead tr th,
.datepicker.dropdown-menu .datepicker-years thead tr th {
    padding: 0;
    line-height: 35px
}

.datepicker.dropdown-menu .datepicker-months thead tr th.prev,
.datepicker.dropdown-menu .datepicker-years thead tr th.prev {
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.datepicker.dropdown-menu .datepicker-months thead tr th.datepicker-switch,
.datepicker.dropdown-menu .datepicker-years thead tr th.datepicker-switch {
    height: 35px;
    width: 160px;
    margin: auto
}

.datepicker.dropdown-menu .datepicker-months thead tr th.next,
.datepicker.dropdown-menu .datepicker-years thead tr th.next {
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.datepicker.dropdown-menu .datepicker-months tbody tr td,
.datepicker.dropdown-menu .datepicker-years tbody tr td {
    width: 100%;
    height: 100%;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 10px
}

.datepicker.dropdown-menu .datepicker-months tbody tr td span.month,
.datepicker.dropdown-menu .datepicker-months tbody tr td span.year,
.datepicker.dropdown-menu .datepicker-years tbody tr td span.month,
.datepicker.dropdown-menu .datepicker-years tbody tr td span.year {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0!important;
    font-size: 12px;
    border-radius: 50%
}

.datepicker.dropdown-menu .datepicker-days table thead>tr {
    display: grid;
    grid-template-columns: 35px 180px 35px
}

.datepicker.dropdown-menu .datepicker-days table thead>tr th {
    padding: 0;
    line-height: 35px
}

.datepicker.dropdown-menu .datepicker-days table thead>tr th.prev {
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.datepicker.dropdown-menu .datepicker-days table thead>tr th.datepicker-switch {
    height: 35px;
    width: 160px;
    margin: auto
}

.datepicker.dropdown-menu .datepicker-days table thead>tr th.next {
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.datepicker.dropdown-menu .datepicker-days table thead tr:last-child {
    display: grid;
    margin-top: 10px;
    grid-template-columns: repeat(7, 1fr)
}

.datepicker.dropdown-menu .datepicker-days table thead tr:last-child th {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px
}

.datepicker.dropdown-menu .datepicker-days table tbody tr {
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.datepicker.dropdown-menu .datepicker-days table tbody tr td.day {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0!important;
    font-size: 12px
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    color: var(--backend_black)
}

.btn_1 {
    background-color: var(--backend_black);
    border: 1px solid var(--backend_black);
    color: #fff;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
    transition: .5s
}

.btn_1 i {
    font-size: 15px;
    padding-right: 7px
}

.btn_1:hover {
    background-color: #fff;
    border: 1px solid var(--backend_black);
    color: var(--backend_black)
}

.btn_1.light {
    background-color: rgba(65, 80, 148, .1);
    color: var(--backend_black)
}

.btn_1.green,
.btn_1.light {
    border: 1px solid transparent
}

.btn_1.green {
    background-color: rgba(46, 201, 184, .1);
    color: #2ec9b8
}

.btn_1.sm {
    font-size: 12px;
    padding: 6px 15px
}

.btn_1.big_btn {
    padding: 11px 36px
}

.btn_1.form_big_btn_1 {
    padding: 16px 62px!important
}

@media (max-width:575.98px) {
    .btn_1.form_big_btn_1 {
        padding: 16px 30px!important
    }
}

.btn_1.big_btn2 {
    padding: 11px 37px
}

.btn_2 {
    color: var(--backend_black);
    border: 1px solid var(--backend_black);
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    transition: .5s
}

.btn_2:hover {
    background-color: var(--backend_black);
    border: 1px solid var(--backend_black);
    color: #fff
}

.btn_3 {
    color: #222;
    border: 1px solid #e4e8ec;
    display: inline-block;
    padding: 11px 27px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    transition: .5s
}

.btn_3.border_color_1 {
    border: 1px solid #eee1e2
}

.btn_3:hover {
    background-color: var(--backend_black);
    border: 1px solid var(--backend_black);
    color: #fff
}

.btn_4 {
    display: inline-block;
    border: 1px solid #e4e8ec;
    border-radius: 5px;
    color: var(--backend_black);
    text-align: center;
    padding: 9px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    transition: .5s
}

.btn_4:hover {
    background-color: var(--backend_black);
    border: 1px solid var(--backend_black);
    color: #fff
}

.btn_5 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 16px 26px!important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    transition: .5s;
    background: #fff!important;
    text-shadow: none!important;
    opacity: 1;
    color: #222
}

.btn_5:hover {
    background-color: var(--backend_black)!important;
    border: 1px solid var(--backend_black)!important;
    color: #fff;
    opacity: 1!important
}

.btn_5.small_btn {
    padding: 11px 26px!important
}

@media (max-width:575.98px) {
    .btn_5.small_btn {
        padding: 11px 19px!important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn_5.small_btn {
        padding: 11px 19px!important
    }
}

.btn_6 {
    color: #222;
    border: 1px solid #eee1e2;
    display: inline-block;
    padding: 11px 25px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    transition: .5s
}

.btn_6:hover {
    background-color: var(--backend_black);
    border: 1px solid var(--backend_black);
    color: #fff
}

.sm_btn {
    line-height: 15px;
    background-color: #fff;
    height: 34px;
    padding: 9px 20px;
    color: #212e40;
    width: 150px;
    text-transform: capitalize;
    border: 1px solid #eee1e2
}

.primary_btn {
    color: var(--backend_black);
    border: 1px solid var(--backend_primary);
    display: inline-block;
    padding: 7px 23px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    background-color: transparent;
    white-space: nowrap;
    transition: .3s
}

.primary_btn:hover {
    border: 1px solid transparent;
    color: #fff
}

.primary_btn_1 {
    display: inline-block;
    padding: 7px 25px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    white-space: nowrap;
    transition: .3s;
    color: #fff
}

.primary_btn_1 i {
    font-size: 12px;
    padding-right: 6px
}

.primary_btn_1:hover {
    color: #fff
}

.primary_btn_2 {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    white-space: nowrap;
    transition: .3s;
    color: #fff;
    border: 0;
    cursor: pointer;
    overflow: hidden
}

.primary_btn_2 i {
    font-size: 12px;
    padding-right: 6px
}

.primary_btn_2:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgba(108, 39, 255, .25)
}

.primary_btn_large {
    display: inline-block;
    padding: 17px 23px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
    transition: .3s;
    color: #fff;
    border: 0;
    cursor: pointer;
    letter-spacing: .1em
}

.primary_btn_large i {
    font-size: 12px;
    padding-right: 6px
}

.primary_btn_large:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgba(108, 39, 255, .25)
}

.primary_btn_circle {
    border: 1px solid var(--backend_primary);
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 500;
    border-radius: 50%;
    background-color: transparent;
    white-space: nowrap;
    width: 32px;
    height: 32px;
    text-align: center
}

.primary_btn_circle,
.primary_btn_circle i {
    color: var(--backend_black);
    font-size: 12px;
    transition: .3s;
    line-height: 32px
}

.primary_btn_circle:hover {
    border: 1px solid transparent;
    color: #fff
}

.primary_btn_circle:hover i {
    color: #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    content: "\E61A";
    font-family: themify;
    font-size: 8px;
    line-height: 14px;
    font-weight: 600;
    background-color: #fef1f2;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .08), -6px -6px 12px #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, .08), inset -6px -6px 12px #fff
}

.CRM_dropdown.dropdown .dropdown-toggle {
    background: transparent;
    color: var(--backend_primary);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--backend_primary);
    border-radius: 32px;
    padding: 2px 40px 5px 23px;
    text-transform: uppercase;
    overflow: hidden;
    transition: .3s;
    height: 32px
}

.CRM_dropdown.dropdown .dropdown-toggle:hover {
    background: var(--backend_primary) !important;
    border-color: var(--backend_primary) !important;
    color: #fff;
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    .CRM_dropdown.dropdown .dropdown-toggle {
        padding: 2px 30px 5px 23px
    }
}

.CRM_dropdown.dropdown .dropdown-toggle:after {
    content: "\E62A";
    font-family: themify;
    border: none;
    border-top: 0;
    font-size: 12px;
    position: relative;
    top: 3px;
    left: 0;
    font-weight: 400;
    transition: .3s
}

.CRM_dropdown.dropdown .dropdown-toggle:focus,
.CRM_dropdown.dropdown .dropdown-toggle:hover {
    color: #fff;
    border: 1px solid var(--backend_primary_deep) !important;
    background: var(--backend_primary_deep) !important;
    box-shadow: none!important
}

.CRM_dropdown.dropdown .dropdown-menu {
    border-radius: 5px 5px 10px 10px;
    border: 0;
    padding: 15px 0;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    margin-top: 5px;
    min-width: max-content;
}

.CRM_dropdown.dropdown .dropdown-menu.full_width {
    min-width: 110px
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
    color: var(--backend_black);
    text-align: right;
    font-size: 12px;
    padding: 4px 1.5rem;
    text-transform: uppercase;
    cursor: pointer
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--backend_black)
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item .active,
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:active {
    color: var(--backend_black);
    background-color: #f8f9fa
}

.CRM_dropdown.dropdown.CRM_dropdown_default button {
    padding: 0!important;
    border: 0!important;
    text-transform: capitalize;
    font-size: 13px;
    text-align: left;
    overflow: visible
}

.CRM_dropdown.dropdown.CRM_dropdown_default button:hover {
    background: transparent;
    color: var(--backend_black)
}

.CRM_dropdown.dropdown.CRM_dropdown_default button:focus,
.CRM_dropdown.dropdown.CRM_dropdown_default button:hover {
    border: 0;
    box-shadow: none!important;
    background: transparent;
    color: var(--backend_black)
}

.CRM_dropdown.dropdown.CRM_dropdown_default button:after {
    content: "\F0D7";
    font-family: Font Awesome\ 5 free;
    border: none;
    border-top: 0;
    font-size: 12px;
    position: relative;
    top: 3px;
    left: 0;
    font-weight: 900;
    transition: .3s;
    position: absolute;
    right: 0;
    left: auto;
    top: 4px
}

.CRM_dropdown.dropdown.CRM_dropdown_default .dropdown-item {
    text-transform: capitalize!important;
    text-align: left
}

.dropdown-menu.option_width_8 {
    min-width: 150px
}

.badge_1 {
    background: rgba(75, 207, 144, .1);
    font-size: 13px!important;
    font-weight: 500!important;
    color: #4bcf90!important;
    border: 0;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 21px;
    white-space: nowrap;
    line-height: 1.2;
    text-transform: capitalize
}

.badge_1:hover {
    background: rgba(75, 207, 144, .15)
}

.badge_2 {
    background: rgba(255, 109, 104, .1);
    font-size: 13px!important;
    font-weight: 500!important;
    color: #ff6d68!important;
    border: 0;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 21px;
    white-space: nowrap;
    line-height: 1.2;
    text-transform: capitalize
}

.badge_2:hover {
    background: rgba(255, 109, 104, .15)
}

.badge_3 {
    font-size: 13px!important;
    font-weight: 500!important;
    color: #ffad1f!important;
    border: 0;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 21px;
    white-space: nowrap;
    line-height: 1.2;
    text-transform: capitalize
}

.badge_3,
.badge_3:hover {
    background: rgba(255, 173, 31, .1)
}

.badge_4 {
    font-size: 13px!important;
    font-weight: 500!important;
    color: #ff6d68!important;
    border: 0;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 21px;
    white-space: nowrap;
    line-height: 1.2;
    text-transform: capitalize
}

.badge_4,
.badge_4:hover {
    background: rgba(255, 109, 104, .1)
}

.header_iner {
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 99;
    position: relative;
    margin: 0 0 30px
}

@media (max-width:575.98px) {
    .header_iner {
        justify-content: flex-end!important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner {
        justify-content: flex-end!important
    }
}

@media (max-width:991px) {
    .header_iner {
        margin: 0
    }
}

@media (max-width:575.98px) {
    .header_iner {
        margin: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner {
        margin: 0
    }
}

.header_iner .page_tittle h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 2px
}

@media (max-width:991px) {
    .header_iner .page_tittle h3 {
        margin-right: 15px
    }
}

.header_iner .page_tittle .page_subtitle {
    font-size: 12px;
    font-weight: 300;
    color: var(--backend_black);
    margin-bottom: 0
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
    color: var(--backend_black)
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
    color: #fe1724;
    white-space: nowrap
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
    margin-left: 10px;
    margin-right: 7px;
    font-size: 12px
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    position: relative;
    margin: 0 7px 0 10px;
    top: -1px
}

@media (max-width:575.98px) {
    .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
        margin: 0 2px
    }
}

.header_iner .btn_1 {
    margin: 0 30px
}

@media (max-width:991px) {
    .header_iner .notification {
        margin: 0 10px
    }
}

.header_iner .notification i {
    color: #707070;
    position: relative;
    font-size: 20px
}

.header_iner .notification i:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: 9px;
    width: 9px;
    background-color: var(--backend_black);
    border-radius: 50%
}

@media (max-width:767.98px) {
    .header_iner .serach_field-area {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_iner .serach_field-area {
        width: auto;
        left: 40px;
        display: none
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_iner .header_middle .select_style {
        margin-left: 150px
    }
}

.header_iner .header_right .header_notification_warp {
    margin-right: 20px;
    margin-left: 16px;
}

.header_iner .header_right .header_notification_warp li {
    display: inline-block;
    position: relative
}

@media (max-width:575.98px) {
    .header_iner .header_right .header_notification_warp li {
        position: static
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner .header_right .header_notification_warp li {
        position: static
    }
}

@media (max-width:991px) {
    .header_iner .header_right .header_notification_warp li {
        position: static
    }
}

.header_iner .header_right .header_notification_warp li:last-child a {
    margin-right: 0
}

.header_iner .header_right .header_notification_warp li>a {
    font-size: 20px;
    color: var(--backend_black);
    position: relative;
    margin-right: 29px;
    display: inline-block
}

.header_iner .header_right .header_notification_warp li>a i {
    transition: .3s;
    color: #707db7
}

@media (max-width:575.98px) {
    .header_iner .header_right .header_notification_warp li>a {
        margin-right: 15px;
        font-size: 15px
    }
}

.header_iner .header_right .header_notification_warp li>a>span.notification_count {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    border-radius: 50%;
    right: -8px;
    top: -4px
}

.header_iner .header_right .header_notification_warp li.scroll_notification_list {
    position: relative
}

@media (max-width:575.98px) {
    .header_iner .header_right .select_style {
        display: none!important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner .header_right .select_style {
        display: none!important
    }
}

.profile_info {
    position: relative
}

.profile_info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width:991px) {
    .profile_info img {
        max-width: 30px;
        max-height: 30px
    }
}

.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: var(--backend_black);
    text-align: right;
    width: 215px;
    padding: 30px 30px 20px;
    opacity: 0;
    visibility: hidden;
    top: 65px;
    transition: .5s;
    border-radius: 5px
}

.profile_info .profile_info_iner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -14px;
    right: 10px;
    border-color: transparent transparent var(--backend_black);
    border-style: solid;
    border-width: 0 15px 20px
}

.profile_info .profile_info_iner a {
    display: block
}

.profile_info .profile_info_iner p {
    font-size: 12px;
    font-weight: 300
}

.profile_info .profile_info_iner h5 {
    font-size: 12px;
    color: #fff
}

.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 65px
}

.profile_info .profile_info_details {
    margin-top: 20px;
    border-top: 1px solid #79838b;
    padding-top: 10px
}

.profile_info .profile_info_details a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 0
}

.profile_info .profile_info_details a:hover,
.profile_info .profile_info_details a:hover i {
    color: #fff
}

.profile_info .profile_info_details i {
    color: #ccc;
    font-size: 12px;
    margin-left: 20px;
    transition: .5s
}

.admin .sidebar_icon {
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 20px;
    background: transparent!important
}

@media (max-width:575.98px) {
    .admin .sidebar_icon {
        right: auto;
        left: 60px;
        top: 55%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .admin .sidebar_icon {
        right: auto;
        left: 0
    }
}

@media (max-width:991px) {
    .admin .sidebar_icon {
        right: auto;
        left: 0;
        left: 60px;
        top: 55%
    }
}

.admin .sidebar_icon i {
    font-size: 20px;
    color: var(--backend_black)
}

@media (max-width:575.98px) {
    .admin .sidebar_icon i {
        font-size: 18px
    }
}

.serach_field-area {
    width: auto;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .serach_field-area {
        width: 400px
    }
}

.serach_field-area .search_inner input {
    color: var(--backend_black);
    font-size: 13px;
    height: 40px;
    width: 100%;
    padding-left: 32px;
    border: 0;
    padding-right: 15px;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    background: transparent
}

.serach_field-area .search_inner input::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
}

.serach_field-area .search_inner input::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
}

.serach_field-area .search_inner input:focus {
    outline: none;
}

.serach_field-area .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 0;
    padding-right: 11px
}

.serach_field-area .search_inner button i {
    font-size: 17px;
    color: var(--backend_black)
}

.serach_field_2 {
    width: 430px;
    position: relative;
    margin-right: 0
}

@media (max-width:575.98px) {
    .serach_field_2 {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .serach_field_2 {
        width: 190px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .serach_field_2 {
        width: 230px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .serach_field_2 {
        width: 300px
    }
}

.serach_field_2 .search_inner input {
    color: #000;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding-left: 55px;
    border: 1px solid #eee1e2;
    padding-right: 15px
}

.serach_field_2 .search_inner input::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black)
}

.serach_field_2 .search_inner input::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black)
}

.serach_field_2 .search_inner input:focus {
    outline: none
}

.serach_field_2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 19px;
    padding-right: 11px
}

.serach_field_2 .search_inner button i {
    font-size: 12px;
    color: #fe1724
}

.serach_field_2 .search_inner button:before {
    position: absolute;
    width: 1px;
    height: 24px;
    content: "";
    background: #eee1e2;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

table.dataTable {
    width: 100%!important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
}

.small_logo_crm {
    position: absolute;
    left: 0
}

.small_logo_crm img {
    width: 50px
}

.body_content {
    display: flex
}

.main-title h3 {
    font-size: 18px;
    line-height: 27px
}

.main-title2 h4 {
    font-size: 16px;
    line-height: 26px
}

.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center
}

@media (max-width:575.98px) {
    .box_header.box_header_block {
        flex-direction: column;
        align-items: flex-start!important
    }
}

@media (max-width:575.98px) {
    .box_header.box_header_block .main-title {
        margin-bottom: 15px
    }
}

.address_book_hint p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px
}

.single_element h4 {
    margin-bottom: 30px
}

.single_element .quick_activity_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 50px
}

@media (max-width:575.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 10px;
    transition: .5s;
    padding: 18px 30px;
    position: relative;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22)
}

@media (max-width:575.98px) {
    .single_element .single_quick_activity {
        padding: 20px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_element .single_quick_activity {
        padding: 20px 15px
    }
}

.single_element .single_quick_activity h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 500;
    transition: .5s;
    color: var(--backend_black)
}

.single_element .single_quick_activity p {
    transition: .5s
}

.single_element .single_quick_activity:hover {
    background: var(--backend_black)
}

.single_element .single_quick_activity:hover h3,
.single_element .single_quick_activity:hover p {
    color: #fff
}

.single_element .single_quick_activity:hover .quick_activity_icon {
    background-color: rgba(255, 247, 248, .2)
}

.single_element .single_quick_activity:hover .quick_activity_icon i {
    color: #fff
}

.dashboard_part .notification_tab {
    padding: 27px 25px;
    background-color: #f5ecec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    transition: .5s
}

.dashboard_part .notification_tab p {
    font-size: 16px;
    color: #222
}

.dashboard_part .notification_tab p a {
    color: var(--backend_black)
}

.dashboard_part .hide_icon {
    cursor: pointer
}

.dashboard_part .hide_icon i {
    color: var(--backend_black);
    font-size: 10px
}

.white_box {
    padding: 24px 24px !important;
    background-color: #fff;
    border-radius: 10px
}

@media (min-width: 1200px) and (max-width:1439px) {
    .white-box {
        padding: 30px;
    }
}

@media (max-width:575.98px) {
    .white_box {
        padding: 30px 25px
    }
}

.white_box .white_box_tittle h4 {
    font-size: 16px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .white_box .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.white_box_large {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px
}

@media (max-width:575.98px) {
    .white_box_large {
        padding: 30px 25px
    }
}

.white_box_large .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width:991px) {
    .white_box_large .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.white_box_30px {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px
}

@media (max-width:575.98px) {
    .white_box_30px {
        padding: 30px 25px
    }
}

.white_box_30px .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width:991px) {
    .white_box_30px .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.white_box_50px {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px
}

@media (max-width:575.98px) {
    .white_box_50px {
        padding: 30px 25px
    }
}

.white_box2 {
    padding: 40px 40px 25px;
    background-color: #fff;
    border-radius: 5px
}

@media (max-width:575.98px) {
    .white_box2 {
        padding: 30px 25px
    }
}

.white_box2 .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width:991px) {
    .white_box2 .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.chart_box .white_box_tittle {
    margin-bottom: 20px;
}

.chart_box .white_box_tittle h4 {
    margin-bottom: 16px
}

@media (max-width:991px) {
    .chart_box .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.chart_box p {
    margin-bottom: 29px;
    color: #707070
}

.chart_box label {
    margin-bottom: 16px !important;
}

.chart_box .b {
    display: block!important
}

.chart_box .toggle {
    position: relative;
    width: 44px;
    height: 22px;
    border-radius: 50px;
    background-color: #222;
    border: 1px solid #222;
    overflow: hidden
}

.chart_box .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6
}

.chart_box .check:checked~.switch {
    right: 5px;
    left: 57.5%;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: .08s, 0s
}

.chart_box .switch {
    position: absolute;
    left: 5px;
    top: 3px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    height: 13px;
    width: 13px;
    padding: 6px!important;
    margin-right: 0
}

.chart_box .switch:after {
    display: none
}

.chart_box .hide {
    display: none!important
}

.QA_section_white {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width:575.98px) {
    .QA_section_white {
        padding: 20px
    }
}

.QA_section_white.QA_section .QA_table .table {
    box-shadow: none!important
}

.QA_section .QA_table .table {
    background: #fff;
    box-shadow: 0 0 0;
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0
}


/* .QA_section .QA_table td,
.QA_section .QA_table th {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    color: #222;
    padding: 16px 30px;
    vertical-align: middle;
    position: relative
} */

.QA_section .QA_table .question_content {
    color: var(--backend_black);
    font-size: 13px
}

.QA_section .QA_table .question_content:hover {
    color: var(--backend_black)
}

.QA_section .QA_table thead th {
    padding-left: 45px!important
}

.QA_section .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 500!important
}

.QA_section .QA_table tbody td,
.QA_section .QA_table tbody th {
    font-size: 16px;
    color: var(--backend_black);
    /* border-bottom: 1px solid rgba(130, 139, 178, .15); */
}

.QA_section .QA_table tbody td a,
.QA_section .QA_table tbody th a {
    font-size: 14px;
    color: var(--backend_black)
}

.QA_section .QA_table tbody td a.active_hover,
.QA_section .QA_table tbody td a:hover,
.QA_section .QA_table tbody th a.active_hover,
.QA_section .QA_table tbody th a:hover {
    color: var(--backend_primary)
}

.QA_section .QA_table tbody td.pending,
.QA_section .QA_table tbody th.pending {
    color: #e09079;
    text-transform: uppercase;
    font-size: 12px;
}

.QA_section .QA_table tbody td.priority_hight,
.QA_section .QA_table tbody th.priority_hight {
    font-size: 14px;
    color: #d7598f;
    font-weight: 400
}

.QA_section .QA_table tbody tr {
    transition: .3s
}

.QA_section .QA_table tbody tr:hover {
    background: #fff
}

.QA_section .QA_table .view_btn {
    color: var(--backend_black)
}

.QA_section .QA_table .view_btn:hover {
    text-decoration: underline
}

.QA_section .QA_table .table {
    margin-bottom: 0!important
}

.QA_section .QA_table .table thead th {
    background-color: #fff;
    padding: 17px 30px;
    line-height: 16px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    white-space: nowrap;
    text-transform: uppercase
}

.QA_section3 .QA_table .table {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 40px
}

.QA_section3 .QA_table td,
.QA_section3 .QA_table th {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    color: #222;
    padding: 16px 30px;
    vertical-align: middle;
    position: relative
}

.QA_section3 .QA_table .question_content {
    color: var(--backend_black);
    font-size: 13px
}

.QA_section3 .QA_table .question_content:hover {
    color: var(--backend_black)
}

.QA_section3 .QA_table thead th {
    font-weight: 500!important;
    white-space: nowrap;
    border-bottom: 1px solid rgba(130, 139, 178, .3)!important
}

.QA_section3 .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black)!important;
    font-weight: 500!important
}

.QA_section3 .QA_table tbody td,
.QA_section3 .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 300;
    border-bottom: 1px solid rgba(130, 139, 178, .15)
}

.QA_section3 .QA_table tbody td a,
.QA_section3 .QA_table tbody th a {
    font-size: 14px;
    font-weight: 300;
    color: var(--backend_black)
}

.QA_section3 .QA_table tbody td a.active_hover,
.QA_section3 .QA_table tbody td a:hover,
.QA_section3 .QA_table tbody th a.active_hover,
.QA_section3 .QA_table tbody th a:hover {
    color: var(--backend_primary)
}

.QA_section3 .QA_table tbody td.pending,
.QA_section3 .QA_table tbody th.pending {
    color: #e09079;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.QA_section3 .QA_table tbody td.priority_hight,
.QA_section3 .QA_table tbody th.priority_hight {
    font-size: 14px;
    color: #d7598f;
    font-weight: 400
}

.QA_section3 .QA_table tbody tr {
    transition: .3s
}

.QA_section3 .QA_table tfoot td,
.QA_section3 .QA_table tfoot th {
    font-weight: 500;
    color: var(--backend_black);
    font-size: 16px
}

.QA_section3 .QA_table .view_btn {
    color: var(--backend_black)
}

.QA_section3 .QA_table .view_btn:hover {
    text-decoration: underline
}

.QA_section3 .QA_table .table {
    margin-bottom: 0!important
}

.QA_section3 .QA_table .table thead th {
    padding: 7px 30px 20px;
    line-height: 16px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    white-space: nowrap;
    text-transform: uppercase
}

.QA_section2 .QA_table .table {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 40px
}

.QA_section2 .QA_table td,
.QA_section2 .QA_table th {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: #222;
    padding: 16px 30px;
    vertical-align: middle;
    position: relative
}

.QA_section2 .QA_table .question_content {
    color: var(--backend_black);
    font-size: 13px
}

.QA_section2 .QA_table .question_content:hover {
    color: var(--backend_black)
}

.QA_section2 .QA_table thead th {
    white-space: nowrap;
    border-bottom: 1px solid rgba(130, 139, 178, .3)!important
}

.QA_section2 .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black)!important;
    font-weight: 400!important
}

.QA_section2 .QA_table tbody td,
.QA_section2 .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    border-bottom: 1px solid rgba(130, 139, 178, .15)
}

.QA_section2 .QA_table tbody td a,
.QA_section2 .QA_table tbody th a {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black)
}

.QA_section2 .QA_table tbody td a.active_hover,
.QA_section2 .QA_table tbody td a:hover,
.QA_section2 .QA_table tbody th a.active_hover,
.QA_section2 .QA_table tbody th a:hover {
    color: var(--backend_primary)
}

.QA_section2 .QA_table tbody td.pending,
.QA_section2 .QA_table tbody th.pending {
    color: #e09079;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.QA_section2 .QA_table tbody td.priority_hight,
.QA_section2 .QA_table tbody th.priority_hight {
    font-size: 14px;
    color: #d7598f;
    font-weight: 400
}

.QA_section2 .QA_table tbody tr {
    transition: .3s
}

.QA_section2 .QA_table tfoot td,
.QA_section2 .QA_table tfoot th {
    font-weight: 500;
    color: var(--backend_black);
    font-size: 16px
}

.QA_section2 .QA_table .view_btn {
    color: var(--backend_black)
}

.QA_section2 .QA_table .view_btn:hover {
    text-decoration: underline
}

.QA_section2 .QA_table .table {
    margin-bottom: 0!important
}

.QA_section2 .QA_table .table thead th {
    padding: 35px 30px 20px;
    line-height: 16px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black);
    white-space: nowrap;
    text-transform: uppercase
}

.common_QA_section .QA_table .table {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 40px
}

.common_QA_section .QA_table td,
.common_QA_section .QA_table th {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: #222;
    padding: 16px 40px;
    vertical-align: middle;
    position: relative
}

.common_QA_section .QA_table .question_content {
    color: var(--backend_black);
    font-size: 13px
}

.common_QA_section .QA_table .question_content:hover {
    color: var(--backend_black)
}

.common_QA_section .QA_table thead th {
    white-space: nowrap;
    border-bottom: 1px solid rgba(130, 139, 178, .3)!important
}

.common_QA_section .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black)!important;
    font-weight: 400!important
}

.common_QA_section .QA_table tbody td,
.common_QA_section .QA_table tbody th {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    border-bottom: 1px solid rgba(130, 139, 178, .15);
    padding-left: 40px!important
}

.common_QA_section .QA_table tbody td a,
.common_QA_section .QA_table tbody th a {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black)
}

.common_QA_section .QA_table tbody td a.active_hover,
.common_QA_section .QA_table tbody td a:hover,
.common_QA_section .QA_table tbody th a.active_hover,
.common_QA_section .QA_table tbody th a:hover {
    color: var(--backend_primary)
}

.common_QA_section .QA_table tbody td.pending,
.common_QA_section .QA_table tbody th.pending {
    color: #e09079;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.common_QA_section .QA_table tbody td.priority_hight,
.common_QA_section .QA_table tbody th.priority_hight {
    font-size: 14px;
    color: #d7598f;
    font-weight: 400
}

.common_QA_section .QA_table tbody tr {
    transition: .3s
}

.common_QA_section .QA_table tfoot td,
.common_QA_section .QA_table tfoot th {
    font-weight: 500;
    color: var(--backend_black);
    font-size: 16px
}

.common_QA_section .QA_table .view_btn {
    color: var(--backend_black)
}

.common_QA_section .QA_table .view_btn:hover {
    text-decoration: underline
}

.common_QA_section .QA_table .table {
    margin-bottom: 0!important
}

.common_QA_section .QA_table .table thead th {
    padding: 17px 30px 20px 45px;
    line-height: 16px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black);
    white-space: nowrap;
    text-transform: uppercase
}

.check_box_table .QA_table .table tbody th:first-child,
.check_box_table .QA_table .table thead th:first-child {
    padding-left: 35px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .chart_box_1 .box_header {
        flex-direction: column
    }
}

.chart_box_1 .box_header .box_header_left {
    flex-basis: 50%
}

@media (min-width:768px) and (max-width:991.98px) {
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 55%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 55%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

.chart_box_1 .box_header .box_header_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.chart_box_1 .box_header .box_header_left ul li {
    display: inline-block;
    text-align: center
}

@media (max-width:575.98px) {
    .chart_box_1 .box_header .box_header_left ul li {
        flex: 50% 0 0;
        margin-bottom: 20px
    }
}

.chart_box_1 .box_header .box_header_left ul li h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--backend_black)
}

.chart_box_1 .box_header .box_header_left ul li p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0
}

.chart_box_1 .box_header .box_header_right .legend_circle ul li {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 400;
    margin-right: 30px;
    display: inline-block
}

@media (max-width:575.98px) {
    .chart_box_1 .box_header .box_header_right .legend_circle ul li {
        margin-right: 14px
    }
}

.chart_box_1 .box_header .box_header_right .legend_circle ul li:last-child {
    margin-right: 0
}

.chart_box_1 .box_header .box_header_right .legend_circle ul li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px
}

span.current {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 400;
}

.form_style .form-group label,
.form_style .form-group p {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 13px;
    color: var(--backend_black)
}

.form_style .form-group input {
    border: 1px solid #e4e8ec;
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black);
    padding: 15px 25px;
    background-color: #fef1f2;
    height: auto;
    line-height: 18px
}

.revenue_part .btn_2 {
    padding: 8px 13px;
    margin-left: 30px
}

.revenue_part .courses_price .btn_1 {
    padding: 13px 32px;
    line-height: 16px;
    height: auto;
    width: auto
}

.revenue_part .courses_details span {
    font-size: 16px;
    font-weight: 600;
    color: var(--backend_black);
    margin-top: 3px
}

.revenue_part .courses_duration {
    position: relative;
    padding-left: 25px
}

.revenue_part .courses_duration h6 {
    font-size: 14px;
    margin-bottom: 8px
}

.revenue_part .courses_duration h6 i {
    color: var(--backend_black);
    position: absolute;
    left: 0;
    top: 2px
}

.payment_methord h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px
}

.payment_methord .payment_mathord_content {
    background-color: #fff;
    padding: 30px
}

.payment_methord .payment_mathord_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 28px 0 7px
}

.payment_methord .payment_mathord_content .btn_1 {
    margin-top: 28px
}

.payment_methord .nav-tabs {
    border-bottom: 0 solid transparent
}

.payment_methord .payment_methord_logo {
    display: flex;
    align-items: center
}

.payment_methord .payment_methord_logo .single_logo_iner {
    width: 188px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc1c9;
    border-left: 0 solid transparent;
    transition: .5s
}

.payment_methord .payment_methord_logo .single_logo_iner:first-child {
    border-left: 1px solid #bbc1c9;
    border-radius: 5px 0 0 5px
}

.payment_methord .payment_methord_logo .single_logo_iner:last-child {
    border-radius: 0 5px 5px 0
}

.payment_methord .payment_methord_logo .single_logo_iner img {
    max-width: 100px
}

.payment_methord .payment_methord_logo .single_logo_iner.active {
    border: 1px solid var(--backend_black)!important
}

.form_group {
    margin-top: 24px
}

.form_group input {
    width: 100%;
    background-color: #fef1f2;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    padding: 12px 20px
}

.form_group .single_form_item label {
    width: 100%;
    display: block
}

.form_group .single_form_item input {
    width: auto;
    display: inline-block;
    padding: 12px 20px;
    max-width: 85px;
    color: #9c9c9c
}

.form_group #CVV {
    max-width: 118px!important
}

.form_group .nice_Select {
    background-color: #fef1f2;
    margin-right: 10px;
    color: #9c9c9c
}

.checkbox label {
    margin-bottom: 0;
    margin-top: 25px;
    color: #9c9c9c;
    margin-left: 8px
}

.footer_part {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 6px;
    background: transparent;
    padding-left: 270px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .footer_part {
        padding-left: 0!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer_part {
        padding-left: 20%
    }
}

.footer_part p {
    font-size: 14px;
    font-weight: 300;
    color: var(--backend_black)
}

.footer_part p span {
    margin: 0 10px
}

.footer_part p a {
    color: var(--backend_black)
}

.footer_part p a:hover {
    text-decoration: underline
}

.breadcrumb_content {
    background-color: #fff;
    padding: 19px 30px;
    line-height: 22px
}

@media (max-width:991px) {
    .breadcrumb_content {
        padding: 25px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb_content {
        display: block!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .breadcrumb_content {
        display: block!important
    }
}

.breadcrumb_content .active {
    color: var(--backend_black)
}

.breadcrumb_content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .breadcrumb_content h2 {
        margin-bottom: 15px;
        padding: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb_content h2 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .breadcrumb_content h2 {
        margin-bottom: 15px
    }
}

.breadcrumb_content .sa_breadcrumb_iner a {
    position: relative;
    color: var(--backend_black);
    padding-left: 30px
}

.breadcrumb_content .sa_breadcrumb_iner a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    -webkit-clip-path: polygon(0 0, 100% 55%, 0 100%);
    clip-path: polygon(0 0, 100% 55%, 0 100%);
    background-color: var(--backend_black);
    width: 10px;
    height: 10px;
    transition: .5s
}

.breadcrumb_content .sa_breadcrumb_iner a:first-child {
    padding-left: 0
}

.breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
    display: none
}

.breadcrumb_content .sa_breadcrumb_iner a:hover {
    color: var(--backend_black)
}

.breadcrumb_content .sa_breadcrumb_iner a:hover:after {
    background-color: var(--backend_black)
}

.breadcrumb_content .sa_breadcrumb_iner a:last-child {
    color: var(--backend_black)
}

.breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
    background-color: var(--backend_black)
}

#morris_bar,
#morris_bar_bold {
    height: 300px
}

tspan {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black);
    text-transform: capitalize
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0;
    font-size: 13px;
    color: #fff!important;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: var(--backend_black);
    line-height: 12px;
    font-family: Poppins, sans-serif
}

.morris-hover.morris-default-style {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #000!important;
    border: 0;
    padding: 7px 22px 5px!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500
}

.morris-hover.morris-default-style span {
    font-weight: 700;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: var(--backend_black);
    line-height: 12px;
    font-family: Poppins, sans-serif
}

.single_tilt {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    padding: 20px 30px
}

.single_tilt .tilt_content h4 {
    font-size: 24px;
    color: var(--backend_black);
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0
}

.single_tilt .tilt_content h4 span {
    color: var(--backend_black);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

.single_tilt .tilt_content p {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 500
}

.lms_category_wrap {
    margin-bottom: 50px
}

.lms_category_wrap .category_header {
    background: #fef1f2;
    border-radius: 5px;
    padding: 17px 30px
}

.lms_category_wrap .category_header .category_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0
}

.lms_category_wrap .category_header .category_left p {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .lms_category_wrap .category_header .category_right {
        margin-top: 15px
    }
}

.lms_category_wrap ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    align-items: center;
    border-bottom: 1px solid #eee1e2;
    transition: .3s
}

@media (max-width:575.98px) {
    .lms_category_wrap ul li {
        padding: 15px 20px
    }
}

.lms_category_wrap ul li .category_info p {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black)
}

.lms_category_wrap ul li:hover {
    background: #fff7f8
}

.note-editor.note-frame {
    border: 1px solid var(--backend_gray);
    border-radius: 10px
}

.note-editor.note-frame .note-popover .note-popover-content,
.note-editor.note-frame .note-toolbar {
    padding: 24px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid var(--backend_gray_200);
    /* background-color: #f5f7fb */
}

.note-editor.note-frame .note-btn i,
.note-editor.note-frame .note-current-fontname {
    color: var(--backend_primary);
    font-size: 14px
}

.note-editor.note-frame .note-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--backend_primary);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px;
    border-color: #CCCCCC;
}

.note-editor.note-frame .note-btn:hover {
    color: #fff;
    background: var(--backend_primary)
}

.note-editor.note-frame .note-btn .note-current-fontname:hover {
    color: #fff
}

.note-editor.note-frame .show .dropdown-toggle:after {
    transform: rotate(180deg)
}

.note-editor.note-frame .note-icon-font.note-recent-color {
    background: transparent!important;
    color: var(--backend_primary)!important
}

.note-editor.note-frame .show .dropdown-toggle:after {
    color: var(--backend_black)!important
}

.note-editor.note-frame .note-btn:hover i,
.note-editor.note-frame .note-btn:hover span {
    color: #fff!important
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff
}

.note-editor.note-frame .note-placeholder {
    padding: 18px 25px 0;
    font-size: 14px;
    color: var(--backend_black);
    line-height: 26px;
    font-weight: 400
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .lms_sm_block {
        display: block
    }
}

@media (max-width:575.98px) {
    .lms_xs_small_btn a {
        padding: 11px 20px
    }
}

@media (max-width:575.98px) {
    .mb_xs_20px {
        margin-bottom: 20px!important
    }
}

@media (max-width:575.98px) {
    .mb_xs_15px {
        margin-bottom: 15px!important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .mb_sm_20px {
        margin-bottom: 20px!important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .mb_sm_15px {
        margin-bottom: 15px!important
    }
}

@media (max-width:575.98px) {
    .sm_ml_0 {
        margin-left: 0!important
    }
}

.lms_supper_text {
    vertical-align: super!important
}

.gj-picker-md {
    border: 1px solid #fef1f2;
    padding: 10px
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover,
.gj-picker-md table tr td.today div {
    color: #fff;
    background: #fe1724;
    border-radius: 50%
}

.gj-picker-md div[role=navigator] div:first-child,
.gj-picker-md div[role=navigator] div:last-child {
    max-width: 42px;
    background: #fef1f2;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    line-height: 44px;
    height: 42px;
    font-weight: 900
}

.gj-picker-md div[role=navigator] div:first-child i,
.gj-picker-md div[role=navigator] div:last-child i {
    font-weight: 900;
    font-size: 14px
}

.dropdown-menu.show .dropdown-toggle.lms_drop_1:after {
    color: #fff!important
}

.dropdown-menu.option_width {
    min-width: 102px
}

.dropdown.show .dropdown-toggle.lms_drop_1:after {
    color: #fff
}

.lms_common_header .lms_common_title h4 {
    margin-bottom: 3px
}

.lms_common_header .lms_common_title p {
    font-size: 12px;
    font-weight: 300;
    color: var(--backend_black);
    margin-bottom: 0
}

.common_line_separator {
    display: inline-block;
    width: 2px;
    height: 11px;
    background: #b9b3b3;
    margin: 0 7px
}

.h-120px {
    height: 120px!important
}

.h-260px {
    height: 260px!important
}

@media (max-width:991px) {
    .h-260px {
        height: 160px!important
    }
}

.h-230px {
    height: 230px!important
}

@media (max-width:991px) {
    .h-230px {
        height: 160px!important
    }
}

.discription_list_wrap p {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black);
    line-height: 26px;
    margin-bottom: 17px
}

.discription_list_wrap h5 {
    font-size: 12px;
    font-weight: 400;
    color: #222;
    margin-top: 19px;
    margin-bottom: 14px
}

.common_list_style li {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black);
    line-height: 26px;
    position: relative;
    padding-left: 15px
}

.common_list_style li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: var(--backend_black);
    content: "";
    border-radius: 50%
}

.result_modal_table_form .modal-body {
    margin: 30px 0;
    padding: 120px 100px 104px!important
}

@media (max-width:991px) {
    .result_modal_table_form .modal-body {
        padding: 30px!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .result_modal_table_form .modal-body {
        padding: 50px!important
    }
}

.result_modal_table_form .table thead th {
    background-color: #fef1f2;
    padding: 17px 30px;
    line-height: 16px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    white-space: nowrap
}

.result_modal_table_form .table tbody td,
.result_modal_table_form .table tbody th {
    font-size: 13px!important;
    color: var(--backend_black);
    font-weight: 300;
    border-bottom: 1px solid #eee1e2;
    padding: 10px 25px!important
}

.result_modal_table_form .result_header_modal {
    margin-bottom: 45px
}

.result_modal_table_form .result_header_modal h2 {
    font-size: 36px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px
}

@media (max-width:575.98px) {
    .result_modal_table_form .result_header_modal h2 {
        font-size: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .result_modal_table_form .result_header_modal h2 {
        font-size: 20px
    }
}

.result_modal_table_form .result_header_modal p {
    font-size: 14px;
    font-weight: 300;
    color: var(--backend_black);
    line-height: 26px
}

.result_modal_table_form .result_header_modal .passed_text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 29px;
    margin-bottom: 35px
}

@media (max-width:575.98px) {
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.student_list_img img {
    width: 50px;
    height: 50px
}

.common_date_picker input {
    width: 100%;
    border: 1px solid #eee1e2;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: var(--backend_black);
    padding: 0 25px;
    font-weight: 300
}

.website_settings_wrap .modal-body {
    padding: 0!important
}

.input_form_persent {
    position: relative
}

.input_form_persent:before {
    content: "\F295";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: auto;
    right: 25px;
    border: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #cec1c2;
    transform: translateY(-50%);
    font-size: 13px
}

.tagInput_field label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    display: block;
    margin: 0 0 8px
}

.tagInput_field .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid var(--backend_gray);
    box-shadow: none;
    display: inline-block;
    padding: 4px 9px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 35px;
    border-radius: 30px;
    cursor: text
}

.tagInput_field .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
    width: 30%
}

.tagInput_field .bootstrap-tagsinput .badge {
    margin: 0 5px 5px 0;
    height: 26px;
    line-height: 26px;
    padding: 0 30px 0 20px;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 400;
    background: #fff;
    border-radius: 30px;
    position: relative;
    background: var(--backend_gray);
    border: 0
}

.tagInput_field .bootstrap-tagsinput .badge [data-role=remove]:after {
    font-size: 10px;
    font-family: themify;
    content: "\E646";
    background: none;
    background: transparent;
    margin: 0 0 0 5px;
    border: 1px solid transparent;
    padding: 2px
}

.tagInput_field .bootstrap-tagsinput .badge [data-role=remove]:hover:after {
    background: var(--backend_black);
    color: #fff
}

.tagInput_field span.badge.badge-info span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    cursor: pointer
}

.custom_striped_progressbar .progress {
    height: 24px;
    background: transparent;
    border-radius: 30px;
    width: 256px
}

.custom_striped_progressbar .progress-bar {
    position: relative;
    border-radius: 30px;
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    color: #fff;
    font-weight: 300;
    background: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.custom_striped_progressbar .progress-bar.green_bar,
.custom_striped_progressbar .progress-bar.red_bar,
.custom_striped_progressbar .progress-bar.yellow_bar {
    background-size: cover
}

.custom_lms_radio_2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black);
    margin-left: 0;
    padding-bottom: 15px;
    margin-top: 0
}

.custom_lms_radio_2 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 1px solid #eee2e3;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 15px;
    transition: background-color .15s .2s, transform .35s cubic-bezier(.78, -1.22, .17, 1.89)
}

.custom_lms_radio_2 label span:before {
    transform: rotate(38deg);
    top: 13px;
    left: 9px;
    transition: width 50ms ease 50ms;
    transform-origin: 0 0;
    top: 9.69px;
    left: 4.99px
}

.custom_lms_radio_2 label span:after,
.custom_lms_radio_2 label span:before {
    content: "";
    width: 0;
    height: 1px;
    border-radius: 2px;
    background: #fe1724;
    position: absolute;
    border-radius: 0
}

.custom_lms_radio_2 label span:after {
    transform: rotate(305deg);
    top: 12.8px;
    left: 7.48px;
    transition: width 50ms ease;
    transform-origin: 0 0
}

.custom_lms_radio_2 label:hover span:before {
    width: 4px;
    transition: width .1s ease
}

.custom_lms_radio_2 label:hover span:after {
    width: 10px;
    transition: width .15s ease .1s
}

.custom_lms_radio_2 input[type=radio] {
    display: none
}

.custom_lms_radio_2 input[type=radio]:checked+label span {
    background-color: #fe1724;
    transform: scale(1);
    border-color: #fe1724
}

.custom_lms_radio_2 input[type=radio]:checked+label span:after {
    width: 10px;
    background: #fff;
    transition: width .15s ease .1s
}

.custom_lms_radio_2 input[type=radio]:checked+label span:before {
    width: 4px;
    background: #fff;
    transition: width .15s ease .1s
}

.custom_lms_radio_2 input[type=radio]:checked+label:hover span {
    background-color: #fe1724;
    transform: scale(1.25);
    border-color: #fe1724
}

.custom_lms_radio_2 input[type=radio]:checked+label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width .15s ease .1s
}

.custom_lms_radio_2 input[type=radio]:checked+label:hover span:before {
    width: 4px;
    background: #fff;
    transition: width .15s ease .1s
}

.import_topic_wrapper.modal_btn {
    display: grid!important;
    grid-gap: 10px;
    grid-template-columns: 3fr 9fr;
    align-items: end
}

.import_topic_wrapper.modal_btn .btn_1 {
    margin: 0!important
}

@media (max-width:575.98px) {
    .import_topic_wrapper.modal_btn {
        grid-template-columns: repeat(1, 1fr)
    }
}

.indvisual_form .btn_1.big_btn {
    padding: 16px 36px
}

.indvisual_form .chose_thumb_title,
.indvisual_form .input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    display: block;
    margin: 0 0 8px
}

.indvisual_form .input_wrap textarea {
    height: 100px;
    line-height: 28px;
    padding: 13px 25px
}

.indvisual_form .input_wrap textarea.max_textarea {
    height: 290px
}

.indvisual_form .nice_Select,
.indvisual_form input,
.indvisual_form textarea {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 10px 25px;
    color: var(--backend_black);
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px
}

.indvisual_form .nice_Select::-moz-placeholder,
.indvisual_form input::-moz-placeholder,
.indvisual_form textarea::-moz-placeholder {
    color: var(--backend_black);
    font-weight: 300;
    opacity: 1
}

.indvisual_form .nice_Select::placeholder,
.indvisual_form input::placeholder,
.indvisual_form textarea::placeholder {
    color: var(--backend_black);
    font-weight: 300;
    opacity: 1
}

.indvisual_form .nice_Select {
    line-height: 30px
}

.indvisual_form .nice_Select :after {
    left: 22px
}

.indvisual_form .nice-select.nice_Select2 {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 0 37px 0 20px;
    color: var(--backend_black);
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    font-weight: 300;
    border-radius: 3px;
    margin: 0;
    width: auto
}

.indvisual_form .nice-select.nice_Select2:after {
    top: 20%
}

.CHAT_MESSAGE_POPUPBOX {
    width: 360px;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(236, 208, 244, .25), 0 8px 10px rgba(236, 208, 244, .25);
    border-radius: 5px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%);
    transition: .5s
}

.CHAT_MESSAGE_POPUPBOX.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

@media (max-width:575.98px) {
    .CHAT_MESSAGE_POPUPBOX {
        width: 300px;
        right: 15px;
        bottom: 15px
    }
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER {
    background: var(--backend_primary);
    border-radius: 5px 5px 0 0;
    padding: 27px 20px;
    position: relative
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER .MSEESAGE_CHATBOX_CLOSE {
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul {
    display: flex;
    align-items: center
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li {
    margin-right: 5.5px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb img {
    width: 27px;
    height: 27px;
    transition: .3s;
    border-radius: 50%
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count {
    background: hsla(0, 0%, 100%, .2);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count span {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a:hover img {
    transform: translateY(-5px)
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box {
    background: #f5f7fb;
    border-radius: 0 0 5px 5px;
    padding-right: 10px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input {
    background: #f5f7fb;
    height: 50px;
    border: 0;
    padding-left: 20px;
    font-size: 13px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input::-moz-placeholder {
    color: #707db7;
    font-size: 13px;
    font-weight: 400
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input::placeholder {
    color: #707db7;
    font-size: 13px;
    font-weight: 400
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append {
    border-radius: 0 0 10px 10px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn {
    background: #f5f7fb;
    font-size: 20px;
    color: #a0a7c9;
    padding: 0;
    line-height: 40px;
    position: relative;
    height: 50px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input::-moz-placeholder {
    color: #707db7;
    font-size: 13px;
    font-weight: 400
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input::placeholder {
    color: #707db7;
    font-size: 13px;
    font-weight: 400
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn i {
    font-size: 20px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn:last-child {
    padding-right: 11px;
    padding-left: 11px;
    border-radius: 0 10px 10px 0
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY {
    padding: 20px;
    height: 354px;
    overflow: auto
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .mesaged_send_date {
    font-size: 13px;
    font-weight: 400;
    color: var(--backend_black);
    text-align: center;
    margin-bottom: 12px;
    line-height: 1
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-right: 70px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr {
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 60px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SMS_thumb {
    margin-right: 0;
    margin-left: 9.55px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW {
    background: #c738d8
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb {
    margin-right: 9.55px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW {
    background: var(--backend_primary);
    border-radius: 5px;
    padding: 10px 15px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 23px
}

.assign_list li {
    display: inline-block;
    margin-right: 5px
}

.assign_list li:last-child {
    margin-right: 0
}

.assign_list li a img {
    width: 100%;
    border-radius: 50%;
    transition: .2s;
    width: 23px;
    height: 23px;
    transform: translateY(0)
}

.assign_list li a img:hover {
    transform: translateY(-2px)
}

.dataTables_paginate {
    margin-top: 30px
}

.dataTables_paginate a {
    width: 32px;
    height: 32px;
    background: #fff!important;
    border-radius: 3px!important;
    text-align: center!important;
    line-height: 32px;
    padding: 0!important;
    margin: 0 5px!important
}

.dataTables_paginate a.current,
.dataTables_paginate a:hover {
    background: var(--backend_primary)!important;
    box-shadow: 0 5px 10px rgba(108, 39, 255, .25)!important;
    border: 0!important;
    color: #fff!important
}

.dataTables_paginate a:hover i {
    color: #fff!important
}

.dataTables_paginate a i {
    line-height: 32px;
    font-size: 12px;
    color: var(--backend_black)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #fff!important;
    border: 0
}

#DataTables_Table_0_info {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    margin-top: 35px;
    padding-top: 0
}

@media (max-width:575.98px) {
    .CRM_table_header {
        display: block!important
    }
}

@media (max-width:575.98px) {
    .CRM_table_header .main-title {
        margin-bottom: 15px
    }
}

.CRM_table_header .table_btn_wrap>ul {
    display: flex;
    align-items: center
}

.CRM_table_header .table_btn_wrap>ul>li {
    display: inline-block;
    margin-right: 6px
}

.CRM_table_header .table_btn_wrap>ul>li:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .CRM_table_header2 {
        display: block!important
    }
}

@media (max-width:575.98px) {
    .CRM_table_header2 .main-title {
        margin-bottom: 15px
    }
}

.CRM_table_header2 .table_btn_wrap>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.CRM_table_header2 .table_btn_wrap>ul>li {
    display: inline-block;
    margin-right: 6px
}

@media (max-width:575.98px) {
    .CRM_table_header2 .table_btn_wrap>ul>li {
        flex: 50% 0 0;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.CRM_table_header2 .table_btn_wrap>ul>li:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .CRM_table_header3 {
        display: block!important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .CRM_table_header3 {
        align-items: flex-end
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .CRM_table_header3 .main-title {
        display: block!important
    }
}

@media (max-width:575.98px) {
    .CRM_table_header3 button {
        width: 100%;
        border-radius: 30px
    }
}

@media (max-width:575.98px) {
    .CRM_table_header3 .main-title {
        margin-bottom: 15px
    }
}

.CRM_table_header3 .table_btn_wrap>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:575.98px) {
    .CRM_table_header3 .table_btn_wrap>ul {
        justify-content: space-between
    }
}

.CRM_table_header3 .table_btn_wrap>ul>li {
    display: inline-block;
    margin-right: 6px
}

@media (max-width:575.98px) {
    .CRM_table_header3 .table_btn_wrap>ul>li {
        flex: 48% 0 0;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.CRM_table_header3 .table_btn_wrap>ul>li:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .common_table_header {
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .common_table_header {
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .common_table_header {
        align-items: flex-end
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .common_table_header {
        align-items: flex-end
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .common_table_header .main-title {
        display: block!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .common_table_header .main-title {
        display: block!important
    }
}

@media (max-width:575.98px) {
    .common_table_header .main-title h3 {
        margin-right: 10px!important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .common_table_header .main-title h3 {
        margin-right: 10px!important;
        margin-bottom: 10px!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .common_table_header .main-title h3 {
        margin-right: 10px!important;
        margin-bottom: 10px!important
    }
}

@media (max-width:575.98px) {
    .common_table_header .main-title a {
        padding: 7px 13px
    }
}

@media (max-width:575.98px) {
    .common_table_header button {
        width: 100%;
        border-radius: 30px
    }
}

@media (max-width:575.98px) {
    .common_table_header .table_search {
        order: 3;
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .common_table_header .table_search {
        order: 3;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .common_table_header .table_search .serach_field-area3 {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .common_table_header .table_search .serach_field-area3 {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .common_table_header .main-title {
        margin-bottom: 15px
    }
}

@media (max-width:575.98px) {
    .common_table_header .table_btn_wrap {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .common_table_header .table_btn_wrap {
        width: 100%;
        margin: 20px 0
    }
}

.common_table_header .table_btn_wrap>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:575.98px) {
    .common_table_header .table_btn_wrap>ul {
        justify-content: space-between
    }
}

.common_table_header .table_btn_wrap>ul>li {
    display: inline-block;
    margin-right: 6px
}

@media (max-width:575.98px) {
    .common_table_header .table_btn_wrap>ul>li {
        flex: 48% 0 0;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.common_table_header .table_btn_wrap>ul>li:last-child {
    margin-right: 0
}

.CRM_table_header_white .box_header_lists ul li {
    display: inline-block;
    margin-right: 75px
}

.CRM_table_header_white .box_header_lists ul li:last-child {
    margin-right: 0
}

.CRM_table_header_white .box_header_lists ul li h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--backend_black)
}

.CRM_table_header_white .box_header_lists ul li p {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0
}

.check_box_table.th_padding_l0 .QA_table .table tbody th:first-child,
.check_box_table.th_padding_l0 .QA_table .table thead th:first-child {
    padding-left: 0
}

.dataTables_filter>label {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    top: -60px;
    margin: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 5px;
    left: 80%;
    z-index: 999
}

.dataTables_filter>label.open_search {
    opacity: 1;
    visibility: visible;
    left: 0
}

.dataTables_filter>label.open_search i {
    transform: scale(1);
    transition: .3s
}

.dataTables_filter>label.open_search i:hover {
    color: var(--backend_black)!important
}

.dataTables_filter>label i {
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: var(--backend_black);
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    transition: .3s;
    transform: scale(0)
}

.dataTables_filter>label input {
    width: 100%;
    left: 0;
    background: #fff;
    border: 0;
    top: 0;
    height: 100%;
    margin: 0!important;
    padding-left: 25px;
    padding-right: 20px;
    border-radius: 5px;
    z-index: 999
}

.dataTables_filter>label input::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black)
}

.dataTables_filter>label input::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black)
}

table.dataTable thead .sorting_asc:after {
    content: "\E62A"
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after {
    font-family: themify;
    position: absolute;
    top: 17px;
    left: 28px;
    transition: all .2s ease-in-out
}

table.dataTable thead .sorting:before {
    content: none;
    transform: rotate(-180deg)
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after {
    content: "\E62A";
    font-family: themify;
    position: absolute;
    top: 17px;
    left: 28px;
    transition: all .2s ease-in-out
}

table.dataTable thead .sorting_desc:after {
    transform: rotate(-180deg)
}

.CRM_common_checkbox {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    top: 2px
}

.CRM_common_checkbox .checkmark {
    position: relative;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer
}

.CRM_common_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.CRM_common_checkbox input:checked~.checkmark:after {
    content: "";
    text-indent: 1px;
    color: var(--backend_black);
    background-color: transparent;
    transform: rotate(65deg);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--backend_black);
    border-top-color: transparent
}

.CRM_common_checkbox input:checked~.checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: -2px;
    left: 3px;
    text-indent: 1px;
    color: var(--backend_black);
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 14px;
    font-weight: 600
}

.CRM_common_checkbox input:checked~.checkmark.checkmark_top_3px:before {
    top: -8px
}

.CRM_common_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--backend_black);
    transition: all .4s ease 0s
}

.serach_field-area3 {
    width: 200px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .serach_field-area3 {
        width: 200px
    }
}

.serach_field-area3 .search_inner input {
    color: #000;
    font-size: 13px;
    height: 40px;
    width: 100%;
    padding-left: 32px;
    border: 0;
    padding-right: 15px;
    border-bottom: 1px solid rgba(65, 80, 148, .4);
    padding-bottom: 6px;
    background: transparent
}

.serach_field-area3 .search_inner input::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black)
}

.serach_field-area3 .search_inner input::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black)
}

.serach_field-area3 .search_inner input:focus {
    outline: none
}

.serach_field-area3 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 0;
    padding-right: 11px;
    width: 20px
}

.serach_field-area3 .search_inner button i {
    font-size: 17px;
    color: var(--backend_black)
}

.QA_section.QA_section_heading_custom .QA_table .table thead tr th:first-child {
    white-space: nowrap!important;
    padding-left: 30px!important
}

.QA_section.QA_section_heading_custom .QA_table .table thead tr th:first-child.sorting:after,
.QA_section.QA_section_heading_custom .QA_table .table thead tr th:first-child.sorting_asc:after,
.QA_section.QA_section_heading_custom .QA_table .table thead tr th:first-child.sorting_desc:after {
    display: none!important
}

.QA_section.QA_section_heading_custom tbody th {
    white-space: nowrap
}

.favourite_icon {
    padding-left: 6px
}

.favourite_icon i {
    font-size: 16px;
    color: var(--backend_gray);
    cursor: pointer
}

.favourite_icon i.selected_favourite {
    color: var(--backend_primary)
}

@media only screen and (min-width:320px) and (max-width:1600px) {
    .none_form_small {
        display: none!important
    }
}

.primary_input .input-group .input-group-prepend .input-group-text {
    border-radius: 30px 0 0 30px;
    background: #eceef3;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 14px;
    font-weight: 500
}

.primary_input .form-control:focus {
    box-shadow: none!important;
    border-color: var(--backend_primary);
}

.menu_edit_field {
    background: #f5f7fb;
    padding: 25px;
    border-radius: 23px
}

.append_input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.append_input input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 30px 0 0 30px
}

.append_input .input-group-append {
    background: transparent
}

.append_input .input-group-append .input-group-text {
    color: #707db7;
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--backend_gray);
    border-radius: 0 23px 23px 0;
    width: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 0 5px 0 0
}

.append_input2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.append_input2 input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 0 30px 30px 0
}

.append_input2 .input-group-append {
    background: transparent
}

.append_input2 .input-group-append .input-group-text {
    color: #707db7;
    background: transparent;
    border: 0;
    border-radius: 30px 0 0 30px;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #a0a7c9;
    padding: 0 0 0 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.primary_datepicker_input .primary_input_field.primary_input_field_auto:focus {
    border: 0!important
}

.primary_input_field {
    border: 1px solid var(--backend_gray);
    font-size: 14px;
    color: var(--backend_black);
    padding-left: 20px;
    height: 46px;
    border-radius: 30px;
    width: 100%;
    padding-right: 15px;
    background-color: #fff;
}

.primary_input_field.primary_input_field_auto {
    padding: 0;
    height: auto;
    border: 0;
    font-size: 13px;
    text-transform: capitalize
}

.primary_input_field.primary_input_field_auto:focus {
    border: 0!important
}

.primary_input_field.primary_input_field_auto::-moz-placeholder {
    text-transform: capitalize
}

.primary_input_field.primary_input_field_auto::placeholder {
    text-transform: capitalize
}

.primary_input_field::-moz-placeholder {
    color: var(--backend_black)
}

.primary_input_field::placeholder {
    color: var(--backend_black)
}

.primary_input_field.white_input {
    background: #fff
}

.primary_input_gray {
    border: 0;
    font-size: 14px;
    color: var(--backend_black);
    padding-left: 25px;
    height: 50px;
    border-radius: 30px;
    width: 100%;
    padding-right: 15px;
    background: #f5f7fb
}

.primary_input_gray::-moz-placeholder {
    color: var(--backend_black)
}

.primary_input_gray::placeholder {
    color: var(--backend_black)
}

.primary_input_gray.white_input {
    background: #fff
}

.primary_textarea {
    border: 1px solid var(--backend_gray);
    font-size: 14px;
    color: var(--backend_black);
    padding: 20px;
    border-radius: 23px;
    width: 100%;
    height: 192px;
    resize: none
}

.primary_textarea.height_128 {
    height: 128px
}

.primary_textarea.height_120 {
    height: 120px
}

.primary_textarea.height_104 {
    height: 104px
}

.primary_textarea.height_112 {
    height: 112px;
    padding-top: 13px
}

.primary_textarea.height_78 {
    height: 78px;
    padding: 7px 15px
}

.primary_textarea::-moz-placeholder {
    color: var(--backend_black)
}

.primary_textarea::placeholder {
    color: var(--backend_black)
}

.primary_textarea_white {
    border: 1px solid #fff;
    font-size: 14px;
    color: var(--backend_black);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 240px;
    resize: none
}

.primary_textarea_white.height_128 {
    height: 128px
}

.primary_textarea_white.height_120 {
    height: 120px
}

.primary_textarea_white.height_104 {
    height: 104px
}

.primary_textarea_white::-moz-placeholder {
    color: var(--backend_black)
}

.primary_textarea_white::placeholder {
    color: var(--backend_black)
}

.primary_input_label {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--backend_black);
    display: block;
    margin-bottom: 12px;
    font-weight: 400
}

.green_input_label a {
    color: #54da8a;
    white-space: nowrap
}

.green_input_label a i {
    margin-left: 2px
}

.primary_select {
    width: 100%;
    border: 1px solid var(--backend_gray);
    border-radius: 3px;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    color: var(--backend_black);
    padding: 0 25px 0 20px;
    font-weight: 300;
    border-radius: 30px;
    float: none;
}

.primary_select::-moz-placeholder {
    color: var(--backend_black);
    font-weight: 300;
    opacity: 1
}

.primary_select::placeholder {
    color: var(--backend_black);
    font-weight: 300;
    opacity: 1
}

.primary_select:after {
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: auto;
    right: 25px;
    color: var(--backend_black);
    transform: translateY(-50%) scaleY(1);
}

.primary_select.open:after {
    transform: translateY(-50%) scaleY(-1);
    margin-top: 16px;
}

.primary_select.open,
.primary_select:active,
.primary_select:focus,
.primary_select:hover {
    border-color: var(--backend_gray)
}

.primary_select .list {
    min-width: 100%;
    width: auto;
    left: 0;
    right: auto;
    background-color: #fff;
    overflow: auto!important;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999!important;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.primary_select .list .option {
    color: var(--backend_black)
}

.primary_select .list .option:hover {
    background-color: #f6f6f6;
    color: var(--backend_primary)
}

.primary_select .list .option.selected {
    font-weight: 400!important
}

.apped_niceSelect {
    display: flex
}

.apped_niceSelect .input-group-prepend button {
    background: #a0a7c9;
    font-size: 14px;
    color: #fff;
    border-radius: 23px 0 0 23px;
    padding-right: 20px;
    padding-left: 21px;
    border: 0
}

.apped_niceSelect .primary_select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.primary_file_uploader {
    position: relative
}

.primary_file_uploader button {
    position: absolute;
    right: 0;
    border: 0;
    top: 7px;
    right: 7px;
    padding: 0;
    background: transparent;
    z-index: 99
}

.primary_file_uploader button label {
    margin-bottom: 0
}

.primary_file_uploader input {
    border: 1px solid var(--backend_gray)!important;
    font-size: 14px;
    color: var(--backend_black);
    padding-left: 20px;
    height: 46px;
    border-radius: 30px;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 4px;
    background-color: #fff;
}

.primary_file_uploader .primary-btn {
    font-size: 10px !important;
}

.primary_file_uploader input::-moz-placeholder {
    color: var(--backend_black)
}

.primary_file_uploader input::placeholder {
    color: var(--backend_black)
}

.primary_file_uploader input:focus {
    border: 1px solid var(--backend_gray)!important
}

.email_test {
    display: grid;
    grid-template-columns: auto 139px;
    grid-gap: 15px
}

.email_test .primary_btn_2 {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:575.98px) {
    .email_test {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .email_test {
        grid-template-columns: repeat(1, 1fr)
    }
}

.primary_datepicker_input {
    position: relative
}

.primary_datepicker_input button {
    position: absolute;
    color: var(--backend_black);
    font-size: 14px;
    font-weight: 400;
    right: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: 14px
}

.primary_datepicker_input button i {
    top: 0;
    cursor: pointer;
    z-index: 9
}

.primary_datepicker_input .primary_input_field {
    padding-top: 0;
    padding-bottom: 0
}

.primary_datepicker_input .primary_input_field:focus {
    border: 1px solid var(--backend_gray)!important
}

.crm_tab_header ul li {
    margin-right: 10px;
    margin-bottom: 16px
}

.crm_tab_header ul li:last-child {
    margin-right: 0
}

.crm_tab_header ul li a.active {
    color: #fff;
    border-color: transparent
}

.crm_full_tab_header {
    background: var(--backend_primary);
    border-radius: 10px 10px 0 0
}

.crm_full_tab_header ul {
    border: 0
}

.crm_full_tab_header ul li:last-child {
    margin-right: 0
}

.crm_full_tab_header ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 28px;
    display: inline-block;
    position: relative
}

@media (max-width:991px) {
    .crm_full_tab_header ul li a {
        padding: 15px;
        font-size: 14px
    }
}

.crm_full_tab_header ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    background: #fff;
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: .3s
}

.crm_full_tab_header ul li a.active:before,
.crm_full_tab_header ul li a:hover:before {
    opacity: 1;
    transform: scale(1)
}

.modal-content {
    border: 0;
    border-radius: 16px
}

.modal-content .modal-body {
    padding: 40px 30px;
    border-radius: 0 0 15px 15px;
    padding-top: 24px;
}

.modal-content .modal-header {
    border-radius: 15px 15px 0 0
}

.modal-content .modal-header .close {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: 32px 0 0;
    margin: 0;
    padding: 0;
    transition: all .4s ease 0s;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--backend_primary);
    font-size: 14px;
}

.modal-content .modal-header .close:hover {
    background-color: var(--backend_primary_deep);
    color: #fff !important;
}

@media (min-width:992px) {
    .modal_800px {
        max-width: 811px
    }
}

@media (min-width:992px) {
    .modal_1000px {
        max-width: 900px
    }
}

@media (min-width:1200px) {
    .modal_1000px {
        max-width: 1000px
    }
}

@media (min-width:992px) {
    .modal_650px {
        max-width: 650px
    }
}

.modal-open .modal {
    z-index: 99999999999
}

.common_grid_wrapper {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 30px;
    align-items: flex-start
}

@media (max-width:575.98px) {
    .common_grid_wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .common_grid_wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.custom_tab_wrapepr_1 {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 30px;
    align-items: flex-start
}

@media (max-width:575.98px) {
    .custom_tab_wrapepr_1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .custom_tab_wrapepr_1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.menu_popUp_list_wrapper {
    background: #fff;
    box-shadow: 0 10px 15px rgba(6, 0, 8, .22);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 945px;
    top: 100%;
    padding-left: 50px;
    padding-top: 37px;
    display: flex;
    transform: translateY(30px) translateX(-18px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background-image: url(../img/popup_menu_bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 71px
}

@media (max-width:575.98px) {
    .menu_popUp_list_wrapper {
        width: 94%;
        flex-wrap: wrap;
        height: 400px;
        overflow: auto;
        display: block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .menu_popUp_list_wrapper {
        width: 94%;
        flex-wrap: wrap;
        height: 400px;
        overflow: auto;
        display: block
    }
}

@media (max-width:991px) {
    .menu_popUp_list_wrapper {
        width: 94%;
        height: 400px;
        overflow: auto;
        padding-bottom: 30px;
        padding-left: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .menu_popUp_list_wrapper {
        flex-wrap: wrap
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .menu_popUp_list_wrapper {
        width: 800px;
        margin-right: -100px
    }
}

.menu_popUp_list_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px) translateX(-18px)
}

.menu_popUp_list_wrapper:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -12px;
    right: 12px;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 12px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .menu_popUp_list_wrapper:before {
        right: 112px
    }
}

.menu_popUp_list_wrapper .popUp_single_wrap {
    width: 25%;
    border-right: 1px solid rgba(130, 139, 178, .15);
    margin-right: 45px
}

@media (max-width:575.98px) {
    .menu_popUp_list_wrapper .popUp_single_wrap {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .menu_popUp_list_wrapper .popUp_single_wrap {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .menu_popUp_list_wrapper .popUp_single_wrap {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .menu_popUp_list_wrapper .popUp_single_wrap {
        width: 43%
    }
}

.menu_popUp_list_wrapper .popUp_single_wrap:last-child {
    margin-right: 0;
    border: 0
}

@media (max-width:991px) {
    .menu_popUp_list_wrapper .popUp_single_wrap:nth-child(2) {
        margin-right: 0;
        border: 0
    }
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item {
    margin-bottom: 20px
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item:last-child {
    margin-bottom: 0
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul {
    display: block
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li {
    display: block!important;
    margin: 0 0 10px
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a {
    font-size: 12px!important;
    font-weight: 400!important;
    color: var(--backend_black)!important;
    margin: 0;
    transition: .3s
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a i {
    margin-right: 10px;
    color: var(--backend_black)
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a:hover {
    color: var(--backend_primary)!important;
    text-decoration: underline
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a:hover i {
    text-decoration: none!important
}

.Menu_NOtification_Wrap {
    background: #fff;
    box-shadow: 0 10px 15px rgba(6, 0, 8, .22);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 350px;
    transform: translateY(30px) translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media (max-width:575.98px) {
    .Menu_NOtification_Wrap {
        width: 300px;
        transform: translateY(30px) translateX(55px)
    }
}

.Menu_NOtification_Wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px) translateX(20px)
}

@media (max-width:575.98px) {
    .Menu_NOtification_Wrap.active {
        transform: translateY(16px) translateX(55px)
    }
}

.Menu_NOtification_Wrap .notification_Header {
    padding: 25px 20px;
    border-radius: 10px 10px 0 0;
    background: var(--backend_primary);
}

.Menu_NOtification_Wrap .notification_Header h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.Menu_NOtification_Wrap .Notification_body {
    padding: 25px 20px;
    height: 300px;
    overflow: auto
}

.Menu_NOtification_Wrap .Notification_body .single_notify {
    margin-bottom: 15px
}

.Menu_NOtification_Wrap .Notification_body .single_notify:last-child {
    margin-bottom: 0
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
    margin-right: 15px
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
    width: 40px;
    height: 40px;
    border-radius: 5px
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}

.Menu_NOtification_Wrap .nofity_footer {
    padding: 15px 20px
}

.Menu_NOtification_Wrap .nofity_footer .submit_button a {
    font-size: 12px;
    color: #fff!important
}

.custom_text_link {
    font-size: 14px;
    color: #4a9dff!important;
    font-weight: 400
}

.custom_text_link:hover {
    color: var(--backend_black)!important
}

.custom_nav {
    display: block!important
}

.custom_nav li {
    margin-bottom: 20px
}

.custom_nav li:last-child {
    margin-bottom: 0
}

.custom_nav li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black);
    padding: 0
}

.custom_nav li a.active,
.custom_nav li a:hover {
    color: var(--backend_primary)
}

.permission_list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.permission_list li p {
    /* font-size: 13px; */
    color: var(--backend_black);
    /* font-weight: 400 */
}

.permission_list.list_mb_15 li {
    margin-bottom: 10px
}

.permission_list.list_mb_18 li {
    margin-bottom: 12px
}

.permission_list.list_mb_13 li {
    margin-bottom: 7px
}

.permission_list.sms_list {
    display: flex!important;
    flex-wrap: wrap
}

.permission_list.sms_list li {
    margin-right: 50px
}

.permission_list.sms_list li:last-child {
    margin-right: 0
}

.permission_list.permission_flexStart li {
    align-items: flex-start
}

.permission_list.permission_flexStart li .primary_checkbox {
    margin-top: 4px
}

.permission_list.column_list {
    display: flex;
    flex-wrap: wrap
}

.permission_list.column_list li {
    margin-right: 20px
}

.permission_list.column_list li:last-child {
    margin-right: 0
}

.about_list_tab .single_about_list {
    display: flex;
    border-bottom: 1px solid var(--backend_gray);
    flex-wrap: wrap;
    padding: 18px 0
}

.about_list_tab .single_about_list .single_about_list_text {
    flex: 50% 0 0
}

.about_list_tab .single_about_list p {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black);
    white-space: nowrap
}

.about_list_tab .single_about_list p a {
    color: var(--backend_primary)
}

.General_system_wrap_area {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 30px
}

@media (max-width:575.98px) {
    .General_system_wrap_area {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .General_system_wrap_area {
        grid-template-columns: repeat(1, 1fr)
    }
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner {
    background: #f5f7fb;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 30px
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .logo {
    text-align: left
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .logo span {
    font-size: 16px;
    font-weight: 500;
    color: var(--backend_black)
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .logo_img {
    margin-top: 50px;
    margin-bottom: 30px
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .update_logo_btn button {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 13px
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .update_logo_btn button input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .remove_logo {
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 500;
    text-transform: uppercase
}

.bg_preview {
    width: 70px;
    height: 39px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.bg_preview_2 {
    background: #4a9dff
}

.color_wraP {
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black)
}

.color_wraP .bg_preview_small {
    width: 27px;
    height: 27px;
    margin-right: 8px;
    background: #eaeaea
}

.accordion_custom h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px
}

.accordion_custom .card {
    margin-bottom: 15px;
    border: 0;
    overflow: visible
}

.accordion_custom .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 30px!important
}

.accordion_custom .card .card-header h2 {
    padding: 0
}

.accordion_custom .card .card-header h2 a {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 13px 20px;
    background: var(--backend_primary);
    color: #fff;
    transition: .3s;
    border: 0;
    border-radius: 30px
}

.accordion_custom .card .card-header h2 a:before {
    content: "\E622";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: themify;
    font-size: 14px;
    right: 30px;
    color: #fff
}

.accordion_custom .card .card-header h2 a.collapsed {
    background: #f5f7fb;
    color: var(--backend_black);
    box-shadow: none;
    border-radius: 30px
}

.accordion_custom .card .card-header h2 a.collapsed:before {
    content: "\E61A";
    color: var(--backend_black)
}

.accordion_custom .card .card-header h2 a:focus {
    text-decoration: none
}

.accordion_custom .card .card-body {
    padding: 24px 20px 30px
}

@media (max-width:575.98px) {
    .accordion_custom .card .card-body {
        padding: 15px
    }
}

.accordion_custom .card .card-body p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: 300;
    margin-bottom: 28px
}

.accordion_custom .card .card-body p:last-child {
    margin-bottom: 0
}

.primary_checkbox {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 18px 0 0;
    line-height: 18px
}

.primary_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.primary_checkbox .checkmark {
    --width: 18px;
    position: relative;
    width: var(--width);
    height: var(--width);
    flex: 0 0 auto;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    border-radius: 50%
}

.primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_checkbox input:checked~.checkmark:after {
    transform: scale(0);
}

.primary_checkbox input:checked~.checkmark {
    transition: .3s
}

.primary_checkbox input:checked~.checkmark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: .3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_70_21532)'%3e%3cpath d='M18.5 9.00001C18.5 11.387 17.5518 13.6761 15.864 15.364C14.1761 17.0518 11.8869 18 9.5 18C4.52926 18 0.5 13.9708 0.5 9.00001C0.5 4.02962 4.52926 1.03388e-05 9.5 1.03388e-05C11.7063 -0.00333865 13.8364 0.807029 15.4825 2.27603C15.3615 2.3592 15.2484 2.45335 15.1447 2.55728L13.8573 3.8447C12.6401 2.81287 11.0956 2.24761 9.5 2.25001C5.77344 2.25001 2.75 5.27345 2.75 9.00001C2.75 12.7266 5.77344 15.75 9.5 15.75C10.4475 15.7494 11.3843 15.5494 12.2495 15.163C13.1147 14.7767 13.8889 14.2127 14.5219 13.5076C15.1548 12.8025 15.6323 11.9721 15.9234 11.0704C16.2145 10.1686 16.3126 9.21578 16.2113 8.27368L18.1098 6.37524C18.3689 7.22606 18.5004 8.11061 18.5 9.00001V9.00001Z' fill='%231E1E1E'/%3e%3cpath d='M8.85146 13.3407C8.54977 13.3408 8.25105 13.2811 7.97257 13.165C7.69408 13.049 7.44136 12.8789 7.229 12.6646L4.34619 9.78497C4.21167 9.65047 4.10496 9.49078 4.03215 9.31504C3.95935 9.13929 3.92187 8.95092 3.92188 8.76069C3.92188 8.57046 3.95935 8.3821 4.03215 8.20635C4.10496 8.0306 4.21167 7.87092 4.34619 7.73642C4.48066 7.6019 4.64032 7.4952 4.81603 7.4224C4.99175 7.3496 5.18009 7.31213 5.37029 7.31213C5.56049 7.31213 5.74883 7.3496 5.92455 7.4224C6.10027 7.4952 6.25992 7.6019 6.39439 7.73642L8.85322 10.1942L15.8159 3.22868C16.0876 2.95719 16.4559 2.80469 16.84 2.80469C17.2241 2.80469 17.5924 2.95719 17.8641 3.22868C17.9986 3.36318 18.1054 3.52287 18.1782 3.69862C18.251 3.87436 18.2884 4.06273 18.2884 4.25296C18.2884 4.44319 18.251 4.63156 18.1782 4.8073C18.1054 4.98305 17.9986 5.14273 17.8641 5.27724L10.4729 12.6692C10.2604 12.8827 10.0077 13.0519 9.72936 13.1672C9.45106 13.2824 9.15268 13.3414 8.85146 13.3407Z' fill='%231E1E1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_70_21532'%3e%3crect width='18' height='18' fill='white' transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    background-size: cover;
    background-position: center;
}

.primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50px;
    border: 2px solid var(--backend_black);
    transition: .3s;
    transform: scale(1);
}

.primary_checkbox span {
    cursor: pointer;
}

.Color_checkbox {
    display: inline-block;
    margin: 0
}

.Color_checkbox,
.Color_checkbox .checkmark {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 28px 0 0;
    line-height: 28px
}

.Color_checkbox .checkmark {
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background: #f13d80
}

.Color_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.Color_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(0)
}

.Color_checkbox input:checked~.checkmark {
    transition: .3s
}

.Color_checkbox input:checked~.checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 7px;
    text-indent: 1px;
    color: var(--backend_black);
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    z-index: 99;
    color: #fff;
    transition: .3s
}

.primary-btn.semi_large2 {
    line-height: 48px!important
}

.primary-btn.semi_large45 {
    line-height: 45px!important
}

.primary-btn.radius_30px {
    display: inline-block;
    padding: 7px 25px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px!important;
    white-space: nowrap
}

.primary-btn i {
    margin-right: 5px
}

.rippleEffect {
    -webkit-animation: rippleDrop .6s linear;
    animation: rippleDrop .6s linear
}

@-webkit-keyframes rippleDrop {
    to {
        transform: scale(5);
        opacity: 0
    }
}

@keyframes rippleDrop {
    to {
        transform: scale(5);
        opacity: 0
    }
}

.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .4);
    transform: scale(0);
    position: absolute;
    opacity: 1
}

.switch_toggle {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 36px;
    margin-bottom: 0
}

.switch_toggle input {
    opacity: 0
}

.switch_toggle .slider:before {
    bottom: 0;
    content: "";
    height: 16px;
    left: 0;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 16px;
    background: #707db7;
    background: #fff;
    top: 2px
}

.switch_toggle input:checked+.slider {
    background: var(--backend_gray)
}

.switch_toggle input:checked+.slider:before {
    transform: translateX(14px)
}

.switch_toggle .slider.round {
    border-radius: 34px
}

.switch_toggle .slider.round:before {
    border-radius: 50%
}

.switch_toggle .switch_toggle input {
    display: none
}

.switch_toggle .slider {
    background-color: var(--backend_gray);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.pulse {
    position: relative
}

.pulse .pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 3.5s ease-out;
    animation: animation-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border: 3px solid #e4e6ef
}

.pulse .pulse-ring.notification_count_pulse {
    right: -18px;
    top: -14px
}

.pulse.pulse-primary .pulse-ring {
    border-color: rgba(54, 153, 255, .75)
}

.pulse.pulse-secondary .pulse-ring {
    border-color: rgba(228, 230, 239, .75)
}

.pulse.pulse-success .pulse-ring {
    border-color: rgba(27, 197, 189, .75)
}

.pulse.pulse-info .pulse-ring {
    border-color: rgba(137, 80, 252, .75)
}

.pulse.pulse-warning .pulse-ring {
    border-color: rgba(255, 168, 0, .75)
}

.pulse.pulse-danger .pulse-ring {
    border-color: rgba(246, 78, 96, .75)
}

.pulse.pulse-light .pulse-ring {
    border-color: rgba(243, 246, 249, .75)
}

.pulse.pulse-dark .pulse-ring {
    border-color: rgba(24, 28, 50, .75)
}

.pulse.pulse-white .pulse-ring,
.pulse.theme_color .pulse-ring {
    border-color: hsla(0, 0%, 100%, .75)
}

@-webkit-keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(.1);
        opacity: 0
    }
    65% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(.1);
        opacity: 0
    }
    65% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

.lead_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.lead_header span {
    display: inline-block;
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.lead_header .toggoler_lead {
    margin: 4px 12px 0 15px
}

.header_Toggler span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black);
    margin-right: 12px;
    display: inline-block;
    white-space: nowrap
}

.menu_setup_wrap .card {
    margin-bottom: 10px;
    border: 0
}

.menu_setup_wrap .card .input-group .input-group-prepend .input-group-text {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f5f7fb;
    box-sizing: border-box;
    border-radius: 23px 0 0 23px;
    color: var(--backend_black);
    background: #fff
}

.menu_setup_wrap .card .input-group .input-group-append .input-group-text {
    color: var(--backend_black);
    font-size: 14px;
    border: 0;
    border-radius: 0 23px 23px 0;
    padding-right: 15px;
    background: #f5f7fb
}

.menu_setup_wrap .card .input-group .menu_icon {
    background: #fff;
    border: 1px solid #f5f7fb;
    box-sizing: border-box;
    border-radius: 23px 0 0 23px;
    display: inline-block
}

.menu_setup_wrap .card .input-group .menu_icon i {
    font-size: 14px;
    color: var(--backend_black);
    display: flex;
    align-items: center;
    height: 46px;
    width: 50px;
    justify-content: center
}

.menu_setup_wrap .card .input-group .settings_icon {
    display: flex
}

.menu_setup_wrap .card .input-group .settings_icon a {
    padding: 0 20px
}

.menu_setup_wrap .card .input-group h2 {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    background: #f5f7fb
}

.menu_setup_wrap .card .input-group h2 button {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black);
    padding: 12px
}

.menu_setup_wrap .card .input-group h2 button:hover {
    text-decoration: none
}

.menu_setup_wrap .card .card-header {
    border: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 0;
    background: transparent
}

.menu_setup_wrap .card .card-header .btn-link {
    padding-left: 38px
}

.menu_setup_wrap .card .card-header .btn-link:before {
    content: "\E622";
    position: absolute;
    left: 0;
    top: 0;
    font-family: themify;
    font-size: 14px;
    color: var(--backend_black);
    top: 12px;
    left: 12px
}

.menu_setup_wrap .card .card-header .btn-link.collapsed:before {
    content: "\E61A"
}

.menu_setup_wrap .card .card-body {
    padding: 15px 0 0 50px
}

.menu_setup_wrap .card .card-body .input-group {
    margin-bottom: 15px
}

#bg_option,
#Twilio_Settings {
    display: block
}

#color_option,
#MSG91_Settings {
    display: none
}

.sample-selector .form-control {
    border-right: 0!important
}

.sample-selector .form-control:focus {
    box-shadow: none!important;
    border-color: var(--backend_gray)!important
}

.sample-selector .input-group-append {
    background: transparent
}

.sample-selector .input-group-append .input-group-text {
    background: transparent;
    border-radius: 30px;
    border: 1px solid var(--backend_gray);
    border-radius: 0 30px 30px 0;
    height: 46px;
    width: 46px;
    text-align: center;
    border-left: 0
}

.sample-selector .input-group-append .input-group-text i {
    border-radius: 50%;
    flex: 25px 0 0;
    position: relative;
    right: 3px
}

.colorpicker-element .add-on i,
.colorpicker-element .input-group-append i,
.colorpicker-element .input-group-prepend i {
    display: inline-block;
    cursor: pointer;
    height: 25px;
    vertical-align: text-top;
    width: 25px
}

.email_Template_lang_header {
    display: flex;
    justify-content: space-between
}

@media (max-width:575.98px) {
    .email_Template_lang_header {
        display: block
    }
}

@media (max-width:575.98px) {
    .email_Template_lang_header .lang_header_left {
        display: block!important
    }
}

@media (max-width:575.98px) {
    .email_Template_lang_header .lang_header_left .CRM_dropdown {
        margin: 10px 0
    }
}

.email_Template_lang_header .lang_header_left .CRM_dropdown button {
    border: 0!important;
    color: var(--backend_primary);
    font-size: 14px;
    font-weight: 400
}

.email_Template_lang_header .lang_header_right span {
    font-size: 14px;
    color: var(--backend_primary);
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer
}

.tab_marge_wrap {
    background: #f5f7fb;
    border-radius: 10px;
    padding: 40px;
    position: absolute;
    top: 80px;
    right: 30px;
    left: 50px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-bottom: 30px
}

@media (max-width:575.98px) {
    .tab_marge_wrap {
        left: 0;
        right: 20px;
        padding: 15px
    }
}

.tab_marge_wrap.tab_marge_wrap_active {
    opacity: 1;
    visibility: visible
}

@media (min-width:1700px) {
    .tab_marge_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.tab_marge_wrap .single_marge {
    margin-bottom: 20px
}

.tab_marge_wrap .single_marge ul li {
    display: flex;
    line-height: 38px
}

@media (max-width:575.98px) {
    .tab_marge_wrap .single_marge ul li {
        flex-direction: column
    }
}

.tab_marge_wrap .single_marge ul li span {
    flex: 0 0 50%;
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400
}

.tab_marge_wrap .single_marge ul li span.link_text {
    color: #4a9dff
}

.leads_assignd_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 30px
}

.leads_assignd_area .single_leads_wrap .leads_cap {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    padding: 18px 25px;
    margin-bottom: 20px
}

.leads_assignd_area .single_leads_wrap .leads_cap h4 {
    font-size: 14px;
    color: #707db7;
    font-weight: 500;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.leads_assignd_area .single_leads_wrap .leads_card {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    margin-bottom: 20px
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_head {
    padding: 17px 20px 15px
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_head .leads_card_left h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--backend_black);
    margin-bottom: 0
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_head .leads_card_left p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_body {
    padding: 0 20px 18px
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_body ul li {
    display: flex;
    line-height: 26px
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_body ul li span {
    font-size: 14px;
    color: #a0a7c9;
    font-weight: 400
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_body ul li span:first-child {
    max-width: 80px;
    min-width: 80px;
    white-space: nowrap;
    margin-right: 10px
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_body ul li span.marked_text {
    color: #707db7
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_body ul li span.marked_text a {
    color: var(--backend_primary)
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_footer {
    background: #f5f7fb;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 0 0 10px 10px;
    padding: 16px 20px
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_footer span {
    font-size: 12px;
    color: #c738d8;
    text-transform: uppercase;
    font-weight: 500
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_footer span.show_more_text {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    text-transform: capitalize;
    cursor: pointer
}

.leads_assignd_area .single_leads_wrap .leads_card .leads_card_footer a {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black)
}

.dots_lines {
    font-size: 16px;
    color: #e4e9f7;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center
}

.dots_lines i {
    cursor: pointer
}

.dots_lines .leads_option {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 170px;
    max-width: 170px;
    padding: 19px 0;
    background: #fff;
    box-shadow: 0 8px 10px rgba(236, 208, 244, .25);
    border-radius: 5px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.dots_lines .leads_option ul li a {
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 30px;
    display: block
}

.dots_lines .leads_option ul li a:hover {
    color: var(--backend_black)
}

.dots_lines.leads_option_active .leads_option {
    opacity: 1;
    visibility: visible
}

.view_listBoard_tabs {
    flex-wrap: nowrap!important
}

.view_listBoard_tabs li {
    margin: 0!important;
    flex: 100%!important
}

@media (max-width:575.98px) {
    .view_listBoard_tabs li {
        margin-bottom: 10px!important
    }
}

.view_listBoard_tabs li:last-child a {
    border-radius: 0 16px 16px 0;
    border-left: 0
}

.view_listBoard_tabs li:first-child a {
    border-right: 0
}

.view_listBoard_tabs li a {
    color: var(--backend_black);
    border: 1px solid var(--backend_primary);
    display: inline-block;
    padding: 7px 15px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    background-color: transparent;
    white-space: nowrap;
    transition: .3s;
    border-radius: 16px 0 0 16px
}

.view_listBoard_tabs li a.active {
    background: var(--backend_primary);
    color: #fff
}

.knowledge_view .main-title {
    margin-bottom: 5px
}

.knowledge_view .knowledge_agree {
    margin-top: 10px
}

.knowledge_view .arrow_button {
    margin-bottom: 20px
}

.knowledge_view .arrow_button i {
    font-size: 18px;
    color: #c4c4c4;
    font-weight: 900;
    cursor: pointer
}

.knowledge_view p.knowledge_text {
    font-size: 14px;
    line-height: 26px;
    color: var(--backend_black);
    margin-bottom: 20px
}

.knowledge_view p.knowledge_text.message_txt span {
    display: block
}

.knowledge_view p.date_links {
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 400;
    margin-bottom: 15px
}

.knowledge_view p.date_links a {
    color: var(--backend_black);
    margin-right: 5px
}

.knowledge_view p.date_links.date_links2 {
    margin-bottom: 34px
}

.knowledge_view p.knowledge_view_helpful {
    font-size: 12px;
    color: var(--backend_black)
}

.knowledge_view .share_and_rating_inner_icon .favourite_icon {
    margin-right: 20px
}

.knowledge_view .share_and_rating_inner_icon .favourite_icon_share {
    cursor: pointer
}

.knowledge_view .share_and_rating_inner_icon .favourite_icon_share i {
    font-size: 14px;
    color: #c4c4c4;
    font-weight: 900;
    transform: rotate(180deg)
}

span.active_chat {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #54da8a;
    border-radius: 50%;
    margin-left: 7px;
    position: relative;
    top: -4px
}

.serach_field_chat {
    width: 100%;
    position: relative
}

.serach_field_chat .search_inner input {
    color: var(--backend_black);
    font-size: 12px;
    height: 40px;
    width: 100%;
    border-radius: 30px;
    padding-left: 40px;
    border: 1px solid var(--backend_gray);
    padding-right: 15px
}

.serach_field_chat .search_inner input::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black)
}

.serach_field_chat .search_inner input::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: var(--backend_black)
}

.serach_field_chat .search_inner input:focus {
    outline: none
}

.serach_field_chat .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 20px;
    padding-right: 10px
}

.serach_field_chat .search_inner button i {
    font-size: 12px;
    color: var(--backend_black)
}

.chat_main_wrapper {
    display: grid;
    grid-template-columns: 5fr 7fr;
    grid-gap: 30px
}

@media (max-width:575.98px) {
    .chat_main_wrapper {
        display: block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .chat_main_wrapper {
        grid-template-columns: 1fr
    }
}

.chat_flow_list {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    padding: 40px
}

@media (max-width:575.98px) {
    .chat_flow_list {
        padding: 25px;
        margin-bottom: 30px
    }
}

.chat_flow_list .main-title2 {
    margin-bottom: 17px;
    margin-top: 33px
}

.chat_flow_list .chat_flow_list_inner ul li {
    margin-bottom: 20px
}

.chat_flow_list .chat_flow_list_inner ul li:last-child {
    margin-bottom: 0
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .thumb img {
    width: 68px;
    height: 68px;
    border-radius: 50%
}

@media (max-width:575.98px) {
    .chat_flow_list .chat_flow_list_inner ul li .single_list .thumb img {
        width: 40px;
        height: 40px
    }
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name {
    margin-left: 20px;
    width: 100%
}

@media (max-width:575.98px) {
    .chat_flow_list .chat_flow_list_inner ul li .single_list .list_name {
        margin-left: 10px
    }
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--backend_black)
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name p {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    margin-bottom: 0
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name .create_group {
    margin-bottom: 1px
}

.chat_view_list .chat_view_list_inner {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    padding: 40px;
    position: relative
}

.chat_view_list .chat_view_list_inner .dots_lines {
    position: absolute;
    right: 30px;
    top: 30px
}

@media (max-width:575.98px) {
    .chat_view_list .chat_view_list_inner {
        padding: 25px
    }
}

.chat_view_list .chat_view_list_inner .chat_view_list_inner_scrolled {
    overflow: auto;
    padding-bottom: 150px
}

.chat_view_list .chat_view_list_inner .chat_single {
    overflow: hidden;
    width: 80%;
    margin-bottom: 20px
}

@media (max-width:575.98px) {
    .chat_view_list .chat_view_list_inner .chat_single {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .chat_view_list .chat_view_list_inner .chat_single {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .chat_view_list .chat_view_list_inner .chat_single {
        width: 100%
    }
}

.chat_view_list .chat_view_list_inner .chat_single.sender_chat {
    margin-right: 0;
    margin-left: auto;
    justify-content: flex-end
}

.chat_view_list .chat_view_list_inner .chat_single.sender_chat .chat_text_info {
    background: var(--backend_primary);
    border-radius: 30px 0 30px 30px;
    margin-left: 15px
}

.chat_view_list .chat_view_list_inner .chat_single.sender_chat .thumb {
    margin-left: 20px
}

.chat_view_list .chat_view_list_inner .chat_single .thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

@media (max-width:575.98px) {
    .chat_view_list .chat_view_list_inner .chat_single .thumb img {
        width: 40px;
        height: 40px
    }
}

@media (max-width:575.98px) {
    .chat_view_list .chat_view_list_inner .chat_single .chat_text_info_wraper {
        display: block!important
    }
}

.chat_view_list .chat_view_list_inner .chat_single .chat_text_info {
    background: #707db7;
    border-radius: 0 30px 30px 30px
}

.chat_view_list .chat_view_list_inner .chat_single .chat_text_info img {
    max-width: 100%;
    min-width: 100%
}

.chat_view_list .chat_view_list_inner .chat_single .chat_text_info p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    padding: 20px
}

.chat_view_list .chat_view_list_inner .chat_single .chat_date {
    white-space: nowrap;
    font-size: 12px;
    color: #c4c4c4;
    font-weight: 400
}

.chat_view_list .chat_input_box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px 40px
}

@media (max-width:575.98px) {
    .chat_view_list .chat_input_box {
        padding: 0 25px 25px 30px
    }
}

.chat_view_list .chat_input_box .input_thumb {
    margin-right: 15px
}

.chat_view_list .chat_input_box .input_thumb img {
    width: 40px;
    height: 40px
}

.chat_view_list .chat_input_box input {
    background: #f5f7fb;
    border-radius: 10px;
    height: 40px;
    border: 0;
    padding-left: 20px
}

.chat_view_list .chat_input_box input::-moz-placeholder {
    color: #a0a7c9;
    font-size: 14px;
    font-weight: 400
}

.chat_view_list .chat_input_box input::placeholder {
    color: #a0a7c9;
    font-size: 14px;
    font-weight: 400
}

.chat_view_list .chat_input_box .input-group-append {
    border-radius: 0 0 10px 10px
}

.chat_view_list .chat_input_box .input-group-append .btn {
    background: #f5f7fb;
    font-size: 20px;
    color: #a0a7c9;
    padding: 0;
    line-height: 40px;
    position: relative;
    height: 40px
}

.chat_view_list .chat_input_box .input-group-append .btn input {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.chat_view_list .chat_input_box .input-group-append .btn i {
    font-size: 20px
}

.chat_view_list .chat_input_box .input-group-append .btn:last-child {
    padding-right: 11px;
    padding-left: 11px;
    border-radius: 0 10px 10px 0
}

.chat_group_member_lists {
    margin-bottom: 15px
}

.chat_group_member_lists ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px
}

.chat_group_member_lists ul li {
    transition: .3s
}

.chat_group_member_lists ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.chat_group_member_lists ul li:nth-child(2) {
    position: relative;
    z-index: 3
}

.chat_group_member_lists ul li:nth-child(2) img {
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.chat_group_member_lists ul li:first-child {
    position: relative;
    left: 20px
}

.chat_group_member_lists ul li:last-child {
    position: relative;
    right: 20px
}

.chat_group_member_lists ul li:hover {
    position: relative;
    z-index: 6
}

.chat_group_member_lists .group_creator_name p {
    font-size: 14px;
    font-weight: 500;
    color: var(--backend_black);
    margin-bottom: 5px
}

.chat_group_member_lists .group_creator_name p a {
    color: var(--backend_primary)
}

.chat_group_member_lists .group_creator_name span {
    color: #c4c4c4;
    font-weight: 400;
    font-size: 12px
}

.group_member_view_remove {
    display: flex;
    flex-direction: column
}

.group_member_view_remove li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px
}

.group_member_view_remove li .thumb {
    margin-right: 10px
}

.group_member_view_remove li .thumb img {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.group_member_view_remove li p,
.group_member_view_remove li p a {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black)
}

.group_member_view_remove li p span {
    font-size: 12px;
    color: var(--backend_primary);
    font-weight: 400;
    margin-left: 10px
}

.group_member_view_remove li p i {
    color: var(--backend_gray);
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px
}

.group_member_view_remove li p:hover i {
    color: red
}

.white-box.Discussion_form {
    padding: 30px
}

.Discission_list_wrap .single_discission_list {
    position: relative;
    display: grid;
    grid-template-columns: 175px auto;
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px;
    padding: 30px 30px 20px;
    margin-bottom: 20px
}

.Discission_list_wrap .single_discission_list .custom_select {
    position: absolute;
    top: 30px;
    right: 30px
}

@media (max-width:575.98px) {
    .Discission_list_wrap .single_discission_list {
        grid-template-columns: auto
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .Discission_list_wrap .single_discission_list {
        grid-template-columns: 155px auto
    }
}

@media (max-width:575.98px) {
    .Discission_list_wrap .single_discission_list .discission_profile {
        margin-bottom: 20px
    }
}

.Discission_list_wrap .single_discission_list .discission_profile .thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.Discission_list_wrap .single_discission_list .discission_profile h4 {
    margin-top: 11px;
    margin-bottom: 5px
}

.Discission_list_wrap .single_discission_list .discission_profile h4 a {
    font-size: 16px;
    color: var(--backend_black);
    font-weight: 500
}

.Discission_list_wrap .single_discission_list .discission_profile p {
    font-size: 12px;
    font-weight: 400;
    color: #a0a7c9
}

.Discission_list_wrap .single_discission_list .discission_info h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--backend_black);
    margin-bottom: 4px
}

.Discission_list_wrap .single_discission_list .discission_info p {
    font-size: 14px;
    color: var(--backend_black);
    line-height: 26px;
    font-weight: 400
}

.Discission_list_wrap .single_discission_list .discission_info ul {
    border-top: 1px solid var(--backend_gray);
    padding-top: 14px;
    margin-top: 16px
}

.Discission_list_wrap .single_discission_list .discission_info ul li {
    display: inline-block;
    margin-right: 35px
}

.Discission_list_wrap .single_discission_list .discission_info ul li:last-child {
    margin-right: 0
}

.Discission_list_wrap .single_discission_list .discission_info ul li a {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    line-height: 26px;
    display: flex;
    align-items: center
}

.Discission_list_wrap .single_discission_list .discission_info ul li a i {
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px
}

.Discission_list_wrap .single_discission_list .discission_info ul li a:hover {
    color: var(--backend_primary)
}

.billing_address_check {
    align-items: center
}

.billing_address_check .primary_checkbox {
    margin-right: 10px!important
}

.billing_address_check p {
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 500
}

.tax_invoice_input {
    text-align: right;
    margin-top: 90px;
    margin-bottom: 233px
}

@media (max-width:575.98px) {
    .tax_invoice_input {
        margin: 80px 0
    }
}

.tax_invoice_input ul li {
    margin-bottom: 20px;
    white-space: nowrap
}

.tax_invoice_input ul li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--backend_black);
    display: inline-block
}

.tax_invoice_input ul li span.invoice_amount {
    min-width: 103px;
    max-width: 103px;
    margin-left: 20px
}

.placeholder_input {
    background: var(--backend_gray);
    height: 35px;
    border-radius: 30px;
    border: 0;
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    color: #000
}

.placeholder_input::-moz-placeholder {
    font-weight: 300;
    opacity: 1;
    font-size: 13px;
    color: var(--backend_black)
}

.placeholder_input::placeholder {
    font-weight: 300;
    opacity: 1;
    font-size: 13px;
    color: var(--backend_black)
}

.placeholder_invoice_textarea {
    background: var(--backend_gray);
    border-radius: 20px;
    border: 0;
    width: 100%;
    font-size: 13px;
    color: #000;
    padding: 10px 15px;
    min-height: 35px;
    resize: block
}

.placeholder_invoice_textarea::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    font-size: 14px;
    color: var(--backend_black);
    line-height: 24px
}

.placeholder_invoice_textarea::placeholder {
    font-weight: 400;
    opacity: 1;
    font-size: 14px;
    color: var(--backend_black);
    line-height: 24px
}

.items_min_icon i {
    color: red;
    font-size: 24px;
    cursor: pointer
}

.scrollable_tablist {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow: auto;
    margin-bottom: 20px;
    margin-right: 45px;
    margin-left: 45px
}

@media (min-width:1635px) {
    .scrollable_tablist {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:575.98px) {
    .scrollable_tablist {
        margin-left: 40px;
        margin-right: 40px
    }
}

.scrollable_tablist li {
    margin-bottom: 0!important
}

.scroll-left-button {
    left: 0;
    top: 0
}

.scroll-right-button {
    right: 0;
    top: 0
}

.scroll-left-button,
.scroll-right-button {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    padding: 0!important;
    position: absolute
}

@media (min-width:1635px) {
    .scroll-left-button,
    .scroll-right-button {
        display: none
    }
}

.scroll-left-button i,
.scroll-right-button i {
    line-height: 32px;
    margin: 0
}

.overflow_hidden {
    overflow: hidden!important
}

.info_list_wrap {
    padding: 40px;
    z-index: 9;
    position: relative
}

@media (max-width:575.98px) {
    .info_list_wrap {
        padding: 30px
    }
}

.info_list_wrap .copy_right_text p {
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black);
    margin-bottom: 0;
    line-height: 18px
}

.info_list_wrap .copy_right_text p a {
    color: var(--backend_primary)
}

.info_list_wrap .copy_right_text span {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 400
}

.project_info_list .single_project_list {
    margin-bottom: 15px
}

.project_info_list .single_project_list .project_info_name {
    white-space: nowrap;
    flex: 50% 0 0;
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400
}

.project_info_list .single_project_list .project_info_name.project_info_content {
    color: var(--backend_black)
}

.project_action_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
}

@media (max-width:575.98px) {
    .project_action_list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.project_action_list li {
    position: relative
}

.project_action_list li>button {
    width: 100%
}

.task_expand_wrapper {
    padding: 25px;
    background: #fff;
    box-shadow: 0 8px 10px rgba(236, 208, 244, .25);
    border-radius: 5px;
    width: 273px;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.task_expand_wrapper_open .task_expand_wrapper {
    opacity: 1;
    visibility: visible
}

.checklist_description_wrap {
    background: #f5f7fb;
    border-radius: 0 0 10px 10px;
    height: 100%;
    padding: 40px;
    position: relative
}

@media (max-width:575.98px) {
    .checklist_description_wrap {
        padding: 30px
    }
}

.checklist_description_wrap .description_text {
    font-size: 14px;
    line-height: 26px;
    color: var(--backend_black);
    font-weight: 400
}

.checklist_description_wrap .chat_input_box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px 40px
}

@media (max-width:575.98px) {
    .checklist_description_wrap .chat_input_box {
        padding: 0 25px 25px 30px
    }
}

.checklist_description_wrap .chat_input_box .input_thumb {
    margin-right: 15px
}

.checklist_description_wrap .chat_input_box .input_thumb img {
    width: 40px;
    height: 40px
}

.checklist_description_wrap .chat_input_box input {
    background: #f5f7fb;
    height: 50px;
    border: 0;
    padding-left: 20px;
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px
}

.checklist_description_wrap .chat_input_box input:focus,
.checklist_description_wrap .chat_input_box input:hover {
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22)!important
}

.checklist_description_wrap .chat_input_box input::-moz-placeholder {
    color: #a0a7c9;
    font-size: 14px;
    font-weight: 400
}

.checklist_description_wrap .chat_input_box input::placeholder {
    color: #a0a7c9;
    font-size: 14px;
    font-weight: 400
}

.checklist_description_wrap .chat_input_box .input-group-append {
    border-radius: 0 0 10px 10px
}

.checklist_description_wrap .chat_input_box .input-group-append .btn {
    background: #f5f7fb;
    font-size: 20px;
    color: #a0a7c9;
    padding: 0;
    line-height: 40px;
    position: relative;
    height: 40px
}

.checklist_description_wrap .chat_input_box .input-group-append .btn input {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.checklist_description_wrap .chat_input_box .input-group-append .btn i {
    font-size: 20px
}

.checklist_description_wrap .chat_input_box .input-group-append .btn:last-child {
    padding-right: 11px;
    padding-left: 11px;
    border-radius: 0 10px 10px 0
}

.check_update_input_wrap {
    margin-bottom: 300px
}

.checkList_comment_typer {
    margin-bottom: 15px
}

.checkList_comment_typer .input-group {
    position: relative;
    margin-bottom: 10px
}

.checkList_comment_typer .input-group .input-group-prepend span {
    background: #fff;
    border-radius: 10px 0 0 10px;
    border: 0
}

.checkList_comment_typer .input-group .input-group-prepend span .circle_mark {
    width: 16px;
    height: 16px;
    border: 1px solid var(--backend_gray);
    border-radius: 50%
}

.checkList_comment_typer .input-group input {
    border: 0;
    height: 40px;
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    border-radius: 0 10px 10px 0!important
}

.checkList_comment_typer .input-group input::-moz-placeholder {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400
}

.checkList_comment_typer .input-group input::placeholder {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400
}

.checkList_comment_typer .input-group .input-group-append {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: scale(0);
    z-index: 999
}

.checkList_comment_typer .input-group .input-group-append span {
    background: #fff;
    font-size: 12px;
    color: #a0a7c9;
    border: 0;
    padding: 0;
    height: 40px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer
}

.checkList_comment_typer .input-group:hover .input-group-append {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.comments_checklisted {
    margin-top: 40px
}

.comments_checklisted .single_list {
    margin-bottom: 15px
}

.comments_checklisted .single_list .thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media (max-width:575.98px) {
    .comments_checklisted .single_list .thumb img {
        width: 40px;
        height: 40px
    }
}

.comments_checklisted .single_list .list_name {
    margin-left: 20px;
    width: 100%
}

@media (max-width:575.98px) {
    .comments_checklisted .single_list .list_name {
        margin-left: 10px
    }
}

.comments_checklisted .single_list .list_name h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--backend_black);
    line-height: 26px;
    margin-bottom: 0
}

.comments_checklisted .single_list .list_name h4 a {
    color: var(--backend_black)
}

.comments_checklisted .single_list .list_name h4 span {
    font-size: 12px;
    color: #a0a7c9;
    font-weight: 400;
    line-height: 26px;
    margin-left: 15px
}

.comments_checklisted .single_list .list_name p {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px
}

.comments_checklisted .single_list .list_name .create_group {
    margin-bottom: 1px
}

.datepicker.dropdown-menu {
    z-index: 1e+34!important
}

.tickets_view_lists .single_tks_view_list {
    padding: 28px 30px 25px;
    background: #f5f7fb;
    border-radius: 10px;
    margin-bottom: 0
}

.tickets_view_lists .single_tks_view_list .tkt_owner img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.tickets_view_lists .single_tks_view_list .tkt_owner .thumb {
    margin-right: 15px
}

.tickets_view_lists .single_tks_view_list .tkt_owner .tkt_owner_name h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--backend_black);
    margin-bottom: 3px
}

.tickets_view_lists .single_tks_view_list .tkt_owner .tkt_owner_name p {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400;
    margin-bottom: 0
}

.comment_reaply_discussion .comments_checklisted {
    margin-top: 25px
}

.comment_reaply_discussion .comments_checklisted .chat_input_box {
    position: relative;
    padding: 0 0 35px
}

.comment_reaply_discussion .comments_checklisted .chat_input_box .input-group input {
    height: 50px
}

.comment_reaply_discussion .single_list {
    border-bottom: 1px solid var(--backend_gray);
    padding-bottom: 13px!important;
    margin-bottom: 20px
}

.comment_reaply_discussion .single_list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0!important
}

.single_Activity_wrapper .activaty_thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px
}

.single_Activity_wrapper .activaty_content h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--backend_black);
    margin-bottom: 5px
}

.single_Activity_wrapper .activaty_content h4 a {
    color: var(--backend_primary)
}

.single_Activity_wrapper .activaty_content p {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black);
    margin-bottom: 0
}

.circle_progress {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.circle_progress canvas {
    transform: rotate(-180deg)
}

.circle_progress strong {
    font-size: 14px;
    font-weight: 500;
    color: var(--backend_black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.circle_progress strong.big_percent {
    font-size: 40px
}

.tilt_content_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 30px
}

.pop_up_form_hader {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 25px;
    padding: 17px 30px;
    cursor: pointer;
    position: relative;
    transition: .3s
}

.pop_up_form_hader:before {
    position: absolute;
    content: "\E61A";
    font-family: themify;
    font-size: 14px;
    color: var(--backend_black);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400
}

.pop_up_form_hader.Company_Info_opened {
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px 10px 0 0
}

.pop_up_form_hader.Company_Info_opened:before {
    content: "\E622"
}

.pop_up_form_hader h3 {
    font-size: 14px;
    font-weight: 500
}

.company_form_popup {
    position: absolute;
    top: 20px;
    z-index: 9;
    width: 740px;
    background: #fff;
    padding: 30px 30px 40px;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 0 10px 10px 10px;
    opacity: 0;
    left: 0;
    transition: .3s;
    visibility: hidden
}

@media (min-width:768px) and (max-width:991.98px) {
    .company_form_popup {
        width: 670px
    }
}

@media (max-width:575.98px) {
    .company_form_popup {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .company_form_popup {
        width: 100%
    }
}

.company_form_popup.Company_Info_active {
    opacity: 1;
    top: 50px;
    visibility: visible
}

.white-box.single-summery h1,
.white-box.single-summery h3,
.white-box.single-summery p {
    margin-bottom: 0;
}

.fc-right {
    display: flex!important;
    align-content: center!important;
    align-items: center!important
}

@media (max-width:575.98px) {
    .fc-right {
        justify-content: space-between;
        margin-top: 10px
    }
}

.fc-right h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--backend_black)
}

.fc-icon-left-single-arrow:after {
    content: "\E629";
    font-weight: 500;
    font-size: 12px;
    top: -7%;
    font-family: themify
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    font-family: themify;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fc-toolbar h2 {
    font-size: 1.75em;
    font-size: 18px;
    font-weight: 500;
    color: var(--backend_black);
    margin: 0
}

.fc-toolbar {
    display: flex;
    align-items: center
}

@media (max-width:575.98px) {
    .fc-toolbar {
        flex-direction: column;
        align-items: center
    }
}

.fc th {
    text-align: center;
    padding: 23px 15px!important;
    font-weight: 400;
    color: var(--backend_black)
}

@media (max-width:575.98px) {
    .fc th {
        padding: 10px 0!important
    }
}

.fc-dayGrid-view .fc-day-number,
fc-dayGrid-view .fc-week-number {
    color: #a0a7c9!important
}

@media (max-width:575.98px) {
    .fc-dayGrid-view .fc-day-number,
    fc-dayGrid-view .fc-week-number {
        padding: 5px
    }
}

.default_text14 {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black);
    line-height: 26px
}

.edit_pop_text {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.fc-center {
    display: flex;
    display: flex!important;
    align-items: center;
    justify-content: center
}

.add_mile_stone_clicker {
    position: absolute;
    right: 30px;
    top: 30px
}

@media (max-width:575.98px) {
    .add_mile_stone_clicker {
        right: 0;
        left: 0;
        margin: auto;
        text-align: center
    }
}

@media (max-width:575.98px) {
    #calendar2 {
        padding-top: 35px
    }
}

.f_s_12 {
    font-size: 12px
}

.f_s_13 {
    font-size: 13px;
    line-height: 19px
}

.f_s_14 {
    font-size: 14px
}

.f_s_16 {
    font-size: 16px
}

.f_s_18 {
    font-size: 18px
}

.f_w_400 {
    font-weight: 400!important
}

.f_w_500 {
    font-weight: 500
}

.f_w_600 {
    font-weight: 600
}

@media (min-width:1500px) {
    .max_with_25 {
        flex: 0 0 25%!important;
        max-width: 25%!important
    }
}

@media (min-width:1500px) {
    .max_with_50 {
        flex: 0 0 50%!important;
        max-width: 50%!important
    }
}

.radius_10 {
    border-radius: 10px
}

.mb_20_imp {
    margin-bottom: 20px!important
}

.ml_30 {
    margin-left: 30px
}

.height_auto {
    height: auto!important
}

.line_height_1 {
    line-height: 1!important
}

.flex_25 {
    flex: 25% 0 0
}

@media (min-width:1200px) and (max-width:1599.98px) {
    .flex_25 {
        flex: 33.33% 0 0
    }
}

@media (min-width:1400px) {
    .show_1500px {
        display: block!important
    }
}

.img_WH_25 {
    width: 25px;
    height: 25px
}

.border_50 {
    border-radius: 50%
}

.color_lite_1 {
    color: #a0a7c9
}

.leads_Details_Header {
    padding-top: 40px
}

.leads_Details_Header .thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.leads_Details_Header .Info {
    margin-bottom: 25px;
    margin-top: 15px
}

.leads_Details_Header .Details_Quick_access li {
    display: inline-block;
    margin-right: 22px;
    position: relative
}

.leads_Details_Header .Details_Quick_access li .quick_add_wrapper {
    position: absolute;
    padding: 25px;
    left: 0;
    background: #fff;
    box-shadow: 0 8px 10px rgba(236, 208, 244, .25), 0 -4px 10px rgba(236, 208, 244, .25);
    border-radius: 5px;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    top: 60px;
    z-index: 9
}

@media (max-width:575.98px) {
    .leads_Details_Header .Details_Quick_access li .quick_add_wrapper {
        right: 0;
        left: auto
    }
}

@media (max-width:991px) {
    .leads_Details_Header .Details_Quick_access li .quick_add_wrapper {
        right: 0;
        left: auto
    }
}

.leads_Details_Header .Details_Quick_access li .quick_add_wrapper.active {
    opacity: 1;
    visibility: visible;
    top: 50px
}

.leads_Details_Header .Details_Quick_access li .quick_add_wrapper .single_add_Action {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    justify-content: flex-start;
    transition: .3s;
    cursor: pointer
}

.leads_Details_Header .Details_Quick_access li .quick_add_wrapper .single_add_Action:last-child {
    margin-bottom: 0
}

.leads_Details_Header .Details_Quick_access li .quick_add_wrapper .single_add_Action:hover {
    color: var(--backend_black)
}

.leads_Details_Header .Details_Quick_access li .quick_add_wrapper .single_add_Action i {
    margin-right: 10px;
    font-weight: 900
}

.leads_Details_Header .Details_Quick_access li:last-child {
    margin-right: 0
}

.leads_Details_Header .Details_Quick_access li a {
    width: 40px;
    height: 40px;
    background: #f5f7fb;
    border-radius: 50%;
    color: var(--backend_black);
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
    line-height: 40px
}

.leads_Details_Header .Details_Quick_access li span {
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black);
    display: block;
    margin-top: 5px
}

.leads_Details_body {
    border-top: 1px solid var(--backend_gray);
    margin-top: 40px
}

.leads_Details_body .single_Leads_Dbox {
    border-bottom: 1px solid var(--backend_gray);
    padding: 15px 30px
}

.leads_Details_body .single_Leads_Dbox:last-child {
    border: 0
}

.Leads_Tabs_Details .Leads_D_tabs {
    border-bottom: 1px solid var(--backend_gray);
    padding-left: 14px
}

.Leads_Tabs_Details .Leads_D_tabs li a {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    padding: 21px 20px;
    text-transform: uppercase;
    position: relative
}

.Leads_Tabs_Details .Leads_D_tabs li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: var(--backend_primary);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    left: 0
}

.Leads_Tabs_Details .Leads_D_tabs li a.active:before {
    opacity: 1;
    visibility: visible
}

.D_tabWrapper_content .filter_Activity_header {
    border-bottom: 1px solid var(--backend_gray);
    padding: 10px 30px
}

.D_tabWrapper_content .filter_Activity_header .filter_text {
    position: relative
}

.D_tabWrapper_content .filter_Activity_header .filter_text span {
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    white-space: nowrap;
    cursor: pointer
}

.D_tabWrapper_content .filter_Activity_header .filter_text span i {
    margin-left: 10px
}

.D_tabWrapper_content .filter_Activity_header .serach_field-area {
    width: 180px
}

@media (max-width:575.98px) {
    .D_tabWrapper_content .filter_Activity_header .serach_field-area {
        width: 150px
    }
}

.Company_Tket_AttachMent_wrapper .leals_company_info .thumb {
    margin-right: 10px
}

.Company_Tket_AttachMent_wrapper .leals_company_info .thumb img {
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.Company_Tket_AttachMent_wrapper .leals_company_info .icon {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    font-size: 12px;
    color: var(--backend_black);
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%
}

.Company_Tket_AttachMent_wrapper .leals_company_info .icon i {
    font-size: 12px
}

.Company_Tket_AttachMent_wrapper .leals_company_info .leads_comPany_Content h4 {
    margin-bottom: 6px
}

.Company_Tket_AttachMent_wrapper .leals_company_info .leads_comPany_Content h4 a {
    color: var(--backend_primary)
}

.Company_Tket_AttachMent_wrapper .leals_company_info .leads_comPany_Content h4 a.pdf_dec {
    color: var(--backend_black);
    text-decoration: underline
}

.Company_Tket_AttachMent_wrapper .leals_company_info .leads_comPany_Content ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #707db7
}

.white_bg {
    background: #fff
}

.gray_box {
    background: #f5f7fb;
    border-radius: 10px;
    padding: 20px;
    margin: 0 30px
}

@media (max-width:575.98px) {
    .gray_box {
        margin: 0 15px;
        padding: 15px
    }
}

.gray_box .gray_box_header .gray_box_header_left .icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    color: var(--backend_black);
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 10px
}

.gray_box .gray_box_header .gray_box_header_left span {
    font-size: 14px;
    font-weight: 500;
    color: var(--backend_black)
}

.gray_box .gray_box_header .gray_box_header_right ul li {
    display: inline-block;
    margin-right: 20px
}

.gray_box .gray_box_header .gray_box_header_right ul li:last-child {
    margin-right: 0
}

.gray_box .gray_box_header .gray_box_header_right ul li span {
    font-size: 12px;
    color: #707db7;
    font-weight: 400
}

.gray_box .gray_box_content {
    margin-left: 38px
}

@media (max-width:575.98px) {
    .gray_box .gray_box_content {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .gray_box .gray_box_content .gray_box_form {
        display: block!important;
        margin-left: 0
    }
}

.gray_box .gray_box_content .gray_box_form .single_boxed {
    border-right: 1px solid var(--backend_gray);
    padding: 17px 20px
}

@media (max-width:575.98px) {
    .gray_box .gray_box_content .gray_box_form .single_boxed {
        border-right: 0!important
    }
}

@media (max-width:991px) {
    .gray_box .gray_box_content .gray_box_form .single_boxed {
        border-right: 0!important
    }
}

.gray_box .gray_box_content .gray_box_form .single_boxed:last-child {
    border: 0
}

.gray_box .asign_by {
    display: flex;
    align-items: center
}

.gray_box .asign_by .img {
    margin-right: 8px
}

.gray_box .asign_by .img .text_radieus,
.gray_box .asign_by .img img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.gray_box .asign_by .img .text_radieus {
    background: #f13d3d;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase
}

.gray_box .asign_by p {
    font-size: 12px;
    font-weight: 400;
    color: var(--backend_black)
}

.gray_box .asign_by p a {
    color: var(--backend_black)
}

.view_tasK a {
    background: rgba(124, 50, 255, .1);
    text-transform: uppercase;
    color: var(--backend_primary);
    padding: 6px 25px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500
}

.filterActivaty_wrapper {
    width: 700px;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(236, 208, 244, .25), 0 8px 10px rgba(236, 208, 244, .25);
    border-radius: 5px;
    z-index: 9;
    top: 100%;
    position: absolute;
    left: 0;
    top: 28px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

@media (min-width:992px) and (max-width:1300px) {
    .filterActivaty_wrapper {
        width: 550px
    }
}

@media (min-width:1300px) and (max-width:1700px) {
    .filterActivaty_wrapper {
        width: 550px
    }
}

@media (max-width:575.98px) {
    .filterActivaty_wrapper {
        left: -30px;
        width: 300px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .filterActivaty_wrapper {
        width: 500px
    }
}

.filterActivaty_wrapper.active {
    opacity: 1;
    visibility: visible;
    top: 25px
}

.filterActivaty_wrapper .filer_chek {
    padding: 0 20px 10px
}

.filterActivaty_wrapper .box_header {
    padding: 15px 15px 0 20px;
    border-bottom: 1px solid var(--backend_gray);
    margin-bottom: 25px
}

.filterActivaty_wrapper .box_header .primary_input_field {
    height: 30px
}

.accordion_default .card {
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--backend_gray)!important
}

.accordion_default .card .card-header {
    border: 0;
    padding: 0 25px 0 0;
    background: transparent!important
}

.accordion_default .card .card-header .add_More_Button a {
    font-size: 12px;
    color: var(--backend_primary);
    font-weight: 400;
    display: flex;
    align-items: center
}

.accordion_default .card .card-header .add_More_Button a i {
    margin-right: 10px
}

.accordion_default .card .card-header h2 {
    padding: 0
}

.accordion_default .card .card-header h2 a.btn {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 25px 0 25px 45px;
    color: var(--backend_black);
    transition: .3s;
    border: 0;
    border-radius: 30px
}

.accordion_default .card .card-header h2 a.btn:before {
    content: "\E64B";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: themify;
    font-size: 14px;
    right: 30px;
    color: var(--backend_black)
}

.accordion_default .card .card-header h2 a.btn.collapsed {
    color: var(--backend_black);
    box-shadow: none;
    border-radius: 30px
}

.accordion_default .card .card-header h2 a.btn.collapsed:before {
    content: "\E649";
    color: var(--backend_black)
}

.accordion_default .card .card-header h2 a.btn:focus {
    text-decoration: none
}

.accordion_default .card .card-body {
    background: #f5f7fb;
    border-radius: 10px;
    padding: 15px;
    margin: 0 25px 25px
}

@media (max-width:575.98px) {
    .accordion_default .card .card-body {
        padding: 15px
    }
}

.accordion_default .card .card-body p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: 300;
    margin-bottom: 28px
}

.accordion_default .card .card-body p:last-child {
    margin-bottom: 0
}

.sales_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 30px
}

.sales_wrapper .sales_head {
    padding: 20px 25px
}

.sales_wrapper .sales_card,
.sales_wrapper .sales_head {
    background: #fff;
    box-shadow: 0 10px 15px rgba(235, 215, 241, .22);
    border-radius: 10px
}

.sales_wrapper .sales_card {
    padding: 20px;
    margin-bottom: 10px
}

.sales_wrapper .sales_card .sales_card_header {
    margin-bottom: 15px
}

.sales_wrapper .sales_card .sales_card_header .thumb {
    margin-right: 10px
}

.sales_wrapper .sales_card .sales_card_header .thumb img {
    height: 25px;
    width: 25px;
    border-radius: 50%
}

.sales_wrapper .sales_card .sale_card_content {
    padding-left: 36px
}

.sales_wrapper .sales_card .sale_card_content .single_sale_content {
    display: flex;
    align-items: center
}

.sales_wrapper .sales_card .sale_card_content .single_sale_content span {
    flex: 50% 0 0;
    font-size: 13px;
    color: #a0a7c9;
    font-weight: 400
}

.sales_wrapper .sales_card .sale_card_content .single_sale_content span:last-child {
    color: #707db7
}

.dataTables_info {
    margin-top: 35px!important;
    padding: 0!important
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0
}

@media (min-width:768px) {
    .dataTables_wrapper .dataTables_paginate {
        text-align: right
    }
}

@media (max-width:767px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .dataTables_wrapper .dataTables_paginate {
        text-align: right
    }
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "\E622";
    background: red;
    box-shadow: none
}

.table.dataTable {
    padding-right: 0!important;
    padding-left: 0!important
}

.dataTables_paginate a {
    margin: 0 0 0 10px!important
}

.check_box_table table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
.check_box_table table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    left: 10px;
    line-height: 18px
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    line-height: 17px;
    left: 10px
}

table.dataTable tbody tr {
    background-color: transparent
}

.QA_section .QA_table .table thead th {
    background-color: transparent;
    vertical-align: top!important
}

.check_box_table .QA_table .table thead th:nth-child(2) {
    padding-left: 20px!important
}

.check_box_table .QA_table .table thead th:nth-child(2).sorting:after,
.check_box_table .QA_table .table thead th:nth-child(2).sorting_asc:after,
.check_box_table .QA_table .table thead th:nth-child(2).sorting_desc:after {
    left: 4px
}

.QA_section.check_box_table .QA_table .table thead tr th:first-child {
    white-space: nowrap!important;
    padding-left: 35px!important
}

.check_box_table .QA_table .table thead th:nth-child(2) {
    padding-left: 0
}

.check_box_table .QA_table .table thead th:first-child {
    padding-left: 35px!important;
    padding-right: 24px
}

.check_box_table .QA_table .table tbody th:nth-child(2) {
    padding-left: 0
}

.check_box_table .QA_table .table tbody th:first-child {
    padding-left: 35px!important;
    padding-right: 24px
}

.check_box_table .QA_table .table tbody td:nth-child(2) {
    padding-left: 0
}

.check_box_table .QA_table .table tbody td:first-child {
    padding-left: 35px;
    padding-right: 24px
}

.check_box_table2 table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
.check_box_table2 table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    left: 0;
    line-height: 18px
}

.check_box_table2 .QA_table .table thead th:nth-child(2) {
    padding-left: 20px!important
}

.check_box_table2 .QA_table .table thead th:nth-child(2).sorting:after,
.check_box_table2 .QA_table .table thead th:nth-child(2).sorting_asc:after,
.check_box_table2 .QA_table .table thead th:nth-child(2).sorting_desc:after {
    left: 4px
}

.QA_section.check_box_table2 .QA_table .table thead tr th:first-child {
    white-space: nowrap!important;
    padding-left: 25px!important
}

.check_box_table2 .QA_table .table {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.check_box_table2 .QA_table .table thead th:nth-child(2) {
    padding-left: 0
}

.check_box_table2 .QA_table .table thead th:first-child {
    padding-left: 25px!important;
    padding-right: 24px
}

.check_box_table2 .QA_table .table tbody th:nth-child(2) {
    padding-left: 0
}

.check_box_table2 .QA_table .table tbody th:first-child {
    padding-left: 25px!important;
    padding-right: 24px
}

.check_box_table2 .QA_table .table tbody td:nth-child(2) {
    padding-left: 0
}

.check_box_table2 .QA_table .table tbody td:first-child {
    padding-left: 25px;
    padding-right: 24px
}

.QA_section3 .QA_table .dataTable thead .sorting:after,
.QA_section3 .QA_table .dataTable thead .sorting_asc:after,
.QA_section3 .QA_table .dataTable thead .sorting_desc:after {
    left: 10px;
    top: 6px
}

.dd {
    font-size: 13px;
    line-height: 20px
}

.dd,
.dd-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    background: #fff;
    border-radius: 30px;
    background: #f5f7fb;
    border: 0;
    line-height: 46px;
    padding-left: 58px;
    cursor: -webkit-grab;
    cursor: grab
}

.dd-handle,
.dd-handle .menu_icon {
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black)
}

.dd-handle .menu_icon {
    float: left;
    padding: 0 16px;
    border: 1px solid #f5f7fb;
    box-sizing: border-box;
    border-radius: 23px 0 0 23px;
    background: #fff;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0
}

.edit_icon {
    float: right;
    cursor: pointer;
    font-size: 16px;
    color: #707db7;
    font-weight: 400;
    padding-right: 20px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 0;
    top: 0
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 60px;
    height: 46px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    line-height: 46px;
    margin-left: 45px;
    z-index: 99;
    width: 38px
}

.dd-item>button:before {
    content: "\E61A";
    position: absolute;
    font-family: themify;
    color: var(--backend_black);
    top: 0;
    left: 0;
    font-size: 14px
}

.dd-item>button[data-action=collapse]:before {
    content: "\E622";
    font-size: 14px
}

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 46px;
    background: #f2fbff;
    border: 1px dashed var(--backend_black);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 30px
}

.dd-empty {
    border: 1px dashed var(--backend_black);
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

@media only screen and (min-width:700px) {
    .dd+.dd {
        margin-left: 2%
    }
}

.dd-hover>.dd-handle {
    background: #2ea8e5!important
}

.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 5px 10px 0 44px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 3px;
    overflow: hidden
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0
}

.dd3-item>button {
    margin-left: 40px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dd3-handle:before {
    content: "\2261";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #ccc;
    font-size: 20px;
    font-weight: 400
}

.dd3-handle:hover {
    background: #f7f7f7
}

.menu_edit_field {
    display: none
}

#sidebar.sidebar.mini_sidebar {
    width: 60px;
    z-index: 1;
    overflow: visible!important;
    min-width: 60px;
    max-width: 60px;
    position: absolute;
    z-index: 9999999
}

#sidebar.sidebar.mini_sidebar .mini_logo {
    display: block
}

#sidebar.sidebar.mini_sidebar .has-arrow:before,
#sidebar.sidebar.mini_sidebar .large_logo {
    display: none
}

#sidebar.sidebar.mini_sidebar .sidebar-header {
    padding-left: 11px
}

#sidebar.sidebar.mini_sidebar .update_sidebar img {
    max-width: 40px!important
}

#sidebar.sidebar.mini_sidebar #sidebar_menu ul li ul {
    overflow: visible;
    position: absolute;
    z-index: 999;
    left: 100%!important;
    top: 100%
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li {
    position: relative
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li ul li a {
    white-space: nowrap;
    padding-left: 18px;
    color: #fff;
    width: 180px
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a {
    padding-left: 20px;
    display: grid;
    grid-template-columns: 44px auto!important
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a .nav_title {
    display: none
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:active,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:hover {
    width: 240px
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:active.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:active .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:active .nav_title,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:hover.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:hover .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li>a:hover .nav_title {
    display: inline-block
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a {
    width: 240px!important
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover {
    width: 240px
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active .nav_title,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover .nav_title,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active .nav_title,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover .nav_title {
    display: inline-block
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active:hover {
    overflow: visible
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a {
    background: var(--backend_black)
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.has-arrow:after,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a .nav_icon_small,
#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a .nav_title {
    display: inline-block
}

#sidebar.sidebar.mini_sidebar #sidebar_menu>li.mm-active ul {
    left: 100%;
    left: 60px;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 1000
}

#main-content.mini_main_content {
    margin-left: 70px;
    width: calc(100% - 70px)
}

@media (max-width:1370px) {
    #main-content.mini_main_content {
        width: calc(100% - 70px)
    }
}

@media (min-width:1200px) {
    #main-content.mini_main_content {
        padding: 30px
    }
}

@media (max-width:991px) {
    #main-content.mini_main_content {
        width: 100%;
        margin-top: 0
    }
}

#sidebar.mini_sidebar ul li ul {
    background: var(--backend_black);
    opacity: .9;
    position: absolute;
    left: 100%
}

.collaspe_icon.open_miniSide {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:991px) {
    .collaspe_icon.open_miniSide {
        display: none
    }
}

.collaspe_icon.open_miniSide i {
    color: var(--backend_black);
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px
}

#sidebar ul li.mm-active>a,
#sidebar ul li a.active,
#sidebar ul li a:hover {
    color: #fff;
    background: var(--backend_primary);
    border-left: 6px solid var(--backend_primary_light);
}

.sidebar .mini_logo {
    display: none
}

.sidebar .large_logo {
    display: block
}

.sidebar #sidebar_menu li a {
    font-size: 12px;
    font-weight: 700;
    color: var(--backend_black);
    padding: 9px 7px 9px 29px;
    background: #fff;
    transition: .3s;
    z-index: 0;
    display: grid;
    grid-template-columns: 26px auto!important;
    grid-gap: 6px;
    align-items: center;
    position: relative;
    background: transparent
}

.sidebar #sidebar_menu li a i {
    font-size: 12px;
    margin-right: 12px;
    color: #707db7;
    transition: .5s
}

.sidebar #sidebar_menu li a span {
    margin: 0
}

.sidebar #sidebar_menu li a.has-arrow:after {
    color: var(--backend_black);
    font-weight: 600;
    font-size: 12px;
    right: 20px
}

.sidebar #sidebar_menu .mm-show li a.has-arrow:after {
    color: #fff;
}

.sidebar #sidebar_menu li a.has-arrow:hover:after {
    color: #fff
}

.sidebar #sidebar_menu li a:hover {
    background: var(--backend_primary);
    color: #fff
}

.sidebar #sidebar_menu li a:hover i {
    color: #fff
}

.sidebar #sidebar_menu li a:hover:before {
    width: 6px;
    opacity: 1;
    visibility: visible
}

.sidebar #sidebar_menu li.mm-active>a {
    color: #fff;
    background: var(--backend_primary);
}

.sidebar #sidebar_menu li.mm-active>a.has-arrow:after {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    right: 20px
}

.sidebar #sidebar_menu li.mm-active>a.has-arrow:hover:after {
    color: #fff
}

.sidebar #sidebar_menu li.mm-active.metis_dropmenu>a {
    padding-top: 29px;
    padding-bottom: 30px;
    color: #fff
}

.sidebar #sidebar_menu li.mm-active>a i {
    color: #fff
}

.sidebar #sidebar_menu li.mm-active>a:before {
    opacity: 1;
    width: 6px;
    visibility: visible
}

.sidebar #sidebar_menu li ul li a {
    white-space: nowrap;
    padding-left: 55px;
    color: #fff
}

.admin_profile_Wrap {
    margin-bottom: 30px
}

.admin_profile_Wrap ul li {
    background: #fff7f8;
    border-top: 1px solid #eee1e2;
    border-bottom: 1px solid #eee1e2;
    padding: 30px 0 30px 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li {
        padding: 30px 0 30px 20px
    }
}

.admin_profile_Wrap ul li a {
    display: block
}

.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
    margin-left: 15px
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 1px;
    white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
        font-size: 12px
    }
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    display: block;
    font-size: 12px;
    color: var(--backend_black);
    font-weight: 300;
    white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
        font-size: 11px
    }
}

.admin_profile_Wrap ul li ul {
    padding-left: 70px
}

.admin_profile_Wrap ul li ul li {
    padding: 0;
    border: 0
}

.admin_profile_Wrap ul li ul li a {
    font-size: 13px;
    color: var(--backend_black);
    font-weight: 400;
    padding-bottom: 17px
}

.admin_profile_Wrap ul li ul li:last-child a {
    padding-bottom: 0
}

.admin_profile_Wrap ul li ul li:first-child a {
    margin-top: 29px
}

.General_system_wrap_area_activation {
    display: grid;
    grid-gap: 30px
}

.admin_profile_Wrap .metismenu .has-arrow:after {
    top: 38%
}

.CRM_dropdown.dropdown .dropdown-toggle {
    padding: 2px 23px 5px
}

.propertiesname {
    text-transform: uppercase;
    font-weight: 700
}

.primary-btn small fix-gr-bg {
    display: inline-block;
    padding: 7px 25px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px!important;
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(90deg, var(--backend_primary), #a235ec 70%, #c738d8)
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 17px;
    position: relative;
    z-index: 2;
    left: -15px
}

.categoryBox {
    width: 60px;
    height: 30px;
    text-align: center
}

.header_iner {
    z-index: 100
}

.profile_info .profile_info_iner:before {
    display: none
}

.profile_info .profile_info_iner {
    width: 245px!important;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .03)
}

.profile_info .profile_info_iner .use_info .thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.profile_info .profile_info_details {
    border-top: 1px solid rgba(65, 80, 148, .1)
}

.profile_info .profile_info_iner .use_info .user_text {
    text-align: left
}

.profile_info .profile_info_iner .use_info .user_text p {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--backend_black);
    font-weight: 500
}

.profile_info .profile_info_iner .use_info .user_text h5 {
    font-size: 12px;
    color: var(--backend_black)
}

.profile_info .profile_info_iner .profile_info_details {
    text-align: left
}

.profile_info .profile_info_iner .profile_info_details a {
    padding: 0
}

.profile_info .profile_info_iner .profile_info_details a span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--backend_black);
    transition: .3s
}

.profile_info .profile_info_iner .profile_info_details a i {
    margin-right: 10px;
    margin-left: 0;
    color: var(--backend_black)
}

.profile_info .profile_info_iner .profile_info_details a:hover span {
    color: var(--backend_primary)
}

.note-editing-area ol {
    margin-left: 10px
}

.note-editing-area ol li {
    list-style: decimal!important
}

.note-editing-area ul {
    margin-left: 15px
}

.note-editing-area ul li {
    list-style: disc!important
}

.profile_info .profile_info_iner .use_info .thumb {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%
}

.profile_info .profileThumb {
    width: 34px;
    height: 34px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%
}

.modal {
    overflow-y: auto
}

body.admin {
    overflow-x: hidden!important
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e7edfb;
    border-radius: 30px;
    min-height: 46px;
    position: relative
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e7edfb;
    outline: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f5f7fb;
    border-radius: 5px;
    border: 0
}

.select2-results__options {
    border: 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.select2-results__options li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 25px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f6f6f6;
    color: var(--backend_primary)
}

.select2-dropdown {
    border: 0!important
}

.select2-container--default .select2-results__option--selected {
    background-color: #f6f6f6!important;
    color: var(--backend_primary)!important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    font-weight: 400;
    color: var(--backend_black);
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 7px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0!important;
    border: 0!important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 8px;
    padding-right: 10px
}

.select2-results__options li {
    white-space: nowrap;
    width: 100%
}

@media (max-width:991.98px) {
    .header_middle {
        margin: auto;
        position: relative;
        left: 80px
    }
}

@media (max-width:400.98px) {
    .header_middle {
        margin: auto;
        position: relative;
        left: 80px
    }
    .header_middle a {
        margin-right: 60px;
        padding: 0 10px;
        line-height: 30px;
        font-size: 12px
    }
}

.float_button {
    text-align: left;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px 13px 50px;
    -webkit-transition: .8s;
    background-size: auto 200%;
    position: fixed;
    top: 165px;
    right: 0;
    transform: translateX(182px);
    background-image: linear-gradient(0deg, #b937e0, var(--backend_primary) 50%, #b937e0);
    z-index: 9999999
}

@media (max-width:991px) {
    .float_button {
        padding: 18px 30px 18px 80px
    }
}

.float_button:hover {
    background-position: bottom;
    transform: translateX(20px)
}

.float_button i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .3);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 6px
}

.float_button h3,
.float_button i {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.float_button h3 {
    font-weight: 500;
    padding-right: 10px
}

html[dir=rtl] .float_button {
    right: auto;
    left: 0;
    padding: 10px 50px 9px 30px;
    transform: translateX(-178px)
}

html[dir=rtl] .float_button:hover {
    transform: translateX(-20px)
}

html[dir=rtl] .float_button i {
    left: auto;
    right: 8px
}

.filepond--credits {
    display: none
}

.filepond--drop-label {
    background: #fff;
    border: 1px dashed var(--backend_gray);
    border-radius: 20px;
}

.filepond--drop-label.filepond--drop-label label {
    display: block;
    padding: .5em;
    font-size: 18px;
    margin: 0;
    color: var(--backend_primary);
    font-weight: 600;
    text-decoration: none
}

.filepond--drop-label.filepond--drop-label label span {
    color: var(--backend_primary);
    border-bottom: 2px solid var(--backend_primary);
    text-decoration: none
}

.filepond--item-panel,
[data-filepond-item-state=processing-complete] .filepond--item-panel,
[data-filepond-item-state=processing-error] .filepond--item-panel {
    background-color: #faffff
}

.filepond--file-info .filepond--file-info-main {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--backend_black);
    font-weight: 700
}

.filepond--file-info .filepond--file-info-sub,
.filepond--file-info .filepond--file-status,
.filepond--file-status .filepond--file-status {
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400
}

.filepond--file-status .filepond--file-status-main {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--backend_black);
    font-weight: 700
}

.filepond--panel-root {
    background: transparent
}

.filepond--item {
    margin: 0
}

.filepond--root .filepond--list-scroller {
    margin-top: 0;
    margin-bottom: 0
}

.filepond--list-scroller {
    left: -10px
}

.filepond--assistant {
    color: #fff!important
}

button.filepond--file-action-button.filepond--action-revert-item-processing {
    background: var(--backend_primary);
    width: 30px;
    height: 30px;
    font-weight: 400;
    top: 15px
}

.single_capter_list:not(:last-child) {
    margin-bottom: 12px;
}

.single_capter_list_content {
    border: 1px solid var(--backend_gray);
    border-radius: 100px;
    padding: 8px 24px;
    background-color: #fff;
}

.single_capter_list_content p {
    color: #646464;
}

.filepond--file {
    padding: 10px 15px;
    border: 1px dashed #626262;
    align-items: center
}

button.filepond--file-action-button.filepond--action-revert-item-processing {
    color: #fff
}

.filepond--action-remove-item {
    font-size: 18px!important
}

.filepond--action-remove-item,
.filepond--action-retry-item-processing {
    color: #fff!important;
    background: var(--backend_primary)!important
}

.filepond--drop-label,
.filepond--list {
    color: var(--backend_primary)!important
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub,
[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub {
    opacity: 1;
    font-size: 14px;
    color: var(--backend_black);
    font-weight: 400
}

.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
    top: 15px
}

.userLoginChartDateRange {
    height: 25px;
    padding: 0;
    width: 100%;
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
    display: none
}

.note-codable {
    overflow-y: scroll!important
}

.error_ans input:checked~.checkmark:before {
    content: "\E646";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    text-indent: 1px;
    color: var(--backend_black);
    background-color: transparent;
    border: 0;
    transform: rotate(0deg);
    font-size: 6px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s;
    font-weight: 700
}

.error_ans input:checked~.checkmark {
    background: #ff1414!important;
    transition: .3s
}

.QA_section .QA_table .table tfoot td {
    background-color: #fff;
    padding: 17px 30px;
    line-height: 16px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 500;
    color: var(--backend_black);
    white-space: nowrap;
    text-transform: uppercase
}

.mt_35 {
    margin-top: 35px
}

.org_table .btn-header-link:before {
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: currentColor;
}

.org_table .btn-header-link.collapsed:before {
    content: "\f0da";
}

.org_table .gap {
    width: 20px;
    height: auto
}

.org_chart_header_padding_top {
    margin-top: 5px
}

.org_chart_padding_top {
    padding-top: 65px
}

.org_student_table th {
    font-size: 12px!important;
    padding: 10px!important;
    white-space: nowrap;
    vertical-align: middle;
}

.org_student_table td {
    font-size: 16px;
    white-space: nowrap;
}

.dataTables_wrapper .pagination_info {
    margin-top: 0!important
}

.branchList {
    max-height: 600px;
    overflow-y: auto
}

.branchList .active {
    font-weight: 600!important;
    font-size: 14px!important;
    color: var(--backend_primary)!important
}

@media (min-width:992px) {
    .modal_700px {
        max-width: 600px
    }
}

@media (min-width:1200px) {
    .modal_700px {
        max-width: 700px
    }
}

.dataTable_select.nice-select {
    padding-left: 20px;
    margin-right: 15px;
    position: relative;
    top: -10px;
    border-radius: 5px;
    border: 0!important;
    background-color: var(--backend_primary);
}

.dataTable_select.nice-select .current {
    color: #fff;
}

.dataTable_select.nice-select:after {
    margin-top: -20px;
    color: #fff;
}

.dataTable_select.nice-select li {
    margin-bottom: 0 !important;
}

.open_selectlist.open_selectlist:after {
    transform: scaleY(-1);
    margin-top: 12px;
}

.dataTable_select.nice-select .nice-select-search-box {
    display: none!important
}

.open_selectlist.open_selectlist .list {
    padding-top: 0!important;
    opacity: 1;
    pointer-events: auto;
    max-height: 400px;
    overflow-y: auto;
    transform: scale(1) translateY(0)
}

.nice-select.primary_select.studentPositionSelect:after {
    margin-top: -8px
}

.menuLangChanger:after {
    margin-top: -20px
}

.nice-select.primary_select.studentPositionSelect {
    height: 35px;
    margin-top: 8px
}

.studentPositionSelect span.current {
    margin-top: -5px
}

.height_px_35 {
    height: 35px
}

.pt_10 {
    padding-top: 10px!important
}

.width_200 {
    width: 200px
}

.disabledbutton {
    pointer-events: none;
    opacity: .4
}

#sidebar ul li ul {
    background: var(--backend_primary_deep);
}

.position_right {
    position: absolute;
    right: 0
}

.line-height-19 {
    line-height: 19px!important
}

.line-height-14 {
    line-height: 14px!important
}

.QA_section .QA_table .branchList {
    box-shadow: none
}

.branchList td {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.ms-options-wrap.ms-has-selections>button {
    color: var(--backend_black)
}

.ms-options-wrap {
    position: relative
}

.ms-options-wrap>button,
.ms-options-wrap>button:focus {
    border: 1px solid var(--backend_gray);
    font-size: 14px;
    color: var(--backend_black);
    padding-left: 20px;
    height: 46px;
    border-radius: 30px;
    width: 100%;
    padding-right: 15px
}

.ms-options-wrap>.ms-options {
    width: 100%;
    background-color: #fff;
    overflow: auto!important;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999!important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border: 0
}

.ms-options-wrap>.ms-options li label {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    text-align: left;
    transition: all .2s;
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 29px 0 35px;
    margin: 0
}

.ms-options-wrap>.ms-options .ms-search {
    padding: 10px
}

.ms-options-wrap>.ms-options .ms-search input {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(130, 139, 178, .3);
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    width: 100%!important;
    height: 36px;
    line-height: 36px;
    outline: 0!important
}

.ms-options-wrap>.ms-options>ul input[type=checkbox] {
    left: 9px;
    top: 12px
}

.ms-options-wrap>.ms-options>.ms-selectall.global {
    color: var(--backend_black);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 13px!important;
    text-decoration: none
}

.ms-options-wrap>.ms-options>ul label {
    border: 0
}

.ms-options-wrap>.ms-options>ul li.selected label {
    background-color: #f6f6f6;
    color: var(--backend_primary)
}

.ms-options-wrap>button:after {
    content: "";
    display: block;
    height: 10px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 10px;
    transition: all .15s ease-in-out;
    width: auto;
    right: 25px;
    content: "\F0D7";
    border: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: var(--backend_black);
    font-size: 14px
}

.multypol_check_select {
    display: inline-block;
    margin: 0
}

.multypol_check_select,
.multypol_check_select .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 18px 0 0;
    line-height: 18px
}

.multypol_check_select .checkmark {
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    border-radius: 50%
}

.multypol_check_select input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.multypol_check_select input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(0)
}

.multypol_check_select input:checked~.checkmark {
    background: var(--backend_primary);
    transition: .3s
}

.multypol_check_select input:checked~.checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: var(--backend_black);
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s
}

.multypol_check_select .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--backend_black);
    transition: .3s;
    transform: scale(1)
}

.multypol_check_select.small_checkbox {
    width: 13px;
    height: 13px;
    flex: 13px 0 0
}

.multypol_check_select.small_checkbox input:checked~.checkmark:before {
    left: 2px;
    font-size: 7px;
    line-height: 13px;
    top: -1px
}

.multypol_check_select.small_checkbox .checkmark {
    width: 13px;
    height: 13px;
    flex: 13px 0 0
}

.multypol_check_select.small_checkbox .checkmark:after {
    width: 13px;
    height: 13px
}

.infix_ul_lists li {
    position: relative
}

.infix_ul_lists li input {
    opacity: 0;
    visibility: hidden
}

.infix_ul_lists li.selected:before {
    transform: scale(0)
}

.infix_ul_lists li.selected .checkmark {
    transform: scale(1)
}

.infix_ul_lists li:before {
    display: block;
    content: "";
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--backend_black);
    transform: scale(1);
    z-index: 11
}

.infix_ul_lists li .checkmark,
.infix_ul_lists li:before {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 18px;
    height: 18px;
    transition: .3s
}

.infix_ul_lists li .checkmark {
    background: var(--backend_primary);
    display: inline-block;
    border-radius: 50%;
    transform: scale(0)
}

.infix_ul_lists li .checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: var(--backend_black);
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s
}

.infix_ul_lists li .checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(1)
}

.ms-options-wrap>.ms-options {
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.ms-options-wrap.ms-active .ms-options {
    opacity: 1;
    visibility: visible
}

.list:focus,
.nice-select,
.nice-select:focus,
input:focus,
input:hover {
    outline: none!important
}


/* #sidebar ul li.mm-active>a,
#sidebar ul li a.active,
#sidebar ul li a:hover,
#sidebar ul li ul li a.active {
    color: #fff;
    border-left: 6px solid var(--backend_primary_light);
} */

.demo_addons,
.demo_addons_sub {
    float: right;
    margin-right: 30px!important;
    background: #8232fc;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 10px
}

.demo_addons_sub {
    width: 56px;
    position: absolute;
    right: 0
}

.student-details .nav-tabs .nav-link {
    line-height: 20px!important;
    margin-top: 10px
}

.admin .sidebar_icon {
    padding-left: 30px;
    margin-left: -30px
}

.ms-options {
    min-height: unset!important
}

@media (max-width:991px) {
    .student-details {
        margin-top: 0!important
    }
}

@media only screen and (max-width:480px) {
    .student-details .nav-tabs .nav-item {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 0
    }
    .student-details .nav-tabs .nav-link {
        padding: 8px 0;
        text-align: center
    }
    .student-details .nav-tabs {
        margin-left: 0
    }
    .payment_getway_tab .nav-tabs .nav-item {
        max-width: 50%;
        flex: 0 0 30%;
        margin-bottom: 0
    }
    .payment_getway_tab .nav-tabs .nav-link {
        padding: 8px 0;
        text-align: center
    }
    .payment_getway_tab .nav-tabs {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .student-details .nav-tabs {
        margin-top: 0
    }
}

@media (max-width:575.98px) {
    .submit_btn.text-center.mt_60 {
        margin-top: 0
    }
    .General_system_wrap_area {
        gap: 0
    }
}

table.dataTable>tbody>tr.child span.dtr-data {
    min-height: 73px
}

.up_st_admin_visitor .dataTables_filter>label {
    top: -7px
}

div.dt-buttons {
    top: 1px
}

@media (max-width:640px) {
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        float: left;
        text-align: center;
        float: none;
        text-align: left
    }
}

.org_table .singleBranch~td {
    width: 15%
}


/* .dataTable td,
.dataTable th {
    width: -webkit-max-content!important;
    width: -moz-max-content!important;
    width: max-content!important
} */

.menu_seperator {
    color: #68798b;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 12px;
    font-weight: 400;
    opacity: .7;
    display: block;
    margin: 24px 0 3px 15px
}

@media only screen and (max-width:767px) {
    .quiz-bank-checkbox td .primary_checkbox {
        margin-left: 16px
    }
    .quiz-bank-checkbox th .primary_checkbox {
        margin-left: 10px
    }
}

.badge-section .nav-tabs .nav-link {
    padding: 8px
}

.add_btn_with_page_length {
    position: absolute;
    left: 200px;
    z-index: 1
}

.modal-body img {
    max-width: 100%
}

.primary_input .input-group .input-group-prepend .input-group-text {
    background: transparent!important;
    color: var(--backend_black);
}

.org_table td:first-child {
    padding-left: 15px!important
}

.sidebar-user {
    padding: 0 10px;
    margin-bottom: 15px
}


/*    !* line 139, ../../../../Note/SPONDON-IT/laragon/www/Infix_lms/scss/_reward.scss *!*/

.sidebar-user h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--backend_black);
    font-weight: 500
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .sidebar-user h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar-user h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar-user h4 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .sidebar-user h4 {
        font-size: 18px
    }
}

.sidebar-profile {
    --width: 110px;
    width: var(--width);
    height: var(--width);
    border-radius: 20px;
    border: 2px solid var(--system_primery_color);
    overflow: hidden;
    padding: 5px;
    margin-bottom: 14px
}

.sidebar-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px
}

.sidebar-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.sidebar-badge-list {
    max-width: calc(20% - 10px);
    flex: 0 0 100%
}

.sidebar-badge-list img {
    --badge: 44px;
    width: var(--badge);
    height: var(--badge);
    -o-object-fit: contain;
    object-fit: contain
}

.dashboard_badge_carousel {
    padding: 20px;
    border: 1px solid rgba(66, 119, 255, .07);
    border-radius: 22px;
    min-height: 277px
}

@media only screen and (min-width:1440px) and (max-width:1580px) {
    .dashboard_badge_carousel {
        min-height: 242px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .dashboard_badge_carousel {
        min-height: 212px
    }
}

@media only screen and (max-width:767px) {
    .dashboard_badge_carousel {
        min-height: 227px
    }
}

.dashboard_badge_carousel .owl-nav div {
    position: absolute;
    font-size: 30px;
    color: #445972;
    background-color: transparent!important;
    top: 50%;
    display: flex;
    margin-bottom: -10px;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width:1440px) and (max-width:1580px) {
    .dashboard_badge_carousel .owl-nav div {
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .dashboard_badge_carousel .owl-nav div {
        width: 40px;
        height: 40px;
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .dashboard_badge_carousel .owl-nav div {
        width: 40px;
        height: 40px;
        font-size: 26px
    }
}

.dashboard_badge_carousel .owl-nav div:last-child {
    left: auto;
    right: 80px
}

.dashboard_badge_carousel .owl-nav div:first-child {
    left: 80px;
    right: auto
}

.dashboard_badge_carousel .owl-stage {
    display: flex;
    align-items: center
}

.dashboard_badge_carousel .owl-item.center .img {
    --icon: 150px
}

@media only screen and (min-width:1440px) and (max-width:1580px) {
    .dashboard_badge_carousel .owl-item.center .img {
        --icon: 110px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .dashboard_badge_carousel .owl-item.center .img {
        --icon: 90px
    }
}

@media only screen and (max-width:767px) {
    .dashboard_badge_carousel .owl-item.center .img {
        --icon: 100px
    }
}

.dashboard_badge_item .img {
    --icon: 105px;
    width: var(--icon);
    height: var(--icon);
    margin: auto auto 15px
}

@media only screen and (min-width:1440px) and (max-width:1580px) {
    .dashboard_badge_item .img {
        --icon: 75px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .dashboard_badge_item .img {
        --icon: 55px
    }
}

@media only screen and (max-width:767px) {
    .dashboard_badge_item .img {
        --icon: 70px
    }
}

.dashboard_badge_item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dashboard_badge_item p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #5c6574
}

.dashboard_badge_item span {
    color: var(--system_primery_color);
    font-size: 12px
}

.dashboard_badge_item .progress {
    width: 100px;
    margin: auto;
    height: 5px
}

.dashboard_badge_item .progress-bar {
    background-color: var(--system_primery_color)
}

.secret_login {
    background-color: #fff;
    margin-left: auto;
    width: calc(85% - 30px)
}

.secret_login a {
    background: linear-gradient(90deg, var(--backend_primary), #c738d8);
    border-radius: 6px
}

@media only screen and (min-width:1440px) and (max-width:1580px) {
    #preloaderStyleDiv .col-md-2 {
        max-width: 20%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    #preloaderStyleDiv .col-md-2 {
        max-width: 24%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #preloaderStyleDiv .col-md-2 {
        flex: 0 0 100%;
        max-width: 33%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #preloaderStyleDiv .col-md-2 {
        flex: 0 0 100%;
        max-width: 33%
    }
}

@media only screen and (max-width:767px) {
    #preloaderStyleDiv .col-md-2 {
        flex: 0 0 100%;
        max-width: 50%
    }
}

@media only screen and (max-width:479px) {
    #preloaderStyleDiv .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    #preloaderStyleDiv .col-md-2 label {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    #preloaderStyleDiv .col-md-2 .preloaderr {
        width: 100%;
        height: 190px
    }
}

@media only screen and (max-width:767px) {
    #preloaderStyleDiv .col-md-2 .preloaderr {
        width: 100%;
        height: 155px
    }
}

@media only screen and (max-width:479px) {
    #preloaderStyleDiv .col-md-2 .preloaderr {
        height: 200px
    }
}

.dashboard_badge_carousel .owl-nav div {
    transform: translateY(70%)
}

.org_table .singleBranch~td {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px!important
}

.admin-visitor-area .row {
    margin-left: -10px;
    margin-right: -10px;
}

.admin-visitor-area .row>* {
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb-area {
    border-radius: 8px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
}

.breadcrumb-item+.breadcrumb-item:before {
    padding-right: 20px;
    content: "|";
}

.breadcrumb-item a {
    font-size: 16px;
    color: var(--backend_black);
}

.breadcrumb-item.active {
    color: var(--backend_black);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    --width: 40px;
    width: var(--width);
    height: var(--width);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
    background: #fff;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--backend_primary) !important;
}

.dataTables_paginate.paging_simple_numbers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dataTables_paginate.paging_simple_numbers>span {
    display: flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--backend_primary);
}

.table.branchList tbody td,
.table.branchList tbody .singleBranch {
    padding: 0 !important;
    vertical-align: middle;
    align-items: center;
    border: none;
}

.table.branchList {
    border-collapse: separate;
    -webkit-border-vertical-spacing: 7px;
    padding: 0 !important;
}

.QA_table .table.branchList tbody td:first-child {
    padding-left: 0 !important;
}

.table.branchList td .primary_checkbox {
    margin-left: auto;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: var(--backend_black);
}

.dataTables_filter>label:before {
    background: var(--backend_primary);
}

div.dt-buttons {
    border-color: var(--backend_gray_200);
}

a.dt-button,
button.dt-button,
div.dt-button {
    border-left-color: var(--backend_gray_200);
    line-height: 35px;
}

button.dt-button span {
    color: #333333;
    font-size: 18px;
}

div.dt-buttons {
    height: 40px;
}

a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled) {
    background: var(--backend_primary);
}

div.dt-button-collection {
    box-shadow: 0 0 0 !important;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.modal-body .primary-btn:not(.small) {
    min-width: 120px;
}

.primary_input .input-group-prepend {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 100%;
    justify-content: flex-end;
}

.org_table .nastable td {
    padding-left: 30px !important;
}

.QA_table .org_table .table.branchList tbody.ui-sortable td:first-child {
    padding-left: 30px !important;
}

.QA_table .org_table .table.branchList tbody.ui-sortable td {
    border-top: 1px solid var(--backend_gray);
    padding: 8px 12px 1px 0px !important;
}

.QA_table .org_table thead th {
    padding-left: 0 !important;
}

.main-title .position_right {
    min-width: 290px;
}

.main-title .position_right * {
    width: 100%;
}

.table-icon-img {
    --img: 27px;
    width: var(--img);
    height: var(--img);
    overflow: hidden;
}

.table-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table-thumb-img {
    width: 80px;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
}

.table-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card {
    border: none;
    border-radius: 12px;
}

.card-header {
    background-color: #fff;
    padding: 8px 12px;
    padding-top: 16px;
    border: none;
}

.card-body {
    padding: 0;
    padding-bottom: 16px;
}

.card-body .primary_input {
    border-top: 1px solid var(--backend_gray);
    padding: 5px 0;
}

.card-body .primary_input .point-input,
.point-input {
    background-color: var(--backend_primary);
    border: none;
    color: #fff;
    height: 30px;
    max-width: 60px !important;
    border-radius: 100px !important;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}


/* .card-body .primary_input .point-input::-webkit-inner-spin-button,
.card-body .primary_input .point-input::-webkit-outer-spin-button {
    -webkit-appearance: button;
    opacity: 1;
    background: red !important;
    color: #fff;
} */

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    background: var(--backend_primary);
}

.text-primary {
    color: var(--backend_primary) !important;
}

.bg-primary {
    background-color: var(--backend_primary) !important;
}

.serach_field-area .search_inner input:focus {
    border-color: var(--backend_primary);
}

.notification_table .primary_checkbox .checkmark {
    --width: 24px;
}

.primary_checkbox.v2 .checkmark::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_70_21532)'%3e%3cpath d='M18.5 9.00001C18.5 11.387 17.5518 13.6761 15.864 15.364C14.1761 17.0518 11.8869 18 9.5 18C4.52926 18 0.5 13.9708 0.5 9.00001C0.5 4.02962 4.52926 1.03388e-05 9.5 1.03388e-05C11.7063 -0.00333865 13.8364 0.807029 15.4825 2.27603C15.3615 2.3592 15.2484 2.45335 15.1447 2.55728L13.8573 3.8447C12.6401 2.81287 11.0956 2.24761 9.5 2.25001C5.77344 2.25001 2.75 5.27345 2.75 9.00001C2.75 12.7266 5.77344 15.75 9.5 15.75C10.4475 15.7494 11.3843 15.5494 12.2495 15.163C13.1147 14.7767 13.8889 14.2127 14.5219 13.5076C15.1548 12.8025 15.6323 11.9721 15.9234 11.0704C16.2145 10.1686 16.3126 9.21578 16.2113 8.27368L18.1098 6.37524C18.3689 7.22606 18.5004 8.11061 18.5 9.00001V9.00001Z' fill='%23DA291C'/%3e%3cpath d='M8.85146 13.3407C8.54977 13.3408 8.25105 13.2811 7.97257 13.165C7.69408 13.049 7.44136 12.8789 7.229 12.6646L4.34619 9.78497C4.21167 9.65047 4.10496 9.49078 4.03215 9.31504C3.95935 9.13929 3.92187 8.95092 3.92188 8.76069C3.92188 8.57046 3.95935 8.3821 4.03215 8.20635C4.10496 8.0306 4.21167 7.87092 4.34619 7.73642C4.48066 7.6019 4.64032 7.4952 4.81603 7.4224C4.99175 7.3496 5.18009 7.31213 5.37029 7.31213C5.56049 7.31213 5.74883 7.3496 5.92455 7.4224C6.10027 7.4952 6.25992 7.6019 6.39439 7.73642L8.85322 10.1942L15.8159 3.22868C16.0876 2.95719 16.4559 2.80469 16.84 2.80469C17.2241 2.80469 17.5924 2.95719 17.8641 3.22868C17.9986 3.36318 18.1054 3.52287 18.1782 3.69862C18.251 3.87436 18.2884 4.06273 18.2884 4.25296C18.2884 4.44319 18.251 4.63156 18.1782 4.8073C18.1054 4.98305 17.9986 5.14273 17.8641 5.27724L10.4729 12.6692C10.2604 12.8827 10.0077 13.0519 9.72936 13.1672C9.45106 13.2824 9.15268 13.3414 8.85146 13.3407Z' fill='%23DA291C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_70_21532'%3e%3crect width='18' height='18' fill='white' transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ") !important;
}

.primary_checkbox.v2 .checkmark::after {
    border-color: var(--backend_primary);
}

.notification_table div#lms_table_paginate {
    display: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none !important;
}

.inside_modal {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
    margin-top: -15px;
    border-radius: 15px;
    display: none;
}

.inside_modal .modal-header {
    padding: 16px 20px;
}

.inside_modal .modal-body {
    padding: 20px;
}

.inside_modal .modal-content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.inside_modal .modal-body .primary-btn {
    min-width: 86px !important;
    line-height: 32px !important;
}

.totalInstructors td,
.totalInstructors th {
    border: 1px solid var(--backend_gray);
    padding-left: 12px !important;
}

.totalInstructors td:first-child,
.totalInstructors th:first-child {
    text-align: center;
}

.totalInstructors th:first-child {
    padding-left: 0 !important;
}

.deleteModal .modal-header {
    padding-top: 18px;
    padding-bottom: 18px;
}

.deleteModal .modal-title {
    font-size: 24px !important;
}

@media (min-width:767px) {
    .deleteModal .modal-title {
        font-size: 20px !important;
    }
}

.deleteModal .modal-body {
    padding-bottom: 30px;
}

.deleteModal .primary-btn {
    min-width: 86px !important;
}

.sidebar #sidebar_menu li a .has-arrow {
    line-height: 1;
}

.QA_table .CRM_dropdown.dropdown .dropdown-toggle {
    font-size: 12px;
    height: 30px;
}

.ui-sortable-handle {
    cursor: move;
}

.game-list .dataTables_length {
    display: none;
}

.box_header .nice-select.primary_select {
    background-color: var(--backend_primary);
    color: #fff;
    height: 40px;
    line-height: 37px;
    border-color: var(--backend_primary);
    width: 190px;
}

.box_header .nice-select.primary_select.open::after {
    margin-top: 10px;
}

.box_header .nice-select.primary_select::after {
    margin-top: -13px;
    color: currentColor;
}

.box_header .primary_input_field {
    width: 290px;
    height: 40px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .box_header .primary_input_field {
        width: 220px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .box_header .nice-select.primary_select {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 12px;
    }
    .box_header .search {
        flex: 0 0 auto;
        width: 100%;
    }
    .box_header .primary_input_field {
        width: 100%;
    }
}

table.dataTable>tbody>tr.child span.dtr-title {
    color: var(--backend_black);
}

.nav-tabs .nav-link {
    color: var(--backend_black);
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: transparent;
    border-top-color: var(--backend_gray_200);
}

.input-point {
    position: relative;
    display: inline-block;
}

.input-point input[type=number] {
    border-radius: 4px !important;
    max-width: 60px !important;
    padding: 10px;
}

.input-point-nav {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    line-height: 0;
    margin-top: -3px;
}

.input-point-button {
    font-size: 12px;
    cursor: pointer;
    border: none;
    background: transparent;
    line-height: 1;
    height: 8px;
}

.input-point-button>* {
    line-height: 0;
}

/* select2 tag + dropdown */

.select2-container--default .select2-selection--single {
    border-color: var(--backend_gray);
    border-radius: 100px !important;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0 25px 0 20px;
    justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single::after {
    content: "\E62A";
    font-family: themify;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    transform: scaleY(1);
    color: var(--backend_black);
    transform-origin: 66% 66%;
}

.select2-container--default .select2-selection--single[aria-expanded=true]::after {
    transform: scaleY(-1);
    margin-top: -27px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{

    background-color: #fff;
    border: 1px solid rgba(130,139,178,.3);
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    width: 100%!important;
    height: 36px;
    line-height: 36px;
    outline: 0!important;
    font-size: 14px
}
.select2-container--open .select2-dropdown--below{
    border: 1px solid var(--backend_gray) !important;
}