@import "https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";

.css-equal-content,
.css-equal-heights {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.css-equal-content {
    color: red;
    float: left
}

.settings-btn .upload,
.avatar-title,
.align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

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

.table td.table-truncate {
    text-overflow: ellipsis;
    max-width: 257px;
    overflow: hidden
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.primary {
    background-color: #0d233e
}

.secondary {
    background-color: #374b5c
}

html {
    height: 100%;
    background-color: #fff
}

body {
    background-color: #fff;
    color: #0d233e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 100%;
    overflow-x: hidden
}

h1 {
    color: #374b5c
}

h2 {
    color: #374b5c
}

h3 {
    color: #374b5c
}

h4 {
    color: #374b5c
}

h5 {
    color: #374b5c
}

h6 {
    color: #374b5c
}

a {
    outline: none;
    text-decoration: none;
    color: #c10037;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    outline: none;
    color: #0d233e;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

a:active {
    outline: none;
    color: #0d233e;
    text-decoration: none
}

a:focus {
    outline: none;
    color: #0d233e;
    text-decoration: none
}

input {
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

input:focus {
    outline: none
}

img {
    max-width: 100%
}

.table-responsive {
    white-space: nowrap
}

.gap-14 {
    gap: 14px
}

.gap-10 {
    gap: 10px
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

.form-control {
    border: 1px solid #e3e3e3;
    box-shadow: none;
    background-color: #fff;
    color: #0d233e;
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 8px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.form-control:focus {
    border-color: #c10037;
    box-shadow: none;
    outline: none
}

.form-grouphead {
    margin: 0 0 24px
}

.form-grouphead h2 {
    font-size: 16px;
    font-weight: 700
}

textarea.form-control {
    border: 1px solid #e3e3e3;
    box-shadow: none;
    color: #0d233e;
    height: 135px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    resize: vertical
}

.table-content h5 {
    font-size: 14px;
    font-weight: 600
}

.table-content h6 {
    color: #666;
    font-size: 13px;
    margin: 0
}

.form-control.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px)
}

.form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

button {
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    outline: none
}

button:focus {
    outline: none
}

input[type=file] {
    height: auto;
    min-height: calc(1.5em + 0.75rem + 2px)
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.navbar-nav>li {
    float: left
}

.btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 18px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width:767px) {
    .btn {
        font-size: 8px
    }
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    color: #0d233e;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400
}

.form-group label span.mandatory {
    color: #fc1313;
    margin-left: 5px
}

.form-group label span {
    color: #b7b7b7;
    font-size: 13px;
    margin-left: 0;
    font-weight: 400
}

.input-group .form-control {
    height: 40px
}

.nav .open>a {
    background-color: rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, .1)
}

.nav .open>a:focus {
    background-color: rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, .1)
}

.nav .open>a:hover {
    background-color: rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, .1)
}

.font-weight-600 {
    font-weight: 600
}

div.dataTables_wrapper div.dataTables_length select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.badge-suspend {
    padding: 5px;
    background-color: #c10037;
    color: #fff;
    border-radius: 5px
}

.badge-reset {
    padding: 5px;
    background-color: #ffbc34;
    color: #fff;
    border-radius: 5px
}

.badge-permission {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background-color: #27c24c;
    color: #fff;
    border-radius: 5px
}

.css-equal-heights,
.css-equal-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.css-equal-content {
    color: red;
    float: left
}

.settings-btn .upload,
.avatar-title,
.align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

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

.table td.table-truncate {
    text-overflow: ellipsis;
    max-width: 257px;
    overflow: hidden
}

.col {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    min-height: 1px
}

@media(min-width:320px) {
    .col.col-xs-12 {
        width: 100%
    }

    .col.col-xs-11 {
        width: 91.66666667%
    }

    .col.col-xs-10 {
        width: 83.33333333%
    }

    .col.col-xs-9 {
        width: 75%
    }

    .col.col-xs-8 {
        width: 66.66666667%
    }

    .col.col-xs-7 {
        width: 58.33333333%
    }

    .col.col-xs-6 {
        width: 50%
    }

    .col.col-xs-5 {
        width: 41.66666667%
    }

    .col.col-xs-4 {
        width: 33.33333333%
    }

    .col.col-xs-3 {
        width: 25%
    }

    .col.col-xs-2 {
        width: 16.66666667%
    }

    .col.col-xs-1 {
        width: 8.33333333%
    }
}

@media(min-width:568px) {
    .col.col-sm-12 {
        width: 100%
    }

    .col.col-sm-11 {
        width: 91.66666667%
    }

    .col.col-sm-10 {
        width: 83.33333333%
    }

    .col.col-sm-9 {
        width: 75%
    }

    .col.col-sm-8 {
        width: 66.66666667%
    }

    .col.col-sm-7 {
        width: 58.33333333%
    }

    .col.col-sm-6 {
        width: 50%
    }

    .col.col-sm-5 {
        width: 41.66666667%
    }

    .col.col-sm-4 {
        width: 33.33333333%
    }

    .col.col-sm-3 {
        width: 25%
    }

    .col.col-sm-2 {
        width: 16.66666667%
    }

    .col.col-sm-1 {
        width: 8.33333333%
    }
}

@media(min-width:768px) {
    .col.col-md-12 {
        width: 100%
    }

    .col.col-md-11 {
        width: 91.66666667%
    }

    .col.col-md-10 {
        width: 83.33333333%
    }

    .col.col-md-9 {
        width: 75%
    }

    .col.col-md-8 {
        width: 66.66666667%
    }

    .col.col-md-7 {
        width: 58.33333333%
    }

    .col.col-md-6 {
        width: 50%
    }

    .col.col-md-5 {
        width: 41.66666667%
    }

    .col.col-md-4 {
        width: 33.33333333%
    }

    .col.col-md-3 {
        width: 25%
    }

    .col.col-md-2 {
        width: 16.66666667%
    }

    .col.col-md-1 {
        width: 8.33333333%
    }
}

@media(min-width:1024px) {
    .col.col-lg-12 {
        width: 100%
    }

    .col.col-lg-11 {
        width: 91.66666667%
    }

    .col.col-lg-10 {
        width: 83.33333333%
    }

    .col.col-lg-9 {
        width: 75%
    }

    .col.col-lg-8 {
        width: 66.66666667%
    }

    .col.col-lg-7 {
        width: 58.33333333%
    }

    .col.col-lg-6 {
        width: 50%
    }

    .col.col-lg-5 {
        width: 41.66666667%
    }

    .col.col-lg-4 {
        width: 33.33333333%
    }

    .col.col-lg-3 {
        width: 25%
    }

    .col.col-lg-2 {
        width: 16.66666667%
    }

    .col.col-lg-1 {
        width: 8.33333333%
    }
}

.btn-primary-outline {
    border: 2px solid #374b5c;
    color: #c10037
}

.btn-primary-outline:hover {
    background-color: #c10037;
    border: 2px solid #c10037;
    box-shadow: 0 50px 0 0 #fff inset;
    color: #c10037
}

.btn-primary-outline:focus {
    background-color: #c10037;
    border: 2px solid #c10037;
    box-shadow: 0 50px 0 0 #fff inset;
    color: #c10037
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar .border {
    border-width: 3px !important
}

.avatar .rounded {
    border-radius: 6px !important
}

.avatar .avatar-title {
    font-size: 18px
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #c10037;
    color: #fff
}

.avatar-away:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #fff;
    background-color: #ffbc34
}

.avatar-offline:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #fff;
    background-color: #f05050
}

.avatar-online:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #fff;
    background-color: #27c24c
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem
}

.avatar-xs .border {
    border-width: 2px !important
}

.avatar-xs .rounded {
    border-radius: 4px !important
}

.avatar-xs .avatar-title {
    font-size: 12px
}

.avatar-xs.avatar-away:before {
    border-width: 1px
}

.avatar-xs.avatar-offline:before {
    border-width: 1px
}

.avatar-xs.avatar-online:before {
    border-width: 1px
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem
}

.avatar-sm .border {
    border-width: 3px !important
}

.avatar-sm .rounded {
    border-radius: 4px !important
}

.avatar-sm .avatar-title {
    font-size: 15px
}

.avatar-sm.avatar-away:before {
    border-width: 2px
}

.avatar-sm.avatar-offline:before {
    border-width: 2px
}

.avatar-sm.avatar-online:before {
    border-width: 2px
}

.btn-block {
    width: 100%
}

.btn-link {
    text-decoration: none
}

.btn-link:hover {
    text-decoration: underline
}

.btn.focus {
    box-shadow: unset
}

.btn:focus {
    box-shadow: unset
}

.btn.btn-rounded {
    border-radius: 50px
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
    font-size: 14px
}

.dropdown-menu>li>a.text-primary {
    color: #c10037 !important
}

.dropdown-menu>li>a.text-success {
    color: #23ad44 !important
}

.dropdown-menu>li>a.text-danger {
    color: #f05050 !important
}

.dropdown-menu>li>a.text-info {
    color: #009efb !important
}

.dropdown-menu>li>a.text-warning {
    color: #ffbc34 !important
}

.dropdown-menu>li>a.text-purple {
    color: #7460ee !important
}

.text-success {
    color: #23ad44 !important
}

.text-danger {
    color: #f05050 !important
}

.text-info {
    color: #009efb !important
}

.text-warning {
    color: #ffbc34 !important
}

.text-purple {
    color: #7460ee !important
}

.text-muted {
    color: #757575 !important
}

.btn-primary {
    background-color: #374b5c;
    border-color: #374b5c;
    border-width: 2px;
    padding: 9px 20px
}

.btn-primary:hover {
    background-color: #374b5c;
    border: 2px solid #374b5c;
    box-shadow: 0 50px 0 0 #fff inset;
    color: #374b5c
}

.btn-primary:focus {
    background-color: #374b5c;
    border: 2px solid #374b5c
}

.btn-primary:active {
    background-color: #374b5c;
    border: 2px solid #c10037
}

.btn-primary:active:focus {
    background: #374b5c;
    border: 1px solid #374b5c
}

.btn-primary:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-primary:active:hover {
    background: #374b5c;
    border: 2px solid #374b5c
}

.btn-primary:active:not(:disabled):not(.disabled) {
    background: #374b5c;
    border-color: #374b5c;
    color: #fff
}

.btn-primary:disabled {
    background-color: #374b5c;
    border-color: #374b5c;
    color: #fff
}

.btn-submit {
    background-color: #c10037;
    border-color: #c10037;
    border-width: 2px;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 28px;
    display: flex;
    align-items: center
}

.btn-submit:hover {
    background-color: #c10037;
    border: 2px solid #c10037;
    box-shadow: 0 50px 0 0 #fff inset;
    color: #c10037
}

.btn-submit:focus {
    background-color: #c10037;
    border: 2px solid #c10037
}

.btn-submit:active {
    background-color: #c10037;
    border: 2px solid #c10037
}

.btn-submit:active:focus {
    background: #c10037;
    border: 1px solid #c10037
}

.btn-submit:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-submit:active:hover {
    background: #374b5c;
    border: 2px solid #374b5c
}

.btn-submit:active:not(:disabled):not(.disabled) {
    background: #c10037;
    border-color: #c10037;
    color: #fff
}

.btn-submit:disabled {
    background-color: #374b5c;
    border-color: #374b5c;
    color: #fff
}

.btn-cancel {
    background-color: #374b5c;
    border-color: #374b5c;
    border-width: 2px;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 28px;
    display: flex;
    align-items: center
}

.btn-cancel:hover {
    background-color: #374b5c;
    border: 2px solid #374b5c;
    box-shadow: 0 50px 0 0 #fff inset;
    color: #374b5c
}

.btn-cancel:focus {
    background-color: #374b5c;
    border: 2px solid #374b5c
}

.btn-cancel:active {
    background-color: #374b5c;
    border: 2px solid #374b5c
}

.btn-cancel:active:focus {
    background: #374b5c;
    border: 1px solid #374b5c
}

.btn-cancel:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-cancel:active:hover {
    background: #374b5c;
    border: 2px solid #374b5c
}

.btn-cancel:active:not(:disabled):not(.disabled) {
    background: #374b5c;
    border-color: #374b5c;
    color: #fff
}

.btn-cancel:disabled {
    background-color: #374b5c;
    border-color: #374b5c;
    color: #fff
}

.btn-secondary {
    border-width: 2px
}

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

.btn-primary.active {
    background-color: #c10037;
    border: 2px solid #c10037
}

.btn-primary.active:focus {
    background: #c10037;
    border: 1px solid #c10037
}

.btn-primary.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-primary.active:hover {
    background: #c10037;
    border: 1px solid #c10037
}

.btn-primary.active:not(:disabled):not(.disabled) {
    background: #c10037;
    border-color: #c10037;
    color: #fff
}

.open>.dropdown-toggle.btn-primary {
    background-color: #c10037;
    border: 2px solid #c10037
}

.open>.dropdown-toggle.btn-primary:focus {
    background: #c10037;
    border: 1px solid #c10037
}

.open>.dropdown-toggle.btn-primary:hover {
    background: #c10037;
    border: 1px solid #c10037
}

.open>.dropdown-toggle.btn-primary.focus {
    background: #c10037;
    border: 1px solid #c10037
}

.open>.dropdown-toggle.btn-success {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    color: #fff
}

.open>.dropdown-toggle.btn-success:focus {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.open>.dropdown-toggle.btn-success:hover {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.open>.dropdown-toggle.btn-success.focus {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.open>.dropdown-toggle.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

.open>.dropdown-toggle.btn-info:focus {
    background-color: #009efb;
    border: 1px solid #009efb
}

.open>.dropdown-toggle.btn-info:hover {
    background-color: #009efb;
    border: 1px solid #009efb
}

.open>.dropdown-toggle.btn-info.focus {
    background-color: #009efb;
    border: 1px solid #009efb
}

.open>.dropdown-toggle.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.open>.dropdown-toggle.btn-warning:focus {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.open>.dropdown-toggle.btn-warning:hover {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.open>.dropdown-toggle.btn-warning.focus {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.open>.dropdown-toggle.btn-danger {
    background-color: #f05050;
    border: 1px solid #f05050
}

.open>.dropdown-toggle.btn-danger:focus {
    background-color: #f05050;
    border: 1px solid #f05050
}

.open>.dropdown-toggle.btn-danger:hover {
    background-color: #f05050;
    border: 1px solid #f05050
}

.open>.dropdown-toggle.btn-danger.focus {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-primary.active.focus {
    background: #c10037;
    border: 1px solid #c10037
}

.btn-primary.focus:active {
    background: #c10037;
    border: 1px solid #c10037
}

.show>.btn-primary.dropdown-toggle {
    background: #c10037;
    border-color: #c10037;
    color: #fff
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-success.dropdown-toggle {
    background-color: #27c24c;
    border-color: #27c24c;
    color: #fff
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-warning.dropdown-toggle {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-danger.dropdown-toggle {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: unset
}

.show>.btn-outline-primary.dropdown-toggle {
    background-color: #c10037;
    border-color: #c10037
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-outline-success.dropdown-toggle {
    background-color: #27c24c;
    border-color: #27c24c
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-outline-danger.dropdown-toggle {
    background-color: #f05050;
    border-color: #f05050
}

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none
}

.btn-primary.disabled {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.btn-secondary.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-secondary:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-success {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    background: #27c24c;
    color: #fff !important
}

.btn-success:hover {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    color: #fff
}

.btn-success:focus {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    color: #fff
}

.btn-success:active {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    color: #fff
}

.btn-success:active:focus {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.btn-success:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-success:active:hover {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.btn-success:active:not(:disabled):not(.disabled) {
    background-color: #27c24c;
    border-color: #27c24c;
    color: #fff
}

.btn-success:disabled {
    background-color: #27c24c;
    border-color: #27c24c;
    color: #fff
}

.btn-success.active {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    color: #fff
}

.btn-success.active:focus {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.btn-success.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-success.active:hover {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.btn-success.active:not(:disabled):not(.disabled) {
    background-color: #27c24c;
    border-color: #27c24c;
    color: #fff
}

.btn-success.active.focus {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.btn-success.focus:active {
    background-color: #27c24c;
    border: 1px solid #27c24c
}

.btn-success.disabled {
    background-color: #27c24c;
    border-color: #27c24c;
    color: #fff
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:hover {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:focus {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:active {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:active:focus {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-info:active:hover {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:active:not(:disabled):not(.disabled) {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff
}

.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff
}

.btn-info.active {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info.active:focus {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-info.active:hover {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info.active:not(:disabled):not(.disabled) {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff
}

.btn-info.active.focus {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info.focus:active {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info.disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:hover {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:focus {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:active {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:active:focus {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-warning:active:hover {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff
}

.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff
}

.btn-warning.active {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning.active:focus {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-warning.active:hover {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff
}

.btn-warning.active.focus {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning.focus:active {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning.disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff
}

.btn-danger {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger:hover {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger:focus {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger:active {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger:active:focus {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-danger:active:hover {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger:active:not(:disabled):not(.disabled) {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff
}

.btn-danger:disabled {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff
}

.btn-danger.active {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger.active:focus {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-danger.active:hover {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger.active:not(:disabled):not(.disabled) {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff
}

.btn-danger.active.focus {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger.focus:active {
    background-color: #f05050;
    border: 1px solid #f05050
}

.btn-danger.disabled {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff
}

.btn-light.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6
}

.btn-light:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-dark.active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-dark:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-outline-primary {
    color: #c10037;
    border-color: #c10037
}

.btn-outline-primary:hover {
    background-color: #c10037;
    border-color: #c10037
}

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

.btn-outline-primary:disabled {
    color: #c10037;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #c10037;
    border-color: #c10037
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #c10037;
    border-color: #c10037
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

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

.btn-outline-primary.disabled {
    color: #c10037;
    background-color: transparent
}

.btn-outline-success {
    color: #27c24c;
    border-color: #27c24c
}

.btn-outline-success:hover {
    background-color: #27c24c;
    border-color: #27c24c
}

.btn-outline-success:focus {
    box-shadow: none
}

.btn-outline-success:disabled {
    color: #27c24c;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #27c24c;
    border-color: #27c24c
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-outline-success:not(:disabled):not(.disabled).active {
    background-color: #27c24c;
    border-color: #27c24c
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-success.focus {
    box-shadow: none
}

.btn-outline-success.disabled {
    color: #27c24c;
    background-color: transparent
}

.btn-outline-info {
    color: #009efb;
    border-color: #009efb
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb
}

.btn-outline-info:focus {
    box-shadow: none
}

.btn-outline-info:disabled {
    background-color: transparent;
    color: #009efb
}

.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #009efb;
    border-color: #009efb
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-outline-info:not(:disabled):not(.disabled).active {
    background-color: #009efb;
    border-color: #009efb
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-info.focus {
    box-shadow: none
}

.btn-outline-info.disabled {
    background-color: transparent;
    color: #009efb
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34
}

.btn-outline-warning:hover {
    background-color: #ffbc34;
    border-color: #ffbc34
}

.btn-outline-warning:focus {
    box-shadow: none
}

.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34
}

.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbc34;
    border-color: #ffbc34
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-outline-warning:not(:disabled):not(.disabled).active {
    background-color: #ffbc34;
    border-color: #ffbc34
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-warning.focus {
    box-shadow: none
}

.btn-outline-warning.disabled {
    background-color: transparent;
    color: #ffbc34
}

.btn-outline-danger {
    color: #f05050;
    border-color: #f05050
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f05050;
    border-color: #f05050
}

.btn-outline-danger:focus {
    box-shadow: none
}

.btn-outline-danger:disabled {
    background-color: transparent;
    color: #f05050
}

.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #f05050;
    border-color: #f05050
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-outline-danger:not(:disabled):not(.disabled).active {
    background-color: #f05050;
    border-color: #f05050
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-danger.focus {
    box-shadow: none
}

.btn-outline-danger.disabled {
    background-color: transparent;
    color: #f05050
}

.pagination>.active>a {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pagination>.active>a:focus {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pagination>.active>a:hover {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pagination>.active>span {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pagination>.active>span:focus {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pagination>.active>span:hover {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pagination>li>a {
    color: #c10037
}

.pagination>li>span {
    color: #c10037
}

.page-link:hover {
    color: #c10037
}

.page-link:focus {
    box-shadow: unset
}

.page-item:first-child .page-link {
    margin-left: 0 !important
}

.page-item.active .page-link {
    background-color: #c10037;
    border-color: #c10037
}

.dropdown-item.active {
    background-color: #c10037
}

.dropdown-item {
    font-size: 13px;
    color: #374b5c
}

.dropdown-item:active {
    background-color: #c10037
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff
}

.card-body {
    padding: 1.5rem
}

.card-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 1.5rem
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 1rem 1.5rem
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-size: 18px
}

.btn-update:hover {
    background: 0 0;
    color: #c10037
}

.custom-radios {
    padding-left: 25px
}

.custom-radios input[type=radio]+label {
    position: relative
}

.custom-radios input[type=radio]+label::after {
    position: absolute;
    content: "";
    background: #c9c9c9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -18px;
    top: 6px
}

.custom-radios input[type=radio]+label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #c9c9c9;
    left: -22px;
    top: 2px;
    border-radius: 50%;
    background: #fff !important
}

.custom-radios .custom-control-input:checked~.custom-control-label::before {
    border: 1px solid #c10037
}

.custom-radios .custom-control-input:checked~.custom-control-label::after {
    background: #c10037
}

.radiossets {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0 !important
}

.radiossets input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radiossets input:checked~.checkmark-radio {
    background-color: #fff;
    border: 1px solid #c10037
}

.radiossets input:checked~.checkmark-radio:after {
    display: block
}

.radiossets:hover input~.checkmark-radio {
    background-color: #eee
}

.radiossets .checkmark-radio:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c10037
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #d1d1d6
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none
}

ul.custom-radiosbtn {
    display: flex
}

ul.custom-radiosbtn li {
    margin-right: 20px
}

.input-tags.form-control {
    display: block;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    min-height: 50px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px
}

.bootstrap-tagsinput {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e3e3e3;
    min-height: 46px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    width: 100%;
    box-shadow: none
}

.bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 2px;
    color: #fff;
    background: #c10037;
    border: 1px solid #c10037;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px
}

.manidory {
    color: #c10037;
    margin-left: 5px
}

.settings-label {
    margin-bottom: 10px
}

.settings-btn {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #0d233e;
    cursor: pointer;
    font-weight: 400;
    padding: 15px;
    position: relative;
    width: 100%;
    height: 50px
}

.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0
}

.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: #c10037;
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 44px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

.form-head span {
    color: #f05050;
    font-size: 10px;
    margin-left: 10px
}

.form-heads {
    font-size: 18px;
    font-weight: 500;
    color: #c10037
}

.socail-links-set ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.socail-links-set a.dropdown-toggle.nav-link {
    background: #858585;
    color: #fff;
    border-radius: 5px
}

.cards {
    border: 1px solid #eef1fe;
    box-shadow: 0 0 12px 0 rgba(55, 73, 72, .0196078431);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px
}

.f-14 {
    font-size: 14px !important
}

.upload-images {
    background: rgba(255, 255, 255, .8);
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: flex;
    margin-top: 20px;
    width: 196px;
    height: auto;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 5px
}

.upload-images img {
    max-height: 195px;
    width: 100%
}

.upload-images .btn-icon {
    color: #f05050;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 15px;
    height: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 10px;
    top: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 9px;
    border: 1px solid #f05050
}

.upload-images .btn-icon:hover {
    background: #f05050;
    color: #fff
}

.upload-images h6 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px
}

.upload-images h5 {
    font-size: 10px;
    font-weight: 400
}

.color-set {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: block;
    margin-left: 25px;
    margin-right: 15px
}

textarea.form-control {
    height: 150px
}

.slidecontainer {
    width: 100%
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #C10037 0%, #C10037 50%, #c4c4c4 50%, #c4c4c4 100%);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background: #c10037;
    border: 2px solid #fff;
    box-shadow: 0 4px 14px rgba(154, 154, 154, .25)
}

.slider::-webkit-slider-thumb:hover {
    background: #000
}

.slider::-moz-range-thumb {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(154, 154, 154, .25)
}

.slider::-moz-range-thumb:hover {
    background: #000
}

.hidden-web {
    display: block
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.modal-footer.text-left {
    text-align: left
}

.modal-footer.text-center {
    text-align: center
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #c10037;
    text-shadow: unset
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #c10037;
    text-shadow: unset
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #c10037
}

.progress-xs {
    height: 4px
}

.progress-sm {
    height: 15px
}

.progress.progress-sm {
    height: 6px
}

.progress.progress-md {
    height: 8px
}

.progress.progress-lg {
    height: 18px
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px
}

.row.row-sm>div {
    padding-left: 3px;
    padding-right: 3px
}

.swal2-title {
    font-size: 22px !important;
    font-weight: 500
}

.swal2-content {
    font-size: 14px !important;
    color: #374b5c !important
}

.swal2-styled.swal2-confirm {
    font-size: 14px !important
}

.card-header-tabs {
    border-bottom: 0
}

.tab-content {
    padding-top: 20px
}

.select2-container {
    z-index: unset
}

.select2-container .select2-selection--single {
    border: 1px solid #f1f1f1;
    height: 46px;
    background-color: #fff;
    border-radius: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 7px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b7b7b7;
    line-height: 46px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c10037
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #f8f8f8;
    min-height: 46px;
    background-color: #f9f9fb;
    padding: 4px 8px;
    color: #fff;
    border-radius: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #c10037;
    border: 0;
    font-size: 13px;
    margin-top: 6px;
    padding: 3px 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-right: auto;
    float: right;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    top: 1px;
    padding: 2px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ddd;
    border-width: 0 6px 6px;
    border-color: #666;
    border-width: 2px 0 0 2px;
    padding: 3px;
    margin-top: -2px
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 35px
}

.select2-dropdown {
    border: 1px solid #e3e3e3
}

.filter-sorting .review-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-left: 0 !important
}

.sidebar {
    background-color: #fff;
    box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, .06), 0 2px 6.4px -1px rgba(19, 16, 34, .03);
    margin-top: 0;
    width: 270px;
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 0 15px 0 0
}

@media(max-width:991px) {
    .sidebar {
        margin-left: -270px;
        width: 270px;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 1041
    }
}

.sidebar .sidebar-menu>ul>li>a span {
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap
}

.sidebar .sidebar-menu>ul>li>a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.sidebar .sidebar-menu>ul>li>a span.badge {
    margin-left: auto
}

.sidebar.opened {
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar-inner {
    height: 100%;
    min-height: 100%;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.sidebar-menu {
    padding: 10px;
    padding-bottom: 35px
}

.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.sidebar-menu ul ul {
    display: none
}

.sidebar-menu ul ul a.active {
    color: #c10037;
    text-decoration: underline
}

.sidebar-menu ul ul a {
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 50px;
    position: relative
}

.sidebar-menu ul ul a .menu-arrow {
    top: 10px
}

.sidebar-menu ul ul ul a {
    padding-left: 65px
}

.sidebar-menu ul ul ul ul a {
    padding-left: 85px
}

.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    color: #9c9c9c;
    text-align: left;
    vertical-align: middle;
    width: 18px;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.sidebar-menu ul li.menu-title a i {
    font-size: 16px !important;
    margin-right: 0;
    text-align: right;
    width: auto
}

.sidebar-menu li a {
    color: #0d233e;
    display: block;
    font-size: 15px;
    height: auto;
    padding: 0 20px
}

.sidebar-menu li a:hover {
    color: #c10037
}

.sidebar-menu li a>.badge {
    color: #fff
}

.sidebar-menu li a.subdrop {
    color: #c10037
}

.sidebar-menu li a.subdrop i {
    color: #c10037
}

.sidebar-menu li a.subdrop .menu-arrow i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar-menu li a.subdrop:hover {
    background-color: #fff;
    color: #c10037
}

.sidebar-menu li a.subdrop:hover i {
    color: #c10037
}

.sidebar-menu li a.subdrop:hover span {
    color: #c10037
}

.sidebar-menu>ul>li>a {
    align-items: center;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    padding: 10px 20px;
    position: relative;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.sidebar-menu>ul>li>a:hover {
    background-color: #c10037;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.sidebar-menu>ul>li>a:hover i {
    color: #fff;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.sidebar-menu>ul>li>a:hover span {
    color: #fff;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.sidebar-menu>ul>li>a.active {
    position: relative;
    color: #c10037
}

.sidebar-menu>ul>li>a.active i {
    color: #c10037
}

.sidebar-menu>ul>li>a.active:hover {
    color: #fff
}

.sidebar-menu>ul>li>a.active:after {
    background: #c10037;
    width: 6px;
    height: 40px;
    left: -10px;
    z-index: 9999;
    position: absolute;
    content: "";
    border-radius: 0 5px 5px 0
}

.sidebar-menu>ul>li.active>a:hover {
    background-color: #c10037;
    color: #fff
}

.sidebar-menu li.active>a {
    background-color: #c10037;
    color: #fff
}

.sidebar-menu li.menu-title a {
    display: inline-block;
    margin-left: auto;
    padding: 0
}

.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px
}

.sidebar-menu .menu-arrow i {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    text-rendering: auto;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 12px;
    width: auto
}

.menu-title {
    display: flex;
    font-size: 14px;
    opacity: 1;
    padding: 5px 10px 5px 20px;
    white-space: nowrap;
    margin-top: 10px;
    text-transform: uppercase
}

.menu-title h6 {
    color: #7f7f7f;
    margin: 0;
    font-weight: 700;
    font-size: 12px
}

.menu-title>i {
    float: right;
    line-height: 40px
}

.siderbar-toggle {
    position: relative
}

.siderbar-toggle .switch {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

.siderbar-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.siderbar-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b7b7b7;
    -webkit-transition: .4s;
    transition: .4s;
    width: 41px;
    height: 21px
}

.siderbar-toggle .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.siderbar-toggle input:checked+.slider {
    background-color: #c10037
}

.siderbar-toggle input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -5px
}

.siderbar-toggle input:focus+.slider {
    box-shadow: 0 0 1px #c10037
}

.siderbar-toggle .slider.round {
    border-radius: 34px
}

.siderbar-toggle .slider.round:before {
    border-radius: 50%
}

.sidebar-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 27px;
    justify-content: space-between
}

.form-groupbtn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center
}

.form-groupbtn ul li {
    margin-right: 12px
}

.form-groupbtn .btn {
    min-width: 104px;
    padding: 7px 15px;
    font-size: 16px
}

.socail-links-set .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 10px;
    top: 17px
}

.btn-update {
    border: 2px solid #c10037;
    color: #fff;
    background: #c10037
}

.card-heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex
}

.mobile_btn {
    display: none;
    float: left
}

.mini-sidebar .siderbar-toggle {
    opacity: 0;
    width: 1px
}

.mini-sidebar .logo-small {
    display: block;
    min-width: 30px
}

.mini-sidebar .sidebar-header {
    padding: 15px 0;
    justify-content: center
}

.mini-sidebar .sidebar-logo .logo {
    display: none
}

.mini-sidebar.expand-menu .sidebar-header {
    padding: 27px;
    justify-content: space-between
}

.mini-sidebar.expand-menu .logo {
    display: block
}

.mini-sidebar.expand-menu .logo-small {
    display: none
}

.mini-sidebar.expand-menu .siderbar-toggle {
    opacity: 1;
    width: auto
}

.logo-small {
    display: none
}

@media(min-width:992px) {
    .header.fixed-header #toggle_btn {
        align-items: center;
        color: #fff;
        display: inline-flex;
        float: left;
        font-size: 30px;
        height: 60px;
        margin-left: 15px;
        justify-content: center;
        padding: 0 20px
    }
}

@media(min-width:992px) {
    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 24px;
        width: auto
    }

    .mini-sidebar .header-left .logo.logo-small {
        display: block
    }

    .mini-sidebar .header .header-left {
        padding: 0 5px;
        width: 90px
    }

    .mini-sidebar .header .header-left .logo {
        display: none
    }

    .mini-sidebar .sidebar {
        width: 90px
    }

    .mini-sidebar .sidebar .sidebar-menu ul>li>a span {
        display: none;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0
    }

    .mini-sidebar .sidebar-menu {
        padding: 10px
    }

    .mini-sidebar .sidebar-menu>ul>li>a {
        border-radius: 10px;
        padding: 10px 20px
    }

    .mini-sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap
    }

    .mini-sidebar .menu-title a {
        visibility: hidden
    }

    .mini-sidebar .page-wrapper {
        margin-left: 90px
    }

    .mini-sidebar .main-wrapper>.header {
        left: 90px
    }

    .mini-sidebar .header.fixed-header {
        left: 90px
    }
}

@media(min-width:992px) {
    .mini-sidebar.expand-menu .sidebar {
        width: 270px
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
        display: inline;
        opacity: 1
    }

    .mini-sidebar.expand-menu .menu-title {
        visibility: visible
    }

    .mini-sidebar.expand-menu .menu-title a {
        visibility: visible
    }

    .mini-sidebar.expand-menu .page-wrapper {
        margin-left: 270px
    }

    .mini-sidebar.expand-menu .main-wrapper>.header {
        left: 270px
    }

    .mini-sidebar.expand-menu .main-wrapper>.header.fixed-header {
        left: 270px
    }
}

@media(min-width:992px) {
    .modal-open.mini-sidebar .sidebar {
        z-index: 1051
    }
}

.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh
}

.page-wrapper {
    margin-left: 270px;
    padding-top: 60px;
    position: relative;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.page-wrapper>.content {
    padding: 30px;
    width: 100%
}

@media(max-width:767px) {
    .page-wrapper>.content {
        padding: 20px
    }
}

@media(max-width:991px) {
    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease
    }
}

.page-header {
    margin-bottom: 1.875rem
}

.page-header-card {
    background-color: #fff;
    margin: 0 0 50px;
    padding: 30px;
    border-radius: 5px
}

.login-pages {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    z-index: 1;
    height: 100vh;
    padding: 40px 70px
}

@media(max-width:991px) {
    .login-pages {
        padding: 30px 15px
    }
}

@media(max-width:767px) {
    .login-pages {
        padding: 12px
    }
}

.login-logo {
    margin: 0 0 18px;
    text-align: center
}

@media(max-width:1400px) {
    .login-logo {
        margin: 0 0 40px
    }
}

@media(max-width:992px) {
    .login-logo {
        margin: 0 0 30px;
        text-align: center
    }
}

.login-main-wrapper {
    height: 100vh
}

.login-input .form-group label {
    color: #0d233e;
    font-size: 16px
}

.login-input .form-control {
    background: #fff;
    border: 1px solid #e3e3e3
}

.login-input .form-control::-webkit-input-placeholder {
    color: #b7b7b7;
    opacity: 1
}

.login-input .form-control:-moz-placeholder {
    color: #b7b7b7;
    opacity: 1
}

.login-input .form-control::-moz-placeholder {
    color: #b7b7b7;
    opacity: 1
}

.login-input .form-control:-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1
}

.login-input .form-control:focus {
    border: 1px solid #c10037;
    border-left: 5px solid #c10037
}

.login-contenthead {
    margin-bottom: 60px
}

.login-contenthead h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px
}

@media(max-width:992px) {
    .login-contenthead h5 {
        font-size: 24px
    }
}

.login-contenthead h6 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 18px
}

.login-contenthead p {
    margin: 0;
    font-weight: 400
}

.login-contenthead p a {
    color: #c10037;
    text-decoration: underline
}

.flag-nav img {
    min-width: 18px;
    height: 18px;
    width: 18px
}

@media(max-width:992px) {
    .flag-nav {
        display: none
    }
}

.forgetpassword-link {
    color: #c10037;
    text-decoration: underline
}

.tab-sets {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tab-contents-sets ul {
    display: flex;
    align-items: center
}

@media(max-width:992px) {
    .tab-contents-sets ul {
        flex-wrap: wrap
    }
}

@media(max-width:575px) {
    .tab-contents-sets ul li {
        width: 50%;
        padding: 0 !important;
        text-align: center
    }
}

.tab-contents-sets ul li+li {
    padding-left: 35px
}

.tab-contents-sets ul li a {
    color: #374b5c;
    font-weight: 500;
    position: relative
}

.tab-contents-sets ul li a:hover {
    color: #c10037
}

.tab-contents-sets ul li a:hover::after {
    position: absolute;
    content: "";
    background: #c10037;
    width: 100%;
    height: 2px;
    left: 0;
    top: 29px
}

@media(max-width:992px) {
    .tab-contents-sets ul li a:hover::after {
        height: 0
    }
}

@media(max-width:575px) {
    .tab-contents-sets ul li a {
        padding: 10px;
        display: block
    }
}

.tab-contents-sets ul li a.active {
    color: #c10037
}

.tab-contents-sets ul li a.active::after {
    position: absolute;
    content: "";
    background: #c10037;
    width: 100%;
    height: 2px;
    left: 0;
    top: 29px
}

@media(max-width:992px) {
    .tab-contents-sets ul li a.active::after {
        height: 0
    }
}

.table-div {
    padding-top: 40px
}

@media(max-width:992px) {
    .tab-contents-count {
        display: none
    }
}

.tab-contents-count h6 {
    margin: 0;
    font-size: 14px;
    color: #374b5c;
    font-weight: 400
}

.table-imgname {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 30px
}

.table-imgname img {
    width: 40px;
    height: 40px;
    border-radius: 5px
}

.badge-pending {
    background: #fff9e8;
    padding: 6px;
    min-width: 80px;
    margin: 0;
    font-size: 13px;
    color: #ffc107;
    border-radius: 50px;
    display: inline-block;
    text-align: center
}

.delete-table:hover img {
    filter: brightness(0) invert(1)
}

.badge-inactive {
    background: #f1f8ff;
    padding: 6px;
    min-width: 80px;
    margin: 0;
    font-size: 13px;
    color: #007bff;
    border-radius: 50px;
    display: inline-block;
    text-align: center
}

.badge-active {
    background: #f2fff6;
    padding: 6px;
    min-width: 80px;
    margin: 0;
    font-size: 13px;
    color: #1ba345;
    border-radius: 50px;
    display: inline-block;
    text-align: center
}

.badge-active:hover {
    background: #f2fff6;
    padding: 6px;
    min-width: 80px;
    margin: 0;
    color: #1ba345;
    border-radius: 50px;
    display: inline-block;
    text-align: center
}

.badge-delete {
    background: #fff3f3;
    padding: 6px;
    min-width: 80px;
    margin: 0;
    font-size: 13px;
    color: #ff4949;
    border-radius: 50px;
    display: inline-block;
    text-align: center
}

.card-bg {
    background-color: #fff;
    padding: 24px
}

.card-bg h5 {
    margin: 0 0 25px
}

.login-pages::before {
    content: "";
    background-image: url(../img/login-bg-01.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

@media(max-width:575px) {
    .login-pages::before {
        display: none
    }
}

.login-pages::after {
    content: "";
    background-image: url(../img/login-bg-02.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

@media(max-width:575px) {
    .login-pages::after {
        display: none
    }
}

.login-wrap {
    max-width: 500px;
    margin: 0 auto
}

.forgotpassword-pages {
    padding: 60px
}

.signup-pages {
    padding: 60px
}

.main-wrapper .wrapper-login {
    background-color: #f9fafc
}

.header {
    position: fixed;
    z-index: 999;
    height: 76px;
    transition: all .45s ease 0s
}

@media(max-width:991px) {
    .header .mobile_btn {
        color: #0d233e;
        cursor: pointer;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10
    }
}

.header .header-left {
    float: left;
    height: 76px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 270px;
    z-index: 1;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none
}

.header .header-left .logo {
    display: inline-block;
    line-height: 60px
}

@media(max-width:991px) {
    .header .header-left .logo {
        display: none
    }
}

.header .header-left .logo img {
    max-height: 24px;
    width: auto
}

@media(max-width:991px) {
    .header .header-left .logo img {
        max-height: 36px;
        height: 36px
    }
}

@media(max-width:991px) {
    .header .header-left {
        position: absolute;
        width: 100%;
        display: block;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.header .dropdown-menu>li>a {
    position: relative;
    padding: 10px 18px
}

.header .dropdown-menu>li>a:focus {
    background-color: #c10037;
    color: #fff
}

.header .dropdown-menu>li>a:focus i {
    color: #fff
}

.header .dropdown-menu>li>a:hover {
    background-color: #c10037;
    color: #fff
}

.header .dropdown-menu>li>a:hover i {
    color: #fff
}

.header .dropdown-menu>li>a i {
    color: #c10037;
    margin-right: 10px;
    text-align: center;
    width: 18px
}

.header .dropdown-toggle:after {
    display: none
}

.header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 8px;
    vertical-align: 2px
}

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header .user-menu .dropdown-menu>li>a i {
    color: #c10037;
    font-size: 16px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center
}

.header .user-menu .dropdown-menu>li>a:focus i {
    color: #fff
}

.header .user-menu .dropdown-menu>li>a:hover i {
    color: #fff
}

.header.fixed-header .mobile_btn {
    color: #fff
}

.hidden-web {
    display: none
}

.page-headers h6 {
    font-size: 22px;
    font-weight: 500
}

@media(max-width:991px) {
    .page-headers {
        display: none
    }
}

.header-left .logo-small {
    display: none
}

@media(max-width:992px) {
    .header-left .logo-small {
        display: block
    }
}

.header-split {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:991px) {
    .header-split {
        justify-content: end
    }
}

.animate-circle {
    -webkit-animation: heartbit 1s ease-out;
    animation: heartbit 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 5px solid #f1f1f1;
    border-radius: 70px;
    height: 60px;
    position: absolute;
    left: -8px;
    top: -8px;
    width: 60px;
    z-index: -1
}

@media(max-width:991px) {
    .animate-circle {
        width: 50px;
        height: 50px;
        top: -4px;
        left: -5px;
        border-width: 0
    }
}

@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0
    }

    25% {
        transform: scale(.1);
        opacity: .1
    }

    50% {
        transform: scale(.5);
        opacity: .3
    }

    75% {
        transform: scale(.8);
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.user-menu {
    float: right;
    position: relative;
    z-index: 99;
    align-items: center
}

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
    margin-top: 12px !important
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px
}

.user-menu .dropdown-menu .dropdown-item:hover {
    color: #c10037
}

.dropdown-heads {
    margin: 0 5px
}

.dropdown-heads>a {
    background: #f7f7fa;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center
}

.user-menu.nav>li>a {
    color: #374b5c;
    font-size: 14px;
    padding: 0 15px
}

.user-menu.nav>li>a:hover {
    background-color: transparent
}

.user-menu.nav>li>a:hover i {
    color: #0d233e
}

.user-menu.nav>li>a:focus {
    background-color: transparent
}

.user-menu.nav>li>a:focus i {
    color: #0d233e
}

.user-menu.nav>li>a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.user-img {
    margin-right: 3px;
    position: relative;
    width: 45px;
    height: 45px;
    background: #f1f1f1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:992px) {
    .user-img {
        width: 42px;
        height: 42px
    }
}

.user-img img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #fff;
    background: #f1f1f1;
    padding: 3px
}

.user-link {
    display: flex;
    align-items: center
}

span.user-content {
    padding-left: 8px
}

@media(min-width:992px) {
    span.user-content {
        display: none
    }
}

@media(min-width:1030px) {
    span.user-content {
        display: block
    }
}

@media(max-width:767px) {
    span.user-content {
        display: none
    }
}

span.user-name {
    display: block;
    color: #0d233e;
    font-size: 15px;
    font-weight: 600
}

span.user-details {
    color: #aaa;
    font-size: 14px;
    font-weight: 400
}

.mobile_btn {
    display: none;
    float: left
}

.slide-nav .sidebar {
    margin-left: 0
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.sidebar-overlay.opened {
    display: block
}

html.menu-opened {
    overflow: hidden
}

html.menu-opened body {
    overflow: hidden
}

.view-btn {
    margin-right: 15px
}

@media(max-width:992px) {
    .view-btn {
        display: none
    }
}

.select-by {
    min-width: 134px;
    margin-right: 25px
}

@media(max-width:992px) {
    .select-by {
        display: none
    }
}

.modal.contentmodal .modal-content h3 {
    font-size: 24px
}

.modal.contentmodal .modal-content .submit-section .btn {
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    min-width: 150px;
    margin-top: 5px
}

.delete-wrap {
    margin-bottom: 30px
}

.delete-wrap h2 {
    font-size: 24px;
    margin-bottom: 25px
}

.delete-wrap p {
    font-size: 24px;
    margin-bottom: 20px
}

.modal-content .close-btn i {
    font-size: 20px;
    color: #f05050
}

.modal-content.doctor-profile {
    border-radius: 10px
}

.del-icon {
    margin-bottom: 23px;
    margin-bottom: 23px
}

.del-icon i {
    font-size: 60px;
    color: #f05050;
    margin-bottom: 23px
}

.submit-section {
    text-align: center;
    margin-top: 25px
}

.table {
    color: #0d233e;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    background-color: #fff
}

.table tbody {
    border: 1px solid #f1f1f1
}

.table tbody tr {
    border-bottom: 1px solid #f1f1f1
}

.table tbody tr:hover {
    background: #eee
}

.table>tbody>tr>th {
    border-top: 0;
    padding: 10px 8px
}

.table th {
    white-space: nowrap;
    vertical-align: middle
}

.table td {
    white-space: nowrap;
    vertical-align: middle;
    color: #0d233e;
    font-size: 14px;
    font-weight: 400;
    padding: 15px
}

.table td .border-div img {
    border: 1px solid #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    width: 44px;
    height: 44px
}

.table thead tr th {
    font-weight: 600;
    border: 0
}

.table thead tr th:first-child {
    border-radius: 10px 0 0 0
}

.table thead tr th:last-child {
    border-radius: 0 10px 0 0
}

.table thead th {
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #374b5c;
    background: #f7f7f7
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f8f9fa
}

.table-striped thead tr {
    border-color: transparent
}

.table-striped tbody tr {
    border-color: transparent
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .3)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, .4)
}

.table.no-border>tbody>tr>td {
    border-top: 0;
    padding: 10px 8px
}

.table.no-border>tfoot>tr>td {
    border-top: 0;
    padding: 10px 8px
}

.table.no-border>tfoot>tr>th {
    border-top: 0;
    padding: 10px 8px
}

.table.no-border>thead>tr>td {
    border-top: 0;
    padding: 10px 8px
}

.table.no-border>thead>tr>th {
    border-top: 0;
    padding: 10px 8px
}

.table-resposnive {
    overflow-x: auto
}

.table-nowrap td {
    white-space: nowrap
}

.table-nowrap th {
    white-space: nowrap
}

.table.dataTable {
    background-color: #fff;
    border-collapse: collapse !important;
    margin: 0 !important
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

table.table td h2 a {
    color: #0d233e
}

table.table td h2 a:hover {
    color: #c10037
}

table.table td h2 span {
    color: #7f7f7f;
    display: block;
    font-size: 12px;
    margin-top: 3px
}

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap
}

.action-language ul {
    display: flex;
    align-items: center
}

.action-language ul li {
    margin: 0 5px
}

.action-language .btn {
    padding: 5px 10px;
    min-width: 90px
}

.btn-grey {
    background: #aaa
}

.table.table-center td {
    vertical-align: middle
}

.table.table-center th {
    vertical-align: middle
}

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

.table-hover tbody tr:hover {
    background-color: #f7f7f7
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, .05) !important
}

.table-bordered th {
    border-color: rgba(0, 0, 0, .05)
}

.table-bordered td {
    border-color: rgba(0, 0, 0, .05)
}

.card-table .card-body {
    padding: 0
}

.card-table .card-body .table>thead>tr>th {
    border-top: 0
}

.card-table .card-body .table tr td:first-child {
    padding-left: 1.5rem
}

.card-table .card-body .table tr td:last-child {
    padding-right: 1.5rem
}

.card-table .card-body .table tr th:first-child {
    padding-left: 1.5rem
}

.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem
}

.card-table .table td {
    border-top: 1px solid #f1f1f1;
    padding: 1rem .75rem;
    white-space: nowrap
}

.card-table .table th {
    border-top: 1px solid #f1f1f1;
    padding: 1rem .75rem;
    white-space: nowrap
}

.actions a {
    width: 85px
}

.invoice-total-inner .add-links:hover {
    color: #c10037
}

.dataTables_info {
    float: right;
    padding-right: 15px;
    padding-top: 18px !important;
    font-size: 12px;
    font-weight: 600
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 15px
}

.dataTables_length {
    margin-top: 15px !important;
    float: left;
    font-size: 12px
}

.dataTables_length label:before {
    content: "Show";
    margin-right: 5px;
    font-size: 14px;
    color: #0d233e;
    padding: 10px
}

.dataTables_length label:after {
    content: "entries";
    margin-right: 5px;
    font-size: 14px;
    color: #0d233e;
    padding: 10px
}

.paging_numbers {
    float: right
}

.form-control::-webkit-input-placeholder {
    color: #b7b7b7
}

.form-control:-ms-input-placeholder {
    color: #b7b7b7
}

.form-control::placeholder {
    color: #b7b7b7
}

.login-content {
    padding: 24px;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, .06), 0 2px 6.4px -1px rgba(19, 16, 34, .03);
    border-radius: 6px
}

@media(max-width:992px) {
    .login-content .login-pages {
        background-color: none
    }
}

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.check:checked+.checktoggle {
    background-color: #c10037
}

.check:checked+.checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%)
}

.checktoggle {
    background-color: #c10037;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px
}

.checktoggle:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease
}

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    -moz-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    -webkit-transition: margin .3s ease-in 0s;
    -ms-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s;
    width: 200%
}

.onoffswitch-inner:before {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
    background-color: #c10037;
    color: #fff;
    content: "ON";
    padding-left: 14px
}

.onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
    content: "OFF";
    padding-right: 14px;
    background-color: #aaa;
    color: #fff;
    text-align: right
}

.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    width: 20px
}

.password-strength {
    display: flex;
    margin-top: 15px
}

.password-strength span {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    margin-right: 10px;
    border-radius: 5px
}

.password-strength span:last-child {
    margin-right: 0
}

.weak-pass .password-strength span {
    background: #f05050
}

.custom-modal .modal-body {
    padding: 20px 20px 0
}

.bank-box {
    background: rgba(193, 0, 55, .03);
    border: 1px solid rgba(193, 0, 55, .03);
    border-radius: 10px;
    padding: 20px;
    position: relative
}

.bank-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.bank-name h6 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.bank-name p {
    color: #374b5c;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.bank-info p {
    font-size: 12px;
    color: #374b5c;
    margin-bottom: 6px
}

.bank-info h6 {
    font-size: 14px;
    font-weight: 500;
    color: #0d233e;
    margin-bottom: 10px
}

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

.bank-action a {
    font-weight: 500;
    font-size: 14px;
    color: #c10037
}

.bank-action a i {
    margin-right: 5px
}

.bank-box.active {
    border: 1px solid #c10037
}

.bank-box.active:before {
    position: absolute;
    top: -5px;
    right: -5px;
    content: "\f058";
    font-family: fontawesome;
    color: #c10037
}

.seo-list {
    margin-bottom: 20px
}

.seo-list li {
    display: inline-block;
    margin-right: 10px
}

.seo-list li a.active {
    background: #f1f1f1
}

.seo-list li a {
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    padding: 4px 26px;
    font-weight: 500;
    font-size: 15px
}

.location-set.soc-active {
    border: 2px solid #c10037
}

.close-btn {
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 18px
}

.blog-single-post .blog-image {
    margin-bottom: 20px;
    border-radius: 25px
}

.blog-single-post .blog-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    font-size: 20px
}

.about-author-img {
    background-color: #fff;
    height: 62px;
    width: 62px
}

.about-author-img img {
    border-radius: 5px;
    height: 62px;
    width: 62px
}

.author-details {
    margin-left: 20px;
    flex: 1
}

.author-details p {
    font-size: 12px
}

.about-author {
    display: flex;
    align-items: center
}

.blog-comments .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.blog-comments .comments-list li {
    clear: both;
    padding-left: 57px
}

.blog-comments .comments-list li .comment {
    margin-bottom: 20px
}

.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute
}

.blog-comments .comments-list li img.avatar {
    height: 42px;
    width: 42px;
    border-radius: 5px
}

.blog-comments .comment-btn {
    color: #000;
    display: inline-block;
    font-size: 12px
}

.blog-comments .comment-btn img {
    width: auto !important
}

.blog-author-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.modal-header {
    border-bottom: 0;
    padding: 24px
}

.modal-header .close-modal {
    background: #f1f1f1;
    border: 0;
    border-radius: 50%;
    color: #0d233e;
    font-size: 15px;
    width: 29px;
    height: 29px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    z-index: 99
}

.modal-header .close-modal:hover {
    background: #c10037;
    color: #fff !important
}

.modal-body {
    padding: 24px
}

.modal-content {
    border-radius: 10px
}

.modal-footer {
    border: 0;
    padding: 24px
}

.content-page-headersplit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .content-page-headersplit {
        flex-direction: column
    }
}

.btn-primaryline {
    border: 2px solid #c10037;
    color: #c10037;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.btn-primaryline:hover {
    box-shadow: 0 50px 0 0 #c10037 inset;
    color: #fff
}

.review-sort {
    display: flex;
    align-items: center
}

.review-sort .select2-container {
    width: auto !important;
    min-width: 150px;
    font-weight: 500;
    font-size: 14px;
    text-align: left
}

.review-sort .select2-container--default .select2-selection--single {
    border: 1px solid #edf1f1;
    border-radius: 5px;
    height: 36px;
    background: #fff
}

.review-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px
}

.review-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px
}

.review-sort p {
    margin: 0;
    margin-right: 10px
}

.review-entries select {
    margin: 0 10px 0 20px;
    border-radius: 5px;
    padding: 5px 30px 5px 10px;
    font-weight: 500;
    font-size: 14px
}

.close-modal i {
    font-size: 15px
}

.comments-list .comment-block p {
    font-size: 12px;
    margin-bottom: 10px
}

.new-comment .form-floating>.form-control {
    height: 50px
}

.new-comment .form-floating>label {
    padding: .8rem .6rem
}

.form-floating>.form-select {
    height: 50px
}

.profile-upload {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.profile-upload-img {
    padding-right: 15px
}

.profile-upload-img img {
    width: 50px;
    border-radius: 50px
}

.profile-upload-btn {
    display: flex
}

.profile-upload-file {
    position: relative;
    margin-right: 15px
}

.profile-upload-file input {
    position: absolute;
    opacity: 0;
    width: 75px;
    left: 8px
}

.profile-upload-para p {
    margin: 10px 0 0;
    font-size: 13px
}

.btn-upload {
    display: table;
    background: #374b5c;
    color: #f1f1f1;
    border-radius: 4px;
    padding: 9px 20px
}

.btn-load {
    background: #eff1f7;
    color: #4c82f7
}

.btn-load-one {
    background: #eff1f7;
    color: #4c82f7;
    width: 71px;
    height: 22px;
    border-radius: 10px;
    line-height: 20px;
    padding: 1px 15px
}

.btn-remove {
    display: flex;
    align-items: center;
    border: 2px solid #ff4949;
    color: #ff4949;
    border-radius: 10px;
    width: 77px;
    height: 22px;
    padding: 6px 12px;
    padding: 3px 15px
}

.btn-remove:hover {
    background: #ff4949;
    color: #fff
}

.blog-content p {
    font-size: 14px
}

a.blog-author-name:hover {
    color: #c10037
}

a.comment-btn:hover {
    color: #c10037
}

.save-btn {
    font-weight: 600;
    font-size: 16px;
    padding: 6px 75px
}

.upload-file {
    margin-bottom: 20px
}

.upload-file h6 {
    font-weight: 400;
    margin-bottom: 15px
}

.upload-file img {
    border-radius: 5px;
    margin-bottom: 6px
}

.upload-file p {
    font-size: 12px
}

.up-img {
    position: relative;
    padding-left: 11px
}

.up-img .close-icon {
    position: absolute;
    top: -9px
}

.table-action-btn {
    width: 79px;
    height: 27px
}

.bank-details .modal-footer.blog-categories-btn {
    justify-content: start
}

.blog-categories-btn {
    padding: 20px
}

.modal-footer.blog-categories-btn>.bank-details-btn .btn {
    border-radius: 4px
}

.check:checked+.checktoggle.checkbox-bg::after {
    background-color: #fff
}

.categories-table .pagination {
    display: none
}

.categories-table .dataTables_info {
    display: none
}

.categories-table tr:last-child td {
    padding-bottom: 0
}

.blog-view .card-header {
    padding: 15px
}

.blog-image {
    overflow: hidden
}

.blog-image:hover img {
    transform: scale(1.1)
}

.blog {
    background-color: #fff;
    border: 2px solid rgba(102, 102, 102, .09);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative
}

.grid-blog .blog-image {
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 0 0
}

.grid-blog .fav-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    z-index: 1
}

.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0
}

.grid-blog .entry-meta li {
    margin-bottom: 15px
}

.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.grid-blog .blog-title {
    font-size: 16px;
    margin: 0 0 6px
}

.grid-blog .blog-title a {
    color: #0d233e;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.grid-blog .blog-title a:hover {
    color: #c10037
}

.grid-blog .blog-content p {
    color: #666;
    margin: 0 0 16px
}

.grid-blog .blog-info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.grid-blog .blog-info h6 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0
}

.blog-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.blog-image>a {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
}

.blog-widget-image {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.blog-widget-image h6 {
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.blog-widget-image h6 img {
    margin-right: 6px
}

.blog-content {
    padding: 15px
}

.blog-content .title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

.blog-content .title a {
    color: #0d233e
}

.blog-content .title a:hover {
    color: #c10037
}

.entry-meta li {
    display: inline-block;
    margin-right: 15px
}

.back-btn {
    font-weight: 600;
    font-size: 16px;
    color: #c10037;
    display: inline-block;
    margin-bottom: 18px
}

.post-author span:nth-child(1):hover {
    color: #c10037
}

.post-author a {
    display: flex;
    align-items: center
}

.post-author img {
    border-radius: 5px;
    width: 42px;
    height: 42px;
    margin-right: 10px
}

.btn-blog {
    padding: 10px 22px
}

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

.settings-view {
    display: flex;
    align-items: center
}

.settings-view>a {
    margin-right: 15px
}

.content-table {
    padding: 30px;
    padding-right: 0
}

@media(max-width:992px) {
    .content-table {
        padding: 15px 30px;
        padding-right: 15px
    }
}

.language-set img {
    width: 18px;
    border-radius: 50px;
    margin-right: 5px
}

.active-text {
    color: #1b5a90
}

.modal.contentmodal .modal-content .submit-section .btn.btn-download {
    min-width: 200px
}

.list-links {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.list-links li {
    margin: 0 15px 10px 0;
    list-style: none
}

.list-links li a {
    background: #fff;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 14px;
    color: #131523;
    border: 1px solid #f5f6fa;
    display: inline-block
}

.list-links li a:hover {
    background: #e5e5e8
}

.list-links li a span {
    font-size: 14px
}

.list-links li.active a {
    background: #fff;
    border: 1px solid #c10037;
    color: #c10037
}

.inactive-style {
    font-size: 14px
}

.select-by .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #131523;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 4px;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 45%;
    width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.select-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #131523;
    border-width: 2px 0 0 2px;
    padding: 3px;
    margin-top: -2px
}

.modal-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #131523;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 4px;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 45%;
    width: 0;
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    border-color: #131523;
    border-width: 2px 0 0 2px;
    padding: 3px;
    margin-top: -2px
}

.pagination-tab {
    padding: 30px
}

.header.fixed-header .user-menu.nav>li.view-btn>a {
    background-color: #fff;
    color: #000
}

.header.fixed-header .user-menu.nav>li.view-btn>a:hover {
    background-color: #d19eb7;
    color: #fff
}

.transfer-lists {
    background: #f8f8fe;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid #f8f8fe
}

.transfer-lists::after {
    position: absolute;
    content: "";
    background: rgba(76, 64, 237, .03);
    width: 149px;
    height: 149px;
    top: 0;
    border-radius: 50%;
    left: -110px
}

.transfer-lists::before {
    position: absolute;
    content: "";
    background: rgba(76, 64, 237, .03);
    width: 149px;
    height: 149px;
    top: -60px;
    border-radius: 50%;
    right: 0
}

.transfer-liststop {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
    position: relative
}

.transfer-liststop::before {
    position: absolute;
    content: "";
    background: rgba(76, 64, 237, .03);
    width: 149px;
    height: 149px;
    top: -20px;
    border-radius: 50%;
    right: -100px
}

.transfer-lists.active {
    border-color: #00cc45
}

.transfer-listbank h3 {
    font-size: 18px;
    font-weight: 500;
    color: #666
}

.transfer-listbank h4 {
    font-size: 14px;
    color: #374b5c;
    margin: 0
}

.transfer-listsname h5 {
    font-size: 14px;
    color: #374b5c;
    font-weight: 400
}

.transfer-listsname h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

.transfer-listsbottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.transfer-listsbottom a {
    color: #c10037;
    font-weight: 500
}

.status-toggle {
    display: flex;
    align-items: center
}

.status-toggle span {
    margin-left: 8px;
    font-weight: 400;
    font-size: 14px
}

table.dataTable>thead .sorting:after {
    right: .5em;
    content: "\f0d7";
    font-family: Arial, Helvetica, sans-serif;
    top: 24px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting:hover:after {
    color: #8291a5
}

table.dataTable>thead .sorting:hover:before {
    color: #8291a5
}

table.dataTable>thead .sorting:focus:after {
    color: #8291a5
}

table.dataTable>thead .sorting:focus:before {
    color: #8291a5
}

table.dataTable>thead .sorting:before {
    right: .5em;
    content: "\f0d8";
    font-family: Arial, Helvetica, sans-serif;
    top: 13px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_asc:after {
    right: .5em;
    content: "\f0d7";
    font-family: Arial, Helvetica, sans-serif;
    top: 24px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_asc:hover:after {
    color: #8291a5
}

table.dataTable>thead .sorting_asc:hover:before {
    color: #8291a5
}

table.dataTable>thead .sorting_asc:focus:after {
    color: #8291a5
}

table.dataTable>thead .sorting_asc:focus:before {
    color: #8291a5
}

table.dataTable>thead .sorting_asc:before {
    right: .5em;
    content: "\f0d8";
    font-family: Arial, Helvetica, sans-serif;
    top: 13px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_desc:after {
    right: .5em;
    content: "\f0d7";
    font-family: Arial, Helvetica, sans-serif;
    top: 24px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_desc:hover:after {
    color: #8291a5
}

table.dataTable>thead .sorting_desc:hover:before {
    color: #8291a5
}

table.dataTable>thead .sorting_desc:focus:after {
    color: #8291a5
}

table.dataTable>thead .sorting_desc:focus:before {
    color: #8291a5
}

table.dataTable>thead .sorting_desc:before {
    right: .5em;
    content: "\f0d8";
     font-family: Arial, Helvetica, sans-serif;
    top: 13px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_asc_disabled:after {
    right: .5em;
    content: "\f0d7";
     font-family: Arial, Helvetica, sans-serif;
    top: 24px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_asc_disabled:hover:after {
    color: #8291a5
}

table.dataTable>thead .sorting_asc_disabled:hover:before {
    color: #8291a5
}

table.dataTable>thead .sorting_asc_disabled:focus:after {
    color: #8291a5
}

table.dataTable>thead .sorting_asc_disabled:focus:before {
    color: #8291a5
}

table.dataTable>thead .sorting_asc_disabled:before {
    right: .5em;
    content: "\f0d8";
     font-family: Arial, Helvetica, sans-serif;
    top: 13px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "\f0d7";
     font-family: Arial, Helvetica, sans-serif;
    top: 24px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.dataTable>thead .sorting_desc_disabled:hover:after {
    color: #8291a5
}

table.dataTable>thead .sorting_desc_disabled:hover:before {
    color: #8291a5
}

table.dataTable>thead .sorting_desc_disabled:focus:after {
    color: #8291a5
}

table.dataTable>thead .sorting_desc_disabled:focus:before {
    color: #8291a5
}

table.dataTable>thead .sorting_desc_disabled:before {
    right: .5em;
    content: "\f0d8";
     font-family: Arial, Helvetica, sans-serif;
    top: 13px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

.btn-linegrey {
    border: 1px solid #edf1f1;
    padding: 3px 10px;
    font-size: 22px;
    margin-right: 5px
}

.btn-linegrey:hover {
    background-color: #c10037;
    color: #fff
}

.active-switch.toogle-primary input:checked+.sliders {
    background-color: #c10037
}

.chartgraph .apexcharts-toolbar {
    display: none
}

.chartgraph .apexcharts-legend {
    display: none
}

.filter-checkbox {
    margin-top: 20px
}

.filter-checkbox li {
    margin-bottom: 15px
}

.filter-checkbox li:last-child {
    margin: 0
}

.datatable-nofooter .dataTables_length {
    display: none
}

.datatable-nofooter .paging_numbers {
    display: none
}

.datatable-nofooter .dataTables_info {
    display: none
}

.home-user {
    border-radius: 10px;
    width: 100%
}

.widget-path .card-body {
    padding: 15px
}

.home-graph-header {
    padding-bottom: 15px
}

.btn-viewall {
    border: 1px solid rgba(133, 134, 136, .16);
    color: #c10037 !important;
    padding: 7px;
    min-width: 100px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.btn-viewall img {
    width: 14px
}

.btn-viewall:hover {
    box-shadow: 0 50px 0 0 #c10037 inset;
    color: #fff !important
}

.btn-viewall:hover img {
    filter: brightness(0) invert(1)
}

.btn-check:checked+.btn.btn-viewall {
    color: #4169e1 !important;
    background-color: #4169e1;
    box-shadow: none
}

.btn.btn-viewall.active {
    color: #4169e1 !important;
    background-color: #4169e1;
    box-shadow: none
}

.home-provider .home-usercount span {
    background: rgba(240, 160, 160, .12)
}

.home-subscription .home-usercount span {
    background: rgba(255, 184, 73, .12)
}

.home-select {
    display: flex;
    align-items: center
}

.home-select .delete-table:hover {
    background: #d5d5d5;
    color: #333
}

.home-select .btn-action {
    border: 1px solid rgba(133, 134, 136, .16);
    padding: 9px 10px;
    color: #374b5c
}

.home-head-user {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-head-user h2 {
    font-size: 18px;
    margin: 0
}

@media(max-width:992px) {
    .home-head-user h2 {
        font-size: 18px
    }
}

.bookingstatus li {
    position: relative
}

.bookingstatus li span {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #1ba345;
    border-radius: 50px
}

.bookingstatus li span::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    top: 4px;
    left: 4px
}

.bookingstatus li h6 {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #374b5c
}

.bookingstatus li.process-status span {
    background: #0081ff
}

.bookingstatus li.process-pending span {
    background: #fec001
}

.bookingstatus li+li {
    margin-top: 20px
}

.bookingmap li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bookingmap li+li {
    margin-top: 25px
}

.bookingmap li img {
    width: 16px;
    border-radius: 50px
}

.bookingmap li span {
    color: #374b5c;
    display: flex;
    align-items: center
}

.bookingmap li h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400
}

.home-userhead {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-usercount {
    display: flex;
    align-items: center
}

.home-usercount span {
    width: 36px;
    height: 36px;
    background: rgba(76, 64, 237, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px
}

.home-usercount h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0
}

.home-useraction a.delete-table {
    background: #fff;
    color: #666
}

.home-usercontent {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-usercontentcount {
    display: flex;
    align-items: center;
    margin-bottom: 3px
}

.home-usercontentcount span {
    font-size: 22px;
    font-weight: 500;
    margin: 0
}

.home-usercontentcount h5 {
    font-size: 13px;
    font-weight: 400;
    color: #8b8d97
}

.home-usercontents h5 {
    color: #8b8d97;
    font-size: 13px;
    font-weight: 400;
    margin: 0
}

.role-checkset h6 {
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.role-checkset li {
    margin-right: 67px
}

.role-checkset .checkboxs {
    justify-content: center
}

.more-option {
    color: #c10037
}

.swal2-actions .btn {
    margin: 0 5px
}

.checkboxs {
    cursor: pointer;
    display: flex;
    min-height: 20px;
    align-items: center;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #607d8b;
    font-weight: 400
}

.checkboxs span {
    position: relative;
    display: flex;
    width: 19px;
    height: 19px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 8px;
    background: #fff;
    border-radius: 4px
}

.checkboxs span i {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-left: 3px;
    transform: rotate(-45deg) translateX(0%) translateY(0%) scale(.7);
    transform-origin: center left
}

.checkboxs span i:before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    height: 0;
    top: 50%;
    left: 0;
    width: 2px
}

.checkboxs span i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    width: 0;
    bottom: 0;
    left: 0;
    height: 2px
}

.checkboxs input {
    display: none
}

.checkboxs input:checked~span {
    border: none;
    background-color: #c10037
}

.checkboxs input:checked~span i:before {
    height: 50%;
    transition: height 300ms cubic-bezier(.895, .03, .685, .22)
}

.checkboxs input:checked~span i:after {
    width: 100%;
    transition: width 300ms 300ms cubic-bezier(.165, .84, .44, 1)
}

.checkboxs .check-content {
    font-weight: 400;
    font-size: 13px;
    margin: 0
}

.btn-login {
    background-color: #c10037;
    width: 100%;
    color: #fff;
    padding: 8px;
    border: 2px solid #c10037;
    transition: all .5s
}

.btn-login:hover {
    box-shadow: 0 50px 0 0 #fff inset;
    color: #c10037
}

.login-button {
    margin-bottom: 20px
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.chat-scroll {
    max-height: calc(100vh - 264px);
    overflow-y: auto
}

.chat-scroll::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    height: 3px
}

.chat-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

.chat-scroll::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 10px
}

.chat-scroll::-webkit-scrollbar-thumb:hover {
    background: #d4d4d4
}

@media(max-width:992px) {
    .chat-cont-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        -ms-transition: all .4s;
        transition: all .4s;
        width: 100%;
        max-height: 100%;
        z-index: 9
    }
}

.chat-cont-left .chat-scroll {
    max-height: calc(100vh - 286px);
    overflow-y: auto
}

.chat-cont-left .chat-scroll::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    height: 3px
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 10px
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb:hover {
    background: #d4d4d4
}

@media(max-width:1400px) {
    .chat-cont-left .chat-scroll {
        max-height: calc(100vh - 318px)
    }
}

.chat-cont-left .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 15px
}

.chat-cont-left .chat-header h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px
}

.chat-cont-left .chat-header p {
    font-size: 13px;
    margin-bottom: 0;
    color: #666
}

.chat-cont-left .chat-header.inner-chat-header {
    padding: 15px 0
}

.chat-cont-left .chat-header.inner-chat-header h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.chat-cont-left .card {
    border: 2px solid rgba(220, 220, 220, .3);
    border-radius: 5px
}

.chat-cont-left .chat-users-list a.media {
    border: 1px solid #fff;
    padding: 8px;
    transition: all .2s ease 0s
}

.chat-cont-left .chat-users-list a.media .media-body {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #34444c;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 3px
}

@media(max-width:1400px) {
    .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
        max-width: 65px
    }
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7a7f9a;
    font-size: 13px
}

@media(max-width:1400px) {
    .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        max-width: 65px
    }
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child {
    text-align: right
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child .badge {
    width: 15px;
    height: 15px;
    background: #c10037;
    border-radius: 50%;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-weight: 500;
    font-size: 9px;
    padding: 0
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
    color: #7a7f9a;
    font-size: 13px
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 10px;
    position: relative
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    width: 35px;
    height: 35px
}

.chat-cont-left .chat-users-list a.media.active {
    background-color: #f3f3f5;
    border-radius: 5px
}

.contacts_body {
    padding: .75rem 0;
    overflow-y: auto;
    white-space: nowrap
}

.msg_card_body {
    overflow-y: auto;
    padding: 20px
}

.msg_card_body .media .media-body {
    margin-left: 6px
}

.msg_card_body .media .media-body .msg-box .chat-file-icon {
    margin-right: 9px
}

.msg_card_body .media .media-body .msg-box .chat-file-icon i {
    font-size: 25px
}

.msg_card_body .media .media-body .msg-box .chat-file-info h6 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px
}

.msg_card_body .media .media-body .msg-box .chat-file-info p {
    font-size: 12px;
    color: #828282;
    margin-bottom: 0
}

.msg_card_body .media .media-body .msg-box>div {
    padding: 8px 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative
}

.msg_card_body .media .media-body .msg-box>div p {
    font-size: 14px;
    margin-bottom: 0
}

.msg_card_body .media .media-body .msg-box+.msg-box {
    margin-top: 5px
}

.msg_card_body .media .avatar {
    height: 25px;
    width: 25px
}

.msg_card_body .media:last-child {
    margin-bottom: 0
}

.msg_card_body .media .chat-msg-info li .dropdown-item {
    padding: 4px 6px;
    font-size: 12px
}

.msg_card_body ul.list-unstyled {
    margin: 0 auto;
    padding: 1rem 0 0;
    width: 100%;
    border-top: 1px solid #e8ebed
}

.msg_card_body ul.list-unstyled li:last-child {
    margin-bottom: 0
}

.msg_card_body .media.received {
    margin-bottom: 20px
}

.msg_card_body .media.received .chat-msg-info li a {
    color: #ababab
}

.msg_card_body .media.received .media-body .msg-box {
    position: relative
}

.msg_card_body .media.received .media-body .msg-box>div {
    background-color: #edeef7
}

.msg_card_body .media.received .media-body .msg-box>div .chat-time {
    color: #ababab
}

.msg_card_body .media.received .media-body .msg-box:first-child>div {
    border-radius: 0 15px 15px 15px;
    margin-top: 15px
}

.msg_card_body .media.sent {
    margin-bottom: 20px
}

.msg_card_body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0;
    margin-right: 6px
}

.msg_card_body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative
}

.msg_card_body .media.sent .media-body .msg-box>div {
    background: #f7f7f8
}

.msg_card_body .media.sent .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, .4)
}

.msg_card_body .media.sent .media-body .msg-box>div .chat-msg-info {
    flex-direction: row-reverse
}

.msg_card_body .media.sent .media-body .msg-box>div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative
}

.msg_card_body .media.sent .media-body .msg-box>div .chat-msg-info li:last-child {
    padding-left: 0
}

.msg_card_body .media.sent .media-body .msg-box>div .chat-msg-attachments {
    flex-direction: row-reverse
}

.msg_card_body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
    opacity: 1
}

.msg_card_body .media.sent .media-body .msg-box:first-child>div {
    border-radius: 15px 0 15px 15px;
    margin-top: 15px
}

.msg_card_body .media.sent .avatar {
    -ms-flex-order: 3;
    order: 3
}

.msg_card_body .chat-date {
    font-size: 13px;
    margin: 22px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize
}

.msg_card_body .chat-date span {
    color: #a8a8a8;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block
}

.chat-list {
    margin: 0 auto;
    padding: 0 8px;
    text-align: center
}

.chat-list li {
    display: inline-block;
    margin-bottom: 5px
}

.chat-list li a {
    padding: 3px 7px;
    font-weight: 500;
    font-size: 12px;
    color: #0d233e;
    border-radius: 50px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-list li a:hover {
    background-color: #c10037;
    color: #fff
}

.chat-list li a i {
    margin-right: 5px
}

.chat-list li a.active {
    background-color: #c10037;
    color: #fff
}

.chat-compose {
    width: 37px;
    height: 37px;
    color: #34444c;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 18px
}

.chat-file-attachments {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-file-attach {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-right: 20px
}

.chat-file-download {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    color: #2a313d
}

.card-footer {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border-top: 0
}

.search {
    border-radius: 15px 0 0 15px;
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    color: #fff
}

.search:focus {
    box-shadow: none;
    outline: 0
}

@media(max-width:992px) {
    .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        -ms-transition: all .4s;
        transition: all .4s;
        width: 100%;
        max-height: 100%;
        position: absolute;
        right: -100%;
        opacity: 0;
        visibility: hidden;
        z-index: 99
    }
}

.chat-cont-right .card-footer {
    padding: 20px
}

.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    position: relative
}

.chat-cont-right .chat-footer .input-group {
    width: 100%
}

.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none
}

.chat-cont-right .chat-footer .input-group .input-group-prepend .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #0de0fe;
    border-color: #0de0fe;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    min-width: 46px;
    font-size: 20px
}

.chat-cont-right .card {
    border-color: rgba(220, 220, 220, .3);
    border-radius: 5px
}

.chat-cont-right .card-header {
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.chat-cont-right .img_cont {
    width: auto;
    height: auto
}

.chat-cont-right .msg_head .back-user-list {
    display: none;
    padding-right: 10px;
    margin-left: -20px;
    padding-left: 10px
}

.btn-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    background: #edeef7;
    border: 1px solid #edeef7;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    position: absolute !important;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.type_msg {
    background: #fff;
    border: 1px solid #c10037;
    box-shadow: 0 4px 8px rgba(52, 68, 76, .04);
    border-radius: 50px;
    overflow-y: auto;
    min-height: 50px;
    padding: 10px 107px 10px 45px;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 400
}

.type_msg:focus {
    box-shadow: none;
    outline: 0;
    z-index: unset !important
}

.type_msg::placeholder {
    color: #b1b1b1
}

.send-action {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center
}

.send-action a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #edeef7;
    border: 1px solid #f3f3f3;
    color: #575757;
    border-radius: 50%;
    margin-right: 7px;
    font-size: 12px
}

.send-action a:hover {
    background: #c10037;
    color: #fff
}

.btn_send {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0;
    font-size: 12px
}

.search_btn {
    background-color: transparent;
    border: 0;
    line-height: 0
}

.user_img {
    height: 39px;
    width: 39px;
    min-width: 39px
}

.img_cont {
    position: relative;
    height: 45px;
    width: 45px
}

.offline {
    background-color: #c23616
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user_info span {
    font-size: 18px;
    font-weight: 600;
    color: #666
}

.user_info .user-name {
    color: #2c3038
}

.user_info p {
    font-size: 14px;
    line-height: normal
}

.user_info p.active {
    color: #48e100
}

.user_info p.inactive {
    color: #c23616
}

.chat-window .avatar-online::before {
    background-color: #47bc00
}

.msg_head {
    position: relative;
    background-color: transparent;
    border-bottom: 0 !important
}

.signinform h4 {
    font-size: 14px;
    font-weight: 400;
    color: #212b36
}

.signinform h4 a {
    color: #212b36;
    font-weight: 600
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
}

.chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 10px;
    padding: 0;
    margin: 0 0 5px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 5px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-msg-info li:last-child {
    padding-right: 0
}

.chat-msg-info li .chat-time {
    margin-right: 10px
}

.chat-msg-info li .drop-item {
    color: #ababab
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: "";
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-msg-info li a {
    color: #777
}

.chat-msg-info li a:hover {
    color: #2c80ff
}

.media.sent .chat-msg-info li .chat-time {
    margin: 0 0 0 10px
}

.chat-seen i {
    color: #00d285;
    font-size: 16px
}

.chat-msg-attachments {
    padding: 4px 0;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments>div {
    margin: 0 1px
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
    border-radius: .25rem
}

.chat-attachment img {
    max-width: 100%
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: .4;
    transition: all .4s
}

.chat-attachment:hover:before {
    opacity: .6
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, .2);
    text-align: center
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff
}

.chat-attachment-list {
    display: flex;
    margin: -5px
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px
}

.chat-attachment-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(230, 239, 251, .5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2
}

.chat-msg-actions>a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px
}

.chat-msg-actions>a:hover {
    color: #2c80ff
}

.chat-users-list {
    padding: 15px
}

.chat-page .footer {
    display: none
}

.chat-search {
    padding: 0 15px 24px;
    width: 100%
}

.chat-search .input-group {
    width: 100%;
    border: 1px solid #f2f2f2
}

.chat-search .input-group .form-control {
    border: 1px solid #f7f7ff;
    border-radius: 7px !important;
    background-color: #fff;
    padding-left: 36px;
    min-height: 35px;
    font-size: 13px;
    font-weight: 400
}

.chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none
}

.chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #888;
    display: flex;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4
}

.chat-search .form-control::placeholder {
    color: #888
}

.chat-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex
}

.chat-options ul li a {
    width: 30px;
    height: 30px;
    color: #374b5c;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.chat-options ul li a:hover {
    background-color: #f3f3f5
}

.chat-options ul li:not(:last-child) {
    margin-right: 5px
}

.chat-options ul li a.with-bg {
    background-color: #f3f3f5
}

.msg-highlight a {
    font-size: 13px;
    color: #c10037;
    text-decoration: underline
}

.chat-cont-profile .card {
    border: 2px solid rgba(220, 220, 220, .3);
    border-radius: 5px
}

.chat-cont-profile .card-header {
    padding: 14px 14px 0;
    background: #fff;
    border: 0
}

.chat-cont-profile .card-body {
    padding: 14px;
    max-height: calc(100vh - 265px);
    overflow-y: auto
}

.chat-cont-profile .card-body::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    height: 3px
}

.chat-cont-profile .card-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

.chat-cont-profile .card-body::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 10px
}

.chat-cont-profile .card-body::-webkit-scrollbar-thumb:hover {
    background: #d4d4d4
}

.chat-profile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.chat-profile-img {
    margin-right: 16px
}

.chat-profile-img img {
    width: 61px;
    height: 61px;
    border-radius: 50%
}

.chat-profile-info h6 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3px
}

.chat-profile-info p {
    font-size: 11px;
    color: #959494;
    margin-bottom: 0
}

.profile-wrap {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 14px
}

.profile-wrap ul li {
    display: inline-block;
    margin-right: 15px
}

.profile-wrap ul li:last-child {
    margin-right: 0
}

.profile-wrap ul li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #f3f3f5;
    color: #585858
}

.profile-wrap ul li a:hover {
    background: #c10037;
    color: #fff
}

.chat-pro-list ul {
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2
}

.chat-pro-list ul li {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 13px
}

.chat-pro-list ul li .role-info {
    font-weight: 400;
    color: #8b8b8b
}

.chat-pro-list ul li:last-child {
    margin-bottom: 0
}

.role-title {
    width: 68px;
    display: inline-block
}

.role-title i {
    margin-right: 8px
}

.media-list {
    text-align: center
}

.media-list ul {
    margin-bottom: 10px
}

.media-list li {
    display: inline-block;
    margin-bottom: 10px
}

.media-list li a {
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #34444c;
    border-radius: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-list li a.active {
    background-color: #f3f3f5
}

.photo-list ul li {
    display: inline-block;
    margin: 0 12px 15px 0
}

.photo-list ul li img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px
}

.chat-notification ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 14px 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.chat-notification ul li p {
    font-weight: 500;
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 0
}

.chat-notification ul li p i {
    color: #0d233e;
    margin-right: 5px;
    width: 15px
}

.chat-media-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 18px 0 10px
}

.chat-media-title h6 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px
}

.chat-media-title span {
    font-size: 12px;
    color: #c10037;
    display: inline-block;
    margin-bottom: 10px
}

.photo-link li a {
    font-size: 12px
}

.photo-link li a:hover {
    color: #c10037
}

.photo-file {
    font-size: 12px
}

.photo-file li {
    margin-bottom: 10px
}

.clear-list ul {
    padding-top: 18px
}

.clear-list ul li {
    font-weight: 500;
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 14px
}

.clear-list ul li:last-child {
    margin-bottom: 0
}

.clear-list ul li a {
    color: #8c8c8c
}

.clear-list ul li a i {
    margin-right: 10px
}

.clear-list ul li a:hover {
    color: #c10037
}

.dash-widget-icon {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 40px;
    height: 80px;
    justify-content: center;
    text-align: center;
    width: 80px;
    background-color: #c10037
}

.dash-count {
    font-size: 18px;
    margin-left: auto
}

.dash-widget-info {
    margin-left: auto;
    text-align: right
}

.dash-widget-info h3 {
    margin-bottom: 10px;
    font-size: 1.5rem
}

.dash-widget-info h6 {
    margin-bottom: 0
}

.dash-widget-header {
    align-items: center;
    display: flex
}

.submit-section {
    text-align: center;
    margin-top: 30px
}

.back-btn:hover {
    color: #000
}

.submit-btn {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px
}

.submit-btn:hover {
    background-color: #85084c
}

.upload-size {
    width: 90px;
    height: 110px
}

.settings-btns .btn-orange {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    margin-right: 15px;
    background: #c10037;
    border: 1px solid #c10037;
    color: #fff;
    border-radius: 4px
}

.settings-btns .btn-grey {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    background: #fff;
    color: #242424;
    border: 1px solid #242424;
    border-radius: 4px
}

.settings-btns .btn-grey:hover {
    background: #242424;
    border: 1px solid #242424;
    color: #fff
}

.settings-form {
    margin-top: 20px
}

.settings-form .social-icon {
    width: 50px;
    height: 40px;
    margin-right: 6px;
    color: #fff;
    background: #c10037;
    border: 1px solid #c10037;
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 4px
}

.settings-form .trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 46px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: #c10037;
    color: #fff;
    position: relative;
    right: -6px;
    font-size: 20px
}

.settings-form .trash:hover {
    color: #fff;
    opacity: .8
}

.settings-form .bootstrap-tagsinput .tag {
    margin-right: 5px;
    color: #fff;
    background: #c10037 !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 12px
}

.settings-form .bootstrap-tagsinput input {
    line-height: 36px;
    border: 1px solid transparent
}

.settings-form .links-cont .social-icon::after {
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
    margin-left: 4px
}

.change-photo-btn {
    color: #7e84a3;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    height: 120px;
    background: #fafafa;
    border: 1px dashed #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px
}

.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 100%
}

.change-photo-btn p {
    margin: 0;
    color: #e0e0e0
}

.add-links {
    background-color: #c10037;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 4px
}

.add-links:hover {
    color: #fff;
    opacity: .8
}

.star-red {
    color: red
}

.bootstrap-tagsinput .tag [data-role=remove] {
    position: relative;
    left: 7px;
    cursor: pointer
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    content: "x";
    padding: 0 2px
}

.report-card {
    border-radius: 5px
}

.card-body {
    position: relative;
    padding: 25px
}

.app-listing {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.app-listing li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

.multiple-selection {
    position: relative;
    margin-bottom: 20px
}

.multiple-selection .selectbox {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 13px 10px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #f7f8f9;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.multiple-selection #checkboxes {
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2ecff;
    box-shadow: 0 4px 44px rgba(231, 234, 252, .75);
    border-radius: 6px
}

.multiple-selection #checkboxes::before {
    border: 7px solid #f2ecff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1);
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.multiple-selection #checkboxes-one {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2ecff;
    box-shadow: 0 4px 44px rgba(231, 234, 252, .75);
    border-radius: 6px
}

.sortby .selectboxes {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 13px 10px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #f7f8f9;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.sortby #checkbox {
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2ecff;
    box-shadow: 0 4px 44px rgba(231, 234, 252, .75);
    border-radius: 6px
}

.sortby #checkbox::before {
    border: 7px solid #f2ecff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1);
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.selectbox p {
    color: #1b2559;
    font-weight: 500
}

.selectbox p .select-icon {
    color: #e60073;
    width: 20px;
    height: 20px
}

.report-btn {
    margin-bottom: 20px
}

.report-btn .btn {
    font-weight: 600;
    color: #e60073;
    background: #fff;
    border: 2px solid #e60073;
    border-radius: 10px;
    width: 100%;
    padding: 11px 0
}

.checkbox-title {
    font-weight: 600;
    font-size: 16px;
    color: #c10037;
    margin-bottom: 14px
}

#checkboxes .form-custom {
    margin-bottom: 14px;
    margin-bottom: 14px
}

#checkboxes .form-custom .form-control {
    padding-left: 14px;
    border: 1px solid rgba(231, 234, 252, .75);
    border-radius: 6px;
    padding-left: 14px;
    border: 1px solid rgba(231, 234, 252, .75);
    border-radius: 6px
}

#checkboxes .btn-grey {
    background: rgba(231, 234, 252, .75);
    color: #1b2559;
    margin-top: 10px
}

#checkboxes .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0
}

#checkboxes .date-picker .form-custom .form-control {
    padding-left: 10px
}

#checkboxes .date-picker .bootstrap-datetimepicker-widget table td {
    padding-left: 10px;
    padding-right: 10px
}

.custom_check {
    color: #1b2559;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom_check input:checked~.checkmark {
    background-color: #e60073;
    border-color: #e60073
}

.custom_check input:checked~.checkmark:after {
    display: block
}

.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 21px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    border-radius: 6px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.custom_check .checkmark::after {
    content: "\f00c";
     font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    color: #fff;
    font-size: 9px
}

.content-sidelinkmenu ul li a.active {
    color: #c10037
}

.content-sidelinkmenu ul li a:hover {
    color: #c10037
}

#checkbox .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0
}

.selectbox-cont-one {
    overflow-y: inherit
}

.selectbox-cont {
    height: 220px;
    overflow-y: auto;
    padding-right: 5px
}

.date-picker {
    width: 50%;
    float: left;
    padding-right: 10px
}

.date-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.date-list ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 5px
}

.date-list .date-btn {
    background: #fff;
    color: #1b2559;
    border: 1px solid #e7eafc;
    border-radius: 4px;
    padding: 10px 0 !important;
    width: 100%
}

.date-list .date-btn:hover {
    background: #c10037;
    color: #fff;
    border: 1px solid #e7eafc
}

.table-profileimage {
    display: flex;
    align-items: center
}

.table-profileimage img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    min-width: 40px
}

.table-profileimage span {
    color: #374b5c
}

.table-profileimage:hover span {
    color: #c10037
}

.invoices-tabs-card {
    background: 0 0;
    box-shadow: unset
}

.invoices-main-tabs {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 10px
}

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

.invoices-tabs ul li {
    position: relative;
    display: inline-block;
    margin-right: 36px
}

.invoices-tabs ul li a.active {
    color: #c10037;
    border-bottom: 2px solid #c10037
}

.invoices-tabs ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #1b2559;
    padding-bottom: 24px
}

.split-check-box .radiossets .checkmark-radio:after {
    background: #c10037
}

.split-check-box .radiossets input:checked~.checkmark-radio {
    border: 1px solid #c10037
}

.split-check-box ul {
    display: flex;
    justify-content: end
}

.split-check-box ul li {
    min-width: 114px
}

.split-check-title h6 {
    font-size: 13px;
    font-weight: 700;
    color: #0d233e;
    margin: 0
}

.table-imgname.flag-image img {
    width: 24px;
    height: 18px
}

.delete-table {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    color: #374b5c
}

.delete-table:hover {
    background: #c10037;
    color: #fff
}

.table-action a {
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 10px;
    color: #666
}

.mod-name {
    color: #3f4254 !important;
    font-weight: 600 !important
}

.role-wrap {
    margin-bottom: 17px
}

.role-wrap h6 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #c10037;
    font-weight: 600
}

.role-wrap h6 span {
    font-size: 16px;
    color: #c10037
}

.role-wrap .checkboxs {
    margin-bottom: 15px
}

.role-wrap .checkboxs .check-content {
    font-size: 16px;
    color: #878a99
}

.role-table {
    max-height: 615px;
    overflow-y: auto
}

.role-table thead {
    position: sticky;
    top: 0;
    z-index: 9
}

.action-language .btn-primary:hover {
    box-shadow: 0 0 0 0 inset
}

.invoices-settings-btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end
}

.invoices-settings-btn .btn {
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
    min-width: 167px;
    background: #c10037;
    border: 1px solid #c10037;
    border-radius: 6px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.invoices-settings-btn .btn .feather {
    margin-right: 6px
}

.invoices-settings-icon {
    color: #e60073;
    margin-right: 20px
}

.invoices-settings-icon .feather {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.invoices-links {
    color: #1b2559;
    margin-right: 20px
}

.invoices-links .feather {
    width: 25px;
    height: 25px;
    font-size: 24px
}

.inovices-card {
    border-radius: 5px
}

.inovices-card .card-body {
    padding: 15px
}

.inovices-widget-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.inovices-widget-header .inovices-amount {
    font-weight: 600;
    font-size: 24px;
    color: #e60073
}

.inovices-widget-icon img {
    width: 50px;
    height: 50px
}

.invoices-links.active {
    color: #e60073
}

.inovices-all {
    font-weight: 600;
    color: #1b2559;
    margin-top: 16px;
    margin-bottom: 0
}

.inovices-all span {
    font-size: 10px;
    margin-left: 15px
}

.invoices-grid-card {
    background: #fff;
    box-shadow: 0 4px 24px rgba(228, 228, 228, .25);
    border-radius: 10px;
    color: #1b2559
}

.invoices-grid-card .card-header {
    padding: 20px;
    border: 0
}

.invoices-grid-card .card-header .action-icon {
    color: #1b2559;
    display: initial
}

.invoices-grid-card .card-body {
    padding: 20px
}

.invoices-grid-card .card-body span {
    font-size: 14px
}

.invoices-grid-card .card-body h6 {
    font-size: 15px;
    font-weight: 500;
    color: #1b2559;
    margin-top: 4px
}

.invoices-grid-card .card-footer {
    padding: 20px;
    border: 0
}

.invoices-grid-card .card-footer .badge {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 18px
}

.invoices-grid-card .bg-success-dark {
    background: #008f64;
    background: #008f64
}

.invoices-grid-card .bg-danger-dark {
    background: #f05050;
    background: #f05050
}

.invoices-grid-card .bg-secondary-dark {
    background: #7638ff;
    background: #7638ff
}

.invoices-grid-card .bg-primary-dark {
    background: #2196f3;
    background: #2196f3
}

.invoice-grid-link {
    color: #1b2559
}

.card-middle {
    padding: 20px;
    background: #f7f7ff
}

.card-middle-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    margin: 0
}

.card-middle-avatar a {
    color: #1b2559
}

.invoice-load-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.invoice-load-btn .btn {
    font-weight: 700;
    font-size: 16px;
    color: #c10037;
    min-width: 170px;
    padding: 12px 15px;
    background: #fff;
    border: 2px solid #c10037;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.invoice-load-btn .btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: 0;
    border: 3px solid #c10037;
    border-right-color: #c10037;
    border-radius: 50%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.group-image {
    position: relative
}

.group-image img {
    position: absolute;
    z-index: 99;
    top: 15px;
    left: 10px
}

.filter-selects .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 46px;
    background-color: #fff;
    width: 140px
}

.filter-select-set {
    width: 180px
}

.filter-select-set .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 34px
}

.filter-select-set .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px
}

.filter-select-set .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px
}

.filter-select-set .group-image img {
    top: 8px
}

.filter-select-se .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right: 17px
}

.badge-default {
    background: #f8f8f8;
    font-size: 12px;
    font-weight: 400;
    color: #a5a5a5;
    display: inline-block;
    width: 80px;
    padding: 7px;
    border-radius: 50px;
    text-align: center
}

.service-widget .serv-info .serv-users h6 {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px
}

.service-widget .serv-info .serv-users h6 span {
    color: #374b5c;
    font-size: 13px;
    margin-left: 15px;
    font-weight: 400
}

.delete-plugin {
    color: #c10037;
    font-weight: 500
}

.delete-plugin:hover {
    color: #333
}

.serv-update {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.serv-update ul {
    display: flex;
    align-items: center
}

.serv-update ul li+li {
    margin-left: 25px
}

.serv-update h6 {
    margin: 0;
    font-weight: 700;
    font-size: 19px
}

.widget-service .card {
    position: relative;
    transition: all .5s
}

.widget-service .card:hover {
    position: relative;
    transition: all .5s
}

.preview-plugin {
    color: #374b5c;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline
}

.invoices-create-btn .delete-invoice-btn {
    background: #c10037;
    margin-right: 10px
}

.invoices-create-btn .invoices-preview-link {
    font-weight: 600;
    color: #c10037;
    margin-right: 30px
}

.invoices-create-btn .btn {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    min-width: 160px
}

.invoices-create-btn .save-invoice-btn {
    background: #fff;
    border: 1px solid #e60073;
    color: #e60073
}

.invoices-create-btn .save-invoice-btn:hover {
    background: #e60073;
    border: 1px solid #e60073;
    color: #fff
}

.invoices-add-card {
    background: #fff;
    border-radius: 10px
}

.invoices-main-form {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.invoices-form label {
    font-weight: 600;
    color: #1b2559
}

.invoices-form .multiple-selection .selectbox {
    border: 2px solid #c10037;
    border-radius: 6px
}

.invoices-form .form-control {
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 6px
}

.invoice-details-title {
    font-weight: 500;
    font-size: 20px;
    color: #1b2559;
    margin-bottom: .5rem
}

.invoice-details-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px
}

.invoice-inner-head {
    padding: 26px;
    border-bottom: 1px solid #e5e5e5
}

.invoice-inner-head span {
    color: #1b2559
}

.invoice-inner-head span a {
    font-weight: 500;
    color: #c10037
}

.invoice-inner-footer {
    padding: 0
}

.invoice-inner-footer span {
    font-weight: 500;
    color: #1b2559;
    position: relative
}

.invoice-inner-footer .form-control {
    position: absolute;
    color: #c10037;
    background: 0 0;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 10px
}

.invoice-inner-date {
    padding: 26px;
    border-right: 1px solid #e5e5e5
}

.table-imgname span {
    color: #374b5c
}

.table-imgname:hover span {
    color: #c10037
}

#show-invoices {
    display: none
}

.invoice-info {
    margin-bottom: 20px;
    margin-bottom: 20px
}

.invoice-info p {
    margin-bottom: 0
}

.invoice-item .customer-text {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

.invoice-item .customer-text a {
    font-size: 14px;
    color: #c10037;
    margin-left: 12px
}

.invoice-item .invoice-details-two {
    text-align: left;
    color: #000;
    text-align: left
}

.invoice-item .invoice-logo {
    margin-bottom: 30px
}

.invoice-item .invoice-logo img {
    width: auto;
    max-height: 40px
}

.invoice-item .invoice-details {
    text-align: right;
    font-weight: 400
}

.invoice-add-table {
    padding-top: 20px;
    padding-bottom: 30px
}

.invoice-add-table h4 {
    font-weight: 600;
    font-size: 20px;
    color: #c10037;
    margin-bottom: 30px
}

.invoice-add-table td {
    border-color: #e5e5e5;
    padding: 20px
}

.invoice-add-table th {
    border-color: #e5e5e5;
    padding: 20px;
    background: #f8f9fa
}

.invoice-add-table .add-btn {
    color: #c10037
}

.invoice-add-table .remove-btn {
    color: #f05050
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6
}

.table .bg-success-dark {
    background: #008f64
}

.table .bg-danger-dark {
    background: #f05050
}

.invoice-fields .field-title {
    font-weight: 600;
    font-size: 16px;
    color: #1b2559;
    margin-bottom: 15px
}

.field-box {
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.field-box p {
    font-weight: 500;
    font-size: 14px;
    color: #1b2559;
    margin-bottom: 10px
}

.field-box .btn {
    min-width: 266px;
    border-radius: 4px;
    padding: 30px 0
}

.invoice-faq .faq-tab {
    padding-top: 10px
}

.faq-tab .panel-title {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative
}

.faq-tab .panel-title a {
    color: #c4c4c4
}

.faq-tab .panel-title a:not(.collapsed)::after {
    color: #f05050
}

.faq-tab .panel-title a::after {
    content: "\f068";
     font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #f09e9e;
    font-weight: 600;
    font-size: 14px
}

.faq-tab .panel-title a.collapsed::after {
    content: "\f067";
     font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #c10037;
    font-weight: 600;
    font-size: 14px
}

.invoice-total-card .invoice-total-title {
    font-weight: 600;
    font-size: 16px;
    color: #1b2559;
    margin-bottom: 15px
}

.invoice-total-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.invoice-total-box p {
    color: #1b2559;
    margin-bottom: 20px;
    position: relative
}

.invoice-total-box p span {
    float: right
}

.invoice-total-box .add-links-bg {
    background: 0 0;
    padding: 0;
    color: #18aefa
}

.invoice-total-box .add-links-one {
    font-weight: 500;
    color: #c10037
}

.invoice-total-box .service-trash-one {
    margin-top: 10px;
    color: #1b2559
}

.invoice-total-box .service-trash-one i {
    color: #ec1361
}

.invoice-total-box .add-links {
    font-weight: 500;
    color: #c10037;
    margin-bottom: 20px;
    display: block
}

.invoice-total-box .service-amount {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.invoice-total-box .service-trash {
    margin-bottom: 10px;
    color: #1b2559
}

.invoice-total-box .service-trash i {
    color: #ec1361
}

.invoice-total-box .service-amount1 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.invoice-total-inner {
    padding: 15px
}

.invoice-total-inner .checktoggle {
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    margin-left: 10px;
    top: 3px;
    margin-bottom: 0;
    position: absolute;
    width: 30px;
    display: inline-block
}

.invoice-total-inner .checktoggle:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease
}

.change-activity {
    padding: 50px 20px;
    max-width: 980px;
    margin: auto
}

.change-activity-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.change-activity-head h6 {
    font-size: 20px;
    color: #666;
    margin: 0;
    font-weight: 500
}

.sort-div {
    display: flex;
    align-items: center
}

.sort-divset {
    display: flex;
    align-items: center
}

.sort-divset>label {
    margin-right: 10px;
    margin-bottom: 0
}

.sort-divset .dropdown-menu a {
    width: 100%;
    color: #333;
    padding: 10px;
    display: block
}

a.option-sort {
    border: 1px solid #edf1f1;
    padding: 8px 10px;
    border-radius: 10px;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 14px
}

.drop-collapse {
    margin-left: 10px
}

.btn-filters {
    border: 2px solid #edf1f1;
    padding: 10px;
    border-radius: 10px
}

.invoice-total-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px
}

.invoice-total-footer h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #c10037
}

.invoice-total-footer h4 span {
    float: right
}

.upload-sign {
    float: right;
    margin-top: 20px
}

.upload-sign .btn {
    border-radius: 10px;
    min-width: 198px;
    padding: 10px 0
}

.service-upload {
    border: 2px dashed #e5e5e5;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    width: 330px
}

.service-upload span {
    font-size: 15px;
    color: #858585;
    display: block
}

.service-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.invoices-page-header .invoices-breadcrumb-item i {
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #c10037;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.invoices-page-header .invoices-breadcrumb-item a {
    font-weight: 600;
    color: #c10037;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.invoice-item-one {
    border-bottom: 1px solid rgba(231, 234, 252, .75)
}

.invoice-item-one .invoice-info {
    margin-bottom: 30px;
    text-align: right
}

.invoice-head {
    margin-bottom: 30px
}

.invoice-head h2 {
    font-weight: 600;
    font-size: 28px;
    color: #1b2559;
    text-transform: uppercase;
    margin-bottom: 0
}

.invoice-head p {
    font-weight: 400;
    font-size: 20px;
    color: #1b2559;
    margin-bottom: 0
}

.invoice-item-bg {
    background: #c10037;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px
}

.invoice-item-bg .invoice-info {
    border-right: 1px solid #fff;
    padding: 30px;
    margin-top: 20px
}

.invoice-item-bg .customer-text-one {
    color: #fff
}

.invoice-item-bg .invoice-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.invoice-item-bg .invoice-details-two {
    color: #fff
}

.invoice-item-bg .invoice-info-one p {
    color: #fff;
    margin-bottom: 10px
}

.invoice-circle-img {
    position: relative
}

.invoice-circle-img .invoice-circle1 {
    position: absolute;
    left: 0;
    opacity: .1
}

.invoice-circle-img .invoice-circle2 {
    position: absolute;
    right: 0;
    opacity: .1
}

.form-groupheads {
    margin-bottom: 25px
}

.form-groupheads h2 {
    font-size: 18px;
    font-weight: 500;
    color: #0d233e
}

.form-groupheads h3 {
    font-size: 14px;
    font-weight: 500;
    color: #666
}

.upload-div {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.upload-sets-btn {
    position: relative
}

.upload-sets-btn input[type=file] {
    position: absolute;
    opacity: 0;
    width: 75px
}

.theme-image-set img {
    width: 100%;
    border-radius: 5px;
    border: 3px solid transparent
}

.theme-image-set h2 {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #666
}

.theme-image {
    position: relative;
    margin-bottom: 30px
}

.active .theme-image-content {
    display: block
}

.active .theme-image-set img {
    border: 3px solid #c10037
}

.theme-image-content {
    display: none;
    position: absolute;
    top: -15px;
    right: -15px
}

.theme-image-content i {
    font-size: 18px;
    z-index: 99;
    position: relative;
    color: #c10037;
    border-radius: 50px;
    border: 3px solid #fff
}

.themecolor ul {
    display: flex
}

.themecolor ul li {
    margin-right: 15px;
    width: 40px
}

.themecolorset {
    position: relative;
    border: 3px solid #c10037;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 50px;
    position: relative;
    cursor: pointer
}

.themecolorset::after {
    background: #c10037;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 50px;
    position: absolute;
    content: "";
    top: -3px;
    left: -3px
}

.active.themecolorset::after {
    width: 22px;
    height: 22px;
    top: 3px;
    left: 3px
}

.theme-greens {
    border: 3px solid #16af54
}

.theme-greens::after {
    background: #16af54
}

.theme-viloets {
    border: 3px solid #8431d9
}

.theme-viloets::after {
    background: #8431d9
}

.theme-orange {
    border: 3px solid #d26400
}

.theme-orange::after {
    background: #d26400
}

.nav-menus {
    background: #f9f9fb;
    border: 2px solid #f9f9fb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 10px
}

.nav-menus:hover {
    background: #eee
}

.nav-menus h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500
}

.form-group-set {
    margin-bottom: 25px
}

.form-group-set h4 {
    font-size: 14px;
    font-weight: 600
}

.form-group-set h4 span {
    color: #a1a1a1;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px
}

.form-group-set h5 {
    font-size: 13px;
    font-weight: 400;
    color: #374b5c;
    margin: 0
}

.nav-bar-image img {
    border-radius: 10px
}

.delete-links {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    color: #374b5c;
    margin-left: auto
}

.delete-links:hover {
    background: #c10037;
    color: #fff
}

.link-sets {
    color: #c10037;
    font-weight: 500
}

.upload-sets p {
    margin: 10px 0 0;
    color: #0d233e;
    font-size: 13px
}

.form-uploads-path {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 30px;
    text-align: center
}

.form-uploads-path img {
    margin-bottom: 15px
}

.form-uploads-path h5 {
    font-size: 13px;
    font-weight: 400;
    margin: 0
}

.view-img ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0
}

.view-img ul li img {
    width: 120px;
    height: 92px;
    object-fit: cover;
    border-radius: 5px
}

.view-img ul li a {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff
}

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

.file-browse h6 {
    font-size: 15px;
    font-weight: 700;
    margin: 0
}

.file-browse-path {
    position: relative;
    cursor: pointer
}

.file-browse-path input[type=file] {
    opacity: 0;
    max-width: 60px;
    position: relative;
    z-index: 9;
    cursor: pointer
}

.file-browse-path a {
    position: absolute;
    left: 6px;
    top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #c10037;
    text-decoration: underline;
    z-index: 1;
    cursor: pointer
}

.upload-imgset {
    width: 68px;
    height: 68px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.upload-imgset img {
    max-width: 100%
}

.invoice-table>thead>tr>th {
    background: #f5f7ff;
    border-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #1b2559
}

.invoice-payment-box h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1b2559;
    margin-bottom: 16px
}

.invoice-payment-box .payment-details {
    background: 0 0;
    border: 2px dashed #c10037;
    width: 266px;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.invoice-payment-box .payment-details p {
    font-weight: 600;
    font-size: 16px;
    color: #1b2559;
    max-width: 140px;
    margin-bottom: 0
}

.invoice-sign-box {
    margin-top: 30px
}

.invoice-terms {
    margin-bottom: 30px
}

.invoice-terms h6 {
    font-weight: 500;
    font-size: 20px;
    color: #1b2559;
    margin-bottom: 6px
}

.invoice-terms p {
    font-weight: 400;
    font-size: 16px;
    color: #8f9bba
}

.invoice-sign {
    padding-top: 30px
}

.invoice-sign span {
    color: #1b2559;
    margin-top: 18px
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px
}

.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px
}

.form-header {
    text-align: center;
    margin-bottom: 30px
}

.form-header h3 {
    color: #1b2559;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.form-header p {
    color: #929292;
    font-size: 15px;
    margin-bottom: 0
}

.paid-continue-btn {
    background-color: #e60073;
    border: 1px solid #e60073;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center
}

.online-set {
    position: relative;
    display: flex;
    align-items: center
}

.online-set h6 {
    margin: 0;
    font-size: 13px;
    color: #1ba345
}

span.online-path {
    width: 10px;
    height: 10px;
    background: #1ba345;
    border-radius: 50px;
    display: block;
    margin-right: 6px
}

span.online-path::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    top: 6px;
    left: 3px;
    border-radius: 50px
}

.paid-cancel-btn {
    background-color: #fff;
    border: 1px solid #e60073;
    border-radius: 5px;
    color: #e60073;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center
}

.bank-details .close {
    background: 0 0;
    border: 0;
    color: #1b2559;
    font-size: 28px;
    line-height: normal;
    top: 20px;
    width: auto;
    height: auto;
    right: 20px
}

.bank-details .modal-footer {
    justify-content: end;
    padding: 20px
}

.bank-details-btn .btn {
    min-width: 160px;
    border-radius: 10px;
    padding: 10px 0;
    color: #fff
}

.bank-details-btn .bank-save-btn {
    color: #e60073 !important;
    border-color: #e60073
}

.bank-details-btn .bank-save-btn:hover {
    background: #e60073;
    border: 1px solid #e60073;
    color: #fff !important
}

.bank-details-btn .bank-cancel-btn {
    background: #c10037
}

.invoice-setting-btn .cancel-btn {
    background: #c10037
}

.invoice-setting-btn .btn {
    min-width: 160px;
    padding: 10px 0;
    color: #fff;
    border-radius: 10px
}

.btn-primary-save-bg {
    background-color: #fff;
    color: #c10037 !important;
    border-color: #c10037
}

.btn-primary-save-bg:hover {
    background: #c10037;
    border: 1px solid #c10037;
    color: #fff !important
}

.settings-menu ul {
    display: block;
    padding: 0
}

.settings-menu ul li {
    list-style: none
}

.settings-menu ul li a {
    color: #455560;
    padding: 0;
    border: 0 !important;
    display: inline-block
}

.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px
}

.settings-menu ul li+li {
    margin-top: 15px
}

.settings-menu ul li a.active {
    color: #c10037 !important;
    border: 0
}

.invoices-upload-btn {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px;
    position: relative;
    width: 100%;
    height: 50px
}

.invoices-upload-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0
}

.invoices-upload-btn .upload {
    position: absolute;
    background: #c10037;
    border-radius: 4px;
    right: 6px;
    top: 8px;
    width: 136px;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.payment_trash .fe-trash-2 {
    color: #fff
}

.connectetappscontent ul {
    display: flex;
    align-items: center;
    list-style: none
}

.connectetappscontent ul li {
    margin: 0 5px
}

.connectetappscontent ul li:first-child {
    margin-right: 25px
}

.connectetappscontent .btn-linedark {
    min-width: 150px;
    border: 1px solid #aaacb8;
    font-size: 14px;
    color: #666
}

.connectetappscontent .btn-linedark:hover {
    background: #666;
    color: #fff
}

.btn-change {
    background: #f1f8ff;
    color: #007bff
}

.btn-change:hover {
    background: #007bff;
    color: #fff
}

.btn-removes {
    background: #fff3f3;
    color: #ff4949
}

.btn-removes:hover {
    background: #ff4949;
    color: #fff
}

.invoice-item-two {
    padding-top: 30px;
    padding-bottom: 30px
}

.invoice-item-two .invoice-details {
    color: #1b2559;
    font-weight: 400
}

.invoice-item-box {
    background: #f7f7ff;
    border-radius: 5px;
    padding: 15px;
    width: 200px;
    float: right;
    margin-top: 20px
}

.invoice-item-box p {
    color: #1b2559;
    font-weight: 400;
    margin-bottom: 10px
}

.invoice-info.invoice-info2 {
    text-align: right
}

.customer-text-one {
    font-size: 20px;
    color: #1b2559;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.invoice-issues-box {
    background: #c10037;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px
}

.invoice-issues-date {
    padding-top: 20px;
    padding-bottom: 20px
}

.invoice-issues-date p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.invoice-table-wrap {
    margin-bottom: 30px
}

.inovices-month-info {
    padding-top: 50px
}

.inovices-month-info .form-control {
    height: 42px
}

.poor-active span.active#poor {
    background: #f05050
}

.poor-active span.active#poors {
    background: #f05050
}

.avg-active span.active#poor {
    background: #ffb54a
}

.avg-active span.active#weak {
    background: #ffb54a
}

.avg-active span.active#poors {
    background: #ffb54a
}

.avg-active span.active#weaks {
    background: #ffb54a
}

.strong-active span.active#poor {
    background: #1d9cfd
}

.strong-active span.active#weak {
    background: #1d9cfd
}

.strong-active span.active#strong {
    background: #1d9cfd
}

.strong-active span.active#poors {
    background: #1d9cfd
}

.strong-active span.active#weaks {
    background: #1d9cfd
}

.strong-active span.active#strongs {
    background: #1d9cfd
}

.heavy-active span.active#poor {
    background: #159f46
}

.heavy-active span.active#weak {
    background: #159f46
}

.heavy-active span.active#strong {
    background: #159f46
}

.heavy-active span.active#heavy {
    background: #159f46
}

.heavy-active span.active#poors {
    background: #159f46
}

.heavy-active span.active#weaks {
    background: #159f46
}

.heavy-active span.active#strongs {
    background: #159f46
}

.heavy-active span.active#heavys {
    background: #159f46
}

.invoice-inner-date.invoice-inner-datepic {
    padding-left: 0
}

.form-group .group-image .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 35px
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.form-group .contentpage {
    background: #f1f1f1;
    padding: 11px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px;
    color: #c10037
}

.form-group .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: #e3e3e3;
    background: #fff
}

.form-group .ck.ck-toolbar {
    border: 1px solid #e3e3e3;
    background-color: #fff
}

.form-group .ck.ck-toolbar .ck.ck-toolbar__separator {
    background: 0 0
}

.list-btn .btn-filters {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    color: #374b5c;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.list-btn .btn-filters:hover {
    box-shadow: 0 50px 0 0 #c10037 inset;
    color: #c10037;
    border-color: #c10037
}

.list-btn .btn-filters:hover i {
    color: #fff
}

.list-btn ul {
    display: flex;
    align-items: center
}

.list-btn ul li {
    margin: 0 5px
}

.list-btn ul li:last-child {
    margin-right: 0
}

@media(max-width:991px) {
    .list-btn ul li {
        margin: 5px
    }
}

@media(max-width:575px) {
    .list-btn ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.list-btn .btn-filters.active {
    box-shadow: 0 50px 0 0 #c10037 inset;
    color: #c10037;
    border-color: #c10037;
    color: #fff
}

.menu-set {
    border: 1px solid rgba(41, 136, 230, .22);
    margin-bottom: 25px;
    border-radius: 10px
}

.menu-setheader a {
    background: #f8fafc;
    padding: 17px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(41, 136, 230, .22);
    margin: 0;
    display: block;
    color: #666;
    border-radius: 8px 8px 0 0
}

.menu-setheader h5 {
    background: #f8fafc;
    padding: 17px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(41, 136, 230, .22);
    margin: 0;
    display: block;
    color: #666;
    border-radius: 8px 8px 0 0
}

.menu-setheader .collapsed i {
    transform: rotate(0)
}

.menu-setheader i {
    position: relative;
    top: 1px;
    font-size: 18px;
    transform: rotate(180deg);
    transition: all .5s
}

.menu-setcontent {
    padding: 17px
}

.menu-setcontent .select2-container .select2-selection--single {
    background-color: #fff;
    height: 34px
}

.menu-setcontent .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right: 7px
}

.menu-setcontent .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px
}

.menu-setcontent .form-control {
    height: 34px;
    background: #fff;
    padding: 10px
}

.menu-setcontent-inner {
    border: 1px solid #e4e8ec;
    background: #e4e8ec;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 15px
}

.menu-setcontent-inner .menu-setcontent {
    padding: 17px 0 0
}

.menu-innerhead a {
    color: #666;
    width: 100%;
    display: block
}

.filter-sorting .review-sort .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 5px;
    height: auto;
    background: #fff
}

.filter-sorting .review-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 0;
    margin-left: 15px;
    font-size: 14px;
    color: #666
}

.filter-sorting .review-sort .select2-container {
    width: auto !important;
    min-width: 100%;
    color: #374b5c;
    font-weight: 500;
    z-index: 9
}

.filter-sorting ul {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px
}

@media(max-width:575px) {
    .filter-sorting ul {
        gap: 0
    }
}

.filter-sorting ul li {
    margin: 0;
    padding: 0 5px;
    display: flex;
    display: flex;
    align-items: center
}

.filter-sorting ul li:last-child {
    border-left: 1px solid #e3e3e3;
    width: 60%
}

.filter-sorting ul li:first-child {
    width: 40%;
    display: block;
    padding: 0
}

.filter-sorting ul li span img {
    min-width: 15px
}

.filter-sets {
    color: #374b5c;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

.filter-sets:hover {
    background: #eee
}

.table-select {
    width: 115px
}

.table-select span.select2-selection.select2-selection--single {
    height: 36px
}

.table-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px
}

.table-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px
}

.table-select .select2-container {
    font-size: 11px
}

.table-select.table-selectpayouts {
    width: 225px
}

.table-namesplit {
    display: flex;
    align-items: center
}

.table-name span {
    color: #374b5c;
    font-weight: 500
}

.table-name p {
    color: #878787;
    margin: 0;
    font-size: 13px
}

a.table-name:hover span {
    color: #c10037
}

.btn-history {
    color: #374b5c;
    background: #f7f7ff;
    font-size: 13px;
    padding: 4px 18px
}

.btn-history:hover {
    box-shadow: 0 50px 0 0 #374b5c inset;
    border: 1px solid;
    color: #fff
}

.notification-message img.avatar-img.rounded-circle {
    border-radius: 5px !important
}

.info-set {
    font-size: 13px;
    font-weight: 400;
    color: #374b5c;
    margin: 8px 0 0
}

.form-icon {
    position: relative
}

.form-icon span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.service-wrap {
    margin-bottom: 30px
}

.service-wrap p {
    color: #374b5c
}

.service-wrap p:last-child {
    margin-bottom: 0
}

.service-wrap h5 {
    font-weight: 600;
    font-size: 20px;
    font-family: poppins, sans-serif;
    margin-bottom: 20px
}

.service-wrap .owl-nav button.owl-next {
    margin-bottom: 20px
}

.service-wrap .owl-nav button.owl-prev {
    margin-bottom: 20px
}

.provide-box {
    margin-bottom: 22px;
    display: flex
}

.provide-box>span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f6;
    color: #666;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0
}

.provide-box>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px
}

.provide-service.service-wrap {
    margin-bottom: 15px
}

.provide-social.social-icon li {
    display: inline-block;
    margin-right: 7px
}

.provide-social.social-icon li a {
    width: 36px;
    height: 36px;
    background: #f7f7ff;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #666
}

.provide-social.social-icon li a:hover {
    background-color: #c10037;
    color: #fff
}

.provide-info h6 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px
}

.provide-info p {
    font-size: 14px;
    color: #374b5c;
    word-break: break-word;
    margin-bottom: 0
}

.card-provide {
    border: 2px solid #f5f5f5;
    border-radius: 10px
}

.card-provide .card-body {
    padding: 15px
}

.card-provide .contact-map {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin: 0
}

.provide-widget {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px
}

.provide-widget .service-amount {
    margin-left: 0;
    color: #666
}

.provide-widget .service-amount h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 7px
}

.service-amount p i {
    color: #ffbc35
}

.service-amount h5 span {
    color: #374b5c;
    font-size: 20px;
    margin-left: 5px
}

.service-amount .serv-review {
    font-size: 12px;
    font-weight: 500;
    color: #374b5c;
    margin-bottom: 0
}

.service-amount .serv-review span {
    font-size: 16px;
    font-weight: 600;
    color: #666
}

.serv-proimg {
    position: relative
}

.serv-proimg img {
    width: 61px;
    height: 61px;
    border-radius: 50%
}

.serv-proimg span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #58c27d;
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center
}

.package-widget {
    background: #f7f7ff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px
}

.package-widget h5 {
    font-size: 18px;
    margin-bottom: 20px
}

.package-widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
    color: #374b5c;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.package-widget ul li:last-child {
    margin-bottom: 0
}

.package-widget ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-weight: 900;
    font-family: "font awesome 6 free";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    color: #c10037
}

.pack-service.package-widget ul li {
    padding-left: 0
}

.pack-service.package-widget ul li:before {
    content: none
}

.pack-service .custom_check .checkmark {
    border: 1px solid #c2c9d1;
    background: 0 0;
    height: 15px;
    width: 15px
}

.add-serv-info {
    overflow: hidden
}

.add-serv-info h6 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.add-serv-info p {
    font-size: 12px;
    color: #374b5c;
    margin-bottom: 0
}

.add-serv-item {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.add-serving {
    width: calc(100% - 65px);
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.add-serv-img {
    margin-right: 8px;
    flex-shrink: 0
}

.add-serv-img img {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    flex-shrink: 0
}

.add-serv-amt h6 {
    font-weight: 500;
    font-size: 16px;
    color: #666;
    margin-bottom: 0
}

.serv-profile h2 {
    font-size: 36px;
    margin-bottom: 8px;
    color: #0d233e;
    font-weight: 700px
}

.serv-profile ul li {
    font-size: 14px;
    color: #374b5c;
    display: inline-block;
    margin-right: 10px
}

.serv-profile span.badge {
    font-weight: 500;
    font-size: 13px;
    background: #f7f7ff;
    color: #c10037;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 10px 17px;
    display: inline-block
}

.service-map i {
    color: #c2c9d1
}

.card-available {
    background: #f7f7ff;
    border-radius: 10px;
    border: 0
}

.card-available .card-body {
    padding: 15px
}

.available-info ul li {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 0;
    text-align: left
}

.available-info ul li:last-child {
    margin-bottom: 0
}

.available-info ul li span {
    float: right;
    color: #374b5c
}

.service-images {
    position: relative;
    margin-bottom: 45px
}

.service-images img {
    width: 100%;
    border-radius: 10px
}

.big-gallery a.btn-show {
    background: #fff;
    border-radius: 10px;
    color: #c10037;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 12px;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.gallery-widget img {
    border-radius: 5px
}

.owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(141, 141, 141, .25);
    text-shadow: none;
    top: 4px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    color: #666;
    margin-bottom: 30px;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -ms-transition: ease all .5s;
    margin-left: 10px
}

.owl-nav button.owl-next:hover {
    background-color: #c10037;
    color: #fff
}

.owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(141, 141, 141, .25);
    text-shadow: none;
    top: 4px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    color: #666;
    margin-bottom: 30px;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -ms-transition: ease all .5s
}

.owl-nav button.owl-prev:hover {
    background-color: #c10037;
    color: #fff
}

#progressbar {
    margin-bottom: 30px
}

#progressbar li {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 30px 20px 0;
    background: #f7f7f7;
    box-shadow: 0 1px 2px rgba(55, 65, 81, .08);
    padding: 10px;
    position: relative;
    text-align: left;
    opacity: .8
}

#progressbar li:last-child {
    margin-right: 0
}

#progressbar li::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border-left: 15px solid #fbfbff;
    border-right: 15px solid transparent;
    border-top: 31px solid transparent;
    border-bottom: 30px solid transparent
}

#progressbar li.active {
    background: #f7f7f7;
    opacity: 1
}

#progressbar li.active span {
    background: #c10037;
    color: #fff
}

#progressbar li.activated {
    background: #c4c4c4;
    opacity: 1
}

#progressbar li.activated::after #progressbar li.activated::after {
    border-left: 15px solid #c4c4c4
}

#progressbar li.activated span {
    background: #c10037;
    color: #fff
}

#progressbar .multi-step-info {
    margin-right: 10px
}

#progressbar .multi-step-info h6 {
    font-weight: 500;
    font-size: 14px;
    color: #666;
    margin-bottom: 2px
}

#progressbar .multi-step-info p {
    font-size: 12px;
    color: #374b5c;
    margin-bottom: 0
}

#progressbar .multi-step-icon span {
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center
}

.schedule-nav {
    margin-bottom: 10px
}

.schedule-nav ul li {
    margin: 5px 15px 10px 0;
    display: inline-block
}

.schedule-nav ul li:last-child {
    margin-right: 0
}

.schedule-nav ul li a.active {
    background: #c10037;
    border: 1px solid #c10037;
    color: #fff
}

.schedule-nav ul li a:hover {
    background: #c10037;
    border: 1px solid #c10037;
    color: #fff
}

.schedule-nav ul>li>a {
    background: #f7f7ff;
    border: 1px solid #f7f7ff;
    border-radius: 4px;
    padding: 4px 15px;
    color: #c10037;
    font-weight: 500;
    font-size: 13px
}

.form-icon {
    position: relative
}

.form-icon .cus-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 20px
}

.timepicker-sec {
    display: none
}

.contact-map {
    border: 0;
    display: block;
    width: 100%;
    height: 450px;
    margin: 0
}

.file-preview ul {
    margin-bottom: 5px
}

.file-preview ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
    position: relative
}

.file-preview ul li h6 {
    font-weight: 400;
    font-size: 14px
}

.file-preview ul li .custom_check {
    position: absolute;
    right: 0;
    padding-left: 28px;
    top: 5px
}

.file-preview ul li a {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #f82424
}

.file-preview ul li img {
    width: 83px;
    height: 72px;
    object-fit: cover;
    border-radius: 5px
}

.file-preview .custom_check input:checked~.checkmark {
    background-color: #c10037;
    border-color: #c10037
}

.field-btns {
    margin-top: 20px;
    text-align: right
}

.field-btns .btn {
    font-weight: 500;
    font-size: 14px;
    padding: 9px 24px;
    background-color: #c10037;
    border: 1px solid #c10037;
    margin-left: auto
}

.field-btns .btn-primary {
    background-color: #c10037;
    border: 1px solid #c10037
}

fieldset#first-field {
    display: block;
    max-width: 800px;
    margin: auto
}

fieldset {
    display: none;
    max-width: 800px;
    margin: auto
}

.form-duration {
    position: relative
}

.form-duration .mins {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    color: #c10037;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 4px
}

.form-duration .form-control {
    padding: 10px 70px 10px 15px
}

.sml-info {
    font-size: 12px;
    color: #929292
}

.authentication-buttons .radiossets .checkmark-radio::after {
    background: #00cc45
}

.authentication-buttons .radiossets input:checked~.checkmark-radio {
    border: 1px solid #00cc45
}

.authentication-buttons .checkboxs input:checked~span {
    background: #00cc45
}

.select2-selection__rendered {
    color: #666
}

.list-btn .ul .li .btn-primary {
    background-color: #374b5c
}

.sub-title {
    margin-bottom: 10px
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.loginbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(55, 73, 72, .02);
    max-width: 500px;
    padding: 40px;
    width: 100%
}

.account-logo img {
    max-height: 80px;
    width: auto
}

.login-page::before {
    content: "";
    background-image: url(../../../../assets/img/login-bg-01.html);
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 140px;
    top: 25%
}

.notifications {
    padding: 0
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5
}

.notifications .media:last-child {
    border-bottom: none
}

.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px
}

.notifications .media a:hover {
    background-color: #fafafa
}

.notifications .media>.avatar {
    margin-right: 10px
}

.notifications .media-list .media-left {
    padding-right: 8px
}

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative
}

.notifications ul.notification-list>li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5
}

.notifications ul.notification-list>li:last-child {
    border-bottom: none
}

.notifications ul.notification-list>li a {
    display: block;
    padding: 1px 11px;
    border-radius: 2px
}

.notifications ul.notification-list>li a:hover {
    background-color: #fafafa
}

.notifications ul.notification-list>li .list-item {
    border: 0;
    padding: 0;
    position: relative
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase
}

.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #eee
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333
}

.user-menu.nav>li>a .badge {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 2px solid #fff;
    line-height: unset;
    padding: 0
}

.user-menu.nav>li>a>i {
    font-size: 18px
}

.noti-details {
    color: #989c9e;
    margin-bottom: 0
}

.noti-title {
    color: #333
}

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

.noti-time {
    margin: 0
}

.btn-accept {
    color: green;
    border: 1px solid #22c55e;
    border-radius: 4px;
  padding: 9px26px;
    margin-left: 60px;
   padding: 7px15px;
    margin-left: 60px;
    font-size: 12px;
   
}

.btn-accept:hover {
    background-color: #22c55e;
    color: #fff
}

.btn-decline {
    color: #ef4444;
    border: 1px solid #ef4444;
    border-radius: 4px;
    padding: 7px 15px;
    margin: 8px;
    font-size: 12px
}

.btn-decline:hover {
    background-color: #ef4444;
    color: #fff
}

.btn-decline-accept {
    color: green;
    border: 1px solid #22c55e;
    border-radius: 4px;
    padding: 7px 15px;
    margin-left: 60px;
    font-size: 12px;
    margin: 8px 0 0;
    margin-left: 60px
}

.btn-decline-accept:hover {
    background-color: #22c55e;
    color: #fff
}

.page-settings .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff
}

.btn-decline:hover {
    background-color: #ef4444;
    color: #fff
}

.btn-decline-accept {
    color: #ef4444;
    border: 1px solid #ef4444;
    border-radius: 4px;
    padding: 9px 26px;
    margin: 8px;
    margin-left: 60px
}

.btn-decline-accept:hover {
    background-color: #ef4444
}

.page-settings .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader-inner {
    0% {
        height: 0
    }

    25% {
        height: 0
    }

    50% {
        height: 100%
    }

    75% {
        height: 100%
    }

    100% {
        height: 0
    }
}

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff
}

.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 10000;
    border: 4px solid #c10037;
    top: 50%;
    animation: loader 2s infinite ease;
    left: 50%;
    border-radius: 5px
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #c10037;
    animation: loader-inner 2s infinite ease-in
}

.sidbarnews {
    width: 100%;
    height: 100%;
    overflow: auto
}

.price-card {
    background: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    padding: 15px
}

.price-card:hover {
    background: #edf3f9;
    border: 2px solid #f1f1f1
}

.price-card:hover .btn-choose {
    background-color: #c10037;
    color: #fff
}

.price-head {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}

.price-head h6 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.price-head h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0
}

.price-head h1 span {
    font-size: 12px;
    color: #9a9a9a
}

.price-level {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.price-body {
    padding-top: 15px
}

.price-body ul {
    margin-bottom: 35px
}

.price-body ul li {
    position: relative;
    font-size: 14px;
    color: #848484;
    margin-bottom: 15px;
    padding-left: 25px
}

.price-body ul li:last-child {
    margin-bottom: 0
}

.price-body ul li:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.price-body ul li.active:before {
    background-image: url(../img/icons/check-icon.svg)
}

.price-body ul li.inactive:before {
    background-image: url(../img/icons/close-icon.svg)
}

.price-body .btn-choose {
    background: #edf3f9;
    border-radius: 10px;
    font-size: 14px;
    padding: 6px 30px;
    margin: 0 auto
}

.price-toggle {
    font-weight: 500;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 35px
}

.price-toggle .checktoggle {
    margin: 0 23px;
    background: #c10037
}

.price-toggle .check:checked+.checktoggle {
    background-color: #c10037;
    border: 1px solid #c10037
}

.profile-menu {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    padding: .9375rem 1.5rem
}

.profile-menu .nav-tabs.nav-tabs-solid {
    background-color: transparent
}

.cal-icon {
    position: relative;
    width: 100%
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
     font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px
}

.dropdown-heads>a:hover {
    background: #c10037 !important;
    color: #fff !important
}

.dropdown-heads>a:hover i {
    color: #fff !important
}

@media(max-width:991px) {
    .dropdown-heads {
        margin: 0 5px;
        display: none
    }
}

.main-wrapper {
    background-color: #fff;
    height: auto
}

.main-wrapper>.header {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    left: 270px;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 15px
}

@media(max-width:991px) {
    .main-wrapper>.header {
        left: 0
    }
}

@media(max-width:575px) {
    .main-wrapper>.header {
        right: 0;
        top: 0;
        left: 0;
        padding: 10px 0;
        height: 60px
    }
}

.profilemenu {
    background: #fff;
    border-radius: 10px;
    min-width: 210px
}

.profilemenu a:hover {
    color: #272751
}

.user-menu .dropdown-menu {
    transition: all .5s;
    transform: translate(0px, 100px)
}

.user-menu .dropdown-menu.menu-drop-user {
    margin-top: 6px !important;
    transform: translate3d(0px, 54px, 0px) !important
}

.user-detials a {
    display: flex;
    color: #222;
    align-items: center;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(213, 213, 213, .8352941176)
}

.user-detials a span.profile-image img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    border-radius: 50px
}

.user-detials a span.profile-content {
    flex-direction: column;
    align-items: start;
    padding-left: 15px
}

.user-detials a span.profile-content h5 {
    font-size: 16px;
    margin: 0
}

.user-detials a span.profile-content h6 {
    margin: 0
}

.subscription-detials {
    padding: 15px 10px;
    border-bottom: 1px solid #d5d5d5
}

.subscription-menu ul {
    padding: 10px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #d5d5d5
}

.subscription-menu ul li {
    margin: 0 0 10px
}

.subscription-menu ul li:last-child {
    margin-bottom: 0
}

.subscription-menu ul li a {
    color: #333
}

.subscription-menu ul li a:hover {
    color: #c10037
}

.subscription-logout a {
    padding: 10px;
    color: #333;
    display: block
}

.property-listset {
    padding: 20px
}

.user-view {
    border: 1px solid #d5d5d5;
    margin-bottom: 25px
}

.user-viewhead {
    padding: 15px;
    border-bottom: 1px solid #d5d5d5;
    display: flex
}

.product-help {
    background: #fff;
    position: fixed;
    left: -500px;
    top: 0;
    height: 100vh;
    width: 400px;
    z-index: 10000;
    transition: all .5s
}

.user-menu.nav>li>a.viewsite {
    font-size: 13px;
    font-weight: 400;
    color: #374b5c;
    display: flex;
    align-items: center
}

.user-menu.nav>li>a.viewsite:hover {
    color: #c10037
}

.user-menu.nav>li>a.viewsite:hover i {
    color: #c10037
}

@media(max-width:992px) {
    .user-menu.nav>li>a.viewsite {
        display: none
    }
}

.page-wrapper {
    background-color: #f9fafc;
    padding-top: 76px;
    min-height: calc(100vh - 40px)
}

@media(max-width:575px) {
    .page-wrapper {
        padding-top: 60px
    }
}

.card {
    border-radius: 10px;
    border: 2px solid rgba(220, 220, 220, .3);
    box-shadow: none;
    margin-bottom: 25px;
    width: 100%
}

.card-body {
    padding: 25px
}

.sidebar-logo {
    display: flex;
    justify-content: center
}

.sidebar-logo .logo {
    max-height: 46px;
    width: auto;
    display: block
}

@media(max-width:992px) {
    .sidebar-logo .logo-small {
        display: none
    }
}

.location-set {
    margin-bottom: 25px
}

.location-setcontent h5 {
    font-size: 16px;
    color: #28283c;
    font-weight: 600;
    margin: 0 0 5px
}

.location-setcontent h6 {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    margin: 0
}

.pricing-box .pricing-selected .card {
    background-color: #c10037;
    border-color: #c10037;
    color: #fff
}

.pricing-box .pricing-selected .pricing-header h2 {
    color: #fff
}

.pricing-box .pricing-selected .pricing-header p {
    color: #fff
}

.pricing-box .pricing-selected .pricing-card-price .heading2 {
    color: #fff
}

.pricing-box .pricing-selected .pricing-card-price p {
    color: #fff
}

.pricing-box .pricing-selected .btn {
    background-color: #fff;
    color: #c10037
}

.pricing-box .pricing-selected .pricing-options li {
    color: #fff
}

.pricing-box .pricing-header {
    margin-bottom: 2rem
}

.pricing-box .pricing-header h2 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2
}

.pricing-box .pricing-header p {
    color: #9b9b9b;
    font-size: .875rem;
    line-height: 1.43
}

.pricing-box .pricing-card-price {
    margin-bottom: 1.563rem
}

.pricing-box .pricing-card-price .heading2 {
    margin-bottom: 5px
}

.pricing-box .pricing-card-price p {
    color: #9b9b9b
}

.pricing-box .pricing-card-price p+p {
    margin: 0
}

.pricing-box .pricing-options {
    list-style: none;
    padding: 0;
    margin-bottom: 1.875rem
}

.pricing-box .pricing-options li {
    margin-bottom: 12px;
    font-size: .875rem;
    line-height: 1.43;
    position: relative
}

.content-sidelink {
    min-width: 289px;
    background: 0 0;
    padding: 25px
}

.content-sidelinkheading {
    margin-bottom: 20px
}

.content-sidelinkheading h6 {
    font-size: 18px;
    color: #666;
    font-weight: 500
}

.content-sidelinkmenu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.content-sidelinkmenu ul li {
    margin-bottom: 10px
}

.content-sidelinkmenu ul li h5 {
    font-size: 15px;
    color: #0d233e;
    font-weight: 600;
    margin-bottom: 15px
}

.content-sidelinkmenu ul li h5 a {
    color: #0d233e;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0
}

.content-sidelinkmenu ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.content-sidelinkmenu ul li h4 {
    color: #666;
    font-size: 13px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500
}

.content-sidelinkmenu ul li:last-child {
    margin: 0
}

.content-sidelinkmenu ul li.submenu-sidelink a {
    padding-left: 40px
}

.symbol-input {
    position: relative
}

.symbol-input>span {
    position: absolute;
    background: #f2f2f2;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    top: 5px;
    right: 5px
}

.group-image .form-control {
    padding-left: 30px
}

.page-settings {
    display: flex
}

.content-page-header {
    margin: 0 0 15px
}

@media(max-width:992px) {
    .content-page-header .content-page-headersplit h5 {
        margin: 0 0 15px
    }
}

.add-button {
    box-shadow: 0 0 12px 0 rgba(255, 0, 128, .2);
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.filter-btn {
    box-shadow: 0 0 12px 0 rgba(55, 73, 72, .02);
    border: 0;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #c10037;
    border-radius: 10px
}

.filter-btn:hover {
    background-color: #c10037;
    color: #fff
}

.filter-btn:focus {
    background-color: #c10037;
    color: #fff
}

.filter-card .form-group {
    margin-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative
}

.filter-card .form-group label {
    position: absolute;
    background: #fff;
    font-size: 12px;
    left: 10px;
    top: -7px;
    padding: 0 7px;
    color: #858585;
    z-index: 10009
}

.filter-card .form-control {
    height: 48px
}

.filter-card .btn {
    height: 48px
}

.filter-card .select2-container .select2-selection--single {
    height: 48px
}

.filter-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px
}

.filter-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

.has-error .help-block {
    color: red
}

small.help-block {
    color: #f44336 !important
}

.toggle.ios {
    border-radius: 20px
}

.toggle.ios .toggle-handle {
    border-radius: 20px
}

.toggle-on.ios {
    border-radius: 20px
}

.toggle-off.ios {
    border-radius: 20px
}

.service-header {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.service-header h2 {
    font-weight: 700
}

.service-cate a {
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    background: #d9c505;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block
}

.service-images {
    margin-bottom: 30px
}

.widget {
    margin-bottom: 30px
}

.service-amount {
    color: #c10037;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-left: auto
}

.about-author {
    min-height: 80px
}

.about-provider-img {
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px
}

.provider-details {
    margin-left: 100px
}

.ser-provider-name {
    display: inline-block;
    margin-bottom: 5px;
    color: #272b41;
    font-size: 16px;
    font-weight: 600
}

.last-seen {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.last-seen i {
    color: #ffbc34;
    margin-right: 5px;
    font-size: 12px
}

.last-seen i.online {
    color: #00e65b
}

.provider-info {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px
}

.available-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.available-widget ul li {
    color: #858585;
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px
}

.available-widget ul li span {
    float: left
}

.available-widget ul li:first-child {
    padding-top: 0
}

.available-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%
}

.rating i {
    color: #dedfe0
}

.rating i.filled {
    color: #ffcc08
}

.service-widget {
    background-color: #fff;
    border: 2px solid rgba(102, 102, 102, .09);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.service-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px
}

.service-widget .rating i {
    font-size: 14px
}

.service-widget:hover .service-img .serv-img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.service-widget .serv-info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.service-widget .serv-info h6 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0
}

.service-widget .service-content .title a:hover {
    color: #c10037;
    color: #c10037
}

.service-widget .btn-book {
    background: #f7f7ff;
    border-radius: 10px;
    font-weight: 500;
    padding: 6px 15px;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.service-widget .btn-book:hover {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c10037;
    box-shadow: inset 0 70px 0 0 #fff;
    color: #c10037;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.service-widget .fav-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    z-index: 1
}

.nav-tabs.menu-tabs {
    margin-bottom: 30px
}

.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #c10037
}

.nav-tabs.menu-tabs .nav-item.active .nav-link::after {
    opacity: 1
}

.nav-tabs.menu-tabs .nav-item {
    padding-right: 2.25rem
}

@media(max-width:992px) {
    .nav-tabs.menu-tabs .nav-item {
        padding-right: 1.25rem
    }
}

.nav-tabs.menu-tabs .nav-link {
    padding: 0 0 1rem;
    font-weight: 700;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: 0 0
}

.nav-tabs.menu-tabs .nav-link::before {
    position: absolute;
    content: ""
}

.nav-tabs.menu-tabs .nav-link::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #c10037;
    opacity: 0
}

.nav-tabs.menu-tabs .nav-link:focus {
    background: 0 0;
    color: #c10037
}

.nav-tabs.menu-tabs .nav-link .badge {
    margin-left: .25rem
}

.nav-tabs .nav-link::after {
    position: absolute;
    content: ""
}

.nav-tabs .nav-link:hover {
    background: 0 0
}

.noti-dropdown>a {
    display: inline-flex;
    position: relative;
    z-index: 1;
    padding: 6px !important;
    min-width: 36px
}

.noti-dropdown>a::before {
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: "";
    background-color: #e5e5e5;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s
}

.noti-dropdown>a:hover::before {
    opacity: 1;
    height: 40px;
    width: 40px
}

.login-page {
    background-color: #f5f5f5;
    position: relative;
    padding: 0;
    margin: -20px -20px -20px 0
}

.login-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 50vh;
    background-color: #c10037;
    border-radius: 0 0 2.5rem 2.5rem;
    z-index: 0
}

.login-body {
    z-index: 10;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 100vh;
    display: flex
}

.login-body .form-control {
    height: 50px
}

.login-body .form-control::placeholder {
    color: #bbb;
    opacity: 1
}

.login-header {
    margin-bottom: 20px
}

.login-header p {
    margin-bottom: 0
}

.login-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase
}

.login-header h3 span {
    color: #c10037
}

.account-btn {
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center
}

#toggle_btn {
    padding: 0 20px
}

@media(max-width:991px) {
    #toggle_btn {
        display: none
    }
}

.mini-sidebar .siderbar-toggle .slider {
    background: #c10037
}

.mini-sidebar .siderbar-toggle .slider:before {
    transform: translateX(26px);
    left: -5px
}

.service-carousel .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0
}

.service-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.service-carousel .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
    margin-top: -24px
}

.service-carousel .owl-carousel .owl-nav div:hover {
    color: #fff
}

.service-carousel .owl-carousel .owl-nav .owl-prev {
    left: -75px
}

.service-carousel .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px
}

.service-carousel .owl-carousel .owl-nav .owl-next {
    right: -75px
}

.service-carousel .owl-carousel .owl-nav .owl-next:hover {
    right: -65px
}

.service-carousel .owl-dots {
    margin-top: 50px
}

.service-carousel .owl-dots .owl-dot {
    margin-right: 5px
}

.service-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.service-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.service-carousel .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 30px;
    height: 12px
}

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.check:checked+.checktoggle {
    background-color: #c10037
}

.check:checked+.checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%)
}

.checktoggle {
    background-color: #c8c8c8;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px
}

.checktoggle:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease
}

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0
}

.form-group p {
    font-size: 14px;
    margin: 5px 0 0
}

.active-switch .switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 21px;
    margin: 0
}

.active-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.active-switch .sliders {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.active-switch .sliders:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.active-switch input:checked+.sliders {
    background-color: #c10037
}

.active-switch input:checked+.sliders:before {
    left: -5px;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.active-switch input:focus+.sliders {
    box-shadow: 0 0 1px #c10037
}

.active-switch .sliders.round {
    border-radius: 34px
}

.active-switch .sliders.round:before {
    border-radius: 50%
}

.active-switch .onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin .3s ease-in 0s;
    width: 200%
}

.active-switch .onoffswitch-inner:before {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px
}

.active-switch .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right
}

.active-switch .onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all .3s ease-in 0s;
    width: 20px
}

.active-switch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.active-switch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

.connectetapps {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-radius: 5px
}

@media(max-width:992px) {
    .connectetapps .connectetapps {
        flex-direction: column;
        padding: 10px;
        border-bottom: 1px solid #eee;
        margin: 0 0 10px;
        align-items: start
    }
}

.pass-group {
    position: relative
}

.pass-group .toggle-password {
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #797979;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pass-group .toggle-passworda {
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #797979;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pass-group .toggle-passwords {
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #797979;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.change-passwordback a {
    margin-bottom: 40px;
    display: block;
    color: #5f648a;
    font-size: 15px
}

.modal-header h5 {
    font-size: 20px;
    font-weight: 500
}

.change-password {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    margin: auto;
    padding: 30px 15px;
    height: 100vh;
    justify-content: center;
    overflow: auto
}

@media(max-width:992px) {
    .change-password {
        display: block
    }
}

.change-passwordhead {
    margin-bottom: 35px
}

.change-passwordhead h3 {
    font-size: 20px;
    font-weight: 500
}

.change-passwordhead p {
    font-size: 14px;
    color: #666
}

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

.connectet-img {
    width: 46px;
    height: 46px;
    background: #eee;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.connectet-content {
    margin-left: 15px
}

.connectet-content h3 {
    font-size: 14px;
    font-weight: 600
}

.connectet-content p {
    font-size: 13px;
    margin: 0;
    color: #666
}

.connectet-content p span {
    color: #666
}

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

.connectetappscontent .active-switch {
    margin-left: 90px
}

@media(max-width:992px) {
    .connectetappscontent {
        margin: 15px 0 0
    }
}

.transfer-lists .theme-image-content {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

.transfer-lists .theme-image-content i {
    color: #c10037
}

.transfer-lists.active .theme-image-content {
    display: block
}

.success-labels {
    background: #f2fff6;
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    color: #1ba345;
    border-radius: 50px;
    display: inline-block
}

.delete-labels {
    background: #fff;
    padding: 7px 23px;
    margin: 0;
    font-size: 14px;
    color: #ff4949;
    border-radius: 50px;
    display: inline-block
}

.noti-contents {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    color: #a1a1a1;
    justify-content: center
}

#filter_inputs {
    display: none
}

textarea.form-control.content-textarea {
    height: 100px;
    min-height: auto
}

.service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0 0
}

.service-img .serv-img {
    border-radius: 10px 10px 0 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    width: 100%
}

.action-search a {
    color: #0d233e;
    font-weight: 500
}

.action-search a:hover {
    color: #c10037
}

.action-search a i {
    color: #9c9c9c
}

.serv-info i {
    margin-right: 5px
}

a.serv-edit {
    margin-right: 30px
}

.service-widget-image {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.service-widget-image h6 {
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}

.service-widget-image h6 img {
    margin-right: 6px
}

.service-content {
    padding: 15px
}

.service-content .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px
}

.service-content .title a {
    color: #666
}

.service-content p {
    color: #374b5c
}

.item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    z-index: 1
}

.item-info span {
    background: #c10037;
    border-radius: 6px;
    font-size: 14px;
    padding: 6px 15px;
    color: #fff
}

.fav-icon {
    width: 32px
}

.site-logo {
    max-height: 32px;
    width: auto
}

.admin-noti-wrapper .noti-list {
    padding: 7px 10px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    position: relative
}

.admin-noti-wrapper .noti-list .noti-avatar {
    left: auto;
    height: 40px;
    width: 40px;
    position: absolute
}

.admin-noti-wrapper .noti-list .noti-avatar img {
    height: 40px;
    width: 40px
}

.admin-noti-wrapper .noti-list .noti-contents {
    margin-left: 50px;
    font-size: 13px
}

.admin-noti-wrapper .noti-list .noti-contents h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 0
}

.modal {
    z-index: 1050
}

.modal-backdrop {
    z-index: 1040
}

.report-list .app-listing {
    justify-content: end
}

.report-list .multiple-selection #checkboxes {
    right: 0;
    left: auto;
    right: 0;
    left: auto !important
}

.report-list .multiple-selection #checkboxes::before {
    right: 0;
    left: auto;
    right: 0;
    left: auto
}

.report-list #checkboxes .form-custom {
    position: relative
}

.report-list #checkboxes .form-custom .form-control {
    padding-left: 30px
}

.report-list #checkboxes .form-custom i {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 10px;
    font-size: 14px
}

.report-list .selectbox-cont {
    height: auto
}

.report-list .sortby #checkbox::before {
    right: 0;
    left: auto
}

.sortby #checkbox {
    right: 0;
    left: auto;
    right: 0;
    left: auto !important
}

.sortby #checkbox::before {
    right: 0;
    left: auto
}

.order-by p i {
    color: #e60073;
    width: 20px;
    height: 20px
}

.custom_radio {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom_radio input:checked~.checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    border: 2px solid #eef1fe;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-radius: 50%;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.custom_radio .checkmark::after {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #c10037;
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
    border-radius: 50%;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.lab-title {
    margin-bottom: 10px
}

.service-report-btn {
    margin-bottom: 20px
}

.service-report-btn .btn {
    background: #fff;
    border: 1px solid #f7f8f9;
    padding: 13px 10px;
    border-radius: 7px;
    width: 100%
}

.service-report-btn .btn:hover {
    background: #c10037;
    border: 1px solid #c10037;
    color: #fff
}

.btn-path {
    text-align: right;
    display: flex;
    justify-content: end
}

.btn-upload:hover {
    background: #2469ef;
    color: #fff
}

.fw-500 {
    font-weight: 500 !important
}

.content-page-header {
    margin-bottom: 30px
}

.content-page-header h5 {
    font-size: 20px;
    font-weight: 600
}

@media(max-width:992px) {
    .content-page-header h5 {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.active-switch h6 {
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 0 0
}

.account-status-toggle {
    justify-content: end
}

.account-status-toggle .checktoggle {
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4
}

.account-status-toggle .check:checked+.checktoggle {
    background-color: #c10037;
    border: 1px solid #c10037
}

.table .invoice-delete a {
    color: #f05050
}

.sms-group ul li {
    color: #666;
    font-weight: 500;
    margin-bottom: 15px
}

.sms-group ul li span {
    float: right;
    color: #374b5c;
    font-weight: 400
}

.sms-group ul li span .avatar-sm {
    width: 27px;
    height: 27px;
    border-radius: 50%
}

.del-action {
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    color: #374b5c;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%
}

.con-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%
}

.con-list li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 0 0
}

.con-list li:last-child {
    margin-right: 0
}

.con-list li span {
    margin-right: 10px
}

.con-img img {
    width: 38px;
    height: 38px;
    border-radius: 50%
}

.con-icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 38px;
    height: 38px;
    background: #f1f1f1;
    border-radius: 50%
}

.con-info h6 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px
}

.con-info p {
    font-size: 13px;
    color: #374b5c;
    margin-bottom: 0
}

.abuse-list li {
    margin-bottom: 20px
}

.abuse-list li h6 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.abuse-list li p {
    font-size: 13px;
    color: #374b5c;
    margin-bottom: 0
}

.page-headers .search-bar {
    position: relative;
    width: 250px
}

.page-headers .search-bar .form-control {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 9px 9px 9px 36px;
    background-color: #fff;
    color: #374b5c;
    font-weight: 400;
    font-size: 15px
}

.page-headers .search-bar .form-control::placeholder {
    color: #374b5c
}

.page-headers .search-bar span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #374b5c
}

@media(max-width:992px) {
    .page-headers {
        display: none
    }
}




.multiselect-dropdown {
    display: inline-block;
    padding: 11px 5px 11px 5px !important;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: white;
    position: relative;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}